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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[IL11] Cleanup
Jean Chalard
2013-12-19
3
-38
/
+182
*
[IL10] Move revertCommit to InputLogic
Jean Chalard
2013-12-19
2
-61
/
+67
*
[IL9] Move commitCurrentAutoCorrection to InputLogic
Jean Chalard
2013-12-19
2
-44
/
+50
*
[IL8] Move handleNonSeparator to InputLogic
Jean Chalard
2013-12-19
2
-128
/
+154
*
[IL7] Move performRecapitalization to InputLogic
Jean Chalard
2013-12-19
2
-51
/
+41
*
[IL6] Move handleSeparator to InputLogic
Jean Chalard
2013-12-19
2
-201
/
+219
*
[IL5] Some renaming
Jean Chalard
2013-12-19
2
-16
/
+16
*
[IL4] Move handleNonSpecialCharacter to InputLogic.
Jean Chalard
2013-12-19
2
-71
/
+69
*
[IL3] Move handleBackspace to InputLogic.
Jean Chalard
2013-12-19
3
-241
/
+257
*
[IL2] Move onCodeInput to InputLogic.
Jean Chalard
2013-12-19
4
-164
/
+284
*
Start separating the input logic from LatinIME.
Jean Chalard
2013-12-19
2
-322
/
+430
*
Add some info to test crashes to help diagnose flakiness
Jean Chalard
2013-12-18
1
-8
/
+3
*
Merge "Enable Personalized dictionaries based on the setting."
Keisuke Kuroyanagi
2013-12-17
3
-69
/
+135
|
\
|
*
Enable Personalized dictionaries based on the setting.
Keisuke Kuroyanagi
2013-12-17
3
-69
/
+135
*
|
Run GC when needed, instead of too late.
Jean Chalard
2013-12-17
1
-3
/
+3
*
|
Fix wrong dereference reading code.
Jean Chalard
2013-12-17
1
-17
/
+23
*
|
Merge "Move DictUpdater to the tests directory."
Keisuke Kuroyanagi
2013-12-17
8
-1127
/
+10
|
\
\
|
*
|
Move DictUpdater to the tests directory.
Keisuke Kuroyanagi
2013-12-17
8
-1127
/
+10
*
|
|
Cancel more suggestions panel when touching keyboard
Tadashi G. Takaoka
2013-12-17
2
-5
/
+52
*
|
|
Fix typo in varibale name
Tadashi G. Takaoka
2013-12-17
1
-14
/
+14
*
|
|
Revise Armenian punctuations more keys
Tadashi G. Takaoka
2013-12-17
1
-1
/
+1
*
|
|
Merge "Refactor touch event forwarding in InputView"
Tadashi G. Takaoka
2013-12-17
2
-57
/
+134
|
\
\
\
|
*
|
|
Refactor touch event forwarding in InputView
Tadashi G. Takaoka
2013-12-17
2
-57
/
+134
*
|
|
|
Merge "Fix a bug with languages without spaces and predictions"
Jean Chalard
2013-12-16
3
-24
/
+51
|
\
\
\
\
|
*
|
|
|
Fix a bug with languages without spaces and predictions
Jean Chalard
2013-12-16
3
-24
/
+51
*
|
|
|
|
Merge "Increment version number of ver4 format to 401."
Keisuke Kuroyanagi
2013-12-16
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Increment version number of ver4 format to 401.
Keisuke Kuroyanagi
2013-12-16
1
-1
/
+1
*
|
|
|
|
Merge "Fix: incompatible PtNode array size reading."
Keisuke Kuroyanagi
2013-12-16
2
-5
/
+5
|
\
|
|
|
|
|
*
|
|
|
Fix: incompatible PtNode array size reading.
Keisuke Kuroyanagi
2013-12-16
2
-5
/
+5
|
|
|
/
/
|
|
/
|
|
*
|
|
|
A simplification.
Jean Chalard
2013-12-16
1
-19
/
+13
*
|
|
|
Merge "Add option to enable personalization dictionaries."
Keisuke Kuroyanagi
2013-12-16
2
-2
/
+4
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Add option to enable personalization dictionaries.
Keisuke Kuroyanagi
2013-12-16
2
-2
/
+4
|
|
/
/
*
|
|
Merge "Fix IllegalStateException of ViewGroup"
Tadashi G. Takaoka
2013-12-16
3
-10
/
+29
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix IllegalStateException of ViewGroup
Tadashi G. Takaoka
2013-12-16
3
-10
/
+29
|
|
/
*
|
Merge "Make required binary dictionary version use FormatSpec.*"
Keisuke Kuroyanagi
2013-12-16
2
-2
/
+2
|
\
\
|
*
|
Make required binary dictionary version use FormatSpec.*
Keisuke Kuroyanagi
2013-12-16
2
-2
/
+2
*
|
|
Merge "Make the bad header a checked exception and fix dicttool test"
Jean Chalard
2013-12-16
1
-4
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Make the bad header a checked exception and fix dicttool test
Jean Chalard
2013-12-16
1
-4
/
+5
*
|
|
Cancel long press shift key while chording input
Tadashi G. Takaoka
2013-12-16
2
-4
/
+25
*
|
|
Fix failing tests
Jean Chalard
2013-12-16
3
-3
/
+3
|
/
/
*
|
Fix locale names in the make-keyboard-text tool
Ken Wakasa
2013-12-14
1
-6
/
+6
*
|
Instead of ignoring PARAGRAPH spans, fix them.
Jean Chalard
2013-12-13
1
-2
/
+7
*
|
Merge "Don't use the previous word after a non-whitespace separator"
Jean Chalard
2013-12-13
2
-1
/
+14
|
\
\
|
*
|
Don't use the previous word after a non-whitespace separator
Jean Chalard
2013-12-13
2
-1
/
+14
*
|
|
Merge "Only update shift state if left in auto mode."
Jean Chalard
2013-12-13
1
-1
/
+10
|
\
\
\
|
*
|
|
Only update shift state if left in auto mode.
Jean Chalard
2013-12-13
1
-1
/
+10
|
|
/
/
*
|
|
Merge "Fix a bug where recapitalize prevents going to more syms"
Jean Chalard
2013-12-13
1
-0
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix a bug where recapitalize prevents going to more syms
Jean Chalard
2013-12-13
1
-0
/
+3
|
|
/
*
|
Merge "Remove references to the v3 dictionary."
Jean Chalard
2013-12-13
3
-581
/
+29
|
\
\
|
*
|
Remove references to the v3 dictionary.
Jean Chalard
2013-12-13
3
-581
/
+29
|
|
/
[prev]
[next]