aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge "Tune keyboard height and letter size of tablet" into lmp-devTadashi G. Takaoka2014-09-1310-32/+60
| |\
| | * Tune keyboard height and letter size of tabletTadashi G. Takaoka2014-09-1310-32/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The height of Google Keyboard is limited by maximum and minimum ratio to the display height. Because screen aspect ratio of some large tablet is close to 1:1, the height of the keyboard may become taller than expected. This CL lowers the minimum ratio to allow shorter height. This CL also increase text size of Material theme keyboard on tablet as well. Bug: 17050390 Change-Id: I87c5f49ce554950c525a1f31dfddfd1beb3fafda
* | | am 991571ff: Wording update for settings.Ken Wakasa2014-09-131-2/+2
|\| | | | | | | | | | | | | | * commit '991571ff456ebe181489f8dbb737fce941d6a78c': Wording update for settings.
| * | Wording update for settings.Ken Wakasa2014-09-131-2/+2
| |/ | | | | | | | | | | | | "Appearance" -> "Appearance & layouts". bug: 11866784 Change-Id: I9843b76cadb0245973cec07134d07212c8c5667e
* | am d0d8f90a: Merge "Reorganize settings in Google Keyboard" into lmp-devJatin Matani2014-09-1213-78/+132
|\| | | | | | | | | * commit 'd0d8f90a32b907b867f8fa934dc7582ff53a9a43': Reorganize settings in Google Keyboard
| * Merge "Reorganize settings in Google Keyboard" into lmp-devJatin Matani2014-09-1213-78/+132
| |\
| | * Reorganize settings in Google KeyboardTadashi G. Takaoka2014-09-1213-78/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | am fd5f2b91: Merge "Fix not always showing input view with physical keyboard ↵Tadashi G. Takaoka2014-09-122-24/+24
|\| | | | | | | | | | | | | | | | | | | | connected" into lmp-dev * commit 'fd5f2b91fdb67921edf3d9071557d013fa498386': Fix not always showing input view with physical keyboard connected
| * | Merge "Fix not always showing input view with physical keyboard connected" ↵Tadashi G. Takaoka2014-09-122-24/+24
| |\ \ | | | | | | | | | | | | into lmp-dev
| | * | Fix not always showing input view with physical keyboard connectedTadashi G. Takaoka2014-09-122-24/+24
| | |/ | | | | | | | | | | | | Bug: 17163374 Change-Id: I57f7eeac0c9ac0a15d3d55927e18a2d97849c508
* | | am 7aa47cb3: Only do double-space-period on real text fields.Jean Chalard2014-09-122-1/+13
|\| | | | | | | | | | | | | | * commit '7aa47cb3748d82b6f8bf3713c3c9e05b3fca8979': Only do double-space-period on real text fields.
| * | Only do double-space-period on real text fields.Jean Chalard2014-09-122-1/+13
| |/ | | | | | | | | Bug: 15559216 Change-Id: Id6ecadc58c03889496967d67371457e4050d695b
| * Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin2014-09-1173-685/+7
| |\
| | * Import translations. DO NOT MERGEBaligh Uddin2014-09-0973-685/+7
| | | | | | | | | | | | | | | Change-Id: I760fae2840e78c7dce10f6caf9cae4fffdef71c1 Auto-generated-cl: translation import
* | | am dc1097ee: Merge "Update AOSP launcher icon" into lmp-devTadashi G. Takaoka2014-09-115-0/+0
|\| | | | | | | | | | | | | | * commit 'dc1097ee2e85daaed525ceff2154d4d7252c75ed': Update AOSP launcher icon
| * | Merge "Update AOSP launcher icon" into lmp-devTadashi G. Takaoka2014-09-115-0/+0
| |\ \
| | * | Update AOSP launcher iconTadashi G. Takaoka2014-09-125-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 16635354 Bug: 16635354 Change-Id: I68f9c4ec21a01b9db0fc73c1785c972f5d7ac05b
* | | | am 31544dcb: Add xxxhdpi assetsTadashi G. Takaoka2014-09-1197-0/+0
|\| | | | | | | | | | | | | | | | | | | * commit '31544dcb43bfb4f14339d1c2b3ffa92063487c0c': Add xxxhdpi assets
| * | | Add xxxhdpi assetsTadashi G. Takaoka2014-09-1197-0/+0
| |/ / | | | | | | | | | Bug: 17432407 Change-Id: I68e5f660425db567688d4e119c94fc34430f8ff3
* | | 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
* | | 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 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
* | 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
* | 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 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 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 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
* | | | | 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
* | | | am 727e818e: Move more keys divider to MoreKeysKeyboardViewTadashi G. Takaoka2014-09-089-27/+49
|\| | | | | | | | | | | | | | | | | | | * commit '727e818e95ef68460ebafb2eb3b11c23a2d8fcd8': Move more keys divider to MoreKeysKeyboardView
| * | | Move more keys divider to MoreKeysKeyboardViewTadashi G. Takaoka2014-09-089-27/+49
| | |/ | |/| | | | | | | | | | Bug: 15681452 Change-Id: I1b32719cc927a24db4c41fdeb812b39f7e98a85c
* | | am 6888ec00: Merge "Create donottranslate debug settings string resources ↵Tadashi G. Takaoka2014-09-054-41/+60
|\| | | | | | | | | | | | | | | | | | | | file" into lmp-dev * commit '6888ec009951ffd900c04a0ad179a94d47eca03c': Create donottranslate debug settings string resources file
| * | Merge "Create donottranslate debug settings string resources file" into lmp-devTadashi G. Takaoka2014-09-054-41/+60
| |\ \
| | * | Create donottranslate debug settings string resources fileTadashi G. Takaoka2014-09-054-41/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow up of the I26e4d292de. Bug: 15678343 Bug: 17385083 Change-Id: I2c2b08b8dd991ac981aa8f8c8436de9e4399da5f
* | | | am 6ba84dcd: Merge "Refactor action label/icon definitions" into lmp-devTadashi G. Takaoka2014-09-054-265/+263
|\| | | | | | | | | | | | | | | | | | | * commit '6ba84dcd96418a7a568afeaf064aa64cf94a1839': Refactor action label/icon definitions
| * | | Merge "Refactor action label/icon definitions" into lmp-devTadashi G. Takaoka2014-09-054-265/+263
| |\ \ \ | | |/ / | |/| |
| | * | Refactor action label/icon definitionsTadashi G. Takaoka2014-09-054-265/+263
| | | | | | | | | | | | | | | | | | | | Bug: 15782668 Change-Id: Ibf1205d46e9293d516a56030ba10841128f57450
* | | | am 79eae0ad: Merge "Update active key backgrounds" into lmp-devTadashi G. Takaoka2014-09-0516-0/+0
|\| | | | |/ / |/| | | | | | | | * commit '79eae0ada40d7af096ad95e03ab1f32c8369cb2c': Update active key backgrounds