index
:
packages_input_LatinIME.git
kitkat
lp5.0
packages_input_LatinIME
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
src
/
com
/
android
/
inputmethod
/
keyboard
/
internal
/
KeyboardBuilder.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new "keyboardTheme" <case> predicator
Tadashi G. Takaoka
2014-09-03
1
-6
/
+12
*
Fix NPE by disabling key preview popup of Emoji palette
Tadashi G. Takaoka
2014-06-13
1
-0
/
+1
*
Remove unused supportsSwitchingToShortcutIme attribute
Tadashi G. Takaoka
2014-06-06
1
-9
/
+2
*
Add isIconDefined predicate to Keyboard_Case attribute
Tadashi G. Takaoka
2014-05-13
1
-2
/
+17
*
Consolidate KeyboardTextsSet.setLocale and loadStringResoucres
Tadashi G. Takaoka
2014-03-20
1
-14
/
+1
*
Remove RTL aware !code and add corresponding !text
Tadashi G. Takaoka
2014-02-13
1
-1
/
+0
*
Refactor Key constructors
Tadashi G. Takaoka
2014-02-10
1
-5
/
+23
*
Use SubtypeLocaleUtils.isRtlLanguage
Tadashi G. Takaoka
2014-02-06
1
-6
/
+5
*
Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c
Ken Wakasa
2013-12-13
1
-14
/
+11
*
Unfortunately, hide some broken "emoji"s
Satoshi Kataoka
2013-10-01
1
-0
/
+8
*
Add keyboardLayoutSet attribute to <case> condition
Tadashi G. Takaoka
2013-08-29
1
-7
/
+13
*
Add GridRows tag to support emoji keyboard
Tadashi G. Takaoka
2013-08-26
1
-1
/
+77
*
Save and restore Row attributes using stack
Tadashi G. Takaoka
2013-08-19
1
-25
/
+6
*
Make all KeyboardRow attributes private
Tadashi G. Takaoka
2013-08-19
1
-1
/
+1
*
Fix cosmetic source code formatting
Tadashi G. Takaoka
2013-08-15
1
-142
/
+131
*
Add getters and copy constructor to Key class
Tadashi G. Takaoka
2013-08-15
1
-1
/
+1
*
Make RunInLocale as top-level class
Tadashi G. Takaoka
2013-07-24
1
-2
/
+2
*
Move subtype related utility class to utils package
Tadashi G. Takaoka
2013-07-24
1
-2
/
+2
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-4
/
+4
*
Use XmlPullParser.getEventType()
Tadashi G. Takaoka
2013-03-26
1
-12
/
+12
*
Clean up XmlParserUtils
Tadashi G. Takaoka
2013-03-26
1
-9
/
+9
*
Clean up InflateException reference from KeyboardBuilder
Tadashi G. Takaoka
2013-03-21
1
-2
/
+1
*
Cleanups
Jean Chalard
2013-02-11
1
-2
/
+2
*
Add keyboardLetfPadding and keyboardRightPadding attributes
Tadashi G. Takaoka
2013-01-30
1
-8
/
+8
*
Remove "dimension|fraction" format from Key and Keyboard attributes
Tadashi G. Takaoka
2013-01-30
1
-22
/
+27
*
Remove {max,min}keyboardHeight attribute from Keyboard
Tadashi G. Takaoka
2013-01-29
1
-30
/
+1
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Set default audio and haptic feedback settings
Tadashi G. Takaoka
2012-12-28
1
-5
/
+6
*
Fix label of switch to symbols key when symbols has shortcut key
Tadashi G. Takaoka
2012-12-13
1
-4
/
+8
*
Add @UsedForTesting and @ExternallyReferenced annotations
Tadashi G. Takaoka
2012-10-22
1
-1
/
+2
*
Fix touch position correction data passing
Tadashi G. Takaoka
2012-09-25
1
-4
/
+3
*
Support per-Key and per-Keyboard key visual attributes
Tadashi G. Takaoka
2012-08-31
1
-13
/
+1
*
Move some key top visual attributes from KeyboardView to Key
Tadashi G. Takaoka
2012-08-30
1
-14
/
+11
*
Separate inner classes of keyboard package out under internal package
Tadashi G. Takaoka
2012-08-30
1
-0
/
+829
*
Move KeyboardBuilder and KeyboardParams classes into Keyboard class
Tadashi G. Takaoka
2011-12-18
1
-833
/
+0
*
Move KeyboardSwitcher.getKeyboard to KeyboardSet
Tadashi G. Takaoka
2011-12-16
1
-2
/
+2
*
Merge "Add XmlParseUtils class"
Tadashi G. Takaoka
2011-12-14
1
-66
/
+30
|
\
|
*
Add XmlParseUtils class
Tadashi G. Takaoka
2011-12-14
1
-66
/
+30
*
|
Remove EditorInfo from KeyboardId
Tadashi G. Takaoka
2011-12-14
1
-3
/
+3
*
|
Cleanup settings key related stuff
Tadashi G. Takaoka
2011-12-14
1
-2
/
+2
|
/
*
Utilize KeyboardSet XML definitions
Tadashi G. Takaoka
2011-12-14
1
-28
/
+4
*
Fix referring wrong TypedArray
Tadashi G. Takaoka
2011-11-04
1
-1
/
+1
*
Fix missing TypedArray.recycle calls
Tadashi G. Takaoka
2011-10-19
1
-1
/
+4
*
Close XmlResourceParser when finish parsing
Tadashi G. Takaoka
2011-10-18
1
-4
/
+13
*
Use XmlPullParser interface instead of XmlResourceParser
Tadashi G. Takaoka
2011-10-06
1
-27
/
+26
*
Remove unused local variable
Tadashi G. Takaoka
2011-10-04
1
-3
/
+0
*
Pass the touch position correction flag from KeyboardSwitcher.
Yusuke Nojima
2011-10-03
1
-39
/
+5
*
Fix obtainStyledAttribute not to look for default
Tadashi G. Takaoka
2011-10-03
1
-2
/
+2
*
Fix keyboard theme parsing
Tadashi G. Takaoka
2011-10-03
1
-1
/
+2
*
Move themeId and touch correction data to Keyboard style
Tadashi G. Takaoka
2011-09-30
1
-30
/
+27
[next]