summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/latin
Commit message (Expand)AuthorAgeFilesLines
...
| * Cleanup ExpandableBinaryDictionary.Keisuke Kuroyanagi2014-04-281-27/+14
* | Merge "Use ReentrantReadWriteLock in ExpandableBinaryDictionary."Keisuke Kuroyanagi2014-04-282-126/+130
|\|
| * Use ReentrantReadWriteLock in ExpandableBinaryDictionary.Keisuke Kuroyanagi2014-04-282-126/+130
* | Merge "Simplify asyncFlushBinaryDictionary."Keisuke Kuroyanagi2014-04-282-41/+2
|\|
| * Simplify asyncFlushBinaryDictionary.Keisuke Kuroyanagi2014-04-282-41/+2
* | Merge "Remove DictionaryUpdateController."Keisuke Kuroyanagi2014-04-283-107/+21
|\|
| * Remove DictionaryUpdateController.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.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.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.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.Keisuke Kuroyanagi2014-04-281-4/+22
| |/
* | Merge "Use shouldOfferSwitchingToNextInputMethod when available"Yohei Yukawa2014-04-282-1/+37
|\ \
| * | Use shouldOfferSwitchingToNextInputMethod when availableYohei Yukawa2014-04-282-1/+37
| |/
* | Merge "Move some advanced settings to debug settings"Tadashi G. Takaoka2014-04-284-51/+51
|\ \ | |/ |/|
| * Move some advanced settings to debug settingsTadashi G. Takaoka2014-04-254-51/+51
* | Add null check in createDistracterFilter().Keisuke Kuroyanagi2014-04-251-1/+5
* | Merge "Prepare to implement distracter filter"Xiaojun Bi2014-04-254-5/+67
|\ \ | |/ |/|
| * Prepare to implement distracter filterXiaojun Bi2014-04-254-5/+67
* | Merge "Fix: contains() is wrongly used in hasDict()."Keisuke Kuroyanagi2014-04-251-1/+1
|\ \
| * | Fix: contains() is wrongly used in hasDict().Keisuke Kuroyanagi2014-04-251-1/+1
* | | Merge "Fix: Wrong null check for user history dict."Keisuke Kuroyanagi2014-04-251-2/+2
|\| |
| * | Fix: Wrong null check for user history dict.Keisuke Kuroyanagi2014-04-241-2/+2
* | | Merge "Handle personalization dictionary as an ExpandableBinaryDictionary."Keisuke Kuroyanagi2014-04-253-26/+12
|\| |
| * | Handle personalization dictionary as an ExpandableBinaryDictionary.Keisuke Kuroyanagi2014-04-243-26/+12
* | | Merge "Handle contacts dictionary as an ExpandableBinaryDictionary."Keisuke Kuroyanagi2014-04-251-7/+4
|\| |
| * | Handle contacts dictionary as an ExpandableBinaryDictionary.Keisuke Kuroyanagi2014-04-241-7/+4
* | | Merge "Quit creating empty dictionary file in ExpandableBinaryDictionary."Keisuke Kuroyanagi2014-04-252-10/+9
|\ \ \ | |/ / |/| |
| * | Quit creating empty dictionary file in ExpandableBinaryDictionary.Keisuke Kuroyanagi2014-04-222-10/+9
* | | Merge "Handle user history dictionary as an ExpandableBinaryDictionary."Keisuke Kuroyanagi2014-04-254-53/+47
|\ \ \
| * | | Handle user history dictionary as an ExpandableBinaryDictionary.Keisuke Kuroyanagi2014-04-244-53/+47
* | | | Merge "Simplify DictionaryFacilitatorForSuggest to be flexible."Keisuke Kuroyanagi2014-04-251-95/+65
|\| | |
| * | | Simplify DictionaryFacilitatorForSuggest to be flexible.Keisuke Kuroyanagi2014-04-241-95/+65
* | | | Merge "Remove clearAndFlushDictionary() and use clear()."Keisuke Kuroyanagi2014-04-244-13/+5
|\| | | | |_|/ |/| |
| * | Remove clearAndFlushDictionary() and use clear().Keisuke Kuroyanagi2014-04-244-13/+5
* | | Fix handling shift + enterTadashi G. Takaoka2014-04-231-1/+3
|/ /
* | Merge "Fix: Reporting wrong main dictionary availability."Keisuke Kuroyanagi2014-04-221-4/+4
|\ \ | |/ |/|
| * Fix: Reporting wrong main dictionary availability.Keisuke Kuroyanagi2014-04-221-4/+4
* | Support creating BinaryDictionary without creating dict file.Keisuke Kuroyanagi2014-04-221-2/+34
|/
* Revert "Support creating BinaryDictionary without creating dict file."Keisuke Kuroyanagi2014-04-221-34/+2
* Support creating BinaryDictionary without creating dict file.Keisuke Kuroyanagi2014-04-221-2/+34
* Merge "Add jni interface to use on memory dictionary."Keisuke Kuroyanagi2014-04-221-0/+2
|\
| * Add jni interface to use on memory dictionary.Keisuke Kuroyanagi2014-04-211-0/+2
* | Stop using Configuration.setLocaleTadashi G. Takaoka2014-04-221-7/+7
* | Merge "Add BinaryDictionary.flushWithGCIfHasUpdated()."Keisuke Kuroyanagi2014-04-222-1/+11
|\|
| * Add BinaryDictionary.flushWithGCIfHasUpdated().Keisuke Kuroyanagi2014-04-212-1/+11
* | Fix a bug for counting code points in WordComposer.javaXiaojun Bi2014-04-182-8/+11