aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle correctly the restarting argument•••Bug: 6851364 Change-Id: Ie939a43b8527a76aec213b702d3d850717f22a81 Jean Chalard2012-07-261-16/+30
* Merge "Remove unused setProximityCorrectionEnabled() methods"Tadashi G. Takaoka2012-07-251-1/+0
|\
| * Remove unused setProximityCorrectionEnabled() methods•••Change-Id: I03aa6608ee435b36377de41684162b303740f571 Tadashi G. Takaoka2012-07-251-1/+0
* | Stop swallowing an UnsatisfiedLinkError•••Change-Id: I37d61274e1527229befabae2c392fd78e279b807 Ken Wakasa2012-07-261-5/+1
* | Add dynamic floating preview for incremental gesture recognition.•••Change-Id: I7ba7ac24aa96a0ff19267997c5b58853079bc6dc Tom Ouyang2012-07-251-0/+4
|/
* Update gesture mode state when dictionary gets available•••Bug: 6860204 Change-Id: I840b7bf1983ab92fa4e0b180129176539e96409f Tadashi G. Takaoka2012-07-251-3/+14
* Add Suggest initialization finish listener•••Bug: 6860204 Change-Id: I1e4c03c99415cd9bdea5a8556ff4093c33f0f508 Tadashi G. Takaoka2012-07-252-4/+26
* Merge "Update gesture suggestions even when suggestions strip is off"Tadashi G. Takaoka2012-07-231-12/+16
|\
| * Update gesture suggestions even when suggestions strip is off•••Bug: 6852483 Change-Id: I873ae0f2e3bc863e989629f8bc0cc90ee33a4920 Tadashi G. Takaoka2012-07-231-12/+16
* | Merge "Fix a bug with the 'add to dict' hint popping up too much"Jean Chalard2012-07-231-9/+3
|\ \ | |/ |/|
| * Fix a bug with the 'add to dict' hint popping up too much•••Not having a main dictionary is not sufficient reason to display the hint. If the user already added the word to the dictionary then we shouldn't be displaying it again, even if we don't have a main dictionary for the current language. Bug: 6829798 Change-Id: I6b081f51c82ef395fe2e394fd3167363e743ea6f Jean Chalard2012-07-231-9/+3
* | Rename suggestion strip related methods•••Change-Id: I942692bbc2e577482f353d875405c4658a1102fc Tadashi G. Takaoka2012-07-231-18/+18
|/
* Rename SuggestionsView to SuggestionStripViewTadashi G. Takaoka2012-07-236-74/+80
* Rename LatinKeyboardView to MainKeyboardView•••Change-Id: I8f3123b8d727c7beb72e226f80c17794f89c8b60 Tadashi G. Takaoka2012-07-231-5/+5
* ResearchLogger feedback form•••- also cleaned up RLog menu multi-project commit with If0fd4fef89d390073e6939d5188ed5696866cb33 Bug: 6188932 Change-Id: I4f66f13bd366b4e8bde742ccd0704f812c6d33f9 Kurt Partridge2012-07-221-6/+14
* ResearchLog refactor•••- new package: com.android.inputmethod.research multi-project commit with Ic0a5744f3160d13218addd589890623c0d120ffc Bug: 6188932 Change-Id: Icf8d4a40a5725401799be6e209a640d99a5f34c4 Kurt Partridge2012-07-206-1459/+5
* Use ResizableIntArray in GestureStroke•••Change-Id: I034e80df03c7c6c0895fdf2c03763627d410d425 Tadashi G. Takaoka2012-07-201-0/+21
* Add gesture input enable settings•••Bug: 6845325 Change-Id: I3165465b0b280e32a9288da16abb75baa67288dc Tadashi G. Takaoka2012-07-202-0/+12
* Merge "Add gesture trail feedback."Tom Ouyang2012-07-201-0/+7
|\
| * Add gesture trail feedback.•••Change-Id: I32709fac0dec3165678a052aa286e2fb3d90721b Tom Ouyang2012-07-201-0/+7
* | Merge "Implement ResizableIntArray.fill"Tadashi G. Takaoka2012-07-201-20/+49
|\ \
| * | Implement ResizableIntArray.fill•••Change-Id: I570641bc2f32d016c247db6c065a138d8235ab8c Tadashi G. Takaoka2012-07-201-20/+49
* | | Merge "Fix NPE where the current subtype is null"Tadashi G. Takaoka2012-07-192-3/+10
|\ \ \ | |_|/ |/| |
| * | Fix NPE where the current subtype is null•••Bug: 6847999 Tadashi G. Takaoka2012-07-202-3/+10
| |/
* | Merge "ResearchLogger: make logging more reliable (esp on startup)"Kurt Partridge2012-07-194-103/+194
|\ \ | |/ |/|
| * ResearchLogger: make logging more reliable (esp on startup)•••Bug: 6188932 Change-Id: I692e427ba2e6da7bb15f48208304c4a034392a22 Kurt Partridge2012-07-194-103/+194
* | Implement ResizableIntArray.setLength and .get•••This change revises ResizableIntArrayTests as well. Tadashi G. Takaoka2012-07-201-9/+19
|/
* Make ScalableIntArray public as ResizableIntArray•••Change-Id: Ibbbc117214912ffa192c694bde5b7d55154f40c4 Tadashi G. Takaoka2012-07-192-78/+103
* Add default capacity parameter to InputPointers' constructor•••Change-Id: I02f23096f0682d30effe4dfc1ca57881a1e4aedc Tadashi G. Takaoka2012-07-193-15/+24
* Consolidate GestureTracker into PointerTracker•••Change-Id: Ib28fae10493a9142ba4dff6cf57f52c59766b209 Tadashi G. Takaoka2012-07-181-0/+3
* Change the batch input methods of KeyboardActionListener•••This change also removes the reference of SuggestedWords from GestureTracker and KeyboardActionListener. Change-Id: I25ef8756007986abf99a931afd665bbfe6fa387f Tadashi G. Takaoka2012-07-181-3/+12
* Merge "delete old ResearchLog files"Kurt Partridge2012-07-161-0/+24
|\
| * delete old ResearchLog files•••cleans out the local directory of files that may have persisted accidentally because of system crashes, etc. default lifetime is curently 1 day. Bug: 6188932 Change-Id: I4b51169d6dd0eddb6bf8b661165f88e63782ce7d Kurt Partridge2012-07-131-0/+24
* | researchLog records versionCode, versionName•••Bug: 6188932 Change-Id: I3d8502a5397035be5287ea720599e3fda4c669d6 Kurt Partridge2012-07-131-8/+26
|/
* Merging minimal gesture input•••Change-Id: Iee6ae48bb6309c2867b5d2e344fe7d86dfabd654 Tom Ouyang2012-07-133-15/+66
* Fix a bug where the word composer is not correctly reset•••...upon commit Change-Id: I1fea87cb4c133a0884329eb9b61bf3053c36cd1b Jean Chalard2012-07-131-0/+3
* Fix InputPointers.append•••Change-Id: I6995f9b2ed00b9f948e1299e576a5e24725d58f8 Tadashi G. Takaoka2012-07-131-22/+25
* Add values for suggestion types (A120)•••Also, use it in getBigrams. Change-Id: Ia0be9b57d1b7effcd8a936e01e957d1195b39c68 Jean Chalard2012-07-121-0/+1
* Pass an array to output suggestion types (A119a)•••This needs the matching A119b change to not break the build. The array is passed, but not used yet. Bug: 6166228 Change-Id: Ia91d658461d989ee8c94e9b31bb06f4a36f4c5b6 Jean Chalard2012-07-121-3/+4
* Increase encapsulation (A118)•••showSuggestions is only ever called by updateSuggestionsOrPredictions. It only feels natural that, when called with a 0-sized or null suggestion list, it clears the suggestions. Change-Id: I5b52bc9151afca1bb6c6f0a7f81e3255add92177 Jean Chalard2012-07-121-6/+6
* Readability improvement (A117)•••Change-Id: I6f8bb05a23edb40a079da60b7136170ec9043282 Jean Chalard2012-07-121-6/+3
* Simplification (A116)•••Change-Id: I97cf92a7b0dabc251dd241b24978ea00d1e5f047 Jean Chalard2012-07-122-9/+8
* Compute variables closer to where they are used (A115)•••This improves locality, it's better for readability/performance Change-Id: Ibb1efaf86e362dd2c9398722d0da2144df96b333 Jean Chalard2012-07-121-4/+3
* Cleanup (A114)•••Change-Id: I7e24e0aeae7c004cae310ae9f46cf90dac2d4d14 Jean Chalard2012-07-121-3/+4
* Cleanup (A113)•••If not composing a word, then consideredWord is always the empty string. Hence, it's never whitelisted, but it's also always "NotAWord", so isWhitelistedOrNotAWord returns always true, so allowsToBeAutoCorrected is always true. Which means that isPrediction implies allowsToBeAutoCorrected == true. Thus, !isPrediction && !allowsToBeAutoCorrected is strictly equivalent to !allowsToBeAutocorrected. Change-Id: I4ad7a7c3447851c539646d97cf55ff065e6ee115 Jean Chalard2012-07-121-1/+1
* Simplification (A112)•••If we are not composing a word, that isFirstCharCapitalized and isAllUpperCase are guaranteed to return false. Change-Id: Ic4a0be9574acf4653c729a9594f963f5bcf0c757 Jean Chalard2012-07-121-3/+2
* Remove the ultimate code duplication (A111)•••Change-Id: I7c76613df8f148feb02765f187db3ca6dc577977 Jean Chalard2012-07-121-14/+5
* Resolve a TODO: bury some implementation detail in native (A110)•••The fact that prediction does not accept a null argument is an implementation detail, it should not be visible to Java code. Change-Id: I3a156b323b6db9353de898d33f3f7c81751cecb1 Jean Chalard2012-07-122-8/+4
* Remove an unused method (A109)•••Change-Id: Ib785b7e8c554d030395e2c0ca92edb44eb2b245f Jean Chalard2012-07-121-2/+0
* Stop using a redundant method (A108)•••Change-Id: Iffc0bae0a273419e7c50d69526c0c8e402c6461c Jean Chalard2012-07-121-14/+9