index
:
packages_inputmethods_LatinIME.git
mm6.0
q10.0
packages_inputmethods_LatinIME
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
src
/
com
/
android
/
inputmethod
/
keyboard
/
internal
/
KeyStyles.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Separate inner classes of keyboard package out under internal package
Tadashi G. Takaoka
2012-08-30
1
-230
/
+0
*
Add static construct method for SparseArray
Tadashi G. Takaoka
2012-08-22
1
-1
/
+1
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-1
/
+2
*
Use SparseArray<E> instead of HashMap<Integer,E>
Tadashi G. Takaoka
2012-06-29
1
-11
/
+16
*
Can override key-style
Tadashi G. Takaoka
2012-05-01
1
-42
/
+46
*
Fix confusable "label" usage, use "text" instead
Tadashi G. Takaoka
2012-04-20
1
-14
/
+14
*
Use string attribute for icon name
Tadashi G. Takaoka
2012-04-20
1
-3
/
+3
*
Generate KeyboardLabelsSet from donottranslate-more-keys.xml
Tadashi G. Takaoka
2012-04-11
1
-27
/
+53
*
Introduce KeyboardCodesSet.java and remove keycodes.xml
Tadashi G. Takaoka
2012-04-10
1
-2
/
+2
*
Add next/prev navigate action more keys and remove tab key
Tadashi G. Takaoka
2012-02-21
1
-4
/
+4
*
Fix KeyStyles to be able to override the value in style
Tadashi G. Takaoka
2012-02-07
1
-49
/
+58
*
Move CSV parser to KeySpecParser
Tadashi G. Takaoka
2012-02-02
1
-2
/
+1
*
Use MoreKeySpecParser to parse puctuations strip resources
Tadashi G. Takaoka
2012-02-01
1
-59
/
+2
*
Support addtionalMoreKeys
Tadashi G. Takaoka
2012-01-30
1
-0
/
+1
*
Use String instaed of CharSequence in Key class
Tadashi G. Takaoka
2012-01-25
1
-22
/
+21
*
Support @string reference in moreKeys attribute
Tadashi G. Takaoka
2012-01-20
1
-13
/
+24
*
Change more key specification type to String from CharSequence
Tadashi G. Takaoka
2012-01-20
1
-49
/
+53
*
Get rid of public reference to KeyboardIconsSet.ICON_* constants
Tadashi G. Takaoka
2011-12-19
1
-0
/
+1
*
Move KeyboardBuilder and KeyboardParams classes into Keyboard class
Tadashi G. Takaoka
2011-12-18
1
-1
/
+3
*
Add extra key icons to KeyboardIconsSet
Tadashi G. Takaoka
2011-12-18
1
-1
/
+0
*
Add XmlParseUtils class
Tadashi G. Takaoka
2011-12-14
1
-9
/
+11
*
Add Key.altCode attribute
Tadashi G. Takaoka
2011-11-30
1
-0
/
+1
*
Add Key.keyActionFlags and obsolete Key.isRepeatable
Tadashi G. Takaoka
2011-11-21
1
-20
/
+2
*
Make some private method static
Tadashi G. Takaoka
2011-10-28
1
-1
/
+1
*
Use XmlPullParser interface instead of XmlResourceParser
Tadashi G. Takaoka
2011-10-06
1
-2
/
+3
*
Remove Key.isStick, use backgroundType="stick" instead
Tadashi G. Takaoka
2011-09-15
1
-1
/
+0
*
Refactor Key.isFunctional to more generic Key.keyType
Tadashi G. Takaoka
2011-09-15
1
-1
/
+1
*
Rename PopupCharactersParser to MoreKeySpecParser
Tadashi G. Takaoka
2011-08-31
1
-2
/
+2
*
Rename PopupMiniKeyboardView to MiniKeyboardView
Tadashi G. Takaoka
2011-08-31
1
-1
/
+1
*
Cleanup Keyboard related code and rename some classes
Tadashi G. Takaoka
2011-08-02
1
-2
/
+2
*
Fix exception message
Tadashi G. Takaoka
2011-07-31
1
-3
/
+3
*
Draw phone/number keyboard layout witout icon
Tadashi G. Takaoka
2011-06-27
1
-1
/
+1
*
Move icon declaration to Keyboard theme
Tadashi G. Takaoka
2011-06-22
1
-27
/
+9
*
Move keyboard related internal class to separate package
Tadashi G. Takaoka
2011-06-22
1
-0
/
+259