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
/
latin
/
LatinIME.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add showSuggestionStripWithTypedWord.
Yuichiro Hanada
2013-09-19
1
-15
/
+49
*
Merge "Allow double-space-to-period after a plus char"
Jean Chalard
2013-09-18
1
-1
/
+2
|
\
|
*
Allow double-space-to-period after a plus char
Jean Chalard
2013-09-18
1
-1
/
+2
*
|
Don't resume suggestion on digits.
Jean Chalard
2013-09-18
1
-0
/
+8
|
/
*
[AC8] Restrict the suggestion strip to the correct part
Jean Chalard
2013-09-17
1
-0
/
+1
*
[AC7] Actually auto-commit.
Keisuke Kuroyanagi
2013-09-17
1
-6
/
+25
*
Merge "[AC4] Add native methods necessary for auto-commit"
Jean Chalard
2013-09-13
1
-1
/
+3
|
\
|
*
[AC4] Add native methods necessary for auto-commit
Jean Chalard
2013-09-13
1
-1
/
+3
*
|
Fix emoji keyboard insets
Satoshi Kataoka
2013-09-13
1
-1
/
+4
*
|
Avoid recorrection in ex-password fields.
Jean Chalard
2013-09-12
1
-0
/
+2
|
/
*
Remove changing a word when added to the dictionary
Jean Chalard
2013-09-12
1
-33
/
+0
*
Revert Ida230ca42 and I6adf7d08f.
Yuichiro Hanada
2013-09-10
1
-101
/
+46
*
Add AsyncResultHolder.
Yuichiro Hanada
2013-09-10
1
-19
/
+7
*
Make commitCurrentAutoCorrection asynchronous.
Yuichiro Hanada
2013-09-09
1
-13
/
+27
*
Add a callback to the arguments of commitCurrentAutoCorrection.
Yuichiro Hanada
2013-09-05
1
-45
/
+91
*
Change GET_SUGGESTED_WORDS_TIMEOUT to 200.
Yuichiro Hanada
2013-09-03
1
-1
/
+2
*
Change GET_SUGGESTED_WORDS_TIMEOUT to 50.
Yuichiro Hanada
2013-09-03
1
-1
/
+2
*
Call getSuggestedWords asynchronously.
Yuichiro Hanada
2013-09-03
1
-39
/
+100
*
Remove typedWord from the arguments of showSuggestionStrip.
Yuichiro Hanada
2013-09-02
1
-11
/
+9
*
Revert "Revert "Add onGetSuggestedWordsCallback.""
Yuichiro Hanada
2013-09-02
1
-56
/
+95
*
Merge "Revert "Add onGetSuggestedWordsCallback.""
Ken Wakasa
2013-08-30
1
-96
/
+57
|
\
|
*
Revert "Add onGetSuggestedWordsCallback."
Ken Wakasa
2013-08-30
1
-96
/
+57
*
|
Fix emoji view insets calculation
Ken Wakasa
2013-08-30
1
-9
/
+11
*
|
Revert "Revert "Support Emoji keyboard""
Satoshi Kataoka
2013-08-30
1
-1
/
+2
*
|
Merge "Add onGetSuggestedWordsCallback."
Ken Wakasa
2013-08-30
1
-57
/
+96
|
\
|
|
*
Add onGetSuggestedWordsCallback.
Yuichiro Hanada
2013-08-30
1
-57
/
+96
*
|
Merge "Revert "Remove key preview backing view""
Ken Wakasa
2013-08-30
1
-47
/
+63
|
\
\
|
*
|
Revert "Remove key preview backing view"
Ken Wakasa
2013-08-30
1
-47
/
+63
*
|
|
Revert "Support Emoji keyboard"
Ken Wakasa
2013-08-30
1
-2
/
+1
|
|
/
|
/
|
*
|
Support Emoji keyboard
Tadashi G. Takaoka
2013-08-29
1
-1
/
+2
*
|
Pass additionalFeaturesOptions for getSuggestions().
Keisuke Kuroyanagi
2013-08-28
1
-1
/
+2
*
|
Make DynamicPred...Base extend ExpandableBinaryDictionary.
Keisuke Kuroyanagi
2013-08-26
1
-4
/
+4
*
|
Register personalization dictionary
Satoshi Kataoka
2013-08-22
1
-0
/
+5
*
|
Merge "Add onDestroy to PersonalizationDictionarySessionRegister"
Satoshi Kataoka
2013-08-21
1
-0
/
+1
|
\
\
|
*
|
Add onDestroy to PersonalizationDictionarySessionRegister
Satoshi Kataoka
2013-08-21
1
-0
/
+1
*
|
|
Don't start composing on dash.
Jean Chalard
2013-08-21
1
-4
/
+5
*
|
|
Merge "[AC3] Start calling the methods for auto-commit."
Jean Chalard
2013-08-20
1
-0
/
+6
|
\
\
\
|
*
|
|
[AC3] Start calling the methods for auto-commit.
Jean Chalard
2013-08-20
1
-0
/
+6
*
|
|
|
Merge "[AC2] Reference a dict rather than a string in suggestion infos"
Jean Chalard
2013-08-20
1
-2
/
+2
|
\
|
|
|
|
*
|
|
[AC2] Reference a dict rather than a string in suggestion infos
Jean Chalard
2013-08-20
1
-2
/
+2
*
|
|
|
Merge "[AC1] Add a memory of where to cut the first word."
Jean Chalard
2013-08-20
1
-1
/
+2
|
\
|
|
|
|
|
/
/
|
/
|
|
|
*
|
[AC1] Add a memory of where to cut the first word.
Jean Chalard
2013-08-20
1
-1
/
+2
*
|
|
Add a functionality to boost scores of personalization dictionary
Satoshi Kataoka
2013-08-20
1
-1
/
+31
|
/
/
*
|
Support languages that don't use spaces.
Jean Chalard
2013-08-16
1
-17
/
+64
*
|
Merge "Thin out audio and haptic feedback while key repeat"
Tadashi G. Takaoka
2013-08-14
1
-10
/
+25
|
\
\
|
*
|
Thin out audio and haptic feedback while key repeat
Tadashi G. Takaoka
2013-08-14
1
-10
/
+25
*
|
|
Merge "Add looksValidForDictionaryInsertion"
Jean Chalard
2013-08-14
1
-6
/
+1
|
\
\
\
|
*
|
|
Add looksValidForDictionaryInsertion
Jean Chalard
2013-08-14
1
-6
/
+1
*
|
|
|
Merge "Re-evaluate auto-caps earlier."
Jean Chalard
2013-08-14
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
Re-evaluate auto-caps earlier.
Jean Chalard
2013-08-14
1
-0
/
+7
[prev]
[next]