aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Have double-space-to-period cancel leave a single space"Jean Chalard2013-08-081-2/+4
|\
| * Have double-space-to-period cancel leave a single spaceJean Chalard2013-08-081-2/+4
| | | | | | | | | | Bug: 8911898 Change-Id: Ifb4bb63c14dc960d0a53f1511908830093cca012
* | Merge "Move createKeyboardSetForSpellChecker to AndroidSpellCheckService"Tadashi G. Takaoka2013-08-071-3/+22
|\ \
| * | Move createKeyboardSetForSpellChecker to AndroidSpellCheckServiceTadashi G. Takaoka2013-08-071-3/+22
| | | | | | | | | | | | Change-Id: I4a9065e703e98ffed50f2a6d76ace938dfc26ddf
* | | Merge "Add ResouceUtils.getDefaultKeyboardHeight"Tadashi G. Takaoka2013-08-071-0/+31
|\| |
| * | Add ResouceUtils.getDefaultKeyboardHeightTadashi G. Takaoka2013-08-071-0/+31
| |/ | | | | | | Change-Id: I377f6a83ec86b0345b170e7ad995d4577220d0ad
* | Merge "Add a session for the personalization dictionary"Satoshi Kataoka2013-08-076-29/+93
|\ \ | |/ |/|
| * Add a session for the personalization dictionarySatoshi Kataoka2013-08-076-29/+93
| | | | | | | | | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I361ab380edeee5a8a8b364df3f9f4ab202b79105
* | Merge "Consolidate forwardTouchEvent with dispatchTouchEvent"Tadashi G. Takaoka2013-08-061-14/+10
|\ \
| * | Consolidate forwardTouchEvent with dispatchTouchEventTadashi G. Takaoka2013-08-061-14/+10
| | | | | | | | | | | | Change-Id: Ib73962acff72be0a78a3565028572ad694fb8501
* | | Merge "Add emoji icon and code as a groundwork"Tadashi G. Takaoka2013-08-062-0/+5
|\ \ \ | |/ / |/| |
| * | Add emoji icon and code as a groundworkTadashi G. Takaoka2013-08-062-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | The emoji switching key icon asset should be updated. The icons in this change are just borrowed from Hangout. Bug: 10179862 Bug: 6370846 Change-Id: Icea26d2cf2ac6a6df9beb4c98f646dbe309bdcd9
* | | Remove unnecessary suggestion strip containerTadashi G. Takaoka2013-08-062-15/+13
|/ / | | | | | | Change-Id: I3710e1fe1574c0f69f7f448619e939fb45e9b8d3
* | Remove CODE_RESEARCHTadashi G. Takaoka2013-08-052-7/+5
| | | | | | | | | | | | | | Instead of CODE_RESEARCH, special outputText ".research." is used to invoke a research feedback dialog. Change-Id: Ic95c956ab4f2b5f0c3f2205c9bbcdcfb67db5d6e
* | Small cleanupTadashi G. Takaoka2013-08-052-1/+1
|/ | | | Change-Id: I7dce7373b371f1ed5a985815f5d43fb6c6ee1f84
* Merge "Add a debug preference for using only personalization dictionary"Satoshi Kataoka2013-08-023-11/+40
|\
| * Add a debug preference for using only personalization dictionarySatoshi Kataoka2013-08-023-11/+40
| | | | | | | | | | Bug: 9429906 Change-Id: I2003060c7065e736d42f3b3303fbba549358dd18
* | Merge "Fix a concurrency bug."Jean Chalard2013-08-021-14/+27
|\ \ | |/ |/|
| * Fix a concurrency bug.Jean Chalard2013-08-021-14/+27
| | | | | | | | | | | | | | | | This probably only ever happens in tests, but still, that's the right thing to do. Bug: 10139031 Change-Id: I259be9e7306162e19faf738a093a77762f2e7675
* | Connect the personalization dictionarySatoshi Kataoka2013-08-013-9/+48
|/ | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I9c9f3ed7699f74339ad92be6dcddb8a52c377545
* Merge "Add UsabilityStudyLogUtils.writeMotionEvent"Tadashi G. Takaoka2013-07-311-0/+38
|\
| * Add UsabilityStudyLogUtils.writeMotionEventTadashi G. Takaoka2013-07-311-0/+38
| | | | | | | | Change-Id: I41ee6d1879dc937e1554fedfc603d9bb5bec40f2
* | Add the personalization prediction dictionarySatoshi Kataoka2013-07-311-0/+36
| | | | | | | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I0663de025405b2c92eebd528339b82baec97e2ce
* | Refactor the personalization dictionarySatoshi Kataoka2013-07-312-17/+15
| | | | | | | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I9f094bc5a6ce4652e310e090f1536e43f1f24ad1
* | Merge "Deallocate gesture trail bitmap when unneeded"Ken Wakasa2013-07-311-0/+1
|\ \
| * | Deallocate gesture trail bitmap when unneededKen Wakasa2013-07-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This frees up 1.7MB on Nexus 4 (occam), and 900KB on occam_svelte while LatinIME goes to background. The keyboard bring-up speed feels acceptable on both devices. bug: 8967766 Change-Id: I5bc980c4dc41bc304be3c190934c1f7c55c9d244
* | | Merge "Refactor the user history dictionary"Satoshi Kataoka2013-07-312-26/+35
|\ \ \ | |/ / |/| |
| * | Refactor the user history dictionarySatoshi Kataoka2013-07-312-26/+35
| |/ | | | | | | | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: If53bc3220627802d82ab7c396d0aabdb658573fa
* / Fix inconsistencies with mSuggest.Jean Chalard2013-07-311-30/+29
|/ | | | | | | | This should fix some NPEs, but they are so unlikely that we never see them. Bug: 10065412 Change-Id: I2aefea1f52024405cc3fda9106fea41a02aaf4d8
* Refactor on the user history dictionarySatoshi Kataoka2013-07-318-424/+419
| | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I1a2bfe96e18119d30a72290aa48746f77a021018
* Merge "Fix some warnings"Jean Chalard2013-07-3110-19/+16
|\
| * Fix some warningsJean Chalard2013-07-3110-19/+16
| | | | | | | | Change-Id: I7290cd1fb675a1b85b9b6ac2d464c932b5bca1dd
* | Merge "Fix inconsistency with mutable settings."Jean Chalard2013-07-313-57/+69
|\ \
| * | Fix inconsistency with mutable settings.Jean Chalard2013-07-303-57/+69
| | | | | | | | | | | | Change-Id: I0550044199273cecb6f5713aa2e43ae16319cd47
* | | Merge "Fix a problem where settings were not renewed correctly."Jean Chalard2013-07-311-2/+5
|\| | | |/ |/|
| * Fix a problem where settings were not renewed correctly.Jean Chalard2013-07-301-2/+5
| | | | | | | | | | Bug: 10065412 Change-Id: Id05284f45466cd5b2697a695c3d1bdfbf3cc1f24
* | Merge "Clarify the expected cursor position in RichInputConnection."Jean Chalard2013-07-311-26/+29
|\ \
| * | Clarify the expected cursor position in RichInputConnection.Jean Chalard2013-07-311-26/+29
| | | | | | | | | | | | Change-Id: I4d36a23567415c3a293a588b51b46006256c148f
* | | Merge "Fix the title of the personal dictionary settings"Satoshi Kataoka2013-07-302-0/+7
|\ \ \ | |/ / |/| |
| * | Fix the title of the personal dictionary settingsSatoshi Kataoka2013-07-302-0/+7
| | | | | | | | | | | | | | | Bug: 8976598 Change-Id: I9e07ff9e06449e2093b9ba8d6f28a030c69756bc
* | | Merge "Fix the displayed name of the personal dictionary"Satoshi Kataoka2013-07-302-1/+45
|\| | | |/ |/|
| * Fix the displayed name of the personal dictionarySatoshi Kataoka2013-07-302-1/+45
| | | | | | | | | | Bug: 8976598 Change-Id: I11dd73c8c23b05288c5f417352dc4cc99d489b95
* | Rename a variable for SettingsValuesKen Wakasa2013-07-291-12/+12
| | | | | | | | Change-Id: Icb4155532ea8724791c9194e8dc75ce32b6e8b16
* | Merge "Fix an NPE"Jean Chalard2013-07-291-3/+16
|\ \ | |/ |/|
| * Fix an NPEJean Chalard2013-07-291-3/+16
| | | | | | | | | | | | | | Also make mSuggest private for more security. Bug: 10045657 Change-Id: I712505e4d2a2606efff5d09ba9b4c656f9e7c7a9
* | Merge "Add personalization dictionary helper"Satoshi Kataoka2013-07-293-27/+58
|\ \ | |/ |/|
| * Add personalization dictionary helperSatoshi Kataoka2013-07-293-27/+58
| | | | | | | | | | | | | | Bug: 9429906 Bug: 4192129 Change-Id: Ic618b0b09a54ed46b20633bd4c1c570d4ac775af
* | Merge "Small optimization"Jean Chalard2013-07-261-7/+7
|\ \
| * | Small optimizationJean Chalard2013-07-261-7/+7
| | | | | | | | | | | | | | | Bug: 8864306 Change-Id: Ic8eecd64eff6a1150a90b9f5ec9ebbc5f1d2a6a9
* | | Merge "Use cached data for getTextBeforeCursor."Jean Chalard2013-07-261-20/+33
|\| | | |/ |/|