aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Cleanup ProximityInfo.calulateSweetSpotTadashi G. Takaoka2011-12-161-38/+31
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I98238359dffd76a620d3b0e73b3b22dd82c56c93
* | | | | | am f1e05e74: Merge "Add com.android.inputmethod.latin.suggestions package"Tadashi G. Takaoka2011-12-154-6/+16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f1e05e74e6c145ef029cd5b8e0e30f6245700632': Add com.android.inputmethod.latin.suggestions package
| * | | | | Merge "Add com.android.inputmethod.latin.suggestions package"Tadashi G. Takaoka2011-12-154-6/+16
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Add com.android.inputmethod.latin.suggestions packageTadashi G. Takaoka2011-12-164-6/+16
| | | |/ / | | |/| | | | | | | | | | | | Change-Id: If4b823768ab9c073625da3034ecc8091be1df230
* | | | | am 8950f259: Merge "Make Key.mPreviewIcon public final"Tadashi G. Takaoka2011-12-152-10/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '8950f259b10e8e44c85dca2ecc67a5039460b950': Make Key.mPreviewIcon public final
| * | | | Merge "Make Key.mPreviewIcon public final"Tadashi G. Takaoka2011-12-152-10/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Make Key.mPreviewIcon public finalTadashi G. Takaoka2011-12-162-10/+5
| | |/ / | | | | | | | | | | | | Change-Id: I280b1fa6a018e095e9b36ea5475dde68e0965350
* | | | am a44685ab: Add colorValidTypedWord and alphaValidTypedWordTadashi G. Takaoka2011-12-153-3/+15
|\| | | | | | | | | | | | | | | | | | | * commit 'a44685ab326809185a0e4c44afabe8fd93441b4c': Add colorValidTypedWord and alphaValidTypedWord
| * | | Add colorValidTypedWord and alphaValidTypedWordTadashi G. Takaoka2011-12-163-3/+15
| |/ / | | | | | | | | | | | | | | | This change fixes Gingerbread theme. Change-Id: I142437ac0173df48ab36390f47ed67c6cea24a65
* | | am e9a0efc2: Merge "Cleanup unused variables and parameters"Tadashi G. Takaoka2011-12-1510-54/+40
|\| | | | | | | | | | | | | | * commit 'e9a0efc242f3bca80e8f64523a7bade659c28069': Cleanup unused variables and parameters
| * | Merge "Cleanup unused variables and parameters"Tadashi G. Takaoka2011-12-1510-54/+40
| |\ \
| | * | Cleanup unused variables and parametersTadashi G. Takaoka2011-12-1510-54/+40
| | | | | | | | | | | | | | | | Change-Id: Iad756a7a775c93f3344c6962e7b3456ef8339490
* | | | am 05f654d4: Merge "Group all input-related info into an inner class."Jean Chalard2011-12-151-33/+50
|\| | | | | | | | | | | | | | | | | | | * commit '05f654d498d4f7a0821c9ddd509951af981cb8d2': Group all input-related info into an inner class.
| * | | Merge "Group all input-related info into an inner class."Jean Chalard2011-12-151-33/+50
| |\ \ \
| | * | | Group all input-related info into an inner class.Jean Chalard2011-12-151-33/+50
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, these variables hold the info about the composing word, or maybe some outdated info, and it's not very clear which it is. LatinIME is maintaining the freshness info in a separate boolean, and uses it throughout the code for many, many things, leading to much confusion. The idea in grouping this info is, it can be saved in another instance and restored later. It can be tested against to know whether there is actually outdated but kept info or not, and it should allow to straighten out what is actually currently being typed. Ultimately, it will eliminate the need for LatinIME to keep track of the status of the info in the word composer. Change-Id: I00e2c690f303f8320c9be35590a6df4583e9e456
* | | | am c3ef86d8: Merge "Fix auto correction spacebar LED"Tadashi G. Takaoka2011-12-158-73/+82
|\| | | | | | | | | | | | | | | | | | | * commit 'c3ef86d861ea0deb1d073e7eb5cc196ba0b00ed1': Fix auto correction spacebar LED
| * | | Merge "Fix auto correction spacebar LED"Tadashi G. Takaoka2011-12-158-73/+82
| |\ \ \
| | * | | Fix auto correction spacebar LEDTadashi G. Takaoka2011-12-158-73/+82
| | |/ / | | | | | | | | | | | | Change-Id: I4894d188d5612380cc9f8eec7cb72544e37fb2b0
* | | | am eee2a066: Merge "Change visibility to avoid synthetic accessor method"Tadashi G. Takaoka2011-12-155-99/+99
|\| | | | | | | | | | | | | | | | | | | * commit 'eee2a066d8bcde65a128abb0d0618a280e623688': Change visibility to avoid synthetic accessor method
| * | | Merge "Change visibility to avoid synthetic accessor method"Tadashi G. Takaoka2011-12-155-99/+99
| |\ \ \ | | |_|/ | |/| |
| | * | Change visibility to avoid synthetic accessor methodTadashi G. Takaoka2011-12-155-99/+99
| | |/ | | | | | | | | | Change-Id: Ie93c7437fb9a3fe63adaa48c2d4a723f96c0a0e1
* | | am a7e5a5a6: Add words priority queue poolsatok2011-12-157-60/+131
|\| | | | | | | | | | | | | | * commit 'a7e5a5a6b9ed1367a4bb81c874d0fde7de85a787': Add words priority queue pool
| * | Add words priority queue poolsatok2011-12-157-60/+131
| | | | | | | | | | | | Change-Id: I152df7b876a1756b69ded2ca4fb3ee26b38c971f
* | | am 4d355989: Add a functionality to limit the max correction errorssatok2011-12-154-48/+65
|\| | | | | | | | | | | | | | * commit '4d355989bd972ba792ba546a55c67e5b6fc2527a': Add a functionality to limit the max correction errors
| * | Add a functionality to limit the max correction errorssatok2011-12-154-48/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before ==== test finished, terminate logcat ===== (0) 121.97 (0.28%) (1) 42032.07 (95.46%) (2) 11.03 (0.03%) (3) 12.19 (0.03%) (4) 10.02 (0.02%) (5) 1417.41 (3.22%) (6) 258.43 (0.59%) (20) 50.20 (0.11%) Total 44033.07 (sum of others 43913.32) After ==== test finished, terminate logcat ===== (0) 110.81 (0.29%) (1) 36416.11 (94.47%) (2) 10.06 (0.03%) (3) 9.45 (0.02%) (4) 9.83 (0.03%) (5) 1535.52 (3.98%) (6) 290.25 (0.75%) (20) 40.57 (0.11%) Total 38546.83 (sum of others 38422.60) Change-Id: Iffd24ce0b2dc422c8c6085d5be5f6bfdaf59ca7d
* | | am d03317c4: Prune traversing a bit agressively and add a flag not to do ↵satok2011-12-153-7/+13
|\| | | | | | | | | | | | | | | | | | | | auto completion * commit 'd03317c4be21ee65c19d00c7b83a7042042b8627': Prune traversing a bit agressively and add a flag not to do auto completion
| * | Prune traversing a bit agressively and add a flag not to do auto completionsatok2011-12-153-7/+13
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +1 1 -1 2 +2 0 -2 0 +3 0 -3 0 +4 6 -4 1 +5 4 -5 3 +6 3 -6 10 +7 7 -7 5 Before: Total 42936.28 (sum of others 42814.63) After: Total 40860.56 (sum of others 40733.92) Change-Id: I6a3d52f31ec181970083358280c3ebaca0a1f63e
* | am 5a39e527: Ignore settings key if it isn\'t adjecent to the space key on phoneTadashi G. Takaoka2011-12-151-0/+3
|\| | | | | | | | | * commit '5a39e527dde07cc4360234553c9bb75694ece1ef': Ignore settings key if it isn't adjecent to the space key on phone
| * Ignore settings key if it isn't adjecent to the space key on phoneTadashi G. Takaoka2011-12-141-0/+3
| | | | | | | | | | Bug: 5759096 Change-Id: I1e1250d917e726e1931de3247ddc782b005ab5c1
* | am b8c2c6e2: Merge "Add XmlParseUtils class"Tadashi G. Takaoka2011-12-155-99/+140
|\| | | | | | | | | * commit 'b8c2c6e2ecdac2c170e17a100a007aea04aafa1a': Add XmlParseUtils class
| * Merge "Add XmlParseUtils class"Tadashi G. Takaoka2011-12-145-99/+140
| |\
| | * Add XmlParseUtils classTadashi G. Takaoka2011-12-145-99/+140
| | | | | | | | | | | | Change-Id: Ie288272bc75832db7d743262c4c4fbe73b6dca04
* | | am d549d433: Merge "Remove long press settings key function"Tadashi G. Takaoka2011-12-151-11/+8
|\| | | | | | | | | | | | | | * commit 'd549d4334f05737128061a595a0a3304b1af00b6': Remove long press settings key function
| * | Merge "Remove long press settings key function"Tadashi G. Takaoka2011-12-141-11/+8
| |\ \
| | * | Remove long press settings key functionTadashi G. Takaoka2011-12-141-11/+8
| | |/ | | | | | | | | | | | | Bug: 5759092 Change-Id: I328e2043075ce5d0d0285febc4a9b7356702c250
* | | am c115aed9: Merge "Unbundle members in unigram_dictionary"satok2011-12-155-101/+113
|\| | | | | | | | | | | | | | * commit 'c115aed98f9d1a3cc09b3c04e659bfe0f28d91d6': Unbundle members in unigram_dictionary
| * | Merge "Unbundle members in unigram_dictionary"satok2011-12-145-101/+113
| |\ \
| | * | Unbundle members in unigram_dictionarysatok2011-12-145-101/+113
| | | | | | | | | | | | | | | | Change-Id: Id737d943d20e3de3db568162caf40d3e956c7fae
* | | | am 6652e458: Merge "Move Keyboard.themeName to KeyboardSwitcher and make it ↵Tadashi G. Takaoka2011-12-152-15/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | private" * commit '6652e4589981a0f06692b49e86d1a6f0784a434f': Move Keyboard.themeName to KeyboardSwitcher and make it private
| * | | Merge "Move Keyboard.themeName to KeyboardSwitcher and make it private"Tadashi G. Takaoka2011-12-142-15/+15
| |\ \ \
| | * | | Move Keyboard.themeName to KeyboardSwitcher and make it privateTadashi G. Takaoka2011-12-142-15/+15
| | | |/ | | |/| | | | | | | | | Change-Id: I101b6927d43e86b3c636c1a527e181df8af9c73e
* | | | am 90c12077: Merge "Remove EditorInfo from KeyboardId"Tadashi G. Takaoka2011-12-153-37/+49
|\| | | | | | | | | | | | | | | | | | | * commit '90c12077b2c57afe34b5d9d02fd6a9dcdd9b0cfc': Remove EditorInfo from KeyboardId
| * | | Merge "Remove EditorInfo from KeyboardId"Tadashi G. Takaoka2011-12-143-37/+49
| |\ \ \
| | * | | Remove EditorInfo from KeyboardIdTadashi G. Takaoka2011-12-143-37/+49
| | | | | | | | | | | | | | | | | | | | Change-Id: I70919ff30622afa1d8c29ca45589fa617f2c1f0e
* | | | | am a042150a: Merge "Just ignore settings/shortcut key while typing on tablet"Tadashi G. Takaoka2011-12-154-4/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'a042150a697715ca0b65fcc1a03fcc3491c488a2': Just ignore settings/shortcut key while typing on tablet
| * | | | Merge "Just ignore settings/shortcut key while typing on tablet"Tadashi G. Takaoka2011-12-144-4/+8
| |\ \ \ \
| | * | | | Just ignore settings/shortcut key while typing on tabletTadashi G. Takaoka2011-12-144-4/+8
| | | |/ / | | |/| | | | | | | | | | | | | | | | | Bug: 5759096 Change-Id: Ie1f1800d0f32ac0938715c79974e0f382c9c3d27
* | | | | am 9750165c: Merge "Cleanup"Jean Chalard2011-12-151-6/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '9750165c9a134a8981747f1ca1d279f0086829e5': Cleanup
| * | | | Merge "Cleanup"Jean Chalard2011-12-141-6/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | CleanupJean Chalard2011-12-141-6/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: I724df0be7ac07ffb9f1f4974175aed5a2606221b