aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge "Override defaultActionKeyStyle to use non-blue action background" ↵Tadashi G. Takaoka2012-05-011-0/+6
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | into jb-dev
| * | | | Override defaultActionKeyStyle to use non-blue action backgroundTadashi G. Takaoka2012-05-011-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6412932 Change-Id: I1c7335c53a35fc88694224332511415ea63ac745
* | | | | Merge "Add keyboard bottom padding for 7 inch tablet" into jb-devTadashi G. Takaoka2012-05-011-1/+1
|\ \ \ \ \
| * | | | | Add keyboard bottom padding for 7 inch tabletTadashi G. Takaoka2012-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6411451 Change-Id: I183e9dca258aa2b632e486ce1d115d1d7f3d739d
* | | | | | Merge "Don't autocorrect after suggestion resuming" into jb-devJean Chalard2012-05-012-0/+15
|\ \ \ \ \ \
| * | | | | | Don't autocorrect after suggestion resumingJean Chalard2012-05-012-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6105732 Change-Id: I92e7a9c6d6eb648f747c3b396d7993479fd8478a
* | | | | | | Can override key-styleTadashi G. Takaoka2012-05-012-56/+47
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Bug: 6412932 Change-Id: I9576ae5b42bcc54cfd8ede0bae5148f3b04c1978
* | | | | | Merge "Fix CHAR LIMIT of some string resources" into jb-devTadashi G. Takaoka2012-04-301-9/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix CHAR LIMIT of some string resourcesTadashi G. Takaoka2012-05-011-9/+9
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Bug: 6421155 Change-Id: I1e2f1fa419c16dcbf483ace7c1a362b51f0dc7bb
* / | | | Remove tab key from number/phone layout of 7 inch tabletTadashi G. Takaoka2012-05-019-66/+52
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6411288 Bug: 6411588 Bug: 6411840 Change-Id: I44b358ae9c078779d6b1108281c1458387a32948
* / / / Remove tab key from phone layout of 7 inch tabletTadashi G. Takaoka2012-05-013-33/+19
|/ / / | | | | | | | | | | | | Bug: 6411288 Change-Id: Ie3836becf787536b7346150008053a985280f61b
* | | Import translations. DO NOT MERGEEric Fischer2012-04-3047-470/+235
| | | | | | | | | | | | Change-Id: Ie86b666066f353bd16f3c8564111f8c096c32283
* | | Merge "Import translations. DO NOT MERGE" into jb-devEric Fischer2012-04-271-1/+1
|\ \ \ | |/ / |/| |
| * | Import translations. DO NOT MERGEEric Fischer2012-04-271-1/+1
| |/ | | | | | | Change-Id: I34b791b8bd756e6e68e6e396e5e02bf8950398a3
* / Avoid Resources$NotFoundExceptionKen Wakasa2012-04-282-2/+6
|/ | | | | bug: 6410653 Change-Id: I4263632e76b44abf8ecd9114a9eb185ad39201fd
* modifications for new system volume policy.Eric Laurent2012-04-261-3/+3
| | | | | | | | | | | | | | | | The new system and UX sound volume policy makes that STREAM_SYSTEM volume is not fixed anymore. It is tracking STREAM_RING (phones) or STREAM_MUSIC (tablets) in a constrained range between -24dB and -6dB. Sound Fx where previously played over STREAM_SYSTEM with a fixed attenuation of -20dB. The default value of 5% in the keypress sound volume setting was corresponding to -26dB, meaning 6dB below default. Modified the default volume value to 50% so that by default, keypress sound volume varies from -30dB to -12dB which is also 6dB below the other system sounds. Change-Id: I146f72275b8e88fdce5ccf8b6dae2903c27f15eb
* Import translations. DO NOT MERGEEric Fischer2012-04-2649-6/+496
| | | | Change-Id: I1df0104d5ec4dac73c45667c621cbb671b44e6df
* Merge "Show settings key when noMicrophone option is enabled on PC QWERTY" ↵Tadashi G. Takaoka2012-04-262-0/+13
|\ | | | | | | into jb-dev
| * Show settings key when noMicrophone option is enabled on PC QWERTYTadashi G. Takaoka2012-04-262-0/+13
| | | | | | | | Change-Id: Ib419a597e218af347e5d5da19f5ca8b3db8548c7
* | Add a flag for bigram presence in the headerJean Chalard2012-04-262-4/+34
| | | | | | | | | | | | | | This is a cherry-pick of Icb602762 onto jb-dev. Bug: 6355745 Change-Id: Icb602762bb0d81472f024fa491571062ec1fc4e9
* | Merge "Ignore bigrams that are not also listed as unigrams" into jb-devJean Chalard2012-04-263-26/+29
|\ \
| * | Ignore bigrams that are not also listed as unigramsJean Chalard2012-04-263-26/+29
| | | | | | | | | | | | | | | | | | | | | This is a cherry pick of I14b67e51 on jb-dev Bug: 6340915 Change-Id: Iaa512abe1b19ca640ea201f9761fd7f1416270ed
* | | Merge "Fix potential "divided by zero" exception" into jb-devTadashi G. Takaoka2012-04-261-44/+35
|\ \ \
| * | | Fix potential "divided by zero" exceptionTadashi G. Takaoka2012-04-261-44/+35
| | |/ | |/| | | | | | | | | | | | | | | | | | | This change also refactors the language name selection to use text x-scale. Bug: 6396854 Change-Id: I31249a85bd042a93d627f40413161aef13617c87
* | | Merge "Increase CHAR LIMIT in some string resources" into jb-devTadashi G. Takaoka2012-04-251-4/+4
|\ \ \
| * | | Increase CHAR LIMIT in some string resourcesTadashi G. Takaoka2012-04-261-4/+4
| |/ / | | | | | | | | | | | | | | | Bug: 6374565 Bug: 6381144 Change-Id: I2fff2323e8f0f79df2b71ed030a1a0953b2854c8
* | | Merge "Fix SubtypeSwitcher incomplete initialization" into jb-devTadashi G. Takaoka2012-04-251-1/+2
|\ \ \ | |/ / |/| |
| * | Fix SubtypeSwitcher incomplete initializationTadashi G. Takaoka2012-04-261-1/+2
| |/ | | | | | | | | Bug: 6400718 Change-Id: Id5dce156ad397b911bfeaedeeddd4aeb21a10b3a
* / Fix "no language" subtype name (DO NOT MERGE)Tadashi G. Takaoka2012-04-268-70/+111
|/ | | | | | | | | | | * Move SubtypeLocale.get{Full,Middle,Short}DisplayName() to LatinLeyboardView and add unit tests (SpacebarTextTests). * Add SubtypeLocale.getSubtypeDisplayName() This is a cherry-pick of I57420c6a from Master. Bug: 6393865 Change-Id: I68748189c17c73984ac4ae05a5a40fb54bf46453
* Support PC QWERTY layoutTadashi G. Takaoka2012-04-2530-2/+1625
| | | | | Bug: 4460018 Change-Id: I9a29f6a322af66f6a152fa1883b3686c5f7a3328
* Cancel SubtypePreference dialog properlyTadashi G. Takaoka2012-04-251-1/+10
| | | | | | Bug: 6384416 Bug: 6387408 Change-Id: Ia7b0653a09410b42a55915815c887bf0ad56c856
* Save & restore additional subtype dialog state when orientation is changedTadashi G. Takaoka2012-04-251-67/+100
| | | | | Bug: 6384416 Change-Id: Id5fa4742ad900fafb82cc37a0bbb9f380b99254d
* Merge "Ignore unknown keyboard layout safely"Tadashi G. Takaoka2012-04-243-11/+19
|\
| * Ignore unknown keyboard layout safelyTadashi G. Takaoka2012-04-253-11/+19
| | | | | | | | | | Bug: 6393755 Change-Id: I3a74b23f934cd52925026ad04647cc76de92ee07
* | Fix percent sign in more keysTadashi G. Takaoka2012-04-251-6/+2
|/ | | | | Bug: 6029665 Change-Id: I4bf0f5703d0c11d76bab478da2729b0e20fc64ea
* Merge "Import translations. DO NOT MERGE"Eric Fischer2012-04-2423-368/+184
|\
| * Import translations. DO NOT MERGEEric Fischer2012-04-2423-368/+184
| | | | | | | | Change-Id: I17745dd7dbabcc6409361e1b2fa0141ff3f13e09
* | Merge "Change expandable binary dict write to a temp file first."Tom Ouyang2012-04-241-1/+4
|\ \ | |/ |/|
| * Change expandable binary dict write to a temp file first.Tom Ouyang2012-04-241-1/+4
| | | | | | | | | | Bug: 6380724 Change-Id: Ic1d0d902dc45ecb41a1792f33a60ab85e606fcef
* | Use HTML entity for non-ASCII unicodeTadashi G. Takaoka2012-04-241-2/+3
| | | | | | | | Change-Id: If8b605778196a5c0a0205ebd49378759027ee265
* | Merge "Move functional keys out from rowkeys_symbols{_shift}3."Tadashi G. Takaoka2012-04-244-16/+16
|\ \
| * | Move functional keys out from rowkeys_symbols{_shift}3.Tadashi G. Takaoka2012-04-244-16/+16
| | | | | | | | | | | | Change-Id: Iee5e7e93e5f319551a8ad28c58813c00fc713308
* | | Merge "Add header commnets of KeyboardTextsSet.tmpl"Tadashi G. Takaoka2012-04-241-1/+17
|\ \ \
| * | | Add header commnets of KeyboardTextsSet.tmplTadashi G. Takaoka2012-04-241-1/+17
| |/ / | | | | | | | | | | | | Bug: 6371604 Change-Id: I1054685b9985b6923e3176679b3d95424d8114e0
* | | Merge "Revert keyHintLetterPadding only to apply horizontally"Tadashi G. Takaoka2012-04-242-3/+3
|\ \ \
| * | | Revert keyHintLetterPadding only to apply horizontallyTadashi G. Takaoka2012-04-242-3/+3
| |/ / | | | | | | | | | | | | | | | | | | Partially reverts the Ia3680d84. Bug: 6356125 Change-Id: I8faa810b833cb98ce6f0f760aa1722e63475cd45
* | | Merge "Fix binary reading code performance."Jean Chalard2012-04-231-1/+10
|\ \ \
| * | | Fix binary reading code performance.Jean Chalard2012-04-241-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not the Right fix ; the Right fix would be to read the file in a buffered way. However this delivers tolerable performance for a minimal amount of code changes. We may want to skip submitting this patch, but keep it around in case we need to use the functionality until we have a good patch. Change-Id: I1ba938f82acfd9436c3701d1078ff981afdbea60
* | | | Merge "Make the "Touch again to save" hint text touchable."Tadashi G. Takaoka2012-04-231-7/+18
|\ \ \ \
| * | | | Make the "Touch again to save" hint text touchable.Tadashi G. Takaoka2012-04-241-7/+18
| | |/ / | |/| | | | | | | | | | | | | | Bug: 6355346 Change-Id: I96933719cc94f25e6c7ecb1d6345c11b6acc4134