aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "Implement additional proximity characters in the native code Bug: ↵satok2012-03-131-3/+4
|\ \ \ | | |/ | |/| | | | 4343280"
| * | Implement additional proximity characters in the native codesatok2012-03-131-3/+4
| |/ | | | | | | | | | | Bug: 4343280 Change-Id: I9bbc5cab2fef1ee80c1fe32017df811ef8af10bc
* / Use integer alpha value instead of factor for animationTadashi G. Takaoka2012-03-133-23/+19
|/ | | | Change-Id: I3099a7625e0176a1d2be42e58d6eb5fa95797bcb
* Merge "Remove a useless parameter."Jean Chalard2012-03-134-27/+40
|\
| * Remove a useless parameter.Jean Chalard2012-03-134-27/+40
| | | | | | | | Change-Id: I7625bf17158c207ad7e8cd496bef825704173c4c
* | Move language on spacebar parameters to LatinKeyboardView attributesTadashi G. Takaoka2012-03-135-30/+38
|/ | | | Change-Id: I06e5d7d158a9b14b00df34e68b12cd012faf17d1
* Merge "Use Animator to draw language name on spacebar"Tadashi G. Takaoka2012-03-124-72/+50
|\
| * Use Animator to draw language name on spacebarTadashi G. Takaoka2012-03-134-72/+50
| | | | | | | | | | | | | | Note that Animator class exists in framework only on Honeycomb or later. Change-Id: Ie3392dbf8acc1547ebb2d16e04086c911d961aed
* | Kill methods with side-effects, take 2Jean Chalard2012-03-132-20/+16
| | | | | | | | | | | | ...working this time Change-Id: I80e377e6250d3817f1e067a551bca2a557740764
* | Merge "Tweak 7 inch layout a bit"Tadashi G. Takaoka2012-03-1216-86/+60
|\ \
| * | Tweak 7 inch layout a bitTadashi G. Takaoka2012-03-1216-86/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | * For 10-9-7 (qwerty, qwertz), keys' width are 9.0%-9.0%-9.0% * For 10-10-7 (azerty, hebrew, spanish), keys' width are 8.5%-8.5%-8.5% * For 11-11-{7,8} (arabic, bulgarian, nordic), keys' width are 7.6%-7.6%-7.6% * For {11,12}-11-9 (south_slavic, east_slavic), keys' width are 7.6%-7.6%-7.363% Change-Id: Ife4ce0ac587bd179afcfce0cb5dffb8d82fee4f1
* | | Merge "Revert "Kill methods with side-effects""Jean Chalard2012-03-122-14/+18
|\ \ \
| * | | Revert "Kill methods with side-effects"Jean Chalard2012-03-122-14/+18
| | | | | | | | | | | | This reverts commit ca0e04868891c461a3e6f30bf15d209d622c8349
* | | | Merge "Kill methods with side-effects"Jean Chalard2012-03-122-18/+14
|\| | | | |_|/ |/| |
| * | Kill methods with side-effectsJean Chalard2012-03-122-18/+14
| | | | | | | | | | | | Change-Id: I42baeec68eb2540e7d8f8538ae2dceeef5594391
* | | Import translations. DO NOT MERGEEric Fischer2012-03-125-27/+18
|/ / | | | | | | Change-Id: I8546456a3d567b821a5a409a7459f9043fa04315
* | Merge "Consolidate words into SuggestedWordInfo"Jean Chalard2012-03-122-34/+37
|\ \ | |/ |/|
| * Consolidate words into SuggestedWordInfoJean Chalard2012-03-122-34/+37
| | | | | | | | | | | | | | | | | | | | We can't get rid of SuggestedWordInfo because it conveys the information about whether a suggestion is outdated or not. It is always created anyway. So it makes sense not to have separate lists and to just keep everything in the SuggestedWordInfo object. Change-Id: Idd79dc267d97633901d3d2869da457736963e178
* | Add AZERTY compatible symbols/symbols shifted layouts for tabletTadashi G. Takaoka2012-03-1216-11/+485
| | | | | | | | | | | | | | | | This change also adds Spanish compatible symbols/symbols shifted layouts for tablet. Bug: 6100832 Change-Id: Ib5ed9856573657b2680e08f9e64fd09b12a0a27d
* | Merge "Support disableAdditionalMoreKeys and disableKeyLabelHint"Tadashi G. Takaoka2012-03-1231-548/+82
|\ \ | |/ |/|
| * Support disableAdditionalMoreKeys and disableKeyLabelHintTadashi G. Takaoka2012-03-1231-548/+82
| | | | | | | | Change-Id: Idfa586417acd4a223380d52f044e3a86eb780b21
* | Merge "Fix an OOB"Jean Chalard2012-03-121-1/+1
|\ \ | |/ |/|
| * Fix an OOBJean Chalard2012-03-121-1/+1
| | | | | | | | | | | | | | | | | | The combination of I6b0262fe which removes the internal size() > 1 test in the safety net calculation and I642a5893 which assumed DBG means there is at least one suggestion. This change writes the test correctly. Change-Id: Ib63bce4e163a785f408dd145c23d64cd58fa8c90
* | Merge "Rename keyboard XML files"Tadashi G. Takaoka2012-03-1236-41/+81
|\ \ | |/ |/|
| * Rename keyboard XML filesTadashi G. Takaoka2012-03-1236-41/+81
| | | | | | | | | | | | | | | | | | * Slavic to East Slavic * Serbian to South Slavic * Scandinavian to Nordic Bug: 6150183 Change-Id: I8f5641aa07b83cbb225f5fd73e351a6f8abe0784
* | Merge "Make a method accessible for tests"Jean Chalard2012-03-121-1/+2
|\ \
| * | Make a method accessible for testsJean Chalard2012-03-121-1/+2
| |/ | | | | | | | | | | | | | | Tests are using a wrapper method that's going to disappear soon. The method that becomes package-visible now is destined to be removed too a little later. Change-Id: If99b1c77ed52e050b47216cc7afab5f35c4bbb38
* / Make a method staticJean Chalard2012-03-122-4/+10
|/ | | | Change-Id: Ie1d460562d38105abe91ae2da17cafd49e2cd394
* Merge "Separate Greek semicolon key from row"Tadashi G. Takaoka2012-03-117-24/+78
|\
| * Separate Greek semicolon key from rowTadashi G. Takaoka2012-03-127-24/+78
| | | | | | | | Change-Id: Ie568da868a0bed4f72652cf7475bdeb752be1f5b
* | Merge "Breakdown Slavic keyboard into rows"Tadashi G. Takaoka2012-03-117-309/+266
|\ \ | |/ |/|
| * Breakdown Slavic keyboard into rowsTadashi G. Takaoka2012-03-127-309/+266
| | | | | | | | Change-Id: Iff2048839a51e14351ba235ef9d7f5ecbef159e3
* | Merge "Breakdown Serbian keyboard into rows"Tadashi G. Takaoka2012-03-117-305/+265
|\ \
| * | Breakdown Serbian keyboard into rowsTadashi G. Takaoka2012-03-127-305/+265
| |/ | | | | | | | | | | This change also slightly re-design 7-inch and 10-inch tablet layout Change-Id: Ibfe11386d865f7c3becf4a60286557921f95036d
* / Breakdown Hebrew keyboard into rowsTadashi G. Takaoka2012-03-126-288/+186
|/ | | | Change-Id: I25c928a3251424280e2ac4f065126c3019734d20
* Fix an obvious bug in handleLanguageSwitchKey()Ken Wakasa2012-03-111-1/+1
| | | | | | bug: 5759092 Change-Id: I8c7b2ef024cbab399d96f6b3ec553da4e9d2fb18
* Import translations. DO NOT MERGEEric Fischer2012-03-091-2/+2
| | | | Change-Id: Ie0609f97096ad1e9dfa8f9b778047723dcf9868f
* Entirely remove safety net memory.Jean Chalard2012-03-091-8/+4
| | | | | | | mHasAutoCorrectionCandidate now includes the fact that this did not get caught by the safety net. This is more intuitive. Change-Id: I6502bbf1ca64a0a6d64f55d723305cf78352a656
* Make the safety net memory privateJean Chalard2012-03-092-4/+4
| | | | Change-Id: I10959d47c980d2e8f2ea995955acf02193e3ff7b
* Recompute safety net in debug cases instead of memorizingJean Chalard2012-03-091-1/+5
| | | | Change-Id: I67f3a31db081afa4871ec441dd461c56e098c668
* Make access to the safety net calculation easierJean Chalard2012-03-091-10/+7
| | | | Change-Id: If33897b38af94ae81b05e5ef140a542724b9f34a
* Extract a condition from a methodJean Chalard2012-03-091-11/+4
| | | | Change-Id: I6b0262fe7cb3f7a31cc19d724c301467be932640
* Remove a useless argumentJean Chalard2012-03-091-2/+2
| | | | Change-Id: I713433a3225193489fad5bdafcf302b529903116
* Remove a useless escapeJean Chalard2012-03-092-7/+4
| | | | Change-Id: I1ef0685cc9888c9cef9f60015d32b66dde75ef9b
* Remove a useless testJean Chalard2012-03-091-3/+0
| | | | | | If we are not composing a word here, we have already returned Change-Id: I63281abace777e3658286d4df6781d2cd5a29c33
* Don't use an intermediate object with a different meaningJean Chalard2012-03-091-3/+4
| | | | Change-Id: Ie89916b49c852a51385ffd61cb596a58f23a46a0
* Move some auto-correction logic to where it belongsJean Chalard2012-03-092-17/+20
| | | | Change-Id: I897c5ec3a630a4a6bfc593906df4d3fc7b244482
* Fix a shameful bugJean Chalard2012-03-091-1/+1
| | | | | | I must have been sleeping when I wrote that Change-Id: I887180ab610785a2000636adeeed99230b3c5390
* Reduction, step 8Jean Chalard2012-03-092-16/+16
| | | | Change-Id: I54334039597e235e24f169e34c1d44109180ee88
* Reduction, step 7Jean Chalard2012-03-092-26/+26
| | | | Change-Id: I177ef2f29c8b6000c5e3d021c016c5d216fe3fc6