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
/
KeyboardState.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IL135] Make getCurrentAutoCapsState private
Jean Chalard
2014-04-14
1
-36
/
+46
*
[IL134] Add an alternative path to getCurrentAutoCapsState
Jean Chalard
2014-04-14
1
-6
/
+12
*
Fix inconsistent behavior with the back-to-the-main-keyboard key
Yohei Yukawa
2014-01-28
1
-0
/
+2
*
Fix a bug where recapitalize prevents going to more syms
Jean Chalard
2013-12-13
1
-0
/
+3
*
Fix a bug where autoshift would be ignored coming from emoji
Jean Chalard
2013-10-17
1
-0
/
+3
*
Call loadKeyboard later if it can't be called right away
Jean Chalard
2013-10-07
1
-2
/
+0
*
Fix a pernicious bug with caps.
Jean Chalard
2013-10-02
1
-0
/
+2
*
Fix emoji state
Satoshi Kataoka
2013-09-25
1
-3
/
+8
*
Revert "Remove symbols shifted layout"
Satoshi Kataoka
2013-09-04
1
-1
/
+1
*
Revert "Remove symbols shifted layout related code"
Satoshi Kataoka
2013-09-04
1
-42
/
+109
*
Revert "Revert "Support Emoji keyboard""
Satoshi Kataoka
2013-08-30
1
-0
/
+22
*
Revert "Support Emoji keyboard"
Ken Wakasa
2013-08-30
1
-22
/
+0
*
Support Emoji keyboard
Tadashi G. Takaoka
2013-08-29
1
-0
/
+22
*
Remove symbols shifted layout related code
Tadashi G. Takaoka
2013-08-24
1
-109
/
+42
*
Remove symbols shifted layout
Tadashi G. Takaoka
2013-08-23
1
-0
/
+2
*
Fix some warnings
Jean Chalard
2013-07-31
1
-2
/
+2
*
Handling key repeat by emulating key press and code input
Tadashi G. Takaoka
2013-07-02
1
-13
/
+4
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-1
/
+1
*
Add CODE_CAPSLOCK for long press shift key
Tadashi G. Takaoka
2013-06-04
1
-16
/
+15
*
Rename methods for readability
Tadashi G. Takaoka
2013-06-03
1
-6
/
+6
*
Remove KeyboardStart.isInMomentarySwitchState
Tadashi G. Takaoka
2013-05-28
1
-5
/
+0
*
Remove unnecessary methods of KeyboardSwitcher
Tadashi G. Takaoka
2013-05-22
1
-2
/
+0
*
Back to previous keyboard layout by canceling sliding input
Tadashi G. Takaoka
2013-05-14
1
-24
/
+21
*
Using int instead of booleans to save keyboard shift state
Tadashi G. Takaoka
2013-05-02
1
-19
/
+14
*
Save automatic shift state while orientation changing
Tadashi G. Takaoka
2013-05-02
1
-2
/
+7
*
Small cleanup
Jean Chalard
2013-04-16
1
-3
/
+3
*
Match the keyboard state to the recapitalize state.
Jean Chalard
2013-04-16
1
-6
/
+39
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Remove automatic switch back to alphabet feature
Tadashi G. Takaoka
2013-01-18
1
-33
/
+19
*
am 7ba02315: am b172725c: am 7d045829: Request update shift state after shift...
Tadashi G. Takaoka
2012-11-27
1
-0
/
+5
|
\
|
*
Request update shift state after shift-chording input
Tadashi G. Takaoka
2012-11-21
1
-0
/
+5
*
|
Remove unused variables
Ken Wakasa
2012-11-16
1
-1
/
+1
*
|
am 4eef5101: am aa5d6fe0: am 9cc22c45: am 5d2556b9: Reset the IME if requeste...
Ken Wakasa
2012-11-08
1
-0
/
+25
|
\
|
|
*
Reset the IME if requested by the app.
Ken Wakasa
2012-11-07
1
-0
/
+25
*
|
Move code point constants from Keyboard to Constants class
Tadashi G. Takaoka
2012-10-29
1
-17
/
+16
|
/
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-2
/
+2
*
Remove a slew of Eclipse warnings.
Jean Chalard
2012-06-08
1
-2
/
+0
*
Merge "Fixes to json output"
Kurt Partridge
2012-05-29
1
-15
/
+0
|
\
|
*
Fixes to json output
Kurt Partridge
2012-05-29
1
-15
/
+0
*
|
Delay shift lock transient until long pressed shift key is released
Tadashi G. Takaoka
2012-05-29
1
-9
/
+8
|
/
*
Reset automatic upper case when chroding key is pressed
Tadashi G. Takaoka
2012-05-21
1
-3
/
+19
*
Change auto caps mode argument to int type
Tadashi G. Takaoka
2012-05-18
1
-7
/
+8
*
remove unnecessary KeyboardState logging
Kurt Partridge
2012-04-19
1
-27
/
+0
*
add more data collection points to ResearchLogger (attempt #2)
Kurt Partridge
2012-04-09
1
-0
/
+45
*
Revert "add more data collection points to ResearchLogger"
Kurt Partridge
2012-04-06
1
-45
/
+0
*
add more data collection points to ResearchLogger
Kurt Partridge
2012-04-06
1
-0
/
+45
*
Reset previous symbols shifted state when auto switch backed
Tadashi G. Takaoka
2012-03-01
1
-2
/
+5
*
Remove unnecessary and harmful KeyboardState.onUpdateShiftState call
Tadashi G. Takaoka
2012-02-16
1
-1
/
+10
*
Move long press shift handling from PointerTracker to KeyboardState
Tadashi G. Takaoka
2012-02-01
1
-29
/
+41
*
Merge "Save/restore alphabet shift locked state while rotating even in symbol...
Tadashi G. Takaoka
2012-01-31
1
-7
/
+9
|
\
[next]