Skip to content

Releases: AniTrend/android-emojify

v1.5.4-alpha01

18 Jun 14:17
Compare
Choose a tag to compare
v1.5.4-alpha01 Pre-release
Pre-release
  • Improvement: Migrate from groovy to kotlin script style 3a2c025
  • New: Add buildSrc and bump gson to 2.8.6 b7b74ea
  • New: Add like alias to thums up emoji 4339063
  • Update: Bump kotlinVersion from 1.3.71 to 1.3.72 d869f0d
  • Update: Bump gradle from 3.6.3 to 4.0.0 #30
  • Update: Bump junit from 4.12 to 4.13 #22
  • Update: Bump gson from 2.8.5 to 2.8.6 #15

v1.5.3

18 Jun 14:17
Compare
Choose a tag to compare
  • New: Add support for emojis up to Unicode 11.0 4288732
  • Fix: Refactor Emoji Manager Test containEmoji d6ac829
  • Improvement: Remove redundant by lazy blocks and update function documentation b62f3ef fcad054
  • Update: Bump gradle from 3.4.2 to 3.5.0 #12
  • Update: Bump kotlinVersion from 1.3.41 to 1.3.50 #13
  • Update: Bump compile & target SDK to Android Q 4f642eb
  • Update: Bump gradle from 3.4.1 to 3.4.2 #11
  • Update: Bump kotlinVersion from 1.3.40 to 1.3.41 #10
  • Update: Bump kotlinVersion from 1.3.31 to 1.3.40 391fa47
  • Update: Bump espresso-core from 3.1.0 to 3.2.0 #7
  • Update: Bump runner from 1.1.0 to 1.2.0 22b10c5

v1.5.2

18 Jun 14:16
Compare
Choose a tag to compare

Improvement: Make usage of .use extension to auto close streams 01109a6

v1.5.1

18 Jun 14:16
Compare
Choose a tag to compare
  • Fix: Remove unused or unneeded manifest declarations 3852a80
  • Update: Updated gradle build tools a293900

v1.5.0

18 Jun 14:16
Compare
Choose a tag to compare

New: Migrate to AndroidX artifacts a6553b3

v1.4.0

18 Jun 14:16
Compare
Choose a tag to compare
  • Fix: Initialisation of EmojiManager properties 40db9d3
  • Fix: Refactor EmojiParser, direct fitzpatrick initialisation instead of using init block and remove redundant non-null assertion acf80c6
  • Fix: Revise null checks and assertion in EmojiTrie 9303882
  • Fix: Fix missing serialisation field 0818ecd
  • Fix: Remove exception handling within: EmojiManager 9e2e98 #5
  • Update: Update Kotlin version & remove Coroutines a8f2a20
  • New: Added supported emoji list a8f2a20
  • Update: Rebase library on: vdurmont/emoji-java e34bfb3
  • Update: Update dependencies & add Kotlin support bce9855

v0.1.7

17 May 12:58
Compare
Choose a tag to compare
Removed Unused Imports, Allow Backup & Version Bump

v0.1.6

16 May 20:04
Compare
Choose a tag to compare
Support For Latest Support Library

- Dropping [WIP] for dedicated keyboard

v0.1.4

11 Nov 22:42
Compare
Choose a tag to compare

Exposed emoji list for 3rd part consumption through EmojiUtils::getAllEmojis()

v0.1.3

04 Nov 15:13
Compare
Choose a tag to compare

Gson converter now passes raw input stream instead of iterating through all lines