Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-03-09 | Reduction, step 1•••Change-Id: Ic3ed04300cfd4c0b69b93b27379aca4093b32f67 | 1 | -7/+7 | |
2012-03-09 | Separate bigram prediction from suggestion process•••Change-Id: Ibdef206fbd6688a45cebbd7fb8a9f6cd175d03b0 | 2 | -3/+152 | |
2012-03-09 | Remove useless stuff•••Change-Id: I462d24da2d26661990d6aab2a13fde851763fd61 | 1 | -1/+0 | |
2012-03-09 | Export some more logic out of Latin IME•••Change-Id: Ib264533a05e9e09347bf254789e6ab5beec92400 | 3 | -11/+18 | |
2012-03-09 | Export some logic out of LatinIME•••Hopefully that will end in Suggest/SuggestedWords being autonomous and won't need the logic spoon-fed to them Change-Id: I915661bce13c69c8a5b8e5d4a8c41e18fea594cf | 3 | -22/+25 | |
2012-03-09 | Small optimization•••We only use some of those results in one branch of an if() test. Let's not compute those that are not needed. Change-Id: I6ca068646b86d2980fb88e75b110ad077362c4ff | 1 | -7/+7 | |
2012-03-09 | Small reorganization•••...resulting in a slight optimization Change-Id: I83a9b8c92c3d93ce75988285997ec138b3ffe52e | 1 | -5/+6 | |
2012-03-09 | Breakdown Greek keyboard into rows•••Change-Id: I160c0e26058b3841b3820ec95b91d59b295339ca | 7 | -385/+324 | |
2012-03-09 | Breakdown Georgian keyboard into rows•••Change-Id: Id257ea33586e07a91674f654c33003ec2d5aa73d | 7 | -752/+478 | |
2012-03-09 | Breakdown Bulgarian keyboard into rows•••Change-Id: Ie0da26a48b186be081ad61858116e519019d1973 | 7 | -298/+261 | |
2012-03-09 | Remove useless test•••typedWord may not be null here Change-Id: I9e7afb89fafbf6fcbc91fbc132aecc06aec8979f | 1 | -13/+11 | |
2012-03-09 | Breakdown Arabic keyboard into rows•••Change-Id: Ie2215d8baf501dc7dd87c464deb47fe4267171f6 | 9 | -443/+464 | |
2012-03-09 | Breakdown AZERTY keyboard into rows•••Change-Id: Ibd202d7b141209b3e4310499134522cbd1a8c16c | 9 | -243/+300 | |
2012-03-09 | Breakdown QWERTY keyboard into rows and share•••Change-Id: I0b8ad39120a73395ff5a5b1a32e0f3fe681c062b | 31 | -1042/+724 | |
2012-03-09 | Remove a useless test (B7)•••consideredWord is provably never null. Change-Id: Ifaa0d2471c46f14967e70ad004d2b82f841a4566 | 1 | -2/+1 | |
2012-03-09 | Rename a parameter (B6)•••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 | 1 | -13/+13 | |
2012-03-09 | Remove useless tests (B5)•••WordComposer#getTypedWord() may not return null. Don't test for it. Change-Id: I6aff14892503d0c275a3328c404ed99d2f40a687 | 1 | -10/+5 | |
2012-03-09 | Remove a provably useless test (B4)•••If !mInputAttributes.mInputTypeNoAutoCorrect then mCorrectionMode will not have allowed #hasAutoCorrection() to return true. Change-Id: I1b498d5aeb26194c765cc9b9dcb24d980de43894 | 1 | -2/+1 | |
2012-03-09 | Optimize and clean up (B2)•••Stop parameters from escaping and don't do useless work and simplify the code. Yay. Change-Id: I0dfc3e14b1cb50e0730f6d9c1d52b54516baa90e | 2 | -16/+18 | |
2012-03-09 | Split tablet symbols and symbols shifted layout into separated rows•••Bug: 6100832 Change-Id: I6771364ceca2c152bd9c55e22159f57c3468cc31 | 23 | -674/+909 | |
2012-03-09 | Move some code around (B1)•••The goal is to make the creation of the Builder closer to the #build() call Change-Id: I48d76d4efdc180479829016582edd9de47e7332c | 1 | -2/+3 | |
2012-03-09 | Limit escape of parameters•••Change-Id: I3a7ab069042d5542ab2e033d1eeb13d718cd7698 | 2 | -7/+5 | |
2012-03-09 | Add ":" to ";" key on Greek keyboard•••Bug: 5679585 Change-Id: I92d4b4d1eff9561adbb1bae607a1c27b4b5168ba | 3 | -6/+26 | |
2012-03-09 | Remove an unused method•••Who would have guessed this wasn't being called at all. Change-Id: Ib74a212356ea44e9bf149619ed5464c14684a1ba | 1 | -14/+0 | |
2012-03-09 | Merge broadcast receivers again•••It's probably simpler not to have registers dance around, and just message the feedback manager when the audio event happens. Change-Id: Id0710ed102d10d01f1af93ad8cb660653bb3a9f8 | 2 | -21/+7 | |
2012-03-09 | Fix a crash•••Bug: 6137076 Change-Id: I05f9f72a2678d10d3400dab5fc71544276739dcf | 1 | -5/+9 | |
2012-03-08 | Import translations. DO NOT MERGE•••Change-Id: Idab425b956341eb8556df92fb0ac33e4036e5a6e | 9 | -38/+19 | |
2012-03-08 | Fix forgotten resource name change•••Change-Id: I27ea28c7ea93e50ea8f0d947df95e3ab6d146f11 | 3 | -3/+3 | |
2012-03-08 | Make AutoCorrection static and non-instantiable (A5)•••This needs change Ic6756baa to not break the build Change-Id: I1c772dd99d63fec5d3ad67a0eb7fbc28ec7a0f0f | 2 | -5/+6 | |
2012-03-08 | Move a memory in the container class (A4)•••This allows us to make AutoCorrection a purely static class. Change-Id: I15b81bd7f3d6ea487154a5b09a81bc323be82ce1 | 2 | -16/+10 | |
2012-03-08 | Make AutoCorrection a step closer to being static (A3)•••Change-Id: Ide3d9785661a672af9bc8dc0cf91cab816dd6caa | 1 | -7/+1 | |
2012-03-08 | Stop uselessly remembering a value (A2)•••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 | 2 | -4/+8 | |
2012-03-08 | Remove useless stuff (A1)•••Remove an unused method and avoid doing a useless computation Change-Id: I29593c2e93f15857249b35bdd72ca28045056302 | 1 | -6/+2 | |
2012-03-08 | Split Utils class to StringUtils, SubtypeUtils, and JniUtils•••Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144 | 23 | -474/+551 | |
2012-03-08 | Return a value for tests instead of saving it•••Change-Id: I54fa32b92e89d03a53866bd1c0ee65955dd6b3d3 | 1 | -1/+2 | |
2012-03-08 | Simplification•••Change-Id: Ibced83da2398f1e9ab6a0d6a22c2ad7c8f25cb7b | 1 | -6/+1 | |
2012-03-08 | Cleanup keyboard theme switching code•••Change-Id: I023769b765d07237b2129d8f1b2a02ffd4c4f09d | 4 | -42/+46 | |
2012-03-08 | Fix centering more suggestions panel on tablet•••Bug: 6129726 Change-Id: I8dac3251eec68ad3fb523c632ff39f3cc661c81f | 4 | -45/+22 | |
2012-03-08 | Small rename•••Left/Right is wrong terminology here Change-Id: I58c55849e45d9984dd3fb7b75a64e07667c9eba4 | 1 | -6/+4 | |
2012-03-08 | Cleanup unused imports (A7)•••Change-Id: I48ba12e4311cbf2982ee8f5312b279bc8c1fdfe8 | 1 | -2/+0 | |
2012-03-08 | Get the view for haptic feedback as a parameter (A6)•••It's rather annoying (and possibly dangerous) to keep this as a member. Get it from outside. Change-Id: I00c42db96395fb65204fb140aeedc82bf312a86e | 2 | -15/+11 | |
2012-03-08 | Remove a useless member (A5)•••Change-Id: Ibaaeb8dbcb012f5e973e27ed9928401515656e9e | 1 | -4/+2 | |
2012-03-08 | Simplification of sound settings (A4)•••Change-Id: I0c6e207bae1e08c45a95b3479e1d67228d696792 | 1 | -12/+8 | |
2012-03-08 | Make a condition positive (A3)•••mSoundOn is much easier to understand than mSilentModeOn Change-Id: Ie51c5c75fcad62e13e0fb578a266af80f15dc440 | 1 | -5/+5 | |
2012-03-08 | Simplify audio management (A2)•••There is little point in deferring loading for this. Getting the service at startup time is not very expensive anyway, plus we can avoid getting it in a later change if sound is off in settings. Change-Id: I08d65467f245fa2f9f617eb23257c327b3115673 | 1 | -12/+9 | |
2012-03-08 | Export audio and haptic feedback to a specialized class. (A1)•••Change-Id: I957d883d1ccf188cb98eb11031aa0a32fce4ed76 | 2 | -67/+137 | |
2012-03-08 | Give InputLogicTests the ability to change language•••Also fix a typo, and increase the time allowed to load the main dictionary to 2 secs instead of 1. Bug: 6114326 Change-Id: I5f70b34fc4277c55977b18466253152aa98a2507 | 4 | -18/+119 | |
2012-03-08 | Restart LatinIME service when keyboard theme is changed•••Bug: 6023947 Change-Id: I779da32708fca7333aff74929cc98173246ee685 | 3 | -36/+9 | |
2012-03-08 | Fix a bug on German umlaut digraph correction•••Bug: 6129372 Change-Id: I2d629735028c35bf12289f381ada2f4ffe8d7ad3 | 2 | -6/+19 | |
2012-03-08 | Add functions to calculate proximity characters in the native code•••Bug: 4343280 Change-Id: I17f8f6295b01900948b98680d0267753f33a46cf | 4 | -12/+67 |