All Versions
13
Latest Version
Avg Release Cycle
205 days
Latest Release
-

Changelog History
Page 1

  • v0.12.0 Changes

    • EmojiSearchDialog: Fix crash when typing in swim (each letter one by one with some delay) #787 (vanniktech)
    • ๐Ÿ‘Œ Improve compatibility with Java Code. #786 (vanniktech)
  • v0.11.0 Changes

    May 11, 2022
  • v0.10.0 Changes

    May 11, 2022

    ๐Ÿš€ This release has quite a few internal and external changes. Most noticeably, everything has been converted to Kotlin. Please also have a look at the sample app for the breaking changes as well as the new features.

    โšก๏ธ Big thanks to @rubengees for updating to emojis 14.0 & @mario for reviews!

    • โšก๏ธ Update dependencies. #772 (vanniktech)
    • ๐Ÿ‘‰ Use android.namespace. #771 (vanniktech)
    • ๐Ÿ‘‰ Use Gradle's Version Catalog. #770 (vanniktech)
    • Disable PMD as we're Kotlin only now. #769 (vanniktech)
    • ๐Ÿšš Move Emoji interface to com.vanniktech.emoji #768 (vanniktech)
    • EmojiCategory now wants List<Emoji> and also ditch CategoryUtils. #767 (vanniktech)
    • ๐Ÿ‘‰ Use Kotlin's sortWith instead of java.util.Comparator. #766 (vanniktech)
    • EmojiManager#verifyInstalled is now internal. #765 (vanniktech)
    • ๐Ÿšš Move EmojiCategory interface to com.vanniktech.emoji #764 (vanniktech)
    • ๐Ÿ‘‰ Use Kotlin's Regex to search for Emojis. #763 (vanniktech)
    • Inline EmojiEditable interface and provide extension functions. #762 (vanniktech)
    • ๐Ÿšš Generate toString()/equals()/hashcode() for Emoji implementations and remove data keyword. #761 (vanniktech)
    • EmojiVariantPopup: Make scrollable. #760 (vanniktech)
    • โฌ‡๏ธ Reduce Java footprint by using Kotlin equivalents. #759 (vanniktech)
    • Emoji classes are now parcelable. #757 (vanniktech)
    • Let generated Emoji classes be data class. #756 (vanniktech)
    • Emoji generate directly unicode instead of internal code points. #755 (vanniktech)
    • Emoji shortcodes is now a List<String> #754 (vanniktech)
    • Generate GoogleCompatEmoji class. #753 (vanniktech)
    • Emoji variants is now a List<Emoji> #752 (vanniktech)
    • Emoji is now an interface. #751 (vanniktech)
    • ๐Ÿ“ฆ Recent package which contains everything for recenting. #750 (vanniktech)
    • ๐Ÿ“ฆ Variant package which contains everything for varianting. #749 (vanniktech)
    • ๐Ÿ“ฆ Search package which contains everything for searching. #748 (vanniktech)
    • โœ‚ Remove Emoji#length. #747 (vanniktech)
    • Inline Emoji#hasVariants. #746 (vanniktech)
    • Open MaterialEmojiLayoutFactory. #745 (vanniktech)
    • ๐Ÿ“ฆ Move internals into internal package. #744 (vanniktech)
    • NoVariantEmoji in case you don't want variant selection. #743 (vanniktech)
    • Emoji class is now abstract. #742 (vanniktech)
    • โœ‚ Remove Emoji#resource. #741 (vanniktech)
    • Emoji class only use one constructor. #740 (vanniktech)
    • ๐Ÿšš Emoji remove constructor with single code point. #739 (vanniktech)
    • ๐Ÿ‘‰ Use Point instead of CacheKey. #738 (vanniktech)
    • Emoji search also append whitespace and auto close after clicking an entry. #737 (vanniktech)
    • โšก๏ธ Update copyrights. #736 (vanniktech)
    • ๐Ÿ’… emoji-material: Use defStyleAttr constructor with default value. #735 (vanniktech)
    • ๐Ÿ‘ Allow subclasses from EmojiDisplayable & EmojiEditable components. #734 (vanniktech)
    • ๐Ÿ”Œ Use base plugin for publishing. #733 (vanniktech)
    • Sample: Face lift and regenerate screenshots. #732 (vanniktech)
    • ๐Ÿ— Deprecate EmojiPopup.Builder in favor of EmojiPopup constructor. #731 (vanniktech)
    • Hide more APIs in emoji module. #730 (vanniktech)
    • ๐Ÿ”จ Refactoring: Move SearchInPlaceTrait into traits package. #729 (vanniktech)
    • โฌ‡๏ธ Drop Java Support (indirectly by removing @JvmField annotations) #728 (vanniktech)
    • ๐Ÿ‘• Lint: Check everything. #727 (vanniktech)
    • ๐Ÿ— Let build fail if there are any warnings. #726 (vanniktech)
    • emoji-google is now Kotlin only. #725 (vanniktech)
    • emoji-facebook is now Kotlin only. #724 (vanniktech)
    • emoji-ios is now Kotlin only. #723 (vanniktech)
    • emoji-google-compat is now Kotlin only. #722 (vanniktech)
    • emoji-twitter is now Kotlin only. #721 (vanniktech)
    • ๐Ÿ‘‰ Use Vector Drawable for recent icon. #720 (vanniktech)
    • Avoid generating accessor method. #719 (vanniktech)
    • ๐ŸŒฒ Sample: Use Timber for logging. #718 (vanniktech)
    • โœ‚ Remove deprecated systemWindowInsetBottom usage. #717 (vanniktech)
    • Hide more APIs in each provider module. #716 (vanniktech)
    • โœจ Enhance generated code. #715 (vanniktech)
    • โœ‚ Remove deprecated stableInsetBottom usage. #714 (vanniktech)
    • ๐Ÿšš Make Utils internal and move EditText & TextView extensions into their own file. #713 (vanniktech)
    • Convert GoogleCompatEmoji class to Kotlin. #712 (vanniktech)
    • Generate CategoryChunk in Kotlin. #711 (vanniktech)
    • Generate CategoryUtils class in Kotlin. #710 (vanniktech)
    • Generate Emoji Class in Kotlin. #709 (vanniktech)
    • Generate GoogleCompatEmojiProvider as Kotlin. #708 (vanniktech)
    • Generate all EmojiProvider implementations in Kotlin. #707 (vanniktech)
    • Public TextView#init. #706 (vanniktech)
    • Generate all EmojiCategory implementations in Kotlin. #705 (vanniktech)
    • Inline Utils#asListWithoutDuplicates. #704 (vanniktech)
    • ๐Ÿ‘Œ Improve updating documentation. #703 (vanniktech)
    • ๐Ÿšš EmojiEditable remove backspace & input function and instead provide public extension functions for all EditText. #702 (vanniktech)
    • Convert GoogleCompatEmojiDrawable class to Kotlin. #701 (vanniktech)
    • EmojiReplacer fallback can be optional. #700 (vanniktech)
    • Public EditText.inputEmoji. #699 (vanniktech)
    • โœ‚ Remove EmojiPopup#setPopupWindowHeight #698 (vanniktech)
    • emoji is now Kotlin only. #697 (vanniktech)
    • ๐Ÿ‘• Unify lint.xml files. #696 (vanniktech)
    • Public EditText.dispatchBackspace. #695 (vanniktech)
    • Convert Utils class to Kotlin. #694 (vanniktech)
    • Convert EmojiPopup class to Kotlin. #693 (vanniktech)
    • โšก๏ธ Update emojis to version 14.0 #691 (rubengees)
    • Convert EmojiManager class to Kotlin. #689 (vanniktech)
    • ๐Ÿ’ป Inline EmojiInput interface into EmojiEditable so that all UI components benefit from traits. #688 (vanniktech)
    • EmojiEditable: Emoji Input is always non-null. #687 (vanniktech)
    • EmojiEditable: Consistent isEditMode handling. #686 (vanniktech)
    • Convert Emoji class to Kotlin. #685 (vanniktech)
    • ๐Ÿ”จ Refactoring: Move Kotlin functions to top level and deprecate old mechanisms. #684 (vanniktech)
    • Convert EmojiUtils class to Kotlin. #683 (vanniktech)
    • app is now Kotlin only. #682 (vanniktech)
    • emoji-material is now Kotlin only. #681 (vanniktech)
    • Convert EmojiMultiAutoCompleteTextView class to Kotlin. #679 (vanniktech)
    • Convert EmojiEditText class to Kotlin. #678 (vanniktech)
    • Convert EmojiMaterialCheckBox class to Kotlin. #677 (vanniktech)
    • Convert EmojiMaterialRadioButton class to Kotlin. #676 (vanniktech)
    • Convert EmojiTextInputEditText class to Kotlin. #675 (vanniktech)
    • Convert EmojiMaterialButton class to Kotlin. #674 (vanniktech)
    • Convert EmojiButton class to Kotlin. #673 (vanniktech)
    • Convert EmojiAutoCompleteTextView class to Kotlin. #672 (vanniktech)
    • Convert EmojiCheckbox class to Kotlin. #671 (vanniktech)
    • Convert EmojiTextView class to Kotlin. #670 (vanniktech)
    • ๐Ÿ”จ Refactoring: Replace disableKeyboardInput with installDisableKeyboardInput and handle more cases. #669 (vanniktech)
    • Convert EmojiView class to Kotlin. #668 (vanniktech)
    • โœ… ScreenshotsTest: Use DemoModeRule for better screenshots. #667 (vanniktech)
    • โœ… Convert ScreenshotsTest class to Kotlin. #666 (vanniktech)
    • ๐Ÿ”จ Refactoring: Use espresso utils, get rid of assertj & more. #665 (vanniktech)
    • Convert MainActivity class to Kotlin. #664 (vanniktech)
    • Convert MainDialog class to Kotlin. #663 (vanniktech)
    • Convert EmojiPagerAdapter class to Kotlin. #662 (vanniktech)
    • Bring back AsyncTask as Executors sometimes don't work. #661 (vanniktech)
    • Convert EmojiVariantPopup class to Kotlin. #660 (vanniktech)
    • ๐Ÿ”จ Refactoring: Use fun interface to functional interfaces. #659 (vanniktech)
    • Convert PageTransformer class to Kotlin. #658 (vanniktech)
    • Convert CustomViewActivity class to Kotlin. #657 (vanniktech)
    • Convert EmojiApplication class to Kotlin. #656 (vanniktech)
    • Convert ChatAdapter class to Kotlin. #655 (vanniktech)
    • Convert EmojiImageView class to Kotlin. #654 (vanniktech)
    • Convert RecentEmojiManager class to Kotlin. #653 (vanniktech)
    • Convert EmojiSpan class to Kotlin. #652 (vanniktech)
    • Convert GridView classes to Kotlin. #651 (vanniktech)
    • Convert MaterialEmojiLayoutFactory class to Kotlin. #650 (vanniktech)
    • ๐Ÿ”จ Refactoring: Extract inset variables. #649 (vanniktech)
    • ๐Ÿ”จ Refactoring: Move MaximalNumberOfEmojisInputFilter into inputfilters package. #648 (vanniktech)
    • โœ‚ Remove deprecated AsyncTask with Executors. #647 (vanniktech)
    • Convert MaximalNumberOfEmojisInputFilter class to Kotlin. #646 (vanniktech)
    • Convert VariantEmojiManager class to Kotlin. #645 (vanniktech)
    • Convert EmojiArrayAdapter class to Kotlin. #644 (vanniktech)
    • ๐Ÿ”จ Refactorign: Move OnlyEmojisInputFilter into inputfilters package. #643 (vanniktech)
    • ๐Ÿ’ป UI Components: Properly init them using their own StylableRes. #642 (vanniktech)
    • Convert EmojiDisplayable interface to Kotlin. #641 (vanniktech)
    • Convert EmojiEditable interface to Kotlin. #640 (vanniktech)
    • Convert EmojiResultReceiver class to Kotlin. #639 (vanniktech)
    • โœ… Convert all Tests to Kotlin. #638 (vanniktech)
    • ๐Ÿ”จ Refactoring: Start moving most of the Trait infrastructure into its own package. #637 (vanniktech)
    • ๐Ÿ“‡ Rename forceSingleEmoji() to installForceSingleEmoji() and leverage EmojiTrait mechanism. #636 (vanniktech)
    • Convert SingleEmojiTrait class to Kotlin. #635 (vanniktech)
    • SearchInPlaceTrait: Allow searching for emojis. #634 (vanniktech)
    • Search Dialog: Tint Edit Text cursor and handles correctly. #633 (vanniktech)
    • Emoji Search: Highlight which part of the shortcode matches the query. #632 (vanniktech)
    • Search RecyclerView limit height to 300dp. #631 (vanniktech)
    • In place dialog when typing : in an EditText constructed from EmojiPopup. #630 (vanniktech)
    • Sample: Showcase EmojiView on it's own without a keyboard. #629 (vanniktech)
    • ๐Ÿšš Internal: EmojiView rearrange a few things and move EmojiPopUp#dismiss behavior into EmojiView#tearDown. #628 (vanniktech)
    • Internal: EmojiView prepare for public usage. #627 (vanniktech)
    • Convert EmojiForceable interface to Kotlin. #626 (vanniktech)
    • Convert EmojiProvider interface to Kotlin. #625 (vanniktech)
    • Convert EmojiInformation class to Kotlin. #624 (vanniktech)
    • Convert EmojiLayoutFactory class to Kotlin. #623 (vanniktech)
    • Convert EmojiRange class to Kotlin. #622 (vanniktech)
    • โœ‚ Remove View parameter from OnEmojiBackspaceClickListener interface. #621 (vanniktech)
    • โœ‚ Remove EmojiImageView parameter from OnEmojiClickListener interface. #620 (vanniktech)
    • Convert OnSoftKeyboardOpenListener interface to Kotlin. #619 (vanniktech)
    • Convert OnSoftKeyboardCloseListener interface to Kotlin. #618 (vanniktech)
    • Convert OnEmojiPopupShownListener interface to Kotlin. #617 (vanniktech)
    • Convert OnEmojiPopupDismissListener interface to Kotlin. #616 (vanniktech)
    • Convert OnEmojiLongClickListener interface to Kotlin. #615 (vanniktech)
    • Convert OnEmojiClickListener interface to Kotlin. #614 (vanniktech)
    • Convert OnEmojiBackspaceClickListener interface to Kotlin. #613 (vanniktech)
    • Convert CacheKey class to Kotlin. #612 (vanniktech)
    • Convert EmojiCategory interface to Kotlin. #611 (vanniktech)
    • Convert RepeatListener class to Kotlin. #610 (vanniktech)
    • NoSearchEmoji which allows you to hide the search feature. #609 (vanniktech)
    • Convert OnlyEmojisInputFilter class to Kotlin. #608 (vanniktech)
    • Convert NoRecentEmoji class to Kotlin. #607 (vanniktech)
    • Convert EmojiReplacer interface to Kotlin. #606 (vanniktech)
    • Convert VariantEmoji interface to Kotlin. #605 (vanniktech)
    • Convert RecentEmoji interface to Kotlin. #604 (vanniktech)
    • SearchEmoji interface which allows customizing the search algorithm. #603 (vanniktech)
    • Internal: EmojiView hide backspace when EditText is null and no Backspace listener is set. #602 (vanniktech)
    • Internal: EmojiView EditText is optional. #601 (vanniktech)
    • Internal: EmojiView handles backspace on it's own. #600 (vanniktech)
    • โœ‚ Delete JaCoCo as CodeCov has been turned off for quite a while. #599 (vanniktech)
    • ๐Ÿšš Sample: Move custom view sample from Menu to Button. #598 (vanniktech)
    • ๐Ÿšš Sample: Move dialog sample from Menu to Button to also showcase MaterialEmojiLayoutFactory. #597 (vanniktech)
    • ๐Ÿšš Sample: Move option to switch between Provider from Menu to Button. #596 (vanniktech)
    • Sample: Nuke MainActivityAutoCompleteTextView & MainActivityMultiAutoCompleteTextView (unused and only differ in one XML line, the View for entering Text + Emojis) #595 (vanniktech)
    • Internal: EmojiView gets setUp method. #594 (vanniktech)
    • Internal: EmojiView handles clicking on it's own. #593 (vanniktech)
    • ๐Ÿ— Internal: EmojiView is taking each dependency instead of EmojiPopup.Builder. #592 (vanniktech)
    • Sample: Fix Custom View and explain what it's actually doing. #591 (vanniktech)
    • ๐Ÿ‘‰ Make EmojiResultReceiver private. #590 (vanniktech)
    • Internal: EmojiView is now holding the EmojiVariantPopup. #589 (vanniktech)
    • ๐Ÿ›  Fix ANR when persisting Recent-& Variant emojis. #588 (vanniktech)
    • โœ‚ Remove library config file. #587 (vanniktech)
    • โšก๏ธ Update generator for new data source version #586 (rubengees)
    • Sample: Follow system setting for dark mode & fix dialog. #585 (vanniktech)
    • ๐Ÿ’ป Unified EmojiTheming which has all of the colors for each Emoji UI component. #584 (vanniktech)
    • Rename: color/emoji_divider to color/emoji_divider_color and attr/emojiDivider to attr/emojiDividerColor. #583 (vanniktech)
    • Rename: color/emoji_background to color/emoji_background_color and attr/emojiBackground to attr/emojiBackgroundColor. #582 (vanniktech)
    • Rename: color/emoji_icons to color/emoji_primary_color and attr/emojiIcons to attr/emojiPrimaryColor. #581 (vanniktech)
    • โšก๏ธ Update ktlint to 0.45.2 & disable Detekt. #580 (vanniktech)
    • ๐Ÿšš Inline emoji-kotlin into emoji module and remove emoji-kotlin module. #579 (vanniktech)
    • โž• Add failing test for isOnlyEmojis() #578 (vanniktech)
    • Stop using Gradle's subproject. #577 (vanniktech)
    • โšก๏ธ Update LeakCanary to 2.9.1 #576 (vanniktech)
    • โšก๏ธ Update Kotlin to 1.6.21 #575 (vanniktech)
    • Editorconfig file. #574 (vanniktech)
    • โž• Add EmojiTextInputEditText. #573 (vanniktech)
    • Emoji search icon next to categories, which allows to search emoji by name (english names only) #563 (vanniktech)
  • v0.9.0 Changes

    April 09, 2022
    • ๐Ÿ›  Fix Memory Leak with setOnApplyWindowInsetsListener. #569 (vanniktech)
    • Keep file to keep sheets which are accessed through reflection. #562 (vanniktech)
    • โšก๏ธ Update dependencies. #561 (vanniktech)
  • v0.8.0 Changes

    September 27, 2021
    • ๐Ÿ›  NoRecentEmoji implementation. Fixes #477 #510 (vanniktech)
    • ๐Ÿ›  Fix Memory Leak with OnAttachStateChangeListener. #508 (vanniktech)
    • โšก๏ธ Update gradle-maven-publish-plugin to 0.16.0 #504 (vanniktech)
    • Switch to GitHub workflows. #503 (vanniktech)
    • ๐Ÿ›  EmojiEditText cursor height is too small by wirting emojis followed by text fixes #492 #493 (denjoo)
    • Only construct RecentEmojiManager if one hasnโ€™t already been set #478 (lukesleeman)
    • โšก๏ธ minSdk 21, targetSdk 29 & update all of the dependencies #465 (vanniktech)
  • v0.7.0 Changes

    August 19, 2020
    • ๐Ÿ›  Fix hardcoded text not displaying Emojis correctly #462 (vanniktech)
    • โž• Add EmojiCheckbox. #460 (vanniktech)
    • โž• Add duplicate support for Emoji start with variant selector. #456 (vanniktech)
    • โž• Add license headers to JS/KT/Java files. #455 (vanniktech)
    • โž• Add 3-arg-view constructors. #454 (vanniktech)
    • EmojiPopUp: RequestApplyInsets #452 (ghshenavar)
    • Call EmojiPopup#start() when rootView is already laid out. #448 (vanniktech)
    • โž• Add shortcodes to emojis #446 (rubengees)
    • Unify code across widgets. #443 (vanniktech)
    • โž• Add SingleEmojiTrait to force single (replaceable) on an EditText #442 (vanniktech)
    • ๐Ÿ›  Fix render issue when isInEditMode() #435 (Namolem)
    • โšก๏ธ Update generator for Unicode 12.1 #426 (rubengees)
    • ๐Ÿ‘ Allow to pass in selectedIconColor. #425 (vanniktech)
    • ๐Ÿ›  Fix emoji keyboard in samples #411 (mario)
    • ๐Ÿ›  Delay opening of the popup to correctly align with window insets. Fixes #400 #410 (mario)
    • โž• Add sample with custom view. #409 (vanniktech)
    • ๐Ÿ›  Fix set popup window height method #402 (mario)
    • Automatically call start and stop when attaching/detaching EmojiPopup #397 (rubengees)
    • โž• Add MaterialEmojiLayoutFactory. #396 (vanniktech)
    • โž• Add EmojiLayoutFactory. #395 (vanniktech)
    • โž• Add emoji-material module for material bindings. #394 (vanniktech)
    • ๐Ÿ›  Fix emoji only filter #393 (mario)
    • ๐Ÿ›  Fix custom keyboard height #392 (mario)
    • ๐Ÿ›  Fix keyboard calculation for API v21+ by introducing start/stop into EmojiPopup #389 (mario)
    • ๐Ÿ‘Œ Support textAllCaps option. Fixes #361 #383 (mario)
    • Don't use bundled AppCompat emojis. Instead download the font. #380 (vanniktech)
    • ๐Ÿ‘Œ Support use case where only Emoji Dialog should be shown. #378 (vanniktech)
    • Ship OnlyEmojisInputFilter & MaximalNumberOfEmojisInputFilter. #377 (vanniktech)
    • โšก๏ธ Update dependencies. #376 (vanniktech)
    • ๐Ÿ‘ Allow popup height to be changed with a setter #373 (VitalyKuznetsov)
    • ๐Ÿ›  Fix memory leak in EmojiPopup #370 (rubengees)
    • Optimise the category png's to save some space #367 (rocboronat)
    • ๐Ÿ”€ Make EmojiManager's initialization methods synchronized #365 (rubengees)
    • ๐Ÿ”„ Change default Keyboard + ViewPager animation. #353 (vanniktech)
    • ๐Ÿ‘ Content descriptors added for supporting talkback accessibility #352 (AlexMavDev)
    • โœ‚ Remove EmojiOne #338 (rubengees)
    • โšก๏ธ Update everything to AndroidX #335 (mario)
    • โšก๏ธ Update README license #332 (mario)

    I want to thank each and every contributor. Special thanks goes out to @mario & @rubengees.

  • v0.6.0 Changes

    February 15, 2019
    • โž• 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.

  • v0.5.1 Changes

    July 02, 2017

    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.

  • v0.5.0 Changes

    July 02, 2017

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

  • v0.4.0 Changes

    February 15, 2017
    • 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.