Skip to content

Latest commit

 

History

History
149 lines (124 loc) · 14.2 KB

CHANGELOG.md

File metadata and controls

149 lines (124 loc) · 14.2 KB

Change Log

Version 0.7.0 (In development)

Version 0.6.0 (2019-02-15)

I want to thank each and every contributor. Thanks @aballano for adding a kotlin module. @stefanhaustein for integrating Google's Emoji AppCompat. Big thanks to @rubengees & @mario who did most of the work and are actively contributing to this library.

Version 0.5.1 (2017-07-02)

Many thanks to rubengees for helping out with a lot of issues.

Note:

0.5.1 does contain a few breaking changes. Please consult with the README.

Version 0.5.0 (2017-07-02)

There was a problem with publishing to mavenCentral. Please don't use this version. Instead use 0.5.1.

Version 0.4.0 (2017-02-15)

  • Soft keyboard not detected when toggling the emoji-popup #60
  • Can't show keyboard #58
  • Opening emoticons, and change the keyboard #57
  • On android 6 emoji not averlays keyboard #20
  • Optimize EmojiGridView hierarchy #39 (vanniktech)
  • Split v4 #49 (vanniktech)
  • Make colors customizable #70 (rubengees)
  • Rewrite for more Emojis, modularity and performance #77 (rubengees)

Huge thanks to rubengees for making this library able to support multiple Emojis (iOS & Emoji One) as well as fixing those issues:

  • Skin tones support #34
  • Add flags #12
  • Add missing Symbols #11
  • Add missing People emojis #10

Note:

0.4.0 is a breaking change so please consult with the README in order to set it up correctly. If you want to continue using the iOS Emojis change this:

-compile 'com.vanniktech:emoji:0.4.0'
+compile 'com.vanniktech:emoji-ios:0.4.0'

and add EmojiManager.install(new IosEmojiProvider()); in your Applications onCreate() method.

Version 0.3.0 (2016-05-03)

  • Remove Global Layout listener when dismissing the popup. Fixes #22 #24 (vanniktech)
  • Show People category first when no recent emojis are present #16 (vanniktech)

Version 0.2.0 (2016-03-29)

Version 0.1.0 (2016-03-12)

  • Initial release