- 05 Oct, 2017 2 commits
- 29 Sep, 2017 1 commit
-
-
emoji: added handshake
Mark Wunsch committed
-
- 02 Aug, 2017 1 commit
-
-
Tim Leers committed
-
- 10 Jan, 2017 2 commits
-
-
Properly detect multi-character emoji
Mark Wunsch committed -
Implement the ability to pass a block to encode_io and encode
Mark Wunsch committed
-
- 09 Jan, 2017 1 commit
-
-
Jason Axelson committed
-
- 07 Jan, 2017 2 commits
-
-
Previously emoji like
👨👨👦 (:man-man-boy:) were decoded as :man::man::boy: (👨 👨 👦 ) even though there is a specific emoji entry for :man-man-boy:. The solution is to change how the regexp is constructed. Instead of not setting a sort order for the emoji that go into the regexp we use reverse alphabetical order to ensure that any emoji that are inclusive of another (such as :man-man-boy: including :man) get sorted BEFORE the emoji that they include. We accomplish this by using a `SortedSet` and implementing `<=>` on `Emoji`Jason Axelson committed -
Jason Axelson committed
-
- 06 Jan, 2017 1 commit
-
-
This allows a library user to easily customize the representation of an emoji (mapping it to a custom image for example)
Jason Axelson committed
-
- 06 Sep, 2016 2 commits
-
-
added missing emoji - shooting star
Mark Wunsch committed -
Eyal Kenig committed
-
- 10 May, 2016 1 commit
-
-
Add 300+ missing Emoji
Mark Wunsch committed
-
- 09 May, 2016 5 commits
-
-
Christophe Maximin committed
-
Christophe Maximin committed
-
Christophe Maximin committed
-
Christophe Maximin committed
-
Avoid creating symbols based on user input
Mark Wunsch committed
-
- 06 May, 2016 2 commits
-
-
Without a pre-built lookup, we will look through all existing emojis (~1000) for non-existent emoji cheat codes. This is 30x faster than caching on demand in the presence of non-existent cheat codes, and roughly the same speed as caching on demand when there are no non-existent cheat codes.
Ben Turner committed -
Ben Turner committed
-
- 05 May, 2016 1 commit
-
-
Mark Wunsch committed
-
- 04 May, 2016 2 commits
-
-
The emoji landscape has changed quite a bit since its introduction
Mark Wunsch committed -
Mark Wunsch committed
-
- 03 May, 2016 3 commits
-
-
doing this should fix travis ci builds
Mark Wunsch committed -
Mark Wunsch committed
-
add :simple_smile: to
😄 emoji for Slack compatibilityMark Wunsch committed
-
- 26 Jan, 2016 1 commit
-
-
2014-2015 emojis (http://www.unicode.org/emoji/charts/full-emoji-list.html)
Mark Wunsch committed
-
- 25 Jan, 2016 1 commit
-
- 24 Aug, 2015 2 commits
-
-
fix line brake bug
Mark Wunsch committed -
Faster encode technique
Mark Wunsch committed
-
- 23 Aug, 2015 1 commit
-
-
Andrew Cantino committed
-
- 21 Aug, 2015 3 commits
-
-
Andrew Cantino committed
-
Andrew Cantino committed
-
Andrew Cantino committed
-
- 15 Aug, 2015 1 commit
-
-
Mark Wunsch committed
-
- 14 Aug, 2015 1 commit
-
-
Andrew Cantino committed
-
- 13 Aug, 2015 1 commit
-
-
Conflicts: lib/rumoji/emoji/symbols.rb
Andrew Cantino committed
-
- 31 Jul, 2015 1 commit
-
-
amacou committed
-
- 11 Jun, 2015 2 commits
-
-
Mark Wunsch committed
-
Mark Wunsch committed
-