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
/
KeyboardParams.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-4
/
+3
*
Sort keys from top-left to bottom-right order
Tadashi G. Takaoka
2014-04-21
1
-3
/
+18
*
Remove RTL aware !code and add corresponding !text
Tadashi G. Takaoka
2014-02-13
1
-1
/
+0
*
Add getters and copy constructor to Key class
Tadashi G. Takaoka
2013-08-15
1
-4
/
+4
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-1
/
+1
*
Don't count Spacer into histograms
Tadashi G. Takaoka
2013-06-14
1
-4
/
+9
*
Add keyboardLetfPadding and keyboardRightPadding attributes
Tadashi G. Takaoka
2013-01-30
1
-2
/
+2
*
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
-2
/
+2
*
Stabilize gesture recognition algorithm that looks for the nearest key.
Ken Wakasa
2012-09-11
1
-2
/
+2
*
Support per-Key and per-Keyboard key visual attributes
Tadashi G. Takaoka
2012-08-31
1
-7
/
+1
*
Separate inner classes of keyboard package out under internal package
Tadashi G. Takaoka
2012-08-30
1
-0
/
+143
*
Move KeyboardBuilder and KeyboardParams classes into Keyboard class
Tadashi G. Takaoka
2011-12-18
1
-177
/
+0
*
Add extra key icons to KeyboardIconsSet
Tadashi G. Takaoka
2011-12-18
1
-11
/
+0
*
Use Set to group Keys in Keyboard instead of List
Tadashi G. Takaoka
2011-12-16
1
-4
/
+2
*
Pass the touch position correction flag from KeyboardSwitcher.
Yusuke Nojima
2011-10-03
1
-3
/
+57
*
Add touch position correction data to resources.
Yusuke Nojima
2011-09-29
1
-0
/
+4
*
Add themeId to Keyboard
Tadashi G. Takaoka
2011-09-28
1
-0
/
+1
*
Fix keyboard row height calculation
Tadashi G. Takaoka
2011-09-26
1
-10
/
+31
*
Remove Key.isStick, use backgroundType="stick" instead
Tadashi G. Takaoka
2011-09-15
1
-1
/
+1
*
Rename PopupCharactersParser to MoreKeySpecParser
Tadashi G. Takaoka
2011-08-31
1
-1
/
+1
*
Rename PopupMiniKeyboardView to MiniKeyboardView
Tadashi G. Takaoka
2011-08-31
1
-2
/
+2
*
Cleanup keyboard related code a bit
Tadashi G. Takaoka
2011-08-30
1
-0
/
+15
*
Make Keyboard object immutable except shift state
Tadashi G. Takaoka
2011-08-01
1
-28
/
+23
*
Add KeyboardParams class
Tadashi G. Takaoka
2011-08-01
1
-0
/
+100