aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Passing SpacingAndPunctuations to CapsModeUtils.getCapsModeTadashi G. Takaoka2014-01-092-9/+8
| | | | | | | | | | | | Change-Id: I0b06e8cc75a403f7061864c5b7f3f6a2cacd60eb
* | | Merge "Add American typography boolean to SpacingAndPunctuations"Tadashi G. Takaoka2014-01-094-10/+19
|\| |
| * | Add American typography boolean to SpacingAndPunctuationsTadashi G. Takaoka2014-01-094-10/+19
| | | | | | | | | | | | Change-Id: Ic2663eaef38fbe7c5bd1fb3a81771e94c2d4de52
* | | A style fixYohei Yukawa2014-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | Just a style fix to follow up the previous commit. BUG: 11439600 Change-Id: Ib7a4654627a6fc22d86f2097f86f001bd76426e9
* | | Merge "Check whether the word is OOV or not for amanatto update."Keisuke Kuroyanagi2014-01-091-0/+3
|\ \ \ | | |/ | |/|
| * | Check whether the word is OOV or not for amanatto update.Keisuke Kuroyanagi2014-01-081-0/+3
| | | | | | | | | | | | | | | Bug: 11736529 Change-Id: I27973212da7e922b2185dbb4febfb5bb4dfbdcbb
* | | Merge "Remove some warnings"Jean Chalard2014-01-0912-81/+61
|\ \ \
| * | | Remove some warningsJean Chalard2014-01-0912-81/+61
| | | | | | | | | | | | | | | | Change-Id: I5cfa0d2fccc139bd6c45c5590a68c3e0c90534b8
* | | | Merge "Trigger haptic feedback at touch down on the EmojiPalettesView"Yohei Yukawa2014-01-092-29/+51
|\ \ \ \
| * | | | Trigger haptic feedback at touch down on the EmojiPalettesViewYohei Yukawa2014-01-092-29/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EmojiPalettesView triggers the haptic feedback at the timing of touch-up rather than touch-down. This patch set changes the timing to touch-up so that the UX on the EmojiPalettesView can be consistent with normal keyboard layouts. This patch set also fixes the missing haptic feedback from facemarks such as ":-)". Bug: 11439600 Change-Id: I22245946712bd1c36226786d6ff81e3b563f7ef7
* | | | | Merge "Fix a bug where changing auto-shift would cancel autorepeat."Jean Chalard2014-01-092-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix a bug where changing auto-shift would cancel autorepeat.Jean Chalard2014-01-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 12453966 Change-Id: Idd65f732e2de0a7309e08315893c28cca63732c5
* | | | | Import translations. DO NOT MERGEBaligh Uddin2014-01-0831-62/+31
| |_|_|/ |/| | | | | | | | | | | | | | | Change-Id: Ia2d0f4528529df463307e1706cd4d7265b3958c1 Auto-generated-cl: translation import
* | | | Merge "Make reloadMainDict() private."Keisuke Kuroyanagi2014-01-082-26/+74
|\ \ \ \
| * | | | Make reloadMainDict() private.Keisuke Kuroyanagi2014-01-082-26/+74
| | |_|/ | |/| | | | | | | | | | | | | | Bug: 8187060 Change-Id: I852a751d748f39512e62c9cd69748dfbe87b2151
* | | | Revert "Revert "Separate spacing and punctuation related settings values""Jean Chalard2014-01-086-85/+153
| |/ / |/| | | | | | | | | | | | | | This reverts commit 8bc427799a9b7a53103d1edba4a447033fbd8cfa. Change-Id: I34f509998afdb1a7c120fbfdb9f0a1b188224a4d
* | | Fix a race condition, take 2.Jean Chalard2014-01-082-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't use absolute cursor positions when making edits, this leads to race conditions. This is a bit ugly and will need to be fixed soon. Plans are underway to clean this up. Bug: 12390573 Change-Id: I69c09fc41b979880d0800c55a710e39373287cff
* | | Merge "Revert "Separate spacing and punctuation related settings values""Jean Chalard2014-01-086-153/+85
|\ \ \
| * | | Revert "Separate spacing and punctuation related settings values"Jean Chalard2014-01-086-153/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is conflicting with later changes. Temporary revert for cherry-pick. This reverts commit 0b593ce858d4b406e949f0e809cb77f41da691f9. Change-Id: Id53eadb023a950cfcca496c0cfbfe583c7ec7b8c
* | | | Merge "Revert "Fix a race condition, take 2.""Jean Chalard2014-01-082-18/+5
|\ \ \ \
| * | | | Revert "Fix a race condition, take 2."Jean Chalard2014-01-082-18/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts prevent this to be cherry-picked. This reverts commit dd3d697a6e6713d82020dd63cbf78e4f87664484. Change-Id: Ib97fae2234633b4bb27d611f48a79060db9ab16f
* | | | | Merge "Fix a race condition, take 2."Jean Chalard2014-01-082-5/+18
|\| | | |
| * | | | Fix a race condition, take 2.Jean Chalard2014-01-082-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't use absolute cursor positions when making edits, this leads to race conditions. This is a bit ugly and will need to be fixed soon. Plans are underway to clean this up. Bug: 12390573 Change-Id: Ib42d4149343c642b1b5c1937b424e8afdbd4cc1f
* | | | | Merge "Revert "Revert "Fix a race condition."""Jean Chalard2014-01-081-2/+5
|\| | | |
| * | | | Revert "Revert "Fix a race condition.""Jean Chalard2014-01-081-2/+5
| | |/ / | |/| | | | | | | | | | | | | | | | | | This reverts commit 38401272446dbaec785e656b921cfbd31162ba09. Change-Id: I7f0d975ec9e18d94fe3505250360c2b79ccbe96d
* | | | Rename InputPointers.addPointer and ResizableIntArray.addTadashi G. Takaoka2014-01-084-17/+15
| | | | | | | | | | | | | | | | Change-Id: I5580250c91b29f93ed886b080ce33845b3b67ace
* | | | Fix ResizableIntArrayTests readabilityTadashi G. Takaoka2014-01-081-0/+1
| | | | | | | | | | | | | | | | Change-Id: I68862b98f228210f1d76fef4fd7454edbfd8e01d
* | | | Merge "Fix InputPointersTests"Tadashi G. Takaoka2014-01-081-22/+27
|\ \ \ \ | |/ / / |/| | |
| * | | Fix InputPointersTestsTadashi G. Takaoka2014-01-081-22/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | InputPointers.getTime(int) has a validity check of time values. And the check is enabled when LatinImeLogger.sDBG is on. Such situation may occur while unit testing. This change ensure that time values are monotonic while unit testing. Change-Id: I9ff2cff2bcd253de0e8206dd3be964fe565170fa
* | | | Fix: NPE in LatinIME.loadSettnigs().Keisuke Kuroyanagi2014-01-081-2/+4
|/ / / | | | | | | | | | Change-Id: Icae6c74401a7a8f4da6015737f09f557640c0cca
* | | Merge "Separate spacing and punctuation related settings values"Tadashi G. Takaoka2014-01-086-85/+153
|\| |
| * | Separate spacing and punctuation related settings valuesTadashi G. Takaoka2014-01-086-85/+153
| |/ | | | | | | | | Bug: 12179576 Change-Id: Ibafd824a0ea2251843b388e95dcbd8f9bca92d5c
* | Merge "Prepare using dictionaryFacilitator for amanatto updates."Keisuke Kuroyanagi2014-01-082-4/+12
|\ \
| * | Prepare using dictionaryFacilitator for amanatto updates.Keisuke Kuroyanagi2014-01-072-4/+12
| | | | | | | | | | | | | | | Bug: 11736529 Change-Id: I0d9d9b1c1108b11064163df7c2089f53e92cd7ad
* | | Merge "Revert "Fix a race condition.""Ken Wakasa2014-01-071-5/+2
|\ \ \
| * | | Revert "Fix a race condition."Victoria Lease2014-01-071-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 42e83c7f06a1683b27a11564aeb9f3999b10382f. Bug: 12434783 Change-Id: Id01b6d14906430b13e64f5fc4d7fb01572d0a960
* | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-01-0755-10/+120
|\ \ \ \
| * | | | Import translations. DO NOT MERGEBaligh Uddin2014-01-0755-10/+120
| | |_|/ | |/| | | | | | | | | | | | | | Change-Id: Ia0ef830a5bb3ed6fee1a5d113b2baec60bb51a97 Auto-generated-cl: translation import
* | | | Merge "Update personalized dict only when single subtype is used."Keisuke Kuroyanagi2014-01-073-3/+19
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Update personalized dict only when single subtype is used.Keisuke Kuroyanagi2014-01-073-3/+19
| |/ | | | | | | | | Bug: 12424891 Change-Id: If041d1ab45988dbf9b878ae3367fee0fbc8a8988
* / Fix a race condition.Jean Chalard2014-01-071-2/+5
|/ | | | | | | | Don't use absolute cursor positions, this leads to race conditions. Bug: 12390573 Change-Id: I6f04f07a46babbc3d51cb94c7eaee21bed242396
* Merge "Fix possible NPE."Keisuke Kuroyanagi2014-01-063-2/+19
|\
| * Fix possible NPE.Keisuke Kuroyanagi2014-01-063-2/+19
| | | | | | | | | | Bug: 11933670 Change-Id: Ib0ce853e691bdadffb73874ea9f188cfbec8bc93
* | Merge "Remove language switch key from symbols and symbols shift keyboard"Tadashi G. Takaoka2014-01-065-47/+8
|\ \ | |/ |/|
| * Remove language switch key from symbols and symbols shift keyboardTadashi G. Takaoka2014-01-065-47/+8
| | | | | | | | | | | | | | This change also fixes the background color of the left keys of the space key. Bug: 12407208 Change-Id: Id869605146e9f72835f892c3c7ae14f118177394
* | Merge "Add description of disabled voice input key option"Tadashi G. Takaoka2014-01-062-2/+10
|\ \ | |/ |/|
| * Add description of disabled voice input key optionTadashi G. Takaoka2014-01-062-2/+10
| | | | | | | | | | Bug: 12377179 Change-Id: I44d35c6fa82883710674ecca6f630d09076472fe
* | Merge "Update shortcut IME info before checking availability of it"Tadashi G. Takaoka2014-01-061-2/+6
|\|
| * Update shortcut IME info before checking availability of itTadashi G. Takaoka2014-01-061-2/+6
| | | | | | | | | | Bug: 12377179 Change-Id: I4e2de78dc7e21f3f34eb56c790160b77cfc7584c
* | Merge "Add DictionaryFacilitatorForSuggest constructor for testing"Tadashi G. Takaoka2014-01-063-11/+51
|\ \ | |/ |/|