Skip to content

v6.1i

Latest
Compare
Choose a tag to compare
@iris2iris iris2iris released this 09 Jul 20:25
· 6 commits to master since this release

v6.1i

  • Added support of complex emoji sequences of type {gender}{skin_kolor}?{basic_emoji}
  • Due to it emojis.json boolean parameter supports_fitzpatrick was changed to sequence_type
    1 — for supporting {basic_emoji}{skin_color}?{gender}?
    2 — for supporting {gender}{skin_kolor}?{basic_emoji} (but there are only 3 emojis of such type: person, man and woman)
  • Emojis list was updated to Emoji Version 13.0.
    +150 emojis, not counting combinations of skin color, hair color or gender

v6.0i

  • Ivan Ivanov forked main repository
  • Added class Gender
  • Added support of complex emoji sequences of type {basic_emoji}{skin_color}?{gender}?
  • Added support of bugged VK.COM web-version emojis, where ending char \uFE0F is absent
  • EmojiParser.UnicodeCandidate renamed to EmojiParser.EmojiResult. And added new fields
  • EmojiParser algorithm improvement. getEmojiEndPos is replaced with getNextEmoji
  • EmojiTrie.getBestEmoji introduced to replace slow EmojiTrie.getEmojiEndPos method
  • Memory usage fixes by optimizing generation of new String objects.
  • As a result speed improvement reaches up to 5x times comparing to v.5.1.1