aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | am d415747a: Merge "[ML13] Fix the locale passing in ProximityInfo"Jean Chalard2014-10-032-22/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'd415747a27514281e9040bcd9c8cb135a0ca2f48': [ML13] Fix the locale passing in ProximityInfo
| * | | | Merge "[ML13] Fix the locale passing in ProximityInfo"Jean Chalard2014-10-032-22/+13
| |\ \ \ \
| | * | | | [ML13] Fix the locale passing in ProximityInfoJean Chalard2014-10-032-22/+13
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The locale is used to determine additional proximity characters. This is dependent on the dictionary language, but was passed as a function of the layout, which is wrong and would have given bad suggestions in multi-lingual mode. Ideally, additional proximity characters should be inserted in the dictionary header, but for now it's a rather simple change to get it from the dictionary's locale instead of the proximity info locale. Also, that allows us to remove completely the locale parameter from proximity info, which is a much needed change. This change has zero effect on unit tests and on regression tests. Bug: 11230254 Change-Id: If95157155db7dccd1f00b8ba55ccb3600283f9e4
* | | | | am 96d31df8: Fix when to show input viewTadashi G. Takaoka2014-10-032-6/+27
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '96d31df8c452a2a6230a5e8c03b0cab1ab13ff80': Fix when to show input view
| * | | | Fix when to show input viewTadashi G. Takaoka2014-10-032-6/+27
| |/ / / | | | | | | | | | | | | | | | | | | | | Bug: 15922840 Bug: 17788786 Change-Id: I69aea682202650b601a295d9da583ef8e05a3982
* | | | am a4244df8: Merge "Add calls to stub for API to consume gesture data."Jean Chalard2014-10-036-4/+138
|\| | | | | | | | | | | | | | | | | | | * commit 'a4244df846d055f1c95a68565478e2183871e489': Add calls to stub for API to consume gesture data.
| * | | Add calls to stub for API to consume gesture data.David Faden2014-10-036-4/+138
| | | | | | | | | | | | | | | | | | | | Bug: 17400259 Change-Id: Ib3511afffe1d14662e7dd14611f384689516e664
* | | | am 61a1e46d: Fix Hindi vowel sign candra E on ICS deviceTadashi G. Takaoka2014-10-031-1/+1
|\| | | | | | | | | | | | | | | | | | | * commit '61a1e46dd1b065eb1e13ab44fb446ee6e705d626': Fix Hindi vowel sign candra E on ICS device
| * | | Fix Hindi vowel sign candra E on ICS deviceTadashi G. Takaoka2014-10-031-1/+1
| | | | | | | | | | | | | | | | Change-Id: I160f3c9f8671b6dc8a38a06fe2be50dbb27919a9
* | | | am c5e6ce7b: Merge "Fix ellipsizing and text scale x calculation"Tadashi G. Takaoka2014-10-021-57/+62
|\| | | | | | | | | | | | | | | | | | | * commit 'c5e6ce7bfed99e63a580b6d311d42f7294709e1a': Fix ellipsizing and text scale x calculation
| * | | Fix ellipsizing and text scale x calculationTadashi G. Takaoka2014-10-021-57/+62
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 17742721 Bug: 11158757 Change-Id: I98b55a8e661804e84f75e75675c6f2ef33ac1a11
* | | | am 45ebb200: Merge "Preserve spans when splitting sentences"Yohei Yukawa2014-10-021-3/+2
|\| | | | | | | | | | | | | | | | | | | * commit '45ebb2001d5fe88f1b726cdba3011de3a606eaa6': Preserve spans when splitting sentences
| * | | Merge "Preserve spans when splitting sentences"Yohei Yukawa2014-10-021-3/+2
| |\ \ \
| | * | | Preserve spans when splitting sentencesYohei Yukawa2014-10-021-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL fixes a bug that span information was unintentionally removed when given sentences are split into words. Nothing is changed in KitKat and prior because TextInfo never returns spanned text until L. Note that the spell checker service still doesn't rely on span information even with this CL. BUG: 16419551 Change-Id: I6ffb75ee6add4ae20e9d3dcfb90b65f097d70fba
* | | | | am 371d76ff: Merge "[ML12] Add a getPrimaryLocale function and some refactoring"Jean Chalard2014-10-022-17/+52
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '371d76ff070ab962c9ab58588839965db36fdf13': [ML12] Add a getPrimaryLocale function and some refactoring
| * | | | Merge "[ML12] Add a getPrimaryLocale function and some refactoring"Jean Chalard2014-10-022-17/+52
| |\ \ \ \
| | * | | | [ML12] Add a getPrimaryLocale function and some refactoringJean Chalard2014-10-022-17/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 11230254 Change-Id: Ic579b93702c24f47e6cdb0c9a4da6b11f1fa76c8
* | | | | | am 7e561452: Merge "Include a code point table in the binary dictionary."Akifumi Yoshimoto2014-10-021-1/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7e5614520a581afa79a51677e973a9ff6dc29162': Include a code point table in the binary dictionary.
| * | | | | Merge "Include a code point table in the binary dictionary."Akifumi Yoshimoto2014-10-021-1/+3
| |\ \ \ \ \
| | * | | | | Include a code point table in the binary dictionary.Akifumi Yoshimoto2014-10-021-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:17097992 Change-Id: I677a5eb3a704e4386f6573360e44ca335d81d2df
* | | | | | | am a5cdd6f4: Merge "Fix unnecessary touch event handling"Tadashi G. Takaoka2014-10-021-0/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a5cdd6f4c521acf84d8491757e2cc9181ad836e5': Fix unnecessary touch event handling
| * | | | | | Merge "Fix unnecessary touch event handling"Tadashi G. Takaoka2014-10-021-0/+6
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Fix unnecessary touch event handlingTadashi G. Takaoka2014-10-021-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17762449 Change-Id: I698ca91ab977aa65c7bd8a5fb82b3d91264cfbca
* | | | | | | am c91166de: Merge "Avoid downloading the metadata in quick succession."Jean Chalard2014-10-024-26/+79
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c91166de54137f1d22959ec61f8468fc4a4e1444': Avoid downloading the metadata in quick succession.
| * | | | | | Merge "Avoid downloading the metadata in quick succession."Jean Chalard2014-10-024-26/+79
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Avoid downloading the metadata in quick succession.Jean Chalard2014-10-014-26/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17668298 Bug: 8651816 Bug: 17709442 Change-Id: Ib232f9d95d7c01a028be85d10f974a5a570c0ed5
| * | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-10-011-1/+1
| |\ \ \ \ \ \
| | * | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-09-301-1/+1
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3e80f9e306fe210f8f0cb1e56d7306e2b44ee493 Auto-generated-cl: translation import
| * | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-10-0173-1273/+726
| |\ \ \ \ \ \
| | * | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-09-3073-1273/+726
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I61b5124ffbdc073a093f55702b773c1cc8fd6046 Auto-generated-cl: translation import
| * | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-10-0173-1/+703
| |\ \ \ \ \ \
| | * | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-09-3073-1/+703
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I69c02deb213419a95c464fb6ee45646611675d79 Auto-generated-cl: translation import
* | | | | | | Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogleBaligh Uddin2014-10-0157-980/+560
|\ \ \ \ \ \ \
| * | | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-09-3057-980/+560
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I381b6bea1ff36cce9a4edbbc778bfcf88ea2066f Auto-generated-cl: translation import
* | | | | | | | Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogleBaligh Uddin2014-10-0157-8/+566
|\ \ \ \ \ \ \ \
| * | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2014-09-3057-8/+566
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic88e7382751ba8505975deb5ae3ef10be1894c0e Auto-generated-cl: translation import
* | | | | | | | am 47c9c32c: Merge "Enable preliminary Sinhara keyboard for dogfood"Tadashi G. Takaoka2014-10-011-5/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | * commit '47c9c32c107cff8b41479b395345b78c7175da59': Enable preliminary Sinhara keyboard for dogfood
| * | | | | | | Merge "Enable preliminary Sinhara keyboard for dogfood"Tadashi G. Takaoka2014-10-011-5/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Enable preliminary Sinhara keyboard for dogfoodTadashi G. Takaoka2014-10-011-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6911143 Change-Id: I38241d00567b25d1c6ba352f5b01eb8d8d532e0f
* | | | | | | | | am 29109900: Merge "Never include the typed word in recorrections"Jean Chalard2014-10-012-32/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2910990065c3d17fddcd8238f2cd78cc34361d31': Never include the typed word in recorrections
| * | | | | | | | Merge "Never include the typed word in recorrections"Jean Chalard2014-10-012-32/+11
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Never include the typed word in recorrectionsJean Chalard2014-10-012-32/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17623275 Change-Id: I2461e5e8baf06fb80a05b87f9d3db7a4d1952a01
* | | | | | | | | am eff21b65: Merge "Make a better effort to detect a framework lie."Jean Chalard2014-10-013-17/+35
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'eff21b653f6ddfdd9b931aaacd0d15b53b57e84f': Make a better effort to detect a framework lie.
| * | | | | | | | Merge "Make a better effort to detect a framework lie."Jean Chalard2014-10-013-17/+35
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Make a better effort to detect a framework lie.Jean Chalard2014-10-013-17/+35
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17130496 Change-Id: I1a3631670c152d9b7667c9c4e08e14c48569eef5
* | | | | | | | | am 7f226b4f: Merge "Fix an NPE on ICS factory rom."Jean Chalard2014-10-011-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7f226b4f9db15105b10fdc04249db433772e87b4': Fix an NPE on ICS factory rom.
| * | | | | | | | Merge "Fix an NPE on ICS factory rom."Jean Chalard2014-10-011-2/+4
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Fix an NPE on ICS factory rom.Jean Chalard2014-10-011-2/+4
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In ICS factory rom and MR0, there was a bug where calling the constructor for SuggestionSpan that doesn't take a context as an argument would always return in a crash. Don't call it, and pass an explicit context instead. Bug: 13552505 Change-Id: I5c919499b9d086c2cf283795b2af5b91cb425933
* | | | | | | | am 31c16d41: Add Uzbek keyboardTadashi G. Takaoka2014-10-018-239/+529
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '31c16d41bc67fa9def9290bb72594d35833b48f6': Add Uzbek keyboard
| * | | | | | | Add Uzbek keyboardTadashi G. Takaoka2014-10-018-239/+529
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13222403 Change-Id: I9a4cf447a8ab0c26c4dc7f7794c57390024660cc