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
/
KeySpecParser.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove RTL aware !code and add corresponding !text
Tadashi G. Takaoka
2014-02-13
1
-5
/
+4
*
Merge "Rename Key.keyLabel attribute to KeySpec"
Tadashi G. Takaoka
2014-02-07
1
-0
/
+1
|
\
|
*
Rename Key.keyLabel attribute to KeySpec
Tadashi G. Takaoka
2014-02-07
1
-0
/
+1
*
|
Decimal number is treated as outputText
Tadashi G. Takaoka
2014-02-06
1
-6
/
+14
|
/
*
Treat a sole "|" as a special case of key label
Tadashi G. Takaoka
2014-02-05
1
-1
/
+5
*
Add null check to KeySpecParser
Tadashi G. Takaoka
2014-02-05
1
-0
/
+17
*
Refactor KeySpecParser a bit
Tadashi G. Takaoka
2014-02-05
1
-47
/
+56
*
Move some methods to MoreKeySpec class
Tadashi G. Takaoka
2014-01-31
1
-256
/
+64
*
Move some prefix strings to relevant classes
Tadashi G. Takaoka
2014-01-31
1
-9
/
+9
*
Refactor KeyboardTextsSet class
Tadashi G. Takaoka
2014-01-31
1
-65
/
+0
*
Move arrayAsList method to CollectionUtils
Tadashi G. Takaoka
2014-01-31
1
-19
/
+4
*
Move some methods to StringUtils
Tadashi G. Takaoka
2014-01-31
1
-18
/
+0
*
Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c
Ken Wakasa
2013-12-13
1
-5
/
+8
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-2
/
+2
*
Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs
Tadashi G. Takaoka
2013-05-28
1
-14
/
+68
*
Move parseCsvString to StringUtils
Tadashi G. Takaoka
2013-02-12
1
-46
/
+5
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Move code point constants from Keyboard to Constants class
Tadashi G. Takaoka
2012-10-29
1
-6
/
+7
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-2
/
+2
*
Separate inner classes of keyboard package out under internal package
Tadashi G. Takaoka
2012-08-30
1
-64
/
+28
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-2
/
+3
*
More readable Key.toString() and MoreKeySpec.toString()
Tadashi G. Takaoka
2012-07-30
1
-2
/
+6
*
Add MoreKeySpec.toString() method for debugging
Tadashi G. Takaoka
2012-07-30
1
-0
/
+9
*
Fix upper case Eszett more key
Tadashi G. Takaoka
2012-07-05
1
-3
/
+11
*
Make KeySpecParser case sensitive again
Tadashi G. Takaoka
2012-05-28
1
-11
/
+9
*
Fix adjusting key's label/code case
Tadashi G. Takaoka
2012-05-28
1
-11
/
+32
*
Fix confusable "label" usage, use "text" instead
Tadashi G. Takaoka
2012-04-20
1
-12
/
+12
*
Use string attribute for icon name
Tadashi G. Takaoka
2012-04-20
1
-11
/
+5
*
Make KeySpecParser case insensitive
Tadashi G. Takaoka
2012-04-20
1
-14
/
+19
*
Add Constants class to hold public constants
Tadashi G. Takaoka
2012-04-19
1
-3
/
+3
*
Fix typo of some methods' name
Tadashi G. Takaoka
2012-04-18
1
-1
/
+1
*
Generate KeyboardLabelsSet from donottranslate-more-keys.xml
Tadashi G. Takaoka
2012-04-11
1
-31
/
+19
*
Use !icon/<icon_name> notation for more keys spec
Tadashi G. Takaoka
2012-04-10
1
-4
/
+5
*
Introduce KeyboardCodesSet.java and remove keycodes.xml
Tadashi G. Takaoka
2012-04-10
1
-11
/
+33
*
Use keyboardSet extra value of subtype to specify layout type
Tadashi G. Takaoka
2012-04-05
1
-1
/
+1
*
Split Utils class to StringUtils, SubtypeUtils, and JniUtils
Tadashi G. Takaoka
2012-03-08
1
-6
/
+6
*
Explicitly specify that labels might be in more keys
Tadashi G. Takaoka
2012-03-01
1
-0
/
+16
*
Refactor more keys spec handling
Tadashi G. Takaoka
2012-03-01
1
-0
/
+24
*
Support fixed order more keys
Tadashi G. Takaoka
2012-02-17
1
-18
/
+53
*
Convert one letter Key.outputText to Key.code
Tadashi G. Takaoka
2012-02-07
1
-8
/
+24
*
Recursively resolve @string/resource reference in key key spec parsing
Tadashi G. Takaoka
2012-02-03
1
-26
/
+44
*
Filter out empty entry from more keys CSV
Tadashi G. Takaoka
2012-02-03
1
-6
/
+12
*
Get rid of Key.setIcon(Drawable)
Tadashi G. Takaoka
2012-02-03
1
-2
/
+2
*
Parse escaped sequence strictly in CSV parser
Tadashi G. Takaoka
2012-02-02
1
-43
/
+11
*
Move CSV parser to KeySpecParser
Tadashi G. Takaoka
2012-02-02
1
-19
/
+146
*
Make KeySpecParser and CSV parser code point aware
Tadashi G. Takaoka
2012-02-02
1
-0
/
+259