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
/
latin
/
LastComposedWord.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-1
/
+1
*
Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.
Keisuke Kuroyanagi
2014-05-21
1
-3
/
+3
*
Revert "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry."
Ken Wakasa
2014-05-20
1
-3
/
+3
*
Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.
Keisuke Kuroyanagi
2014-05-20
1
-3
/
+3
*
[CB26] Remove useless variables.
Jean Chalard
2014-04-10
1
-4
/
+2
*
Revert "[CB15] Remove a redundant variable."
Jean Chalard
2014-03-27
1
-3
/
+5
*
[CB15] Remove a redundant variable.
Jean Chalard
2014-03-27
1
-5
/
+3
*
[CB04] Add an event array to WordComposer.
Jean Chalard
2014-03-14
1
-4
/
+11
*
[IL56] Don't erase suggestions when reverting a commit.
Jean Chalard
2014-01-16
1
-2
/
+2
*
Make emoji separators
Jean Chalard
2013-10-11
1
-6
/
+0
*
Refactor on UserHistoryDictionary
Satoshi Kataoka
2013-07-26
1
-1
/
+1
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-0
/
+2
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Forward the capitalized mode to the positional info (D1)
Jean Chalard
2013-01-17
1
-3
/
+6
*
Privatize a few constants in BinaryDictionary.java
Ken Wakasa
2012-12-17
1
-1
/
+2
*
Replace useless CharSequence to String
Tadashi G. Takaoka
2012-10-22
1
-2
/
+2
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-1
/
+1
*
Allow Latin IME to cancel smiley-auto-correct consistenly
Jean Chalard
2012-08-29
1
-6
/
+6
*
Add default capacity parameter to InputPointers' constructor
Tadashi G. Takaoka
2012-07-19
1
-1
/
+1
*
Cleanup (A57)
Jean Chalard
2012-07-06
1
-2
/
+2
*
Add input pointers
Satoshi Kataoka
2012-06-29
1
-7
/
+7
*
Cancel adding user history bigram when autocorrection is cancelled
satok
2012-05-24
1
-2
/
+4
*
ongoing cleanup 2
satok
2012-03-27
1
-5
/
+3
*
Rename cancelCommit to revertCommit
Jean Chalard
2012-02-22
1
-1
/
+1
*
Rename cancelAutoCorrect to cancelCommit (A6)
Jean Chalard
2012-02-22
1
-1
/
+1
*
Activate the code to cancel a manual pick (A5)
Jean Chalard
2012-02-22
1
-2
/
+1
*
Use the stored separator instead of reading it back (A3)
Jean Chalard
2012-02-21
1
-0
/
+8
*
Give LastComposedWord knowledge of the separator (A2)
Jean Chalard
2012-02-21
1
-2
/
+7
*
Give LastComposedWord knowledge of the committed word (A1)
Jean Chalard
2012-02-21
1
-5
/
+5
*
Fix a bug with common objects.
Jean Chalard
2012-02-06
1
-0
/
+2
*
Remove a useless member (A8)
Jean Chalard
2012-01-26
1
-4
/
+2
*
Straighten out resuming suggestion on kept word (A5)
Jean Chalard
2012-01-26
1
-2
/
+9
*
Move some functionality into LastComposedWord (A3)
Jean Chalard
2012-01-26
1
-0
/
+10
*
Add useful information to LastComposedWord (A2)
Jean Chalard
2012-01-26
1
-1
/
+14
*
Add a class for previously composed data (A1)
Jean Chalard
2012-01-26
1
-0
/
+44