aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am edb5c463: Merge "[Rlog81a] Determine correction type of words"Kurt Partridge2013-01-243-7/+109
|\ | | | | | | | | | | # Via Android (Google) Code Review (1) and Kurt Partridge (1) * commit 'edb5c4638b139d6908ceea724120e5a24b21c249': [Rlog81a] Determine correction type of words
| * Merge "[Rlog81a] Determine correction type of words"Kurt Partridge2013-01-233-7/+109
| |\
| | * [Rlog81a] Determine correction type of wordsKurt Partridge2013-01-223-7/+109
| | | | | | | | | | | | | | | | | | | | | | | | Heuristic to determine whether a word was a typo correction or a complete replacement by examining a correction to see if it falls within the list of suggested words of the original. Change-Id: Ieec4861a811e96aef0d14622e662b589ef8b4772
* | | am 9d514af4: Merge "Refactor SubtypeLocale to hold Resources"Tadashi G. Takaoka2013-01-245-28/+33
|\| | | | | | | | | | | | | | | | | # Via Android (Google) Code Review (1) and Tadashi G. Takaoka (1) * commit '9d514af466915928ce20acf7cb42dfa1bf67c3c2': Refactor SubtypeLocale to hold Resources
| * | Merge "Refactor SubtypeLocale to hold Resources"Tadashi G. Takaoka2013-01-235-28/+33
| |\ \
| | * | Refactor SubtypeLocale to hold ResourcesTadashi G. Takaoka2013-01-235-28/+33
| | | | | | | | | | | | | | | | Change-Id: Ia667bc2d406d66c87215dd3b9569f36f4642cfe0
* | | | am 9dc85a67: Merge "Configurable key long press timeout"Tadashi G. Takaoka2013-01-249-19/+70
|\| | | | | | | | | | | | | | | | | | | | | | | # Via Android (Google) Code Review (1) and Tadashi G. Takaoka (1) * commit '9dc85a673e6eb7c7f0c829e90e3f9fd744af3022': Configurable key long press timeout
| * | | Merge "Configurable key long press timeout"Tadashi G. Takaoka2013-01-239-19/+70
| |\ \ \
| | * | | Configurable key long press timeoutTadashi G. Takaoka2013-01-239-19/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default long presss timeout is 300msec (previous timeout was 400ms). Bug: 7600340 Change-Id: Ia8b64784ac03588631cfcbad30e021d74f3fd0d8
* | | | | am f1074c50: Throw exception when invalid time stamps are detected in debug modeSatoshi Kataoka2013-01-241-0/+22
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Via Satoshi Kataoka * commit 'f1074c508e70b3489dc85c036f7ed49d3196ba47': Throw exception when invalid time stamps are detected in debug mode
| * | | | Throw exception when invalid time stamps are detected in debug modeSatoshi Kataoka2013-01-231-0/+22
| | |/ / | |/| | | | | | | | | | Change-Id: I360b5bd09869bc85ab3bccb8a43a20fed0035d9b
* | | | am 40651c8c: Fix activity flags to launch settings activityTadashi G. Takaoka2013-01-241-1/+3
|\| | | | | | | | | | | | | | | | | | | | | | | # Via Tadashi G. Takaoka * commit '40651c8cf7d4296927f9c49aaa57bcfc7b5372ca': Fix activity flags to launch settings activity
| * | | Fix activity flags to launch settings activityTadashi G. Takaoka2013-01-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds the following flags to the intent to lauch settings activity. - Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED - Intent.FLAG_ACTIVITY_CLEAR_TOP Bug: 8055342 Change-Id: I85284409bbba3fd284442e5ac4c7a55e58ad15ec
| * | | Import translations. DO NOT MERGEBaligh Uddin2013-01-2253-53/+597
| | | | | | | | | | | | | | | | | | | | Change-Id: I46c30138504fab476bcca30cd4cc83ba108f959e Auto-generated-cl: translation import
* | | | Import translations. DO NOT MERGEBaligh Uddin2013-01-2327-211/+107
| | | | | | | | | | | | | | | | | | | | Change-Id: I9d41872b7ddf1905df41d06f33f922fa41218428 Auto-generated-cl: translation import
* | | | Import translations. DO NOT MERGEBaligh Uddin2013-01-2253-53/+597
| | | | | | | | | | | | | | | | | | | | Change-Id: Id03f543eee557ac2eae4333c411fc7d14fecdca7 Auto-generated-cl: translation import
* | | | am f008a11c: Merge "Cache MoreKeysKeyboard instead of container view of it"Tadashi G. Takaoka2013-01-227-100/+66
|\| | | | | | | | | | | | | | | | | | | * commit 'f008a11ccef84916197b0031a8ed3353c87c10f1': Cache MoreKeysKeyboard instead of container view of it
| * | | Merge "Cache MoreKeysKeyboard instead of container view of it"Tadashi G. Takaoka2013-01-227-100/+66
| |\ \ \
| | * | | Cache MoreKeysKeyboard instead of container view of itTadashi G. Takaoka2013-01-227-100/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also cleans up MoreKeysPanel related stuff. Bug: 8047165 Change-Id: I4f2211e00c7d08469a7413568db039c1c597fb3c
* | | | | am 8028c1c5: Merge "SeekBarDialogPreference supports minValue and stepValue"Tadashi G. Takaoka2013-01-212-7/+33
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '8028c1c523b2b7a83ca3f887818bdf9399f20f9b': SeekBarDialogPreference supports minValue and stepValue
| * | | | Merge "SeekBarDialogPreference supports minValue and stepValue"Tadashi G. Takaoka2013-01-222-7/+33
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | SeekBarDialogPreference supports minValue and stepValueTadashi G. Takaoka2013-01-222-7/+33
| | |/ / | | | | | | | | | | | | Change-Id: I7aaeeb2db85103708747ae318610bd4896ef96fd
* | | | am 6c22439b: Remove MAX_PROXIMITY_CHARS_SIZE_INTERNALKen Wakasa2013-01-213-13/+16
|\| | | | | | | | | | | | | | | | | | | * commit '6c22439bf80da08576e86c1282afc5cfa431e235': Remove MAX_PROXIMITY_CHARS_SIZE_INTERNAL
| * | | Remove MAX_PROXIMITY_CHARS_SIZE_INTERNALKen Wakasa2013-01-223-13/+16
| |/ / | | | | | | | | | Change-Id: I18a997503de4033b5341b564145bca862a872098
* | | am 4cb85319: [Rlog15] ResearchLogger option to include account name in feedbackKurt Partridge2013-01-215-7/+66
|\| | | | | | | | | | | | | | * commit '4cb853191ca4e515c2291779aa6b21975d5711d6': [Rlog15] ResearchLogger option to include account name in feedback
| * | [Rlog15] ResearchLogger option to include account name in feedbackKurt Partridge2013-01-215-7/+66
| |/ | | | | | | | | | | multi-project commit with I0a293f392bd605c8203dc9a62993345ad58dcfbe Change-Id: Ief5b940a62dbaeaecdf1c55f2ffdd1e0fdaea2b9
* | am 8b788374: Merge "[Rlog78b] Make log privacy filtering decisions on n-grams"Kurt Partridge2013-01-215-122/+219
|\| | | | | | | | | * commit '8b788374dee56dfe95e7af42a358923cfcb3668e': [Rlog78b] Make log privacy filtering decisions on n-grams
| * Merge "[Rlog78b] Make log privacy filtering decisions on n-grams"Kurt Partridge2013-01-215-122/+219
| |\
| | * [Rlog78b] Make log privacy filtering decisions on n-gramsKurt Partridge2013-01-215-122/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, words were pushed out of a LogBuffer one at a time. The receiving code had to keep state to know whether a n-gram was safe to log. This patch looks at the entire n-gram and makes a single decision based on it alone. mult-project commit with I3c40d7e02c77943d2668094ddb1d03efb942c74f Change-Id: Id7d90bbd551b1a2f4e0e35f38852652f68f273f8
* | | am 08d9c996: Merge "[Rlog81b] Log more data with handleSeparator"Kurt Partridge2013-01-212-1/+18
|\| | | | | | | | | | | | | | * commit '08d9c996dc31e767aca5c31df7ede80a36361060': [Rlog81b] Log more data with handleSeparator
| * | Merge "[Rlog81b] Log more data with handleSeparator"Kurt Partridge2013-01-212-1/+18
| |\ \
| | * | [Rlog81b] Log more data with handleSeparatorKurt Partridge2013-01-182-1/+18
| | | | | | | | | | | | | | | | Change-Id: I4b2ebaa2398ac2f669e1e009e00842e55979e866
* | | | am fb523d7f: Move AbstractDrawingPreview objects to MainKeyboardViewTadashi G. Takaoka2013-01-212-69/+49
|\| | | | | | | | | | | | | | | | | | | * commit 'fb523d7f5d40123a49a9128c455815db320c90fc': Move AbstractDrawingPreview objects to MainKeyboardView
| * | | Move AbstractDrawingPreview objects to MainKeyboardViewTadashi G. Takaoka2013-01-212-69/+49
| | | | | | | | | | | | | | | | Change-Id: I0be72fba9a66f7c326028ec8e4670ca74a46053f
* | | | am 22777330: Merge "Add GestureTrailsPreview class"Tadashi G. Takaoka2013-01-212-145/+210
|\| | | | | | | | | | | | | | | | | | | * commit '2277733048de3309a1ac7c7c766814f7294890f1': Add GestureTrailsPreview class
| * | | Merge "Add GestureTrailsPreview class"Tadashi G. Takaoka2013-01-212-145/+210
| |\ \ \
| | * | | Add GestureTrailsPreview classTadashi G. Takaoka2013-01-212-145/+210
| | | | | | | | | | | | | | | | | | | | Change-Id: Ibf9dff6d834d34b4134dbe38a609fd983731eedc
* | | | | am 86735948: Merge "Add SlidingKeyInputPreview class"Tadashi G. Takaoka2013-01-212-19/+79
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '86735948306765d60dee811b31fabc1796129303': Add SlidingKeyInputPreview class
| * | | | Merge "Add SlidingKeyInputPreview class"Tadashi G. Takaoka2013-01-212-19/+79
| |\| | |
| | * | | Add SlidingKeyInputPreview classTadashi G. Takaoka2013-01-212-19/+79
| | | | | | | | | | | | | | | | | | | | Change-Id: Ided47b3420b0b1e34063f30d5142a1858af2718e
* | | | | am 8aa9963a: Fix Apache license commentTadashi G. Takaoka2013-01-21113-902/+916
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '8aa9963a895f9dd5bb1bc92ab2e4f461e058f87a': Fix Apache license comment
| * | | | Fix Apache license commentTadashi G. Takaoka2013-01-21113-902/+916
| |/ / / | | | | | | | | | | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* | | | am 0b51c06f: Merge "Update the Russian dictionary"Jean Chalard2013-01-211-0/+0
|\| | | | | | | | | | | | | | | | | | | * commit '0b51c06fd042a6f3ea138fbcf0f858404795ac8d': Update the Russian dictionary
| * | | Merge "Update the Russian dictionary"Jean Chalard2013-01-211-0/+0
| |\ \ \
| | * | | Update the Russian dictionaryJean Chalard2013-01-211-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The point is to get as close as possible to having the golden Russian tests pass. >>> dictionaries/ru_wordlist.combined.gz Header : date : 1355818916 <=> 1358763720 version : 29 <=> 30 Body : Deleted: НКТ 14 Freq changed: без 0 -> 140 Freq changed: бонус 94 -> 130 Freq changed: за 0 -> 140 Freq changed: на 0 -> 180 Freq changed: не 0 -> 140 Freq changed: парка 133 -> 110 Freq changed: про 0 -> 131 Freq changed: ручьи 93 -> 80 Freq changed: ура 86 -> 100 Freq changed: юрты 86 -> 60 Added: вечерком 100 Added: задачки 100 Added: сорри 100 Added: узнай 100 Added: учти 100 >>> java/res/raw/main_ru.dict All the same above changes Change-Id: I8685c34d9ab1dcbf8ae8e23d2e26380059684c95
* | | | | am 78292e45: Fix missing super call in PreviewPlacerView.onDetachedFromWindowTadashi G. Takaoka2013-01-211-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '78292e45cb914eb25f27342fedc235ecb4bf96af': Fix missing super call in PreviewPlacerView.onDetachedFromWindow
| * | | | Fix missing super call in PreviewPlacerView.onDetachedFromWindowTadashi G. Takaoka2013-01-211-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Iea79c0081cb66f54f161c0cf02cb365fcf88a07c
* | | | | am 4987108f: Add surrounding drawing view to AbstractDrawingPreview constructorTadashi G. Takaoka2013-01-213-26/+50
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '4987108f34c08825ccb1c859c971bf232438c4aa': Add surrounding drawing view to AbstractDrawingPreview constructor
| * | | | Add surrounding drawing view to AbstractDrawingPreview constructorTadashi G. Takaoka2013-01-213-26/+50
| | | | | | | | | | | | | | | | | | | | Change-Id: If57e59f25fc3e29c0e7f46e8218d04fb233c27c6
* | | | | am 820b5e07: Merge "Add PointerTracker.isOldestPointerInQueue"Tadashi G. Takaoka2013-01-213-11/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '820b5e079c67dc95cd4b27d4d9f1afa5187b2d90': Add PointerTracker.isOldestPointerInQueue