summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Make AccessibleKeyboardViewProxy not singletonTadashi G. Takaoka2014-05-016-86/+27
* | | | | | Merge "Some cleanup and reinforcement"Jean Chalard2014-05-011-19/+30
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Some cleanup and reinforcementJean Chalard2014-05-011-19/+30
| | |/ / / | |/| | |
* | | | | Merge "Handle user dict as an ExpandableBinaryDictionary."Keisuke Kuroyanagi2014-04-304-33/+23
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Handle user dict as an ExpandableBinaryDictionary.Keisuke Kuroyanagi2014-04-304-33/+23
* | | | | Merge "Fix the unintentional behavior change"Yohei Yukawa2014-04-301-1/+1
|\ \ \ \ \
| * | | | | Fix the unintentional behavior changeYohei Yukawa2014-04-301-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge "TalkBack correct shift state"Tadashi G. Takaoka2014-04-303-89/+58
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | TalkBack correct shift stateTadashi G. Takaoka2014-04-303-89/+58
| | |/ | |/|
* / | Check OS codename for shouldOfferSwitchingToNextInputMethodYohei Yukawa2014-04-301-4/+13
|/ /
* | Import translations. DO NOT MERGEBaligh Uddin2014-04-283-12/+12
* | Fix unit tests by adding @UsedFortesting.Keisuke Kuroyanagi2014-04-291-0/+3
* | 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-286-64/+63
|\ \ | |/ |/|
| * Move some advanced settings to debug settingsTadashi G. Takaoka2014-04-256-64/+63
* | 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