- Showcase different sizes. #172 (vanniktech)
- Avoid scrolling the emoji grid after opening the variant popup #171 (rubengees)
- Fix emoji height calculations #170 (rubengees)
- Update Error Prone to 2.0.20 #169 (vanniktech)
- Update generator for latest changes #166 (rubengees)
- Refactor the VariantEmojiManager #165 (rubengees)
- Update Android Studio Gradle Build Tools to 2.3.3 #163 (vanniktech)
- Update Checkstyle to 7.8.2 #162 (vanniktech)
- Update PMD to 5.8.0 #161 (vanniktech)
- Reflect Emoji Skin Tone automatically in Emoji List. #157 (vanniktech)
- Also don't generate BuildConfig for Emoji Vendors. #154 (vanniktech)
- Pull out EmojiRange to package level. #152 (vanniktech)
- EmojiUtils: Add some documentation to public methods and clean a few things up. #151 (vanniktech)
- Merge EmojiHandler into EmojiManager. #150 (vanniktech)
- Add back Emoji Size and use line height as the default. #146 (vanniktech)
- Added EmojiUtils #145 (aballano)
- Don't generate BuildConfig file for release builds. #143 (vanniktech)
- Add fastlane screengrab to capture screenshots automatically. #142 (vanniktech)
- Add EmojiButton. #137 (vanniktech)
- Do some clean ups. #135 (vanniktech)
- Add night theme support to sample and library. #134 (vanniktech)
- Add new twitter module and clean up gradle files #133 (rubengees)
- New emojis #132 (rubengees)
- Performance optimization #129 (rubengees)
- Update all emojis to emoji 5.0 #119 (rubengees)
- Adjust generator for emoji 5.0 #118 (rubengees)
- Better emoji height management #117 (rubengees)
- Update Code Quality Configurations. #111 (vanniktech)
- Remove right Scrollbar in Categories #108 (RicoChr)
- Improve Popup logic #97 (rubengees)
- Add support for Google emojis #95 (rubengees)
- Make the EmojiEditText more performant #93 (rubengees)
- Support for skin tones in the picker #91 (rubengees)
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.
There was a problem with publishing to mavenCentral. Please don't use this version. Instead use 0.5.1
.
- Soft keyboard not detected when toggling the emoji-popup #60
- Can't show keybord #58
- Opening emoticons, and change the keybord #57
- On android 6 emoji not averlays keyboard #20
- Optimize EmojiGridView hierachy #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:
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.
- Remove Global Layout listener when dismissing the popup. Fixes #22 #24 (vanniktech)
- Show People category first when no recent emojis are present #16 (vanniktech)
- Add Recent Emojis Tab #13 (vanniktech)
- Adding new emojis #9 (vanniktech)
- Add Library resource config file. Fixes #6 #7 (vanniktech)
- Initial release