- Add disclaimer about instantiating the EmojiPopup early to the README #337 (rubengees)
- Show duplicate emojis in the input but not in the picker #336 (rubengees)
- Add support for custom ViewPager.PageTransformer. #334 (mario)
- Add keyboard animation #333 (mario)
- Fix emoji visibility issue #330 (mario)
- Fix Emoji keyboard in certain cases #329 (mario)
- Update Android SDK license. #327 (vanniktech)
- Fix Layout issues in EmojiDialog for several edge cases. #326 (mario)
- Nuke EmojiEditTextInterface and allow any kind of EditText to be passed. #324 (vanniktech)
- Add attrs for color customization on theme level #320 (rubengees)
- Remove sudo: false from travis config. #316 (vanniktech)
- Fix some typos in CHANGELOG.md #309 (felixonmars)
- Upgrade Jimp to 0.5.0, remove manual promises #302 (akwizgran)
- Fix a crash when context instanceof ContextThemeWrapper #298 (AlanGinger)
- Use soft references to hold sprites #297 (akwizgran)
- Allow to override background, icon and divider colors #295 (RashidianPeyman)
- Add support to AutoCompleteTextView and MultiAutoCompleteTextView #292 (rocboronat)
- Use Gradle Maven Publish Plugin for publishing. #283 (vanniktech)
- Add latest emojis for EmojiOne #281 (rubengees)
- Introduce EmojiEditTextInterface which allows custom EditText to work with the Popup. #277 (Foo-Manroot)
- Nuke badges in README. #276 (vanniktech)
- Expose instance so that can access replaceWithImages from external package #270 (SY102134)
- Tweak Travis configuration. #267 (vanniktech)
- Add release method which releases the sheet but not the data structure #266 (rubengees)
- Add missing verifyInstalled to the EmojiManager #265 (rubengees)
- Slightly improve README. #262 (vanniktech)
- Update emojis and use sprite sheet instead of individual images #252 (rubengees)
- Expose some API so that the library can also be used with other systems such as React. #246 (SY102134)
- Unify Detekt configurations with RC6. #232 (vanniktech)
- Better travis.yml #230 (vanniktech)
- Remove duplicates from Checkstyle configuration file. #229 (vanniktech)
- Fix for emoji keyboard UI artifact (while fast scrolling) #223 (yshubin)
- Update Support Library version #208 (MrHadiSatrio)
- Empty list memory optimization #201 (stefanhaustein)
- Obey library loading state and add modifiers only where needed #199 (stefanhaustein)
- Add infrastructure to let the provider perform emoji span replacements and utilize in emoji-google-compat #198 (stefanhaustein)
- Emoji Support Library integration #196 (stefanhaustein)
- Let Emoji provide a drawable in addition to the resource id. #195 (stefanhaustein)
- Don't clean build again when deploying SNAPSHOTS. #193 (vanniktech)
- Adjust README for Snapshots #189 (rubengees)
- Delete codecov yml file. #186 (vanniktech)
- Let Gradle install all of the Android dependencies. #178 (vanniktech)
- Kotlin module #147 (aballano)
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.
- 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 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:
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