summaryrefslogtreecommitdiff
path: root/java/src/com/android/inputmethod/keyboard/internal/KeyboardBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Add new "keyboardTheme" <case> predicatorTadashi G. Takaoka2014-09-031-6/+12
* Fix NPE by disabling key preview popup of Emoji paletteTadashi G. Takaoka2014-06-131-0/+1
* Remove unused supportsSwitchingToShortcutIme attributeTadashi G. Takaoka2014-06-061-9/+2
* Add isIconDefined predicate to Keyboard_Case attributeTadashi G. Takaoka2014-05-131-2/+17
* Consolidate KeyboardTextsSet.setLocale and loadStringResoucresTadashi G. Takaoka2014-03-201-14/+1
* Remove RTL aware !code and add corresponding !textTadashi G. Takaoka2014-02-131-1/+0
* Refactor Key constructorsTadashi G. Takaoka2014-02-101-5/+23
* Use SubtypeLocaleUtils.isRtlLanguageTadashi G. Takaoka2014-02-061-6/+5
* Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-131-14/+11
* Unfortunately, hide some broken "emoji"sSatoshi Kataoka2013-10-011-0/+8
* Add keyboardLayoutSet attribute to <case> conditionTadashi G. Takaoka2013-08-291-7/+13
* Add GridRows tag to support emoji keyboardTadashi G. Takaoka2013-08-261-1/+77
* Save and restore Row attributes using stackTadashi G. Takaoka2013-08-191-25/+6
* Make all KeyboardRow attributes privateTadashi G. Takaoka2013-08-191-1/+1
* Fix cosmetic source code formattingTadashi G. Takaoka2013-08-151-142/+131
* Add getters and copy constructor to Key classTadashi G. Takaoka2013-08-151-1/+1
* Make RunInLocale as top-level classTadashi G. Takaoka2013-07-241-2/+2
* Move subtype related utility class to utils packageTadashi G. Takaoka2013-07-241-2/+2
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-4/+4
* Use XmlPullParser.getEventType()Tadashi G. Takaoka2013-03-261-12/+12
* Clean up XmlParserUtilsTadashi G. Takaoka2013-03-261-9/+9
* Clean up InflateException reference from KeyboardBuilderTadashi G. Takaoka2013-03-211-2/+1
* CleanupsJean Chalard2013-02-111-2/+2
* Add keyboardLetfPadding and keyboardRightPadding attributesTadashi G. Takaoka2013-01-301-8/+8
* Remove "dimension|fraction" format from Key and Keyboard attributesTadashi G. Takaoka2013-01-301-22/+27
* Remove {max,min}keyboardHeight attribute from KeyboardTadashi G. Takaoka2013-01-291-30/+1
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
* Set default audio and haptic feedback settingsTadashi G. Takaoka2012-12-281-5/+6
* Fix label of switch to symbols key when symbols has shortcut keyTadashi G. Takaoka2012-12-131-4/+8
* Add @UsedForTesting and @ExternallyReferenced annotationsTadashi G. Takaoka2012-10-221-1/+2
* Fix touch position correction data passingTadashi G. Takaoka2012-09-251-4/+3
* Support per-Key and per-Keyboard key visual attributesTadashi G. Takaoka2012-08-311-13/+1
* Move some key top visual attributes from KeyboardView to KeyTadashi G. Takaoka2012-08-301-14/+11
* Separate inner classes of keyboard package out under internal packageTadashi G. Takaoka2012-08-301-0/+829
* Move KeyboardBuilder and KeyboardParams classes into Keyboard classTadashi G. Takaoka2011-12-181-833/+0
* Move KeyboardSwitcher.getKeyboard to KeyboardSetTadashi G. Takaoka2011-12-161-2/+2
* Merge "Add XmlParseUtils class"Tadashi G. Takaoka2011-12-141-66/+30
|\
| * Add XmlParseUtils classTadashi G. Takaoka2011-12-141-66/+30
* | Remove EditorInfo from KeyboardIdTadashi G. Takaoka2011-12-141-3/+3
* | Cleanup settings key related stuffTadashi G. Takaoka2011-12-141-2/+2
|/
* Utilize KeyboardSet XML definitionsTadashi G. Takaoka2011-12-141-28/+4
* Fix referring wrong TypedArrayTadashi G. Takaoka2011-11-041-1/+1
* Fix missing TypedArray.recycle callsTadashi G. Takaoka2011-10-191-1/+4
* Close XmlResourceParser when finish parsingTadashi G. Takaoka2011-10-181-4/+13
* Use XmlPullParser interface instead of XmlResourceParserTadashi G. Takaoka2011-10-061-27/+26
* Remove unused local variableTadashi G. Takaoka2011-10-041-3/+0
* Pass the touch position correction flag from KeyboardSwitcher.Yusuke Nojima2011-10-031-39/+5
* Fix obtainStyledAttribute not to look for defaultTadashi G. Takaoka2011-10-031-2/+2
* Fix keyboard theme parsingTadashi G. Takaoka2011-10-031-1/+2
* Move themeId and touch correction data to Keyboard styleTadashi G. Takaoka2011-09-301-30/+27