aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix NPE•••Follow up to I2b0ec091a11aa8a495794d633efecb6d8b818f42 bug: 14488351 Change-Id: Ic88adbd6775910f35338d798dc0d5493715708e4 Ken Wakasa2014-05-031-1/+3
* Merge "Add Marathi keyboard layout"Tadashi G. Takaoka2014-05-021-231/+290
|\
| * Add Marathi keyboard layout•••Bug: 10028772 Change-Id: I7bca05bbbfdb2e5f61d5db611dff62ace3b71e31 Tadashi G. Takaoka2014-05-011-231/+290
* | Merge "Remove Dictionaries.mDictMap."Keisuke Kuroyanagi2014-05-011-29/+35
|\ \
| * | Remove Dictionaries.mDictMap.•••Bug: 13755213 Change-Id: I9ded695c31d3db05f561956c61d56ebd16d34703 Keisuke Kuroyanagi2014-05-011-29/+35
* | | Merge "Use dictType to class map to create sub dicts."Keisuke Kuroyanagi2014-05-015-10/+40
|\| |
| * | Use dictType to class map to create sub dicts.•••Bug: 13755213 Change-Id: I4dcd5684bc65f13361bf9c4f9d50b07b1e33c62d Keisuke Kuroyanagi2014-05-015-10/+40
* | | Merge "Create factory methods for sub dicts."Keisuke Kuroyanagi2014-05-015-35/+29
|\| |
| * | Create factory methods for sub dicts.•••Bug: 13755213 Change-Id: I046af54b4860d2839328f2089ea785d81d04cf43 Keisuke Kuroyanagi2014-05-015-35/+29
* | | Move dict version check to proper place.•••Change-Id: I89a5b4fa93153081b4f7a9183619cbe7c9ea01fa Keisuke Kuroyanagi2014-05-011-9/+9
* | | Merge "Guard accessibility function calls"Tadashi G. Takaoka2014-05-011-1/+3
|\ \ \
| * | | Guard accessibility function calls•••This is a follow up of I2b0ec091a1. Change-Id: I2801bd1530556cfa6cc176efac9d9f09f2405892 Tadashi G. Takaoka2014-05-011-1/+3
| | |/ | |/|
* | | Merge "Simplify DictionaryFacilitatorForSuggest."Keisuke Kuroyanagi2014-05-013-121/+80
|\ \ \ | | |/ | |/|
| * | Simplify DictionaryFacilitatorForSuggest.•••Bug: 13755213 Change-Id: I9663d1d60fccd8deb1a22683fb06fe64dee06b45 Keisuke Kuroyanagi2014-05-013-121/+80
* | | Merge "Introduce clustering punctuation"Jean Chalard2014-05-012-10/+20
|\ \ \ | |_|/ |/| |
| * | Introduce clustering punctuation•••Bug: 10081730 Change-Id: If198fa3df68ecb267da0a278da41fd509d6165f1 Jean Chalard2014-05-012-10/+20
* | | Merge "Make AccessibleKeyboardViewProxy not singleton"Tadashi G. Takaoka2014-05-016-86/+27
|\ \ \
| * | | Make AccessibleKeyboardViewProxy not singleton•••This CL also renames AccessibleKeyboardViewProxy and AccessibilityEntityProvider to MainKeyboardAccessibilityDelegate and MainKeyboardAccessibilityNodeProvider. Change-Id: I2b0ec091a11aa8a495794d633efecb6d8b818f42 Tadashi G. Takaoka2014-05-016-86/+27
* | | | Merge "Some cleanup and reinforcement"Jean Chalard2014-05-011-19/+30
|\ \ \ \
| * | | | Some cleanup and reinforcement•••Bug: 9520584 Change-Id: I1c0f9e1b530d4d5bf5f52c2905c20f5ab7c26442 Jean Chalard2014-05-011-19/+30
| | |/ / | |/| |
* | | | Merge "Handle user dict as an ExpandableBinaryDictionary."Keisuke Kuroyanagi2014-04-304-33/+23
|\ \ \ \ | | |_|/ | |/| |
| * | | Handle user dict as an ExpandableBinaryDictionary.•••Bug: 13755213 Change-Id: I2d242a3332e9633d4e41e08c0bbfafcefd814ecd Keisuke Kuroyanagi2014-04-304-33/+23
* | | | Merge "Fix the unintentional behavior change"Yohei Yukawa2014-04-301-1/+1
|\ \ \ \
| * | | | Fix the unintentional behavior change•••I0188fa56cba8e introduced an unintentional behavior change regarding the condition when the globe key is displayed if LatinIME is running on KitKat or prior version. With this CL, the previous behavior is back. BUG: 12965588 BUG: 14426646 Change-Id: I112a327dce6ad2e40beb9a60d587e77b3954da82 Yohei Yukawa2014-04-301-1/+1
* | | | | Merge "TalkBack correct shift state"Tadashi G. Takaoka2014-04-302-86/+56
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | TalkBack correct shift state•••Change-Id: I3097805c6c8b4a4ac19fbe062f763e2639eb5cbf Tadashi G. Takaoka2014-04-302-86/+56
| | |/ | |/|
* / | Check OS codename for shouldOfferSwitchingToNextInputMethod•••Make sure if Build.VERSION.CODENAME is "REL" or not when Build.VERSION.SDK_INT is 19 (KitKat). This is a tentative workaround until Build.VERSION.SDK_INT is bumped to 20 or greater. BUG: 12965588 Change-Id: I0f6a8ef92af221240d247997ce65bd5e351b2d5e Yohei Yukawa2014-04-301-4/+13
|/ /
* | Fix unit tests by adding @UsedFortesting.•••Change-Id: I8f66632a32b9e9ddc1b771e8ee74492c7baf9338 Keisuke Kuroyanagi2014-04-291-0/+3
* | Fix: contacts/user dicts are too frequently regenerated.•••Change-Id: I6b04a58c543fda6df7a2c016b8b8a5300f137d73 Keisuke Kuroyanagi2014-04-281-2/+3
* | Merge "Cleanup ExpandableBinaryDictionary."Keisuke Kuroyanagi2014-04-281-27/+14
|\|
| * Cleanup ExpandableBinaryDictionary.•••Bug: 8187060 Change-Id: I9103462412e727b0160b218b1bb301ce43621c46 Keisuke Kuroyanagi2014-04-281-27/+14
* | Merge "Use ReentrantReadWriteLock in ExpandableBinaryDictionary."Keisuke Kuroyanagi2014-04-282-126/+130
|\|
| * Use ReentrantReadWriteLock in ExpandableBinaryDictionary.•••Bug: 8187060 Change-Id: Ic665f0a5e940708aa9addedac068a64900b307e7 Keisuke Kuroyanagi2014-04-282-126/+130
* | Merge "Simplify asyncFlushBinaryDictionary."Keisuke Kuroyanagi2014-04-282-41/+2
|\|
| * Simplify asyncFlushBinaryDictionary.•••We no longer write files when the dict has not been updated. Bug: 8187060 Change-Id: I8aa23a93d5deafb3a7f16f5466a5e0e84fbbf095 Keisuke Kuroyanagi2014-04-282-41/+2
* | Merge "Remove DictionaryUpdateController."Keisuke Kuroyanagi2014-04-283-107/+21
|\|
| * Remove DictionaryUpdateController.•••Bug: 8187060 Change-Id: I3e1fa4060d8a5c12d8d609be3357d56051fb5815 Keisuke Kuroyanagi2014-04-283-107/+21
* | Merge "Use different user dict name for spell checker."Keisuke Kuroyanagi2014-04-282-2/+8
|\|
| * Use different user dict name for spell checker.•••Bug: 13630847 Change-Id: Icabd08c674dcf086250b9e594328a43286d1d203 Keisuke Kuroyanagi2014-04-282-2/+8
* | Merge "Use different contacts dict name for spell checker."Keisuke Kuroyanagi2014-04-282-2/+8
|\|
| * Use different contacts dict name for spell checker.•••Bug: 13630847 Change-Id: I016a464890d5e63794fb1288b4ce7b09adffc453 Keisuke Kuroyanagi2014-04-282-2/+8
* | Merge "Move dicts for spellchecker to under spellcheck."Keisuke Kuroyanagi2014-04-283-4/+6
|\|
| * Move dicts for spellchecker to under spellcheck.•••Bug: 13630847 Change-Id: Iadcf5b31f66fb73efc5c640e96e8c2106a0224dd Keisuke Kuroyanagi2014-04-283-4/+6
* | Merge "Fix: Typed word is not included in more suggestions."Keisuke Kuroyanagi2014-04-281-4/+22
|\ \
| * | Fix: Typed word is not included in more suggestions.•••Happened when top suggestion is long and auto-corrected. Bug: 13738879 Change-Id: I47c2dfb34cfc92b54cfe54c432ee2f646fe454e5 Keisuke Kuroyanagi2014-04-281-4/+22
| |/
* | Merge "Use shouldOfferSwitchingToNextInputMethod when available"Yohei Yukawa2014-04-284-2/+49
|\ \
| * | Use shouldOfferSwitchingToNextInputMethod when available•••With this CL, LatinIME starts using InputMethodManager#shouldOfferSwitchingToNextInputMethod when available and API level is higher than 19 (KitKat). Note that relevant settings of LatinIME will be ignored if InputMethodManager#shouldOfferSwitchingToNextInputMethod is considered to be available at the moment. We will revisit here to reorganize the user visible settings before the new global IME switching mechanism becomes publicly available. BUG: 12965588 Change-Id: I0188fa56cba8e983c61cef3ae3400a0e3821f718 Yohei Yukawa2014-04-284-2/+49
| |/
* | Merge "Move some advanced settings to debug settings"Tadashi G. Takaoka2014-04-284-51/+51
|\ \ | |/ |/|
| * Move some advanced settings to debug settings•••This CL moves "Show slide indicator" and "Key long press delay" advanced options to the debug settings. Bug: 11866784 Change-Id: Iec16e09ba6e7c9f82ce0fa73a0d75766b843b44b Tadashi G. Takaoka2014-04-254-51/+51
* | Merge "Remove unnecessary reference to LatinIME"Tadashi G. Takaoka2014-04-254-19/+11
|\ \