- c1d8871 Merge "Override more functions to avoid user add / remove views from the EmojiPickerView." into androidx-main by Treehugger Robot · 1 year, 10 months ago
- a416f46 Quarantine emojipicker by Sean McQuillan · 1 year, 10 months ago
- 52230f7 Override more functions to avoid user add / remove views from the EmojiPickerView. by chelseahao · 1 year, 10 months ago
- d61702b Styles cleanup. Removed used textSize. by chelseahao · 1 year, 10 months ago
- c7c3cce Change button to ToggleButton. by chelseahao · 1 year, 10 months ago
- 138daaa Merge "Override the default theme to demonstrate how style changes." into androidx-main by Chelsea Hao · 1 year, 10 months ago
- bc97d11 Override the default theme to demonstrate how style changes. by chelseahao · 1 year, 10 months ago
- 97fdbee Mark testAddView_throwsException as flaky by Julia McClellan · 1 year, 10 months ago
- 57b382c Merge "Calculate rows more preciously. Now the value of `emojiGridRows` matches exactly what shows on the screen. Test: manual - https://screenshot.googleplex.com/8TnNmJREcjeUHbN" into androidx-main by Chelsea Hao · 1 year, 10 months ago
- 854224c Calculate rows more preciously. Now the value of `emojiGridRows` matches exactly what shows on the screen. by chelseahao · 1 year, 10 months ago
- bed1eaf Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 6c47fe7 Add background drawable to popup window explicitly in the code. This fixes the issue where the popup window does not dismiss when clicking outside or scrolling in API < 23 (https://screenshot.googleplex.com/AMJcoD2LpjQfgRN). by chelseahao · 1 year, 10 months ago
- b95a717 1) Clean up unused deps. 2) Change the sample app to do more meaningful things. by chelseahao · 1 year, 10 months ago
- 5ce0984 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 10 months ago
- 7d2d6ca Force all EmojiViewHolder share the same width/height. by zzeng · 1 year, 11 months ago
- e3681af UI tweak 1) fix emoji cropping 2) fix header size by chelseahao · 1 year, 11 months ago
- 642cbd6 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 11 months ago
- 79f981d Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 1 year, 11 months ago
- 2709dc2 Enable clients to refresh the emojiGridRows and emojiGridColumns. by scduan · 1 year, 11 months ago
- 3d227a8 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 11 months ago
- bf0bf63 Merge "Add public interface `RecentEmojiProvider` to regulate the recent emoji behavior." into androidx-main by Sicheng Duan · 1 year, 11 months ago
- f725565 Add public interface `RecentEmojiProvider` to regulate the recent emoji behavior. by scduan · 2 years ago
- 6723fed Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 11 months ago
- 2d4962c Add constructor with defStyleAttr in EmojiPickerView. Disable the addView fun to disallow adding views. by chelseahao · 1 year, 11 months ago
- 818af4e Merge "Accessibility support for header icons, plus some UI changes." into androidx-main by Chelsea Hao · 1 year, 11 months ago
- 41bdb52 Accessibility support for header icons, plus some UI changes. by chelseahao · 1 year, 11 months ago
- 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 11 months ago
- 3b965cc1 UI tweaks for emoji picker. by chelseahao · 1 year, 11 months ago
- e095a35 Reflects recentEmojiProvider changes. by zzeng · 2 years ago
- 67f3340 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years ago
- 0723ca3 Merge "Revert "Reflects recentEmojiProvider changes."" into androidx-main by Treehugger Robot · 2 years ago
- c4c612b Revert "Reflects recentEmojiProvider changes." by Aurimas Liutikas · 2 years ago
- 1f57c8b Merge "Reflects recentEmojiProvider changes." into androidx-main by Zuo Zeng · 2 years ago
- 1e3ca6c Reflects recentEmojiProvider changes. by zzeng · 2 years ago
- 66d15cb Fix sticky variants behavior. Currently it only saves the last change since last load. by zzeng · 2 years ago
- 27fd2f3 Disable failing testHeader_highlightCurrentCategory test by Aurimas Liutikas · 2 years ago
- beb8222 Merge "Nullability updates for consistency with platform SDK" into androidx-main by Alan Viverette · 2 years ago
- 1bdc90b Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 2 years ago
- 472e3f0 Nullability updates for consistency with platform SDK by Alan Viverette · 2 years ago
- cda99c4 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years ago
- fb82c18 Merge "Implement highlighting and clicking header icon behavior." into androidx-main by Zuo Zeng · 2 years ago
- 21fa44ccf2 Implement highlighting and clicking header icon behavior. by zzeng · 2 years ago
- ae07f22 Merge "Fix b/259964398. I put the wrong min sdk version. Trimming happens to versions lower than 24 (link: https://source.corp.google.com/androidx-platform-dev/emoji2/emoji2-emojipicker/src/main/java/androidx/emoji2/emojipicker/utils/UnicodeRenderableManager.kt;l=73?q=getClosestRenderable)" into androidx-main by Chelsea Hao · 2 years ago
- ce163ee Merge "Add emojicompat support when drawing emojis." into androidx-main by Chelsea Hao · 2 years ago
- d999892 Fix b/259964398. I put the wrong min sdk version. Trimming happens to versions lower than 24 (link: https://source.corp.google.com/androidx-platform-dev/emoji2/emoji2-emojipicker/src/main/java/androidx/emoji2/emojipicker/utils/UnicodeRenderableManager.kt;l=73?q=getClosestRenderable) by chelseahao · 2 years ago
- e70492b Integrate header data into ItemGroups so Body and Header shares the same data. by zzeng · 2 years ago
- a8e2bef Add emojicompat support when drawing emojis. by chelseahao · 2 years ago
- 88f3f14 Merge "Since `coroutineScope` waits for all children coroutine to complete before returning, `Deferred` is unnecessary." into androidx-main by Chelsea Hao · 2 years ago
- ba1f362 Since `coroutineScope` waits for all children coroutine to complete before returning, `Deferred` is unnecessary. by chelseahao · 2 years ago
- 861ed0c Add back tests for sticky variants. by chelseahao · 2 years ago
- 69610c4 Refactor EmojiPicker, removing unused classes and functionalities, mostly on Adapter related stuff. by zzeng · 2 years ago
- e931a4c Support templated popups. by chelseahao · 2 years ago
- 4db32ff We should pick the emoji from popup view rather than emoji from the base by scduan · 2 years ago
- 0626a45 Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 2 years ago
- 2b3e5158 Let sample app supports landscape mode. by zzeng · 2 years ago
- b959584 Add default recent emoji provider into emoji picker. User could view the by scduan · 2 years ago
- d1f89b9 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years ago
- 295ef18 Merge "Animation and some minor tweaks on the popup view." into androidx-main by Chelsea Hao · 2 years ago
- f5a09db Merge "Create a new map from all variants to primary emoji." into androidx-main by Chelsea Hao · 2 years ago
- 6d4391f Animation and some minor tweaks on the popup view. by chelseahao · 2 years ago
- a95ec8d Create a new map from all variants to primary emoji. by chelseahao · 2 years ago
- f2efcb6 Merge "Save sticky preference in shared preference. Also fixed a typo in EmojiViewData.kt." into androidx-main by Chelsea Hao · 2 years ago
- ef7416d Merge "Create popup window when long click on an emoji view." into androidx-main by Chelsea Hao · 2 years ago
- cc27c09 Save sticky preference in shared preference. Also fixed a typo in EmojiViewData.kt. by chelseahao · 2 years ago
- 16dacd8 Add recent emoji category in emoji picker. Use an empty list to by scduan · 2 years ago
- 1159a1c Create popup window when long click on an emoji view. by chelseahao · 2 years ago
- 46c6ba7 Merge "Add setOnEmojiPickedListener to allow custom behavior after clicking emoji." into androidx-main by Sicheng Duan · 2 years ago
- 941ef38 Add setOnEmojiPickedListener to allow custom behavior after clicking emoji. by scduan · 2 years ago
- 0f2e4a1 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years ago
- 7e6e12f Change getItemCount() to display all emojis. by scduan · 2 years ago
- 26401d9 Display category seperator on a single line and takes up the whole line. by scduan · 2 years ago
- c73cc14 Load emojis from files. by scduan · 2 years ago
- 4c8ffc4 EmojiView should support xml layout since we will need to add variant by scduan · 2 years ago
- d20d70b Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years ago
- 344b454 1) Load emoji category in IO thread async-ly. by chelseahao · 2 years ago
- f99c399 Create EmojiPickerView.kt and the minimal public properties(emojiGridColumns/emojiGridRows) and implementations.Also created one test app within the emoji2-emojipicker/samples folder. by scduan · 2 years, 1 month ago
- 137a2eb Implement EmojiView. Test: EmojiViewTest by zzeng · 2 years, 1 month ago
- 2f03dd2 Create `FileCache` class to allow `BundledEmojiListLoader` to read from cache if possible. The `FileCache` class stores caches under /data/user_de/0/androidx.emoji2.emojipicker.test/cache/emoji_picker/osVersion|appVersion/emoji.v1.x.x.x. The cache will be invalidated when os version or app version updates. by chelseahao · 2 years, 1 month ago
- 9fa3fd3 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years, 1 month ago
- c01675e Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 2 years, 1 month ago
- 408ccb2 Added renderability check to the BundledEmojiListLoader. Forked from google3/java/com/google/android/libraries/inputmethod/emoji/renderer/. by chelseahao · 2 years, 2 months ago
- 2217abd Create BundledEmojiListLoader which loads emojis from resources to memory. by chelseahao · 2 years, 2 months ago
- 80d9c70 Create emoji picker directory by Lin Guo · 2 years, 2 months ago