aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Breakdown Arabic keyboard into rowsTadashi G. Takaoka2012-03-099-443/+464
| | | | Change-Id: Ie2215d8baf501dc7dd87c464deb47fe4267171f6
* Merge "Breakdown AZERTY keyboard into rows"Tadashi G. Takaoka2012-03-089-243/+300
|\
| * Breakdown AZERTY keyboard into rowsTadashi G. Takaoka2012-03-099-243/+300
| | | | | | | | Change-Id: Ibd202d7b141209b3e4310499134522cbd1a8c16c
* | Merge "Breakdown QWERTY keyboard into rows and share"Tadashi G. Takaoka2012-03-0831-1042/+724
|\ \
| * | Breakdown QWERTY keyboard into rows and shareTadashi G. Takaoka2012-03-0931-1042/+724
| |/ | | | | | | Change-Id: I0b8ad39120a73395ff5a5b1a32e0f3fe681c062b
* | Merge "Remove a useless test (B7)"Jean Chalard2012-03-081-2/+1
|\ \
| * | Remove a useless test (B7)Jean Chalard2012-03-091-2/+1
| | | | | | | | | | | | | | | | | | consideredWord is provably never null. Change-Id: Ifaa0d2471c46f14967e70ad004d2b82f841a4566
* | | Merge "Rename a parameter (B6)"Jean Chalard2012-03-081-13/+13
|\| |
| * | Rename a parameter (B6)Jean Chalard2012-03-091-13/+13
| | | | | | | | | | | | | | | | | | | | | This is not necessarily the typed word. Actually, the parameter that's passed here has trailing single quotes culled out of it. Change-Id: Ia2038faa2cbbd3a5b8263e6c0fb5b8e670993fe9
* | | Merge "Remove useless tests (B5)"Jean Chalard2012-03-081-10/+5
|\| |
| * | Remove useless tests (B5)Jean Chalard2012-03-091-10/+5
| | | | | | | | | | | | | | | | | | WordComposer#getTypedWord() may not return null. Don't test for it. Change-Id: I6aff14892503d0c275a3328c404ed99d2f40a687
* | | Merge "Remove a provably useless test (B4)"Jean Chalard2012-03-081-2/+1
|\| |
| * | Remove a provably useless test (B4)Jean Chalard2012-03-091-2/+1
| | | | | | | | | | | | | | | | | | | | | If !mInputAttributes.mInputTypeNoAutoCorrect then mCorrectionMode will not have allowed #hasAutoCorrection() to return true. Change-Id: I1b498d5aeb26194c765cc9b9dcb24d980de43894
* | | Merge "Optimize and clean up (B2)"Jean Chalard2012-03-082-16/+18
|\| |
| * | Optimize and clean up (B2)Jean Chalard2012-03-092-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | Stop parameters from escaping and don't do useless work and simplify the code. Yay. Change-Id: I0dfc3e14b1cb50e0730f6d9c1d52b54516baa90e
* | | Merge "Move some code around (B1)"Jean Chalard2012-03-081-2/+3
|\| | | |/ |/|
| * Move some code around (B1)Jean Chalard2012-03-091-2/+3
| | | | | | | | | | | | | | The goal is to make the creation of the Builder closer to the #build() call Change-Id: I48d76d4efdc180479829016582edd9de47e7332c
* | Merge "Split tablet symbols and symbols shifted layout into separated rows"Tadashi G. Takaoka2012-03-0823-674/+909
|\ \
| * | Split tablet symbols and symbols shifted layout into separated rowsTadashi G. Takaoka2012-03-0923-674/+909
| | | | | | | | | | | | | | | Bug: 6100832 Change-Id: I6771364ceca2c152bd9c55e22159f57c3468cc31
* | | Merge "Add ":" to ";" key on Greek keyboard"Tadashi G. Takaoka2012-03-083-6/+26
|\ \ \
| * | | Add ":" to ";" key on Greek keyboardTadashi G. Takaoka2012-03-093-6/+26
| |/ / | | | | | | | | | | | | Bug: 5679585 Change-Id: I92d4b4d1eff9561adbb1bae607a1c27b4b5168ba
* | / Limit escape of parametersJean Chalard2012-03-092-7/+5
| |/ |/| | | | | Change-Id: I3a7ab069042d5542ab2e033d1eeb13d718cd7698
* | Merge "Make AutoCorrection static and non-instantiable (A5)"Jean Chalard2012-03-082-5/+6
|\ \
| * | Make AutoCorrection static and non-instantiable (A5)Jean Chalard2012-03-082-5/+6
| | | | | | | | | | | | | | | | | | This needs change Ic6756baa to not break the build Change-Id: I1c772dd99d63fec5d3ad67a0eb7fbc28ec7a0f0f
* | | Merge "Move a memory in the container class (A4)"Jean Chalard2012-03-082-16/+10
|\| | | |/ |/|
| * Move a memory in the container class (A4)Jean Chalard2012-03-082-16/+10
| | | | | | | | | | | | This allows us to make AutoCorrection a purely static class. Change-Id: I15b81bd7f3d6ea487154a5b09a81bc323be82ce1
* | Merge "Remove an unused method"Jean Chalard2012-03-081-14/+0
|\ \
| * | Remove an unused methodJean Chalard2012-03-091-14/+0
| | | | | | | | | | | | | | | | | | Who would have guessed this wasn't being called at all. Change-Id: Ib74a212356ea44e9bf149619ed5464c14684a1ba
* | | Merge "Make AutoCorrection a step closer to being static (A3)"Jean Chalard2012-03-081-7/+1
|\ \ \ | | |/ | |/|
| * | Make AutoCorrection a step closer to being static (A3)Jean Chalard2012-03-081-7/+1
| | | | | | | | | | | | Change-Id: Ide3d9785661a672af9bc8dc0cf91cab816dd6caa
* | | Merge "Stop uselessly remembering a value (A2)"Jean Chalard2012-03-082-4/+8
|\| |
| * | Stop uselessly remembering a value (A2)Jean Chalard2012-03-082-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The value is only used in debug mode, and it can be recomputed at the time. This change does not impact the logic. There is however a side effect: in debug mode, the normalized score will be displayed also when the word comes out of the whitelist or is a valid word. It's actually a good thing. The end purpose is to make all methods in AutoCorrection static. Change-Id: I1642b1fdfa6ae62b8aa2fed94a8a26ff4a7e4d0e
* | | Merge "Merge broadcast receivers again"Jean Chalard2012-03-082-21/+7
|\ \ \
| * | | Merge broadcast receivers againJean Chalard2012-03-092-21/+7
| | |/ | |/| | | | | | | | | | | | | | | | | | | It's probably simpler not to have registers dance around, and just message the feedback manager when the audio event happens. Change-Id: Id0710ed102d10d01f1af93ad8cb660653bb3a9f8
* | | Merge "Import translations. DO NOT MERGE"Eric Fischer2012-03-089-38/+19
|\ \ \ | |/ / |/| |
| * | Import translations. DO NOT MERGEEric Fischer2012-03-089-38/+19
| | | | | | | | | | | | Change-Id: Idab425b956341eb8556df92fb0ac33e4036e5a6e
* | | Fix a crashJean Chalard2012-03-091-5/+9
|/ / | | | | | | | | Bug: 6137076 Change-Id: I05f9f72a2678d10d3400dab5fc71544276739dcf
* | Fix forgotten resource name changeTadashi G. Takaoka2012-03-083-3/+3
| | | | | | | | Change-Id: I27ea28c7ea93e50ea8f0d947df95e3ab6d146f11
* | Merge "Remove useless stuff (A1)"Jean Chalard2012-03-081-6/+2
|\|
| * Remove useless stuff (A1)Jean Chalard2012-03-081-6/+2
| | | | | | | | | | | | Remove an unused method and avoid doing a useless computation Change-Id: I29593c2e93f15857249b35bdd72ca28045056302
* | Merge "Split Utils class to StringUtils, SubtypeUtils, and JniUtils"Tadashi G. Takaoka2012-03-0823-474/+551
|\ \ | |/ |/|
| * Split Utils class to StringUtils, SubtypeUtils, and JniUtilsTadashi G. Takaoka2012-03-0823-474/+551
| | | | | | | | Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144
* | Merge "Cleanup keyboard theme switching code"Tadashi G. Takaoka2012-03-084-42/+46
|\ \
| * | Cleanup keyboard theme switching codeTadashi G. Takaoka2012-03-084-42/+46
| |/ | | | | | | Change-Id: I023769b765d07237b2129d8f1b2a02ffd4c4f09d
* | Merge "Fix centering more suggestions panel on tablet"Tadashi G. Takaoka2012-03-084-45/+22
|\ \
| * | Fix centering more suggestions panel on tabletTadashi G. Takaoka2012-03-084-45/+22
| | | | | | | | | | | | | | | Bug: 6129726 Change-Id: I8dac3251eec68ad3fb523c632ff39f3cc661c81f
* | | Merge "Return a value for tests instead of saving it"Jean Chalard2012-03-081-1/+2
|\ \ \
| * | | Return a value for tests instead of saving itJean Chalard2012-03-081-1/+2
| | | | | | | | | | | | | | | | Change-Id: I54fa32b92e89d03a53866bd1c0ee65955dd6b3d3
* | | | SimplificationJean Chalard2012-03-081-6/+1
|/ / / | | | | | | | | | Change-Id: Ibced83da2398f1e9ab6a0d6a22c2ad7c8f25cb7b
* | | Merge "Cleanup unused imports (A7)"Jean Chalard2012-03-081-2/+0
|\ \ \