Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | am 4d8efc97: am b41d1fcd: am d0d8f90a: Merge "Reorganize settings in Google K...•••* commit '4d8efc97873d12b4596c695fbcf7e72330b5253e': Reorganize settings in Google Keyboard | 2014-09-13 | 13 | -78/+132 | |
|\ | |||||
| * | am d0d8f90a: Merge "Reorganize settings in Google Keyboard" into lmp-dev•••* commit 'd0d8f90a32b907b867f8fa934dc7582ff53a9a43': Reorganize settings in Google Keyboard | 2014-09-12 | 13 | -78/+132 | |
| |\ | |||||
| | * | Merge "Reorganize settings in Google Keyboard" into lmp-dev | 2014-09-12 | 13 | -78/+132 | |
| | |\ | |||||
| | | * | Reorganize settings in Google Keyboard•••Changes : Input languages -> Languages Input preferences -> Preferences Multi lingual Options -> Multilingual Options Keyboard Theme -> Theme Gesture typing preferences -> Gesture typing **New Appearance -> Theme -> Custom input style **Removed Multilingual options from L dynamically Bug: 11866784 Change-Id: I07404c27868e1b087b0cafb63d2031a5b493a885 | 2014-09-12 | 13 | -78/+132 | |
* | | | | resolved conflicts for merge of 75513e51 to master•••Change-Id: I058c3e63e5e349b58b2bdd2723cb43fbc24a0425 | 2014-09-13 | 2 | -24/+24 | |
|\| | | | |||||
| * | | | am fd5f2b91: Merge "Fix not always showing input view with physical keyboard ...•••* commit 'fd5f2b91fdb67921edf3d9071557d013fa498386': Fix not always showing input view with physical keyboard connected | 2014-09-12 | 2 | -24/+24 | |
| |\| | | |||||
| | * | | Merge "Fix not always showing input view with physical keyboard connected" in... | 2014-09-12 | 2 | -24/+24 | |
| | |\ \ | |||||
| | | * | | Fix not always showing input view with physical keyboard connected•••Bug: 17163374 Change-Id: I57f7eeac0c9ac0a15d3d55927e18a2d97849c508 | 2014-09-12 | 2 | -24/+24 | |
| | | |/ | |||||
* | | | | resolved conflicts for merge of 8e9385cc to master•••Change-Id: Ia6d192ee4a8496afa3f788894844ebef78fb7a8c | 2014-09-13 | 2 | -1/+13 | |
|\| | | | |||||
| * | | | am 7aa47cb3: Only do double-space-period on real text fields.•••* commit '7aa47cb3748d82b6f8bf3713c3c9e05b3fca8979': Only do double-space-period on real text fields. | 2014-09-12 | 2 | -1/+13 | |
| |\| | | |||||
| | * | | Only do double-space-period on real text fields.•••Bug: 15559216 Change-Id: Id6ecadc58c03889496967d67371457e4050d695b | 2014-09-12 | 2 | -1/+13 | |
| | |/ | |||||
| | * | Merge "Import translations. DO NOT MERGE" into lmp-dev | 2014-09-11 | 73 | -685/+7 | |
| | |\ | |||||
| | | * | Import translations. DO NOT MERGE•••Change-Id: I760fae2840e78c7dce10f6caf9cae4fffdef71c1 Auto-generated-cl: translation import | 2014-09-09 | 73 | -685/+7 | |
* | | | | am c24340f9: am 74d59cca: am dc1097ee: Merge "Update AOSP launcher icon" into...•••* commit 'c24340f956c16d8594c44d45685f8a814538245b': Update AOSP launcher icon | 2014-09-12 | 5 | -0/+0 | |
|\| | | | |||||
| * | | | am dc1097ee: Merge "Update AOSP launcher icon" into lmp-dev•••* commit 'dc1097ee2e85daaed525ceff2154d4d7252c75ed': Update AOSP launcher icon | 2014-09-11 | 5 | -0/+0 | |
| |\| | | |||||
| | * | | Merge "Update AOSP launcher icon" into lmp-dev | 2014-09-11 | 5 | -0/+0 | |
| | |\ \ | |||||
| | | * | | Update AOSP launcher icon•••Bug: 16635354 Bug: 16635354 Change-Id: I68f9c4ec21a01b9db0fc73c1785c972f5d7ac05b | 2014-09-12 | 5 | -0/+0 | |
* | | | | | am 1073ef97: am 1bb20aa0: am 31544dcb: Add xxxhdpi assets•••* commit '1073ef9756617ecd2b4eeddca045039d9e6f3d14': Add xxxhdpi assets | 2014-09-12 | 97 | -0/+0 | |
|\| | | | | |||||
| * | | | | am 31544dcb: Add xxxhdpi assets•••* commit '31544dcb43bfb4f14339d1c2b3ffa92063487c0c': Add xxxhdpi assets | 2014-09-11 | 97 | -0/+0 | |
| |\| | | | |||||
| | * | | | Add xxxhdpi assets•••Bug: 17432407 Change-Id: I68e5f660425db567688d4e119c94fc34430f8ff3 | 2014-09-11 | 97 | -0/+0 | |
| | |/ / | |||||
* | | | | am ead70974: am 27ccbeb4: am cd119050: Support CursorAnchorInfo in the full-s...•••* commit 'ead70974aecd78d5bad0fa87a759f6bf82dcb503': Support CursorAnchorInfo in the full-screen mode | 2014-09-11 | 3 | -20/+291 | |
|\| | | | |||||
| * | | | am cd119050: Support CursorAnchorInfo in the full-screen mode•••* commit 'cd11905022306c9b95f8781f0f8b23a3570f30e9': Support CursorAnchorInfo in the full-screen mode | 2014-09-11 | 3 | -20/+291 | |
| |\| | | |||||
| | * | | Support CursorAnchorInfo in the full-screen mode•••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 | 2014-09-11 | 3 | -20/+291 | |
* | | | | Merge "Import translations. DO NOT MERGE" | 2014-09-11 | 73 | -685/+7 | |
|\ \ \ \ | |||||
| * | | | | Import translations. DO NOT MERGE•••Change-Id: Id31c38a0c1c737071e3659fc374eaca40f441102 Auto-generated-cl: translation import | 2014-09-09 | 73 | -685/+7 | |
* | | | | | [ML6] Have asyncReloadMainDictionary support multiple locales•••Change-Id: I4c3dfaad38ec1cc91d1a9f81d5ff45ef12f70029 | 2014-09-11 | 1 | -11/+14 | |
* | | | | | [ML5] Rewrite resetDictionariesWithDictNamePrefix•••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 | 2014-09-11 | 2 | -50/+79 | |
* | | | | | Merge "Adds StatsUtil methods for LatinIME.on{Start,Create,Finish}inputView" | 2014-09-11 | 1 | -0/+7 | |
|\ \ \ \ \ | |||||
| * | | | | | Adds StatsUtil methods for LatinIME.on{Start,Create,Finish}inputView•••Change-Id: I4e7dc008b98e398c38aafea5cb31156dde7f42ea | 2014-09-10 | 1 | -0/+7 | |
* | | | | | | Enable personalization for multilingual users.•••Bug: 16547557 Change-Id: I03eda34edc902fc4732d16d234216344d8d84d88 | 2014-09-10 | 4 | -10/+24 | |
* | | | | | | Get locale using detected language for personalization.•••Bug: 16547557 Change-Id: If3d88a548e5a2255ff81c819b056f77bfbe237ae | 2014-09-10 | 2 | -29/+191 | |
|/ / / / / | |||||
* | | | | | Merge "Add backspace event methods to StatsUtils" | 2014-09-10 | 1 | -0/+14 | |
|\ \ \ \ \ | |||||
| * | | | | | Add backspace event methods to StatsUtils•••Change-Id: Id45d217073e49ca5f2ba639b608d168d136bba58 | 2014-09-10 | 1 | -0/+14 | |
| |/ / / / | |||||
* | | | | | Merge "Move case and OOV detection logic into distracter filter." | 2014-09-10 | 5 | -62/+103 | |
|\ \ \ \ \ | |||||
| * | | | | | Move case and OOV detection logic into distracter filter.•••Bug: 16547557 Change-Id: I8502585976deb5e93fff3b1e0266654b8a927bda | 2014-09-10 | 5 | -62/+103 | |
| |/ / / / | |||||
* | | | | | am c29276b7: am 12814352: am 486c4894: Keep aspect ratio of Material action k...•••* commit 'c29276b782cfc45be5ab79177e991f2cba8fb04b': Keep aspect ratio of Material action key background | 2014-09-09 | 9 | -26/+90 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | |||||
| * | | | am 486c4894: Keep aspect ratio of Material action key background•••* commit '486c4894ce0917fc7b18eaee4bfd031051f2b05b': Keep aspect ratio of Material action key background | 2014-09-09 | 9 | -26/+90 | |
| |\| | | |||||
| | * | | Keep aspect ratio of Material action key background•••Bug: 15681452 Change-Id: Ie4b823dca541b76b68cade580845a21ff0b21e2f | 2014-09-09 | 9 | -26/+90 | |
| | |/ | |||||
* | | | am beb74610: am ab18b5f1: am 9395014e: Don\'t resume suggestions with H/W key...•••* commit 'beb746103011149d6dfce10278475946e679263d': Don't resume suggestions with H/W keyboard | 2014-09-08 | 1 | -41/+72 | |
|\| | | |||||
| * | | am 9395014e: Don\'t resume suggestions with H/W keyboard•••* commit '9395014e76877fc9ef060a3fe54a9e06f0036d6d': Don't resume suggestions with H/W keyboard | 2014-09-08 | 1 | -41/+72 | |
| |\| | |||||
| | * | Don't resume suggestions with H/W keyboard•••...unless we do support a hardware keyboard, which we still do not at the moment. Change-Id: Iec24b1ae8ba5e23e0bbb7e5a468b7404296d4b18 | 2014-09-08 | 1 | -41/+72 | |
* | | | Fix a missing initialization•••Change-Id: I14a35f5a38b6e0f48c95cbb8c0c6e4507cd61fa7 | 2014-09-08 | 1 | -0/+2 | |
* | | | am 61e7afa6: am 0eaa25e0: am 914078fd: Fix a bug where recorrection would sto...•••* commit '61e7afa6fa98939f9dcb9f7a2ebb5678a51d4201': Fix a bug where recorrection would stop on connectors | 2014-09-08 | 3 | -8/+32 | |
|\| | | |||||
| * | | am 914078fd: Fix a bug where recorrection would stop on connectors•••* commit '914078fd9198aeb3d7ffa034562321d688d588f7': Fix a bug where recorrection would stop on connectors | 2014-09-08 | 3 | -8/+32 | |
| |\| | |||||
| | * | Fix a bug where recorrection would stop on connectors•••Bug: 16733686 Change-Id: I7a9f79a81e33a1f5bf5f3daf0b78d0f1e4447e7a | 2014-09-08 | 3 | -8/+32 | |
* | | | Fix the sentence separator for Hindi.•••Change-Id: I623e4ccbc324751eb67ec4bb777e2be5ae2a60d1 Bug: 17418371 | 2014-09-08 | 4 | -7/+35 | |
* | | | am 50e8d585: am 56c7ceb4: am 42665f0e: Merge "Mark isDefault="true" for all s...•••* commit '50e8d5854b981b7fbad24fdb9c141ddf39eb904a': Mark isDefault="true" for all supported subtypes | 2014-09-08 | 18 | -0/+432 | |
|\| | | |||||
| * | | am 42665f0e: Merge "Mark isDefault="true" for all supported subtypes" into lm...•••* commit '42665f0ee26407fae984446b306309376aac2b36': Mark isDefault="true" for all supported subtypes | 2014-09-08 | 18 | -0/+432 | |
| |\| | |||||
| | * | Merge "Mark isDefault="true" for all supported subtypes" into lmp-dev | 2014-09-08 | 18 | -0/+432 | |
| | |\ | |||||
| | | * | Mark isDefault="true" for all supported subtypes•••Bug: 17381393 Change-Id: I3a2852c76d6f3dda551529673e7d4e957ced53ca | 2014-09-08 | 18 | -0/+432 |