summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor KeyboardTextsSet classTadashi G. Takaoka2014-03-201-6/+8
* Utilize autoColumnOrder for punctuation more keysTadashi G. Takaoka2014-03-201-78/+73
* Merge "Fix Armenian punctuation order"Tadashi G. Takaoka2014-03-201-5/+7
|\
| * Fix Armenian punctuation orderTadashi G. Takaoka2014-03-201-5/+7
* | Remove Latin comma from Arabic/Persian keyboardTadashi G. Takaoka2014-03-201-93/+89
|/
* Add Galician keyboardTadashi G. Takaoka2014-03-191-136/+176
* Add Basque keyboardTadashi G. Takaoka2014-03-191-190/+253
* Fix French accented letters orderTadashi G. Takaoka2014-03-191-1/+1
* Merge "Guard possible NumberFormatException"Tadashi G. Takaoka2014-03-181-2/+2
|\
| * Guard possible NumberFormatExceptionTadashi G. Takaoka2014-03-181-2/+2
* | Add preliminary Myanmar keyboardTadashi G. Takaoka2014-03-181-135/+140
|/
* Fix Persian symbols shifted output textTadashi G. Takaoka2014-03-171-2/+2
* Fix Arabic keyboard text and test commentsTadashi G. Takaoka2014-03-171-2/+2
* Refactor keyboard layout test more customizableTadashi G. Takaoka2014-03-131-17/+35
* Fix unused text resources of keyboard layoutsTadashi G. Takaoka2014-03-101-53/+47
* Fix unneeded u with diaeresis more key on Swedish keyboardTadashi G. Takaoka2014-03-101-2/+1
* Fix excessive more keys on Estonian keyboardTadashi G. Takaoka2014-03-101-2/+1
* Merge "[IL122] Put the code, x and y in the transaction"Jean Chalard2014-03-061-2/+2
|\
| * [IL122] Put the code, x and y in the transactionJean Chalard2014-03-061-2/+2
* | Merge "Remove unused text resource keylabel_for_east_slavic_row1_12"Tadashi G. Takaoka2014-03-061-206/+195
|\ \ | |/ |/|
| * Remove unused text resource keylabel_for_east_slavic_row1_12Tadashi G. Takaoka2014-03-041-206/+195
* | Remove unused MoreKeysPanel argument from Controller interfaceTadashi G. Takaoka2014-03-043-12/+8
|/
* Dismiss more keys keyboard before statring more suggestionsview to showTadashi G. Takaoka2014-03-041-0/+2
* Merge "Remove wrong duplicated resource from Afrikaans layout"Tadashi G. Takaoka2014-02-271-2/+2
|\
| * Remove wrong duplicated resource from Afrikaans layoutTadashi G. Takaoka2014-02-271-2/+2
* | Fix NPE in KeyDetectorTadashi G. Takaoka2014-02-271-0/+3
|/
* Merge "Add keyboard layout set tests"Tadashi G. Takaoka2014-02-271-1/+1
|\
| * Add keyboard layout set testsTadashi G. Takaoka2014-02-261-1/+1
* | Remove useless args and processing.Jean Chalard2014-02-261-8/+0
|/
* Add Key.getIconId for testabilityTadashi G. Takaoka2014-02-252-3/+7
* Remove hack from EmojiPalettesView.startEmojiPalettesTadashi G. Takaoka2014-02-245-21/+33
* Revert "Prepare for changing text color for functional keys"Tadashi G. Takaoka2014-02-243-26/+7
* Change make-keyboard-text -java option to point LatinIME/java directoryTadashi G. Takaoka2014-02-211-2/+3
* Fix IllegalStateException raied by monkeyTadashi G. Takaoka2014-02-193-33/+24
* Merge "Remove unnecessary override of MainKeyboardView.dispatchTouchEvent"Tadashi G. Takaoka2014-02-171-8/+0
|\
| * Remove unnecessary override of MainKeyboardView.dispatchTouchEventTadashi G. Takaoka2014-02-171-8/+0
* | Add InputMethodSubtypeCompatUtils.isAsciiCapable()Tadashi G. Takaoka2014-02-171-2/+2
|/
* Use the same label of switch-to-alphabet key on Emoji paletteTadashi G. Takaoka2014-02-173-18/+42
* Add sanity check to KeybaordTextsTable for debuggingTadashi G. Takaoka2014-02-142-9/+24
* Remove unused label_tab_keyTadashi G. Takaoka2014-02-141-28/+25
* Fix null KeyDetector referenceTadashi G. Takaoka2014-02-144-16/+9
* Fix a null object reference crash on Emoji PaletteYohei Yukawa2014-02-141-1/+3
* Merge "Fix indent."Yohei Yukawa2014-02-141-1/+1
|\
| * Fix indent.Yohei Yukawa2014-02-131-1/+1
* | Remove RTL aware !code and add corresponding !textTadashi G. Takaoka2014-02-137-434/+401
* | Fix Armenian switch to alphabet key textTadashi G. Takaoka2014-02-131-3/+10
* | Optimize KeyboardTextsTableTadashi G. Takaoka2014-02-131-1911/+1968
|/
* Merge "Cancel keydown events immediately once the view starts scrolling"Yohei Yukawa2014-02-121-0/+9
|\
| * Cancel keydown events immediately once the view starts scrollingYohei Yukawa2014-02-121-0/+9
* | Keep showing key preview even when keyboard has been changedTadashi G. Takaoka2014-02-121-7/+3