aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Reduce memory of emoji palette"Satoshi Kataoka2013-10-081-5/+1
|\
| * Reduce memory of emoji paletteSatoshi Kataoka2013-10-081-5/+1
| | | | | | | | | | Bug: 10902556 Change-Id: I3c8da35a601de2bfb248292c7b59235fc1120988
* | Show the keyboard earlier when rotating.Jean Chalard2013-10-081-4/+5
|/ | | | | Bug: 11107229 Change-Id: I0b36341d60b634a860eb13fafd0dc69fe734bdeb
* Make the sentence separator a resource.Jean Chalard2013-10-081-6/+9
| | | | | | | This will help handing correctly the armenian full stop. Bug: 10082781 Change-Id: Id7bb219ebd89daba203216eab362d1cc26a65a36
* Call loadKeyboard later if it can't be called right awayJean Chalard2013-10-071-4/+15
| | | | | | | | | | | | Since loadKeyboard relies on the input connection being available to give it the auto-caps state, but also can't be called twice in a row because it needs to save and restore its state and invalidates it after the restore, we need to wait until we know we have a valid input connection to call it. Bug: 11107229 Change-Id: I1c7baf3215682df6f6ceb357bd37254f9e7418c7
* Clear the cache of subtypes in onStartInputViewInternalSatoshi Kataoka2013-10-071-1/+1
| | | | | Bug: 11077905 Change-Id: I9495f13a20edca0e6153cd1a7a0ac6891f707c59
* Merge "Fallback on empty locales."Jean Chalard2013-10-041-2/+18
|\
| * Fallback on empty locales.Jean Chalard2013-10-041-2/+18
| | | | | | | | | | | | | | This is a very rare corner case. Bug: 11072132 Change-Id: Iad2aa69511f7dc99105284a049c63f2f997b8ef0
* | Accept double-space-period after emoji.Jean Chalard2013-10-041-6/+17
|/ | | | | | | | This also includes a fix that allows this code to read surrogate pairs in this processing. Bug: 11070482 Change-Id: If5ef8d6863938252f09128b7e99ea07ece6e7019
* Merge "Try decaying user history at hourly intervals."Keisuke Kuroyanagi2013-10-021-0/+3
|\
| * Try decaying user history at hourly intervals.Keisuke Kuroyanagi2013-10-021-0/+3
| | | | | | | | | | | | Bug: 6669677 Change-Id: Ib465fa7e1a7f289a07843535ba89d0dd5259e803
* | Fix a pernicious bug with caps.Jean Chalard2013-10-021-0/+1
|/ | | | | | | | | | | | | | | What's happening here is, setAlphabetKeyboard sets the keyboard to AUTOMATIC_SHIFTED and updates the keyboard, then restoring the keyboard old state sets it back to UNSHIFTED without updating it. When we finally know what the correct value is, we try to set it to UNSHIFTED, but since that's already the currently recorded state, it skips updating the keyboard forever. The solution is to avoid setting the shift state without updating the keyboard. Bug: 10948582 Change-Id: Ic8670401e378f8284e851281f91a9ad93eac8e90
* Merge "Speak auto-corrections for accessibility"Alan Viverette2013-09-301-0/+5
|\
| * Speak auto-corrections for accessibilityAlan Viverette2013-09-271-0/+5
| | | | | | | | | | BUG: 8669376 Change-Id: Id71b2c2835daa7a8c9d6c92c57a7e302551c289d
* | Merge "Set header attributes for ExpandableBinaryDictionary."Keisuke Kuroyanagi2013-09-291-11/+9
|\ \
| * | Set header attributes for ExpandableBinaryDictionary.Keisuke Kuroyanagi2013-09-281-11/+9
| |/ | | | | | | | | | | Bug: 6669677 Change-Id: I2462777eaa07600f1c774226adfc4f351882f523
* / Send backspace as an event when TYPE_NULL.Jean Chalard2013-09-271-9/+13
|/ | | | | | | | This is not enough to really fix behavior with TYPE_NULL, but it does make things a bit better. Bug: 10949594 Change-Id: Ia359f781cdd76a2e2c5a4c9f166025d81b931174
* Merge "Detect cases where rotation messes with initialization"Jean Chalard2013-09-241-5/+77
|\
| * Detect cases where rotation messes with initializationJean Chalard2013-09-201-5/+77
| | | | | | | | | | | | | | | | ...and do a best effort to fix it. Bug: 10323080 Bug: 10252066 Change-Id: Icb3c9fe85005406bdfce0b7bb143ba0a910a0ddb
* | Fix a bug that happens upon a race conditionJean Chalard2013-09-201-0/+1
|/ | | | | Bug: 10848621 Change-Id: If5ff7f001e69af005a5ff9ab3e9f630b88a0a858
* Add showSuggestionStripWithTypedWord.Yuichiro Hanada2013-09-191-15/+49
| | | | | Bug: 10814472 Change-Id: I3a150124baf7a9b7889b033089a859ff9c11e206
* Merge "Allow double-space-to-period after a plus char"Jean Chalard2013-09-181-1/+2
|\
| * Allow double-space-to-period after a plus charJean Chalard2013-09-181-1/+2
| | | | | | | | | | Bug: 10704936 Change-Id: I30fdaea648605ef7e7fea6c093581ed5c6de03f3
* | Don't resume suggestion on digits.Jean Chalard2013-09-181-0/+8
|/ | | | | Bug: 10780016 Change-Id: I94fad06e4c71eddc96bdda1765925f98bed160f3
* [AC8] Restrict the suggestion strip to the correct partJean Chalard2013-09-171-0/+1
| | | | | | | ...for phrase gesture. Bug: 9059617 Change-Id: Ic5c0616f28af4ba45ca72a5721d1926029adc1c5
* [AC7] Actually auto-commit.Keisuke Kuroyanagi2013-09-171-6/+25
| | | | | Bug: 9059617 Change-Id: I7e5d89a9037b9181a0a6456c12043b4bfda8fe4b
* Merge "[AC4] Add native methods necessary for auto-commit"Jean Chalard2013-09-131-1/+3
|\
| * [AC4] Add native methods necessary for auto-commitJean Chalard2013-09-131-1/+3
| | | | | | | | | | Bug: 9059617 Change-Id: I7a47b0675446fc4f39628c60d16de9aea90d1b4d
* | Fix emoji keyboard insetsSatoshi Kataoka2013-09-131-1/+4
| | | | | | | | | | Bug: 10541453 Change-Id: I16dd72c8c55cb5d21ad61a3307c0f3c5f16f460c
* | Avoid recorrection in ex-password fields.Jean Chalard2013-09-121-0/+2
|/ | | | | Bug: 10115839 Change-Id: I1f1025c9f28adfb6f5a63d5ba86e359f30c0963e
* Remove changing a word when added to the dictionaryJean Chalard2013-09-121-33/+0
| | | | | | | | | This code is now useless. I thought it affected 9902905, but it seems it actually does not. Still, it's dead code. Bug: 9902905 Change-Id: Id9c90fbf88f015af47b2368b90d173c481647093
* Revert Ida230ca42 and I6adf7d08f.Yuichiro Hanada2013-09-101-101/+46
| | | | Change-Id: I2ddb250d5a473ea955a5171656974de7288a13f7
* Add AsyncResultHolder.Yuichiro Hanada2013-09-101-19/+7
| | | | Change-Id: Icfa685bcda2f5c74f5649f09098d00b4bd321c5a
* Make commitCurrentAutoCorrection asynchronous.Yuichiro Hanada2013-09-091-13/+27
| | | | Change-Id: Ida230ca4243347fb3ab9fda7de3a9a18f886cd1c
* Add a callback to the arguments of commitCurrentAutoCorrection.Yuichiro Hanada2013-09-051-45/+91
| | | | Change-Id: I6adf7d08fdc4382233a63304743207368db8058a
* Change GET_SUGGESTED_WORDS_TIMEOUT to 200.Yuichiro Hanada2013-09-031-1/+2
| | | | Change-Id: Ia5aa0b7af16d7ad45c98d0c5a7dcabba76d19b67
* Change GET_SUGGESTED_WORDS_TIMEOUT to 50.Yuichiro Hanada2013-09-031-1/+2
| | | | Change-Id: I4d495a782ed1dea1c377837c6579ce5ff74086b5
* Call getSuggestedWords asynchronously.Yuichiro Hanada2013-09-031-39/+100
| | | | Change-Id: Ia8a21b53f4d12b759d9ef5a5181ed04875e4d198
* Remove typedWord from the arguments of showSuggestionStrip.Yuichiro Hanada2013-09-021-11/+9
| | | | Change-Id: Iddf33227982e65705b49c6a527286d8695878c90
* Revert "Revert "Add onGetSuggestedWordsCallback.""Yuichiro Hanada2013-09-021-56/+95
| | | | | This reverts commit 78f707a142570c33bf5a7a3173f39d19103383ea. Change-Id: I5dd4f2d40314002736226886477563f29a25079c
* Merge "Revert "Add onGetSuggestedWordsCallback.""Ken Wakasa2013-08-301-96/+57
|\
| * Revert "Add onGetSuggestedWordsCallback."Ken Wakasa2013-08-301-96/+57
| | | | | | | | | | | | This reverts commit 820c290a61e4067c9d8557af4c3160c866f70667. Change-Id: I5c50731ff9f330c05c5841b8c65f16e28e67422c
* | Fix emoji view insets calculationKen Wakasa2013-08-301-9/+11
| | | | | | | | | | bug: 10541453 Change-Id: I605e657c94686c4974d162657a5e820798d20e8f
* | Revert "Revert "Support Emoji keyboard""Satoshi Kataoka2013-08-301-1/+2
| | | | | | | | | | | | | | | | Window resizing junkiness is addressed in I605e657c9468 This reverts commit aabc97233826da69edbadfc7c1465a505a1fe2ec. Change-Id: I0bc0f1ad9a90799e643fe9ec35f5b4bbe94eee0d
* | Merge "Add onGetSuggestedWordsCallback."Ken Wakasa2013-08-301-57/+96
|\|
| * Add onGetSuggestedWordsCallback.Yuichiro Hanada2013-08-301-57/+96
| | | | | | | | Change-Id: Ib527d31f9c2dd6dc385cb2f767cd90d9d28a1b1b
* | Merge "Revert "Remove key preview backing view""Ken Wakasa2013-08-301-47/+63
|\ \
| * | Revert "Remove key preview backing view"Ken Wakasa2013-08-301-47/+63
| | | | | | | | | | | | | | | | | | | | | This reverts commit 2dfcfc5013eee2fbd19a5830ff70943bd6c1bee2. Change-Id: I96c691b2e9c92be456420196cd7361d03ea4f3e9 bug: 10541453
* | | Revert "Support Emoji keyboard"Ken Wakasa2013-08-301-2/+1
| |/ |/| | | | | | | | | This reverts commit d7791a93b0dee268a9e97f06fe5abcf6082e0ed1. Change-Id: I5ca4c0227f97540e8a22b487b5056dfa3611082b
* | Support Emoji keyboardTadashi G. Takaoka2013-08-291-1/+2
| | | | | | | | | | Bug: 6370846 Change-Id: I33ce8f952799c89929996a226ac17731a953ec2a