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
/
Keyboard.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create a new KeyboardLayout class to represent the layout.
Mohammadinamul Sheik
2015-01-30
1
-0
/
+11
*
Add null analysis annotations to keyboard package
Tadashi G. Takaoka
2014-11-27
1
-4
/
+18
*
Move util classes under common
Jean Chalard
2014-11-07
1
-1
/
+1
*
Move Constants.java to the latin.common package
Ken Wakasa
2014-10-23
1
-1
/
+1
*
[ML13] Fix the locale passing in ProximityInfo
Jean Chalard
2014-10-03
1
-4
/
+3
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-5
/
+4
*
Remove unnecessarily getKeyFromOutputText method from Keyboard
Tadashi G. Takaoka
2014-04-21
1
-9
/
+0
*
Sort keys from top-left to bottom-right order
Tadashi G. Takaoka
2014-04-21
1
-9
/
+17
*
Use unmodifiable list to return keys from Keyboard
Tadashi G. Takaoka
2014-04-21
1
-4
/
+4
*
Use unmodifiable list to return the nearest keys
Tadashi G. Takaoka
2014-04-21
1
-2
/
+2
*
Stop using modifiable Key array
Tadashi G. Takaoka
2014-04-21
1
-5
/
+7
*
[IL69.1] Move a static method to a utility class.
Jean Chalard
2014-01-24
1
-0
/
+17
*
Fix Emoji recents
Satoshi Kataoka
2013-09-18
1
-0
/
+9
*
Add GridRows tag to support emoji keyboard
Tadashi G. Takaoka
2013-08-26
1
-0
/
+9
*
Add copy constructor to Keyboard
Tadashi G. Takaoka
2013-08-26
1
-3
/
+29
*
Add getters and copy constructor to Key class
Tadashi G. Takaoka
2013-08-15
1
-2
/
+2
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-1
/
+1
*
Remove "dimension|fraction" format from Key and Keyboard attributes
Tadashi G. Takaoka
2013-01-30
1
-5
/
+5
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Cosmetic source code formating change
Tadashi G. Takaoka
2012-11-01
1
-2
/
+0
*
Move code point constants from Keyboard to Constants class
Tadashi G. Takaoka
2012-10-29
1
-69
/
+2
*
Replace immediate values with named constants for characters (A6)
Jean Chalard
2012-09-14
1
-0
/
+2
*
Support per-Key and per-Keyboard key visual attributes
Tadashi G. Takaoka
2012-08-31
1
-13
/
+3
*
Separate inner classes of keyboard package out under internal package
Tadashi G. Takaoka
2012-08-30
1
-1114
/
+8
*
Optimize rare Key attributes to separate class
Tadashi G. Takaoka
2012-08-30
1
-2
/
+2
*
Revert "Revert "Fix key letter size of 5-rows Thai keyboard""
Tadashi G. Takaoka
2012-08-30
1
-0
/
+20
*
Revert "Revert "Move resource related methods to ResourceUtils""
Tadashi G. Takaoka
2012-08-29
1
-69
/
+21
*
Revert "Move resource related methods to ResourceUtils"
Ken Wakasa
2012-08-29
1
-21
/
+69
*
Move resource related methods to ResourceUtils
Tadashi G. Takaoka
2012-08-29
1
-69
/
+21
*
Use non-bold text for Arabic and Thai keyboard
Tadashi G. Takaoka
2012-08-29
1
-0
/
+18
*
Add ResourceUtils
Tadashi G. Takaoka
2012-08-29
1
-2
/
+2
*
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
-3
/
+4
*
Cosmetic fixes
Ken Wakasa
2012-08-19
1
-17
/
+28
*
Add toString() method to Keyboard
Tadashi G. Takaoka
2012-08-08
1
-0
/
+5
*
Fix multi-touch input in auto-caps field
Tadashi G. Takaoka
2012-08-01
1
-3
/
+0
*
A gesture should not start from the delete key
Tadashi G. Takaoka
2012-07-18
1
-2
/
+1
*
Fix Keyboard.getKey as thread safe
Tadashi G. Takaoka
2012-07-05
1
-10
/
+12
*
Use SparseArray<E> instead of HashMap<Integer,E>
Tadashi G. Takaoka
2012-06-29
1
-15
/
+16
*
Merge "add research log ui control"
Kurt Partridge
2012-06-06
1
-2
/
+4
|
\
|
*
add research log ui control
Kurt Partridge
2012-06-06
1
-2
/
+4
*
|
am 59dae7e1: am 907ba593: Can specify Key.backgroundType in <Row> and <includ...
Tadashi G. Takaoka
2012-06-06
1
-9
/
+28
|
\
\
|
*
|
Can specify Key.backgroundType in <Row> and <include> attribute
Tadashi G. Takaoka
2012-06-06
1
-9
/
+28
|
|
/
*
/
Fix xml tag in comment
Tadashi G. Takaoka
2012-06-06
1
-41
/
+41
|
/
*
Fix stale key drawing
Tadashi G. Takaoka
2012-05-17
1
-0
/
+14
*
Remove "fillBoth" enum value from keyWidth attribute of Key
Tadashi G. Takaoka
2012-05-15
1
-10
/
+0
*
Add language switch key to symbols and symbols shifted layout
Tadashi G. Takaoka
2012-04-20
1
-2
/
+5
*
Fix confusable "label" usage, use "text" instead
Tadashi G. Takaoka
2012-04-20
1
-5
/
+5
*
Remove useless key event handling methods
Tadashi G. Takaoka
2012-04-18
1
-8
/
+0
*
Utilize InputMethodSubtype and additional subtype
Tadashi G. Takaoka
2012-04-13
1
-1
/
+1
[next]