1. fdfc55d Introduce a custom intent action to close software keyboard by Yohei Yukawa · 7 years ago
  2. a9298f8 Follow framework refactoring. by Jeff Sharkey · 9 years ago
  3. 8d65803 Mark this coreApp as being encryptionAware. by Jeff Sharkey · 9 years ago
  4. 6041586 [LatinIME] Support MNC permissions. by Mohammadinamul Sheik · 9 years ago
  5. a9a46a6 Revert "Declare that LatinIME does not use cleartext network traffic." by Dan Zivkovic · 10 years ago
  6. 24a9683 Declare that LatinIME does not use cleartext network traffic. by Alex Klyubin · 10 years ago
  7. 3bc3bc7 Force download the dictionaries after the apk package is updated. by Mohammadinamul Sheik · 10 years ago
  8. 6c1c337 LatinIME manifest. by Dan Zivkovic · 10 years ago
  9. fbfc622 Remove no-op broadcast receiver from LatinIME. by Dan Zivkovic · 10 years ago
  10. 7d7f082 Stop waking up to decay dynamic dictionaries. by Dan Zivkovic · 10 years ago
  11. e9d8146 Fix restore from keyboard by Sandeep Siddhartha · 10 years ago
  12. 477ee88 Stop using splitActionBar by Tadashi G. Takaoka · 10 years ago
  13. d0a1442 Add the sync related permissions to LatinIme too by Sandeep Siddhartha · 10 years ago
  14. d4aec65 Add account change receiver to handle account removal by Sandeep Siddhartha · 10 years ago
  15. 8418514 Add account listing and preference integration for current account by Sandeep Siddhartha · 10 years ago
  16. f81baec Prepare for E MR1 that is linked against L SDK by Ken Wakasa · 10 years ago
  17. f2eadbb Clear keyboard cache when system locale is changed by Tadashi G. Takaoka · 10 years ago
  18. a270ac4 Remove unnecessary DebugSettingsActivity, use fragment directly by Tadashi G. Takaoka · 10 years ago
  19. de1ab73 Use Theme.DeviceDefault theme by Tadashi G. Takaoka · 10 years ago
  20. 052ec62 Restore additional subtypes when the package is updated by Yohei Yukawa · 10 years ago
  21. 938bb4a Revert "Use Settings app's theme for L and later" by Mikhail Naganov · 10 years ago
  22. 80c47b2 Use Settings app's theme for L and later by Tadashi G. Takaoka · 10 years ago
  23. e6a57bc Revert "Reorganize Keyboard settings screen" by Ken Wakasa · 10 years ago
  24. 339929b Reorganize Keyboard settings screen by Tadashi G. Takaoka · 10 years ago
  25. 9b46ddc Use platform default theme for activities and dialogs by Tadashi G. Takaoka · 11 years ago
  26. b11339b Remove some warnings by Jean Chalard · 11 years ago
  27. 2fa3693 Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c by Ken Wakasa · 11 years ago
  28. f36a97a Try decaying user history at hourly intervals. by Keisuke Kuroyanagi · 11 years ago
  29. a7d2fc6 Move settings related classes to "settings" by Ken Wakasa · 11 years ago
  30. 2c1796c Make intents unique to AOSP by Kurt Partridge · 11 years ago
  31. 2b5c972 Introduce another activity to launch setup wizard by Tadashi G. Takaoka · 11 years ago
  32. 499cea9 Use revised Google Keyboard icon by Tadashi G. Takaoka · 11 years ago
  33. 3e37586 Launch setup wizard as single top activity by Tadashi G. Takaoka · 11 years ago
  34. 492557e Add permissions for personalization by Satoshi Kataoka · 12 years ago
  35. 842e245 Add strings-appname.xml to AOSP Android Keyboard project by Tadashi G. Takaoka · 12 years ago
  36. 76d5f51 Ask the client to make itself known when it's not by Jean Chalard · 12 years ago
  37. 3c8117c Fix appname by Satoshi Kataoka · 12 years ago
  38. 0cc0544 Merge the dictionary pack in Latin IME. by Jean Chalard · 12 years ago
  39. 1ffdaaf Add setup wizard launcher icon by Tadashi G. Takaoka · 12 years ago
  40. cb0beaf Add placeholder of keyboard setup wizard by Tadashi G. Takaoka · 12 years ago
  41. d90e12a Change targetSdkVersion to 17 by Tadashi G. Takaoka · 12 years ago
  42. 5d51e8f Remove backup agent from AOSP Android Keyboard by Satoshi Kataoka · 12 years ago
  43. c1bcb8e Let's enhance by Jason Chen · 12 years ago
  44. 6492a2f Merge "Add a <uses-sdk> element in the LatinIME's manifest" into jb-mr1-dev by Ken Wakasa · 12 years ago
  45. 8573223 Add a <uses-sdk> element in the LatinIME's manifest by Ken Wakasa · 12 years ago
  46. b8afd54 Add android::supportsRtl="true" by Tadashi G. Takaoka · 12 years ago
  47. 1a9ef01 Add a copyright header to AndroidManifest.xml by Ken Wakasa · 12 years ago
  48. 55e5bdc Use splitActionBarWhenNarrow for Android Settings activity by Tadashi G. Takaoka · 12 years ago
  49. c206d04 Use InputMethodSettingsFragment for IME settings by Tadashi G. Takaoka · 13 years ago
  50. b264de6 Remove unused resources by Tadashi G. Takaoka · 13 years ago
  51. c1da656 Change the application name of aosp latin ime by satok · 13 years ago
  52. 361c42b Use the system-wide interface to add a word. by Jean Chalard · 13 years ago
  53. 8d712e0 Remove unnecessary permission from open source LatinIME as well by Ken Wakasa · 13 years ago
  54. fde6149 Mark IME as a core app by Ben Komalo · 13 years ago
  55. 8ab2477 Update the LatinIME app icon by Ken Wakasa · 13 years ago
  56. 31fd54c Add a settings activity for the spell checker. by Jean Chalard · 13 years ago
  57. c2b6a35 Add the spell checker configuration xml by satok · 13 years ago
  58. 4a0c343 Use InputMethodSettingsActivity by satok · 13 years ago
  59. 1be5028 Add SettingsActivity by satok · 13 years ago
  60. ea9098c Add SuggestionSpan suggestion picked notification receiver by satok · 13 years ago
  61. 15a0ba6 Check the availability of layouts for showing the input languages in the settings by satok · 14 years ago
  62. 5cd87e1 Disable shortcut key when network is not available by Tadashi G. Takaoka · 14 years ago
  63. 9502cc1 Remove LatinIME prefix from classes by Tadashi G. Takaoka · 14 years ago
  64. fa086c9 Cleanup unused Java import by Tadashi G. Takaoka · 14 years ago
  65. bf96661 Add Debug Settings Activity by satok · 14 years ago
  66. 979f869 DO NOT MERGE. Backport LatinIME from master to Gingerbread by satok · 14 years ago
  67. b248c2f Remove the shared uid for LatinIME by Amith Yamasani · 15 years ago
  68. 07b1603 Don't let the native code target be included twice when unbundling. by Amith Yamasani · 15 years ago[Renamed (90%) from AndroidManifest.xml]
  69. e11e283 Add an original-package tag that matches the real package name. by Jeff Hamilton · 15 years ago
  70. 60b0dcf Remove now-obsolete BACKUP_DATA permission by Christopher Tate · 15 years ago
  71. c2a862a Adding VoiceIME support for the modified RecognitionManager by Valentin Kravtsov · 15 years ago
  72. a16ff1b remove references to Gservices from LatinIME by Doug Zongker · 15 years ago
  73. 4fc0193 add READ_GSERVICES permission by Doug Zongker · 15 years ago
  74. 36fcf25 Input language switching. Bug: 2331173 by Amith Yamasani · 15 years ago
  75. f265392 Don't kill the IME after a restore by Christopher Tate · 15 years ago
  76. 9a66cd8 Add the BACKUP_DATA permission to the LatinIME package by Christopher Tate · 15 years ago
  77. cc7c8ea Removing comments that somehow checked in. by Mitsuru Oshima · 15 years ago
  78. ff74ee5 Backup Latin IME settings shared preferences. by Amith Yamasani · 15 years ago
  79. 6bfb6d0 use compatibility mode (for now) by Mitsuru Oshima · 15 years ago
  80. 43d34da Fix the LatinIME on devices with 240dpi. by Jeff Hamilton · 15 years ago
  81. 923bf41 auto import from //branches/cupcake/...@138744 by The Android Open Source Project · 16 years ago