| Commit message (Expand) | Author | Files | Lines |
2012-03-13 | Avoid using interface member, use concrete collection class instead•••Change-Id: I8b647e8c260aec58c557ce07f3a2d8987c24d7be
|  Tadashi G. Takaoka | 1 | -3/+4 |
2012-03-13 | Update other alt keys' graphics•••Change-Id: I12699907a514f5fc2e110a0a711fb91c14a8756f
|  Tadashi G. Takaoka | 2 | -34/+60 |
2012-03-13 | Support Persian Keyboard•••This is a first trial implementation based on Arabic layout.
Bug: 5456620
Change-Id: Ifa21d7fbd408853a44678623c13b9c078283732c
|  Tadashi G. Takaoka | 14 | -18/+324 |
2012-03-13 | Avoid using collection interface, using array instead•••Change-Id: Ie0554362b73967bfcbbab6ad19c24683066a608e
|  Tadashi G. Takaoka | 6 | -42/+31 |
2012-03-13 | Add to SuggestedWords a missing parameter, and use it.•••Also stop using Builder between its creation and the call to
the #build() method.
Change-Id: Ie1fc3ec7b6f4c7c3789f672f4e26b4bf58c3e062
|  Jean Chalard | 2 | -8/+14 |
2012-03-13 | Make still more members of the Builder final.•••Change-Id: Ic455f97247da5e40d4939555ab639ecffef36e2d
|  Jean Chalard | 4 | -22/+22 |
2012-03-13 | Some code reorganization.•••Use the same local variable inside both branches of an if.
Change-Id: I61f7d506d984f3723ec90604416d1875dd97cd8c
|  Jean Chalard | 2 | -9/+6 |
2012-03-13 | Make some more Builder attributes final.•••Change-Id: I3132b7fe4ee97c566736bfc21c3783cfc79fc7ff
|  Jean Chalard | 4 | -27/+29 |
2012-03-13 | Make the suggested word list final in Builder.•••Change-Id: I2ddfab00dc8c141fc989a051f16eb2b3571b7e86
|  Jean Chalard | 4 | -22/+12 |
2012-03-13 | Remove unused stuff.•••Remove 2 methods that were left only for tests to compile in
another project, but are not used any more now that the tests
have been updated.
Also remove an attribute that is never read.
Change-Id: Ic9ba1f52a465199c82c923d77ed7450460e8a4b9
|  Jean Chalard | 2 | -26/+3 |
2012-03-13 | Pass the locale to the native code•••Change-Id: I8f73b9b33cca56b3fa44ec6259c0896be22f4a47
|  satok | 2 | -4/+12 |
2012-03-13 | Make an add into a set.•••This method now only sets words, so it should be named set.
The functionality is identical since there are no more places
where the list is reused.
This will also allow to make the list final in an upcoming change.
Change-Id: I25b0c7d7f13c3fa5d89806f01f48f1026769603f
|  Jean Chalard | 4 | -12/+13 |
2012-03-13 | Use additional proximity chars in the native code•••Bug: 4343280
Change-Id: Ida690fe246cea80a82fcdb3ad0c28e2907b882ac
|  satok | 5 | -15/+42 |
2012-03-13 | Support invalidating multiple keys in KeyboardView•••Change-Id: I347ccfc2cf60c17f5f0eddec6566662cb3a954ca
|  Tadashi G. Takaoka | 3 | -44/+51 |
2012-03-13 | Cleanup•••Remove an unused method, make others static, fix a formatting
issue
Change-Id: I40cb0b5e01a6f8e2f7b953bd9aad3168dfee71d1
|  Jean Chalard | 2 | -27/+8 |
2012-03-13 | Remove a method that causes annoying side-effects.•••...and replace by a call to a central method.
Change-Id: I93d0a2c2e99963a5b69923d1062d0e01853216b6
|  Jean Chalard | 2 | -15/+14 |
2012-03-13 | Kill the StringBuilderPool.•••The intention may have been nice originally but these end up
being copied anyway :/
Let's remove them now, and in a later change, just keep
references to the created objects.
Change-Id: Ifba8357c20384f9eb40cd916665ed1fc6dc8cab1
|  Jean Chalard | 3 | -117/+11 |
2012-03-13 | Implement additional proximity characters in the native code•••Bug: 4343280
Change-Id: I9bbc5cab2fef1ee80c1fe32017df811ef8af10bc
|  satok | 7 | -16/+157 |
2012-03-13 | Use integer alpha value instead of factor for animation•••Change-Id: I3099a7625e0176a1d2be42e58d6eb5fa95797bcb
|  Tadashi G. Takaoka | 3 | -23/+19 |
2012-03-13 | Move language on spacebar parameters to LatinKeyboardView attributes•••Change-Id: I06e5d7d158a9b14b00df34e68b12cd012faf17d1
|  Tadashi G. Takaoka | 5 | -30/+38 |
2012-03-13 | Remove a useless parameter.•••Change-Id: I7625bf17158c207ad7e8cd496bef825704173c4c
|  Jean Chalard | 4 | -27/+40 |
2012-03-13 | Use Animator to draw language name on spacebar•••Note that Animator class exists in framework only on Honeycomb or
later.
Change-Id: Ie3392dbf8acc1547ebb2d16e04086c911d961aed
|  Tadashi G. Takaoka | 4 | -72/+50 |
2012-03-13 | Kill methods with side-effects, take 2•••...working this time
Change-Id: I80e377e6250d3817f1e067a551bca2a557740764
|  Jean Chalard | 2 | -20/+16 |
2012-03-12 | Revert "Kill methods with side-effects"•••This reverts commit ca0e04868891c461a3e6f30bf15d209d622c8349 |  Jean Chalard | 2 | -14/+18 |
2012-03-12 | Import translations. DO NOT MERGE•••Change-Id: I8546456a3d567b821a5a409a7459f9043fa04315
|  Eric Fischer | 5 | -27/+18 |
2012-03-12 | Kill methods with side-effects•••Change-Id: I42baeec68eb2540e7d8f8538ae2dceeef5594391
|  Jean Chalard | 2 | -18/+14 |
2012-03-12 | Tweak 7 inch layout a bit•••* 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
|  Tadashi G. Takaoka | 16 | -86/+60 |
2012-03-12 | Consolidate words into SuggestedWordInfo•••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
|  Jean Chalard | 2 | -34/+37 |
2012-03-12 | Add AZERTY compatible symbols/symbols shifted layouts for tablet•••This change also adds Spanish compatible symbols/symbols shifted
layouts for tablet.
Bug: 6100832
Change-Id: Ib5ed9856573657b2680e08f9e64fd09b12a0a27d
|  Tadashi G. Takaoka | 16 | -11/+485 |
2012-03-12 | Support disableAdditionalMoreKeys and disableKeyLabelHint•••Change-Id: Idfa586417acd4a223380d52f044e3a86eb780b21
|  Tadashi G. Takaoka | 31 | -548/+82 |
2012-03-12 | Fix an OOB•••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
|  Jean Chalard | 1 | -1/+1 |
2012-03-12 | Rename keyboard XML files•••* Slavic to East Slavic
* Serbian to South Slavic
* Scandinavian to Nordic
Bug: 6150183
Change-Id: I8f5641aa07b83cbb225f5fd73e351a6f8abe0784
|  Tadashi G. Takaoka | 36 | -41/+81 |
2012-03-12 | Make a method accessible for tests•••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
|  Jean Chalard | 1 | -1/+2 |
2012-03-12 | Make a method static•••Change-Id: Ie1d460562d38105abe91ae2da17cafd49e2cd394
|  Jean Chalard | 2 | -4/+10 |
2012-03-12 | Separate Greek semicolon key from row•••Change-Id: Ie568da868a0bed4f72652cf7475bdeb752be1f5b
|  Tadashi G. Takaoka | 7 | -24/+78 |
2012-03-12 | Breakdown Serbian keyboard into rows•••This change also slightly re-design 7-inch and 10-inch tablet layout
Change-Id: Ibfe11386d865f7c3becf4a60286557921f95036d
|  Tadashi G. Takaoka | 7 | -305/+265 |
2012-03-12 | Breakdown Slavic keyboard into rows•••Change-Id: Iff2048839a51e14351ba235ef9d7f5ecbef159e3
|  Tadashi G. Takaoka | 7 | -309/+266 |
2012-03-12 | Breakdown Hebrew keyboard into rows•••Change-Id: I25c928a3251424280e2ac4f065126c3019734d20
|  Tadashi G. Takaoka | 6 | -288/+186 |
2012-03-11 | Fix an obvious bug in handleLanguageSwitchKey()•••bug: 5759092
Change-Id: I8c7b2ef024cbab399d96f6b3ec553da4e9d2fb18
|  Ken Wakasa | 1 | -1/+1 |
2012-03-09 | Import translations. DO NOT MERGE•••Change-Id: Ie0609f97096ad1e9dfa8f9b778047723dcf9868f
|  Eric Fischer | 1 | -2/+2 |
2012-03-09 | Entirely remove safety net memory.•••mHasAutoCorrectionCandidate now includes the fact that this
did not get caught by the safety net. This is more intuitive.
Change-Id: I6502bbf1ca64a0a6d64f55d723305cf78352a656
|  Jean Chalard | 1 | -8/+4 |
2012-03-09 | Make the safety net memory private•••Change-Id: I10959d47c980d2e8f2ea995955acf02193e3ff7b
|  Jean Chalard | 2 | -4/+4 |
2012-03-09 | Recompute safety net in debug cases instead of memorizing•••Change-Id: I67f3a31db081afa4871ec441dd461c56e098c668
|  Jean Chalard | 1 | -1/+5 |
2012-03-09 | Make access to the safety net calculation easier•••Change-Id: If33897b38af94ae81b05e5ef140a542724b9f34a
|  Jean Chalard | 1 | -10/+7 |
2012-03-09 | Extract a condition from a method•••Change-Id: I6b0262fe7cb3f7a31cc19d724c301467be932640
|  Jean Chalard | 1 | -11/+4 |
2012-03-09 | Remove a useless argument•••Change-Id: I713433a3225193489fad5bdafcf302b529903116
|  Jean Chalard | 1 | -2/+2 |
2012-03-09 | Remove a useless escape•••Change-Id: I1ef0685cc9888c9cef9f60015d32b66dde75ef9b
|  Jean Chalard | 2 | -7/+4 |
2012-03-09 | Remove a useless test•••If we are not composing a word here, we have already returned
Change-Id: I63281abace777e3658286d4df6781d2cd5a29c33
|  Jean Chalard | 1 | -3/+0 |
2012-03-09 | Don't use an intermediate object with a different meaning•••Change-Id: Ie89916b49c852a51385ffd61cb596a58f23a46a0
|  Jean Chalard | 1 | -3/+4 |
2012-03-09 | Move some auto-correction logic to where it belongs•••Change-Id: I897c5ec3a630a4a6bfc593906df4d3fc7b244482
|  Jean Chalard | 2 | -17/+20 |