aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am 37ba3ddd: Merge "Use Theme.DeviceDefault.Settings"Tadashi G. Takaoka2014-10-031-1/+1
|\ | | | | | | | | * commit '37ba3ddd542274819abfc024529ffbcd8f2e1790': Use Theme.DeviceDefault.Settings
| * Merge "Use Theme.DeviceDefault.Settings"Tadashi G. Takaoka2014-10-031-1/+1
| |\
| | * Use Theme.DeviceDefault.SettingsTadashi G. Takaoka2014-10-031-1/+1
| | | | | | | | | | | | | | | Bug: 13888366 Change-Id: Ib0bc35462f453438b295f8d4e1bc919ef709bf99
* | | am 15dbd382: [ML14] Forward the locale list to relevant placesJean Chalard2014-10-0311-90/+126
|\| | | | | | | | | | | | | | * commit '15dbd38283fc9c8fdfd2540f1d94d4dbf2eabcb5': [ML14] Forward the locale list to relevant places
| * | [ML14] Forward the locale list to relevant placesJean Chalard2014-10-0311-90/+126
| |/ | | | | | | | | Bug: 11230254 Change-Id: Idf3ed27b396d63ade9800c72c5ce0ed613f5f669
* | am 826186f6: Use Devanagari Danda letter as full stop on Nepali keyboardTadashi G. Takaoka2014-10-0310-273/+159
|\| | | | | | | | | * commit '826186f66b43792b978d869069602686b81f53ab': Use Devanagari Danda letter as full stop on Nepali keyboard
| * Use Devanagari Danda letter as full stop on Nepali keyboardTadashi G. Takaoka2014-10-0310-273/+159
| | | | | | | | | | Bug: 17741882 Change-Id: I62e8c9a3f194b9a3a6724c7d1a92292b150ddeb9
* | am 332f4327: Merge "Fix a behavior change in dicttool"Jean Chalard2014-10-031-8/+23
|\| | | | | | | | | * commit '332f43275ddbefa5f2376381f6f8d6115d69b3b4': Fix a behavior change in dicttool
| * Merge "Fix a behavior change in dicttool"Jean Chalard2014-10-031-8/+23
| |\
| | * Fix a behavior change in dicttoolJean Chalard2014-10-031-8/+23
| | | | | | | | | | | | | | | | | | | | | The behavior change was introduced by I8b3458ad. Concretely, empty bigram lists would end up as empty lists instead of null. Change-Id: Ibcdf7e6aabc6aba3f5db0477335882394e050ce5
* | | 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