summaryrefslogtreecommitdiff
path: root/java/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix: contacts/user dicts are too frequently regenerated.Keisuke Kuroyanagi2014-04-281-2/+3
* | Merge "Cleanup ExpandableBinaryDictionary."Keisuke Kuroyanagi2014-04-281-27/+14
|\|
| * 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-284-2/+49
|\ \
| * | Use shouldOfferSwitchingToNextInputMethod when availableYohei 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 settingsTadashi G. Takaoka2014-04-254-51/+51
* | Merge "Remove unnecessary reference to LatinIME"Tadashi G. Takaoka2014-04-254-19/+11
|\ \
| * | Remove unnecessary reference to LatinIMETadashi G. Takaoka2014-04-254-19/+11
| |/
* | 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 "Announce keyboard language when TalkBack is on"Tadashi G. Takaoka2014-04-241-20/+40
|\ \ \ \
| * | | | Announce keyboard language when TalkBack is onTadashi G. Takaoka2014-04-231-20/+40
* | | | | Merge "Remove clearAndFlushDictionary() and use clear()."Keisuke Kuroyanagi2014-04-244-13/+5
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Remove clearAndFlushDictionary() and use clear().Keisuke Kuroyanagi2014-04-244-13/+5
* | | | Merge "Fix handling shift + enter"Tadashi G. Takaoka2014-04-241-1/+3
|\ \ \ \
| * | | | Fix handling shift + enterTadashi G. Takaoka2014-04-231-1/+3
| |/ / /
* / / / Move simulateKeyPress method to AccessibleKeyboardViewProxyTadashi G. Takaoka2014-04-232-24/+35
|/ / /
* | | 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
* | | Merge "Use ArrayList constructor directly"Tadashi G. Takaoka2014-04-221-2/+1
|\ \ \