summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod
Commit message (Expand)AuthorAgeFilesLines
* Follow class package change: LocaleList am: 156139edd8 am: 03a540cc3aYohei Yukawa2016-05-181-1/+1
|\
| * Follow class package change: LocaleListYohei Yukawa2016-05-171-1/+1
* | Calling getClass on a class will return Class.class.Ian Rogers2016-05-091-2/+2
|/
* Start full screen mode on first tap when HW keyborad is connected.Keisuke Kuroyanagi2016-03-151-1/+1
* Map "sr-Latn" to "sr_ZZ" for internal use.Yohei Yukawa2016-03-041-1/+24
* Revert "Close FileChannels in UpdateHandler#copyFile."Yohei Yukawa2016-03-031-10/+2
* Merge "Close FileChannels in UpdateHandler#copyFile." into nyc-devKeisuke Kuroyanagi2016-02-251-2/+10
|\
| * Close FileChannels in UpdateHandler#copyFile.Keisuke Kuroyanagi2016-02-241-2/+10
* | Fix runtime crash on KitKat and prior.Yohei Yukawa2016-02-221-2/+8
|/
* Follow API removal of LocaleList#getPrimary().Yohei Yukawa2016-02-092-5/+14
* Suppress redundant TYPE_WINDOWS_STATE_CHANGED.Yohei Yukawa2016-02-021-1/+3
* Experimental automatic language switching support.Yohei Yukawa2016-01-222-1/+70
* Support EditorInfo#hintLocales in compat library.Yohei Yukawa2016-01-222-0/+48
* Use "languageTag" in RichInputMethodSubtype.Yohei Yukawa2016-01-212-1/+19
* Merge "Hide settings-key until the device is unlocked."Yohei Yukawa2016-01-072-0/+91
|\
| * Hide settings-key until the device is unlocked.Yohei Yukawa2016-01-072-0/+91
* | Merge remote-tracking branch 'goog/mnc-dr-ryu-dev'David Riley2015-12-213-99/+172
|\ \ | |/ |/|
| * Check if last shown Emoji category ID is still validDmitry Torokhov2015-12-081-2/+18
| * Unicode 8.0 emoji additions to Google Keyboard.Chieu Nguyen2015-11-112-19/+135
| |\
| * \ Revert "Unicode 8.0 emoji changes to Google Keyboard."Ian Pedowitz2015-11-102-140/+19
| |\ \
| * \ \ Unicode 8.0 emoji changes to Google Keyboard.Chieu Nguyen2015-11-092-19/+140
| |\ \ \
| * | | | Fix AltR+1 -> ESC shortcuts bringing on-screen keyboardDmitry Torokhov2015-11-032-97/+154
* | | | | Change NavigationBar invisible if the input view is not shown.Seigo Nonaka2015-12-081-0/+13
| |_|_|/ |/| | |
* | | | Unicode 8.0 emoji additions to Google Keyboard.Chieu Nguyen2015-11-112-19/+135
| |_|/ |/| |
* | | Revert "Unicode 8.0 emoji changes to Google Keyboard."Ian Pedowitz2015-11-102-140/+19
| |/ |/|
* | Unicode 8.0 emoji changes to Google Keyboard.Chieu Nguyen2015-11-062-19/+140
|/
* Do not start in recents tab if we do not have recent emojisDmitry Torokhov2015-10-151-7/+14
* Define shortcuts for toggling IME layouts.Dan Zivkovic2015-10-153-82/+206
* Re-activate emoji keyboard shortcut.Dan Zivkovic2015-10-151-4/+0
* Don't show download toast during SUWRussell Brenner2015-08-251-6/+16
* Fix the ellipses image scaling of LatinIMEMohammadinamul Sheik2015-08-121-1/+3
* Handle Cloud Sync and SpellChecker settings when permission changedMohammadinamul Sheik2015-07-244-18/+92
* [LatinIME] Support MNC permissions.Mohammadinamul Sheik2015-07-1512-158/+431
* Remove android.util.Log from FileUtilsJatin Matani2015-07-092-2/+8
* Bring back shortcuts and add to dictionary UIJatin Matani2015-07-066-61/+445
* Don't prompt before downloading.Dan Zivkovic2015-06-253-34/+12
* Add some more logging. Why not.Dan Zivkovic2015-06-241-2/+5
* Load metadata.json from resources on DB reset.Dan Zivkovic2015-06-244-9/+47
* Merge "Small optimization to eliminate a >0 check in RichInputConnection." in...Tom Ouyang2015-06-241-4/+3
|\
| * Small optimization to eliminate a >0 check in RichInputConnection.Tom Ouyang2015-06-241-4/+3
* | Extend laggy connection timeout for initial load.Dan Zivkovic2015-06-241-14/+27
|/
* Merge changes Iaed8abfb,I8e55b57c into jb-ub-latinimegoogleDan Zivkovic2015-06-231-3/+4
|\
| * Do not decorate committed spans.Dan Zivkovic2015-06-231-3/+4
* | Merge "Workaround for preserving responsiveness on a slow InputConnection." i...Tom Ouyang2015-06-232-10/+67
|\ \ | |/ |/|
| * Workaround for preserving responsiveness on a slow InputConnection.Tom Ouyang2015-06-232-10/+67
* | Do not force downloads on package replace.Dan Zivkovic2015-06-231-1/+2
* | Fix the previous downloads logic to not missing any downloads.Mohammadinamul Sheik2015-06-221-7/+5
|/
* Detection and logging of slow input connections.Dan Zivkovic2015-06-221-7/+57
* Clear/remove all the scheduled downloads in Download ManagerMohammadinamul Sheik2015-06-222-0/+38
* Disable download notifications.Chieu Nguyen2015-06-191-3/+1