summaryrefslogtreecommitdiff
path: root/java/src/com
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \ \
| * | | Use ArrayList constructor directlyTadashi G. Takaoka2014-04-221-2/+1
* | | | Fix typo of local variable nameTadashi G. Takaoka2014-04-221-5/+6
|/ / /
* | | Merge "Use sorted keys index as virtual view id"Tadashi G. Takaoka2014-04-223-66/+73
|\ \ \ | |_|/ |/| |
| * | Use sorted keys index as virtual view idTadashi G. Takaoka2014-04-223-66/+73
* | | 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 "Remove unnecessarily getKeyFromOutputText method from Keyboard"Tadashi G. Takaoka2014-04-222-17/+9
|\ \
| * | Remove unnecessarily getKeyFromOutputText method from KeyboardTadashi G. Takaoka2014-04-212-17/+9
* | | Merge "Sort keys from top-left to bottom-right order"Tadashi G. Takaoka2014-04-229-33/+57
|\| |
| * | Sort keys from top-left to bottom-right orderTadashi G. Takaoka2014-04-219-33/+57
* | | Merge "Add BinaryDictionary.flushWithGCIfHasUpdated()."Keisuke Kuroyanagi2014-04-222-1/+11
|\ \ \ | |/ / |/| / | |/
| * Add BinaryDictionary.flushWithGCIfHasUpdated().Keisuke Kuroyanagi2014-04-212-1/+11
* | Use unmodifiable list to return keys from KeyboardTadashi G. Takaoka2014-04-215-29/+31
* | Use unmodifiable list to return the nearest keysTadashi G. Takaoka2014-04-213-17/+26
* | Stop using modifiable Key arrayTadashi G. Takaoka2014-04-211-5/+7
* | Fix a bug for counting code points in WordComposer.javaXiaojun Bi2014-04-182-8/+11
* | Merge "Refactor RunInLocale a bit"Tadashi G. Takaoka2014-04-171-12/+10
|\ \
| * | Refactor RunInLocale a bitTadashi G. Takaoka2014-04-171-12/+10
* | | Merge "Add contentDescription to Emoji palette"Tadashi G. Takaoka2014-04-171-1/+17
|\ \ \
| * | | Add contentDescription to Emoji paletteTadashi G. Takaoka2014-04-171-1/+17
| |/ /
* | | Merge "Avoid lower-case version of capitalized words in user hist"Jean Chalard2014-04-171-1/+13
|\ \ \
| * | | Avoid lower-case version of capitalized words in user histJean Chalard2014-04-171-1/+13
| | |/ | |/|