aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | Add xxxhdpi assetsTadashi G. Takaoka2014-09-1197-0/+0
| | |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17432407 Change-Id: I68e5f660425db567688d4e119c94fc34430f8ff3
* | | | | | | | | | | | | | | | | am ead70974: am 27ccbeb4: am cd119050: Support CursorAnchorInfo in the ↵Yohei Yukawa2014-09-113-20/+291
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | full-screen mode * commit 'ead70974aecd78d5bad0fa87a759f6bf82dcb503': Support CursorAnchorInfo in the full-screen mode
| * | | | | | | | | | | | | | | | am cd119050: Support CursorAnchorInfo in the full-screen modeYohei Yukawa2014-09-113-20/+291
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'cd11905022306c9b95f8781f0f8b23a3570f30e9': Support CursorAnchorInfo in the full-screen mode
| | * | | | | | | | | | | | | | | Support CursorAnchorInfo in the full-screen modeYohei Yukawa2014-09-113-20/+291
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL allows to emulate the behavior of CursorAnchorInfo in the full-screen mode to work around the limitation of the framework. Basically this CL copies relevant code from the framework to LatinIME. This is actually a code duplicate which isn't great, but probably the only way that is available right now. Change-Id: I30bc8c3387c91c8e47252ba699cbd967d8927dad
* | | | | | | | | | | | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-09-1173-685/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-09-0973-685/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id31c38a0c1c737071e3659fc374eaca40f441102 Auto-generated-cl: translation import
* | | | | | | | | | | | | | | | | [ML6] Have asyncReloadMainDictionary support multiple localesJean Chalard2014-09-111-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4c3dfaad38ec1cc91d1a9f81d5ff45ef12f70029
* | | | | | | | | | | | | | | | | [ML5] Rewrite resetDictionariesWithDictNamePrefixJean Chalard2014-09-112-50/+79
| |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change rewrites resetDictionariesWithDictNamePrefix so that it would work if there were several locales, which is going to happen shortly. This change on its own is quite large and difficult already, so I didn't want to merge it into the change that actually makes several locales happen; another such change is following. Change-Id: Ibb80b05b73c0f0f0bea64b7e308cc4d38ca448f9
* | | | | | | | | | | | | | | | Merge "Adds StatsUtil methods for LatinIME.on{Start,Create,Finish}inputView"Jatin Matani2014-09-111-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Adds StatsUtil methods for LatinIME.on{Start,Create,Finish}inputViewJatin Matani2014-09-101-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4e7dc008b98e398c38aafea5cb31156dde7f42ea
* | | | | | | | | | | | | | | | | Enable personalization for multilingual users.Keisuke Kuroyanagi2014-09-104-10/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16547557 Change-Id: I03eda34edc902fc4732d16d234216344d8d84d88
* | | | | | | | | | | | | | | | | Get locale using detected language for personalization.Keisuke Kuroyanagi2014-09-102-29/+191
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16547557 Change-Id: If3d88a548e5a2255ff81c819b056f77bfbe237ae
* | | | | | | | | | | | | | | | Merge "Add backspace event methods to StatsUtils"Mohammadinamul Sheik2014-09-101-0/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add backspace event methods to StatsUtilsMohammadinamul Sheik2014-09-101-0/+14
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id45d217073e49ca5f2ba639b608d168d136bba58
* | | | | | | | | | | | | | | | Merge "Move case and OOV detection logic into distracter filter."Keisuke Kuroyanagi2014-09-105-62/+103
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Move case and OOV detection logic into distracter filter.Keisuke Kuroyanagi2014-09-105-62/+103
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16547557 Change-Id: I8502585976deb5e93fff3b1e0266654b8a927bda
* | | | | | | | | | | | | | | | am c29276b7: am 12814352: am 486c4894: Keep aspect ratio of Material action ↵Tadashi G. Takaoka2014-09-099-26/+90
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| / / / / / / / / / / / / / / | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | key background * commit 'c29276b782cfc45be5ab79177e991f2cba8fb04b': Keep aspect ratio of Material action key background
| * | | | | | | | | | | | | | am 486c4894: Keep aspect ratio of Material action key backgroundTadashi G. Takaoka2014-09-099-26/+90
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '486c4894ce0917fc7b18eaee4bfd031051f2b05b': Keep aspect ratio of Material action key background
| | * | | | | | | | | | | | | Keep aspect ratio of Material action key backgroundTadashi G. Takaoka2014-09-099-26/+90
| | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15681452 Change-Id: Ie4b823dca541b76b68cade580845a21ff0b21e2f
* | | | | | | | | | | | | | am beb74610: am ab18b5f1: am 9395014e: Don\'t resume suggestions with H/W ↵Jean Chalard2014-09-081-41/+72
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keyboard * commit 'beb746103011149d6dfce10278475946e679263d': Don't resume suggestions with H/W keyboard
| * | | | | | | | | | | | | am 9395014e: Don\'t resume suggestions with H/W keyboardJean Chalard2014-09-081-41/+72
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9395014e76877fc9ef060a3fe54a9e06f0036d6d': Don't resume suggestions with H/W keyboard
| | * | | | | | | | | | | | Don't resume suggestions with H/W keyboardJean Chalard2014-09-081-41/+72
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...unless we do support a hardware keyboard, which we still do not at the moment. Change-Id: Iec24b1ae8ba5e23e0bbb7e5a468b7404296d4b18
* | | | | | | | | | | | | Fix a missing initializationJean Chalard2014-09-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I14a35f5a38b6e0f48c95cbb8c0c6e4507cd61fa7
* | | | | | | | | | | | | am 61e7afa6: am 0eaa25e0: am 914078fd: Fix a bug where recorrection would ↵Jean Chalard2014-09-083-8/+32
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stop on connectors * commit '61e7afa6fa98939f9dcb9f7a2ebb5678a51d4201': Fix a bug where recorrection would stop on connectors
| * | | | | | | | | | | | am 914078fd: Fix a bug where recorrection would stop on connectorsJean Chalard2014-09-083-8/+32
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '914078fd9198aeb3d7ffa034562321d688d588f7': Fix a bug where recorrection would stop on connectors
| | * | | | | | | | | | | Fix a bug where recorrection would stop on connectorsJean Chalard2014-09-083-8/+32
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16733686 Change-Id: I7a9f79a81e33a1f5bf5f3daf0b78d0f1e4447e7a
* | | | | | | | | | | | Fix the sentence separator for Hindi.Jean Chalard2014-09-084-7/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I623e4ccbc324751eb67ec4bb777e2be5ae2a60d1 Bug: 17418371
* | | | | | | | | | | | am 50e8d585: am 56c7ceb4: am 42665f0e: Merge "Mark isDefault="true" for all ↵Tadashi G. Takaoka2014-09-0818-0/+432
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | supported subtypes" into lmp-dev * commit '50e8d5854b981b7fbad24fdb9c141ddf39eb904a': Mark isDefault="true" for all supported subtypes
| * | | | | | | | | | | am 42665f0e: Merge "Mark isDefault="true" for all supported subtypes" into ↵Tadashi G. Takaoka2014-09-0818-0/+432
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-dev * commit '42665f0ee26407fae984446b306309376aac2b36': Mark isDefault="true" for all supported subtypes
| | * | | | | | | | | | Merge "Mark isDefault="true" for all supported subtypes" into lmp-devTadashi G. Takaoka2014-09-0818-0/+432
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | | * | | | | | | | | Mark isDefault="true" for all supported subtypesTadashi G. Takaoka2014-09-0818-0/+432
| | | | |_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17381393 Change-Id: I3a2852c76d6f3dda551529673e7d4e957ced53ca
* | | | | | | | | | | am 42ddc212: am f930ce12: am 1caa0b71: Merge "Follow up API signature ↵Yohei Yukawa2014-09-082-13/+18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes of CursorAnchorInfo" into lmp-dev * commit '42ddc2127deb117a0bb2b7a7797cb8c9ba335f5a': Follow up API signature changes of CursorAnchorInfo
| * | | | | | | | | | am 1caa0b71: Merge "Follow up API signature changes of CursorAnchorInfo" ↵Yohei Yukawa2014-09-082-13/+18
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-dev * commit '1caa0b714dc49c8723d36d4d9825427f8978a602': Follow up API signature changes of CursorAnchorInfo
| | * | | | | | | | | Merge "Follow up API signature changes of CursorAnchorInfo" into lmp-devYohei Yukawa2014-09-082-13/+18
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | | * | | | | | | | Follow up API signature changes of CursorAnchorInfoYohei Yukawa2014-09-082-13/+18
| | | | |_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow up CL for Ic8c6fab58c01206872a34e7ee604cdda. No behavior change is intended in this CL. BUG: 17365414 BUG: 17335734 Change-Id: I4299536d0cb0c660b7b564653c72c9cb409a7aa5
* | | | | | | | | | am c3fac52d: am 1f74ba17: am cb077f75: Merge "Resolve an old TODO." into lmp-devJean Chalard2014-09-084-30/+37
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c3fac52dd51ba70db83d96b2d421bd440683d9bc': Resolve an old TODO.
| * | | | | | | | | am cb077f75: Merge "Resolve an old TODO." into lmp-devJean Chalard2014-09-084-30/+37
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'cb077f75ac750d50c305ac5da20d81df5003907a': Resolve an old TODO.
| | * | | | | | | | Merge "Resolve an old TODO." into lmp-devJean Chalard2014-09-084-30/+37
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | | * | | | | | | Resolve an old TODO.Jean Chalard2014-09-054-30/+37
| | | | |_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is cleaner. Bug: 17347779 Change-Id: I5b612783b1ec98a1a11401f00d68db49654f3023
* | | | | | | | | am c1ee8857: am a6c53d31: am 257dfa79: Merge "Revert "Use right arrow for ↵Yohei Yukawa2014-09-081-16/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the commit indicator"" into lmp-dev * commit 'c1ee88572232235d5972220ec1e5232de58a916e': Revert "Use right arrow for the commit indicator"
| * | | | | | | | am 257dfa79: Merge "Revert "Use right arrow for the commit indicator"" into ↵Yohei Yukawa2014-09-081-16/+10
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-dev * commit '257dfa79f7f19eac5f3481f1b8fe28038d1e0c5e': Revert "Use right arrow for the commit indicator"
| | * | | | | | | Merge "Revert "Use right arrow for the commit indicator"" into lmp-devYohei Yukawa2014-09-081-16/+10
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | | * | | | | | Revert "Use right arrow for the commit indicator"Yohei Yukawa2014-09-081-16/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2412d9ae3c89db4fea8943cca884f0fb105795ef. Change-Id: Ie8090735850e2f2d075d0bdaf3ef628d866b5514
* | | | | | | | | Merge "Fix a bug with the Greek question mark."Jean Chalard2014-09-084-5/+55
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix a bug with the Greek question mark.Jean Chalard2014-09-084-5/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17398284 Change-Id: If49593e2c959935a183a4cd9d988407cc1160599
* | | | | | | | | | Merge "Add StatsUtils.onPickSuggestionManually and SuggestedWords.indexOf."Mohammadinamul Sheik2014-09-082-0/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add StatsUtils.onPickSuggestionManually and SuggestedWords.indexOf.Mohammadinamul Sheik2014-09-072-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1588448154d086569cb026825fdc36cd1812a582
* | | | | | | | | | | am ad4de3fc: am 9ca6658e: am 0f33e614: Implement Floating Action Button more ↵Tadashi G. Takaoka2014-09-0810-3/+117
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keys keyboard * commit 'ad4de3fc819d658775eed470fc74ad76da5caad2': Implement Floating Action Button more keys keyboard
| * | | | | | | | | | am 0f33e614: Implement Floating Action Button more keys keyboardTadashi G. Takaoka2014-09-0810-3/+117
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0f33e614c0799fa3a14a2c32db4bf0654df039da': Implement Floating Action Button more keys keyboard
| | * | | | | | | | | Implement Floating Action Button more keys keyboardTadashi G. Takaoka2014-09-0810-3/+117
| | | |_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 15681452 Change-Id: I8484e4fe4d989b391f2b5230836dc9dfac218429