[go: nahoru, domu]

  1. 3b965cc1 UI tweaks for emoji picker. by chelseahao · 1 year, 7 months ago
  2. e095a35 Reflects recentEmojiProvider changes. by zzeng · 1 year, 7 months ago
  3. 67f3340 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 7 months ago
  4. 0723ca3 Merge "Revert "Reflects recentEmojiProvider changes."" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  5. c4c612b Revert "Reflects recentEmojiProvider changes." by Aurimas Liutikas · 1 year, 8 months ago
  6. 1f57c8b Merge "Reflects recentEmojiProvider changes." into androidx-main by Zuo Zeng · 1 year, 8 months ago
  7. 1e3ca6c Reflects recentEmojiProvider changes. by zzeng · 1 year, 8 months ago
  8. 66d15cb Fix sticky variants behavior. Currently it only saves the last change since last load. by zzeng · 1 year, 8 months ago
  9. 27fd2f3 Disable failing testHeader_highlightCurrentCategory test by Aurimas Liutikas · 1 year, 8 months ago
  10. beb8222 Merge "Nullability updates for consistency with platform SDK" into androidx-main by Alan Viverette · 1 year, 8 months ago
  11. 1bdc90b Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  12. 472e3f0 Nullability updates for consistency with platform SDK by Alan Viverette · 1 year, 8 months ago
  13. cda99c4 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 8 months ago
  14. fb82c18 Merge "Implement highlighting and clicking header icon behavior." into androidx-main by Zuo Zeng · 1 year, 8 months ago
  15. 21fa44ccf2 Implement highlighting and clicking header icon behavior. by zzeng · 1 year, 8 months ago
  16. 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 · 1 year, 8 months ago
  17. ce163ee Merge "Add emojicompat support when drawing emojis." into androidx-main by Chelsea Hao · 1 year, 8 months ago
  18. 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 · 1 year, 8 months ago
  19. e70492b Integrate header data into ItemGroups so Body and Header shares the same data. by zzeng · 1 year, 8 months ago
  20. a8e2bef Add emojicompat support when drawing emojis. by chelseahao · 1 year, 8 months ago
  21. 88f3f14 Merge "Since `coroutineScope` waits for all children coroutine to complete before returning, `Deferred` is unnecessary." into androidx-main by Chelsea Hao · 1 year, 8 months ago
  22. ba1f362 Since `coroutineScope` waits for all children coroutine to complete before returning, `Deferred` is unnecessary. by chelseahao · 1 year, 8 months ago
  23. 861ed0c Add back tests for sticky variants. by chelseahao · 1 year, 8 months ago
  24. 69610c4 Refactor EmojiPicker, removing unused classes and functionalities, mostly on Adapter related stuff. by zzeng · 1 year, 8 months ago
  25. e931a4c Support templated popups. by chelseahao · 1 year, 8 months ago
  26. 4db32ff We should pick the emoji from popup view rather than emoji from the base by scduan · 1 year, 8 months ago
  27. 0626a45 Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  28. 2b3e5158 Let sample app supports landscape mode. by zzeng · 1 year, 8 months ago
  29. b959584 Add default recent emoji provider into emoji picker. User could view the by scduan · 1 year, 8 months ago
  30. d1f89b9 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 8 months ago
  31. 295ef18 Merge "Animation and some minor tweaks on the popup view." into androidx-main by Chelsea Hao · 1 year, 8 months ago
  32. f5a09db Merge "Create a new map from all variants to primary emoji." into androidx-main by Chelsea Hao · 1 year, 8 months ago
  33. 6d4391f Animation and some minor tweaks on the popup view. by chelseahao · 1 year, 8 months ago
  34. a95ec8d Create a new map from all variants to primary emoji. by chelseahao · 1 year, 8 months ago
  35. f2efcb6 Merge "Save sticky preference in shared preference. Also fixed a typo in EmojiViewData.kt." into androidx-main by Chelsea Hao · 1 year, 8 months ago
  36. ef7416d Merge "Create popup window when long click on an emoji view." into androidx-main by Chelsea Hao · 1 year, 8 months ago
  37. cc27c09 Save sticky preference in shared preference. Also fixed a typo in EmojiViewData.kt. by chelseahao · 1 year, 8 months ago
  38. 16dacd8 Add recent emoji category in emoji picker. Use an empty list to by scduan · 1 year, 8 months ago
  39. 1159a1c Create popup window when long click on an emoji view. by chelseahao · 1 year, 8 months ago
  40. 46c6ba7 Merge "Add setOnEmojiPickedListener to allow custom behavior after clicking emoji." into androidx-main by Sicheng Duan · 1 year, 8 months ago
  41. 941ef38 Add setOnEmojiPickedListener to allow custom behavior after clicking emoji. by scduan · 1 year, 8 months ago
  42. 0f2e4a1 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 8 months ago
  43. 7e6e12f Change getItemCount() to display all emojis. by scduan · 1 year, 8 months ago
  44. 26401d9 Display category seperator on a single line and takes up the whole line. by scduan · 1 year, 8 months ago
  45. c73cc14 Load emojis from files. by scduan · 1 year, 8 months ago
  46. 4c8ffc4 EmojiView should support xml layout since we will need to add variant by scduan · 1 year, 8 months ago
  47. d20d70b Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 8 months ago
  48. 344b454 1) Load emoji category in IO thread async-ly. by chelseahao · 1 year, 9 months ago
  49. 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 · 1 year, 9 months ago
  50. 137a2eb Implement EmojiView. Test: EmojiViewTest by zzeng · 1 year, 9 months ago
  51. 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 · 1 year, 9 months ago
  52. 9fa3fd3 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 9 months ago
  53. c01675e Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 1 year, 10 months ago
  54. 408ccb2 Added renderability check to the BundledEmojiListLoader. Forked from google3/java/com/google/android/libraries/inputmethod/emoji/renderer/. by chelseahao · 1 year, 10 months ago
  55. 2217abd Create BundledEmojiListLoader which loads emojis from resources to memory. by chelseahao · 1 year, 10 months ago
  56. 80d9c70 Create emoji picker directory by Lin Guo · 1 year, 11 months ago