summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard
Commit message (Expand)AuthorAgeFilesLines
...
* Reorder accented letters of EnglishTadashi G. Takaoka2014-05-081-8/+8
* Fix NPEKen Wakasa2014-05-031-1/+3
* Merge "Add Marathi keyboard layout"Tadashi G. Takaoka2014-05-021-231/+290
|\
| * Add Marathi keyboard layoutTadashi G. Takaoka2014-05-011-231/+290
* | Guard accessibility function callsTadashi G. Takaoka2014-05-011-1/+3
|/
* Merge "Make AccessibleKeyboardViewProxy not singleton"Tadashi G. Takaoka2014-05-012-12/+12
|\
| * Make AccessibleKeyboardViewProxy not singletonTadashi G. Takaoka2014-05-012-12/+12
* | Fix the unintentional behavior changeYohei Yukawa2014-04-301-1/+1
|/
* Use shouldOfferSwitchingToNextInputMethod when availableYohei Yukawa2014-04-281-1/+1
* Remove unnecessary reference to LatinIMETadashi G. Takaoka2014-04-251-1/+1
* 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
|/
* Use sorted keys index as virtual view idTadashi G. Takaoka2014-04-221-1/+1
* Remove unnecessarily getKeyFromOutputText method from KeyboardTadashi G. Takaoka2014-04-212-17/+9
* Sort keys from top-left to bottom-right orderTadashi G. Takaoka2014-04-217-30/+54
* Use unmodifiable list to return keys from KeyboardTadashi G. Takaoka2014-04-214-25/+29
* 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
* Add contentDescription to Emoji paletteTadashi G. Takaoka2014-04-171-1/+17
* Merge "[IL135] Make getCurrentAutoCapsState private"Jean Chalard2014-04-152-54/+60
|\
| * [IL135] Make getCurrentAutoCapsState privateJean Chalard2014-04-142-54/+60
* | Merge "[IL134] Add an alternative path to getCurrentAutoCapsState"Jean Chalard2014-04-152-8/+15
|\|
| * [IL134] Add an alternative path to getCurrentAutoCapsStateJean Chalard2014-04-142-8/+15
* | Merge "Fix updating the shift state upon backspace"Jean Chalard2014-04-145-15/+21
|\ \
| * | Fix updating the shift state upon backspaceJean Chalard2014-04-145-15/+21
| |/
* | Remove GingerBread keyboard themeTadashi G. Takaoka2014-04-141-2/+0
* | Use KeyboardTheme id insteand of indexTadashi G. Takaoka2014-04-142-26/+52
* | Refactor KeyboardTheme as top-level classTadashi G. Takaoka2014-04-142-26/+47
|/
* Revise myanmar keyboard layoutTadashi G. Takaoka2014-04-111-198/+234
* Merge "[IL133] Avoid calling a dangerous method from outside."Jean Chalard2014-04-101-0/+7
|\
| * [IL133] Avoid calling a dangerous method from outside.Jean Chalard2014-04-031-0/+7
* | Merge "Reorder German umlaut letters"Tadashi G. Takaoka2014-04-101-3/+3
|\ \
| * | Reorder German umlaut lettersTadashi G. Takaoka2014-04-101-3/+3
* | | Add Italian (Switzerland) it_CH layoutTadashi G. Takaoka2014-04-101-91/+107
|/ /
* | Use Locale to process text resourcesTadashi G. Takaoka2014-04-091-1/+1
* | Use locale to look up KeyboardTextsTableTadashi G. Takaoka2014-04-082-192/+197
* | Update KeyboardTextsTable.javaTadashi G. Takaoka2014-04-081-41/+44
* | Remove workaround code of placing DrawingPreviewPlacerViewTadashi G. Takaoka2014-04-074-27/+30
* | Remove unneeded CustomViewPager classTadashi G. Takaoka2014-04-072-47/+8
|/
* [IL132] Remove some calls that let a value escape.Jean Chalard2014-04-031-12/+5
* Remove country name from space bar text when appropriateTadashi G. Takaoka2014-04-024-56/+87
* Add SpacebarLanguageUtils classTadashi G. Takaoka2014-04-011-4/+3
* Make NeedsToDisplayLanguage as a top level classTadashi G. Takaoka2014-03-281-0/+44
* Remove redundant check to detect forceAsciiTadashi G. Takaoka2014-03-281-1/+1
* Stop displaying locale string on short space barTadashi G. Takaoka2014-03-281-5/+0
* Call setLayerType(LAYER_TYPE_HARDWARE) for EmojiPalettesView too.Ken Wakasa2014-03-271-1/+3
* Fix crash while entering emoticonsTadashi G. Takaoka2014-03-271-1/+1
* Rename text resources consistentlyTadashi G. Takaoka2014-03-251-1127/+1111
* Consolidate KeyboardTextsSet.setLocale and loadStringResoucresTadashi G. Takaoka2014-03-203-22/+16