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
/
inputlogic
/
InputLogic.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge changes Iaed8abfb,I8e55b57c into jb-ub-latinimegoogle
Dan Zivkovic
2015-06-23
1
-3
/
+4
|
\
|
*
Do not decorate committed spans.
Dan Zivkovic
2015-06-23
1
-3
/
+4
*
|
Workaround for preserving responsiveness on a slow InputConnection.
Tom Ouyang
2015-06-23
1
-5
/
+28
|
/
*
Cleanup before fixing getTextAfterCursor().
Dan Zivkovic
2015-06-19
1
-9
/
+9
*
Do not learn from cursor corrections when autocorrection is disabled.
Tom Ouyang
2015-05-01
1
-3
/
+2
*
Always specify non-null Locale object to SuggestionSpan
Yohei Yukaw
2015-04-20
1
-2
/
+16
*
Fix the NPE on selection string on unlearnWord
Mohammadinamul Sheik
2015-04-13
1
-2
/
+5
*
Log timing for performUpdateSuggestionStripSync.
Tom Ouyang
2015-04-03
1
-0
/
+9
*
Merge "Log timing of commitChosenWord()"
Dan Zivkovic
2015-04-02
1
-9
/
+6
|
\
|
*
Log timing of commitChosenWord()
Dan Zivkovic
2015-04-02
1
-9
/
+6
*
|
Merge "Log timing of commitChosenWord()"
Dan Zivkovic
2015-04-02
1
-0
/
+39
|
\
|
|
*
Log timing of commitChosenWord()
Dan Zivkovic
2015-04-02
1
-0
/
+39
*
|
Merge "Log interrupted tasks in AOSP."
Dan Zivkovic
2015-04-02
1
-1
/
+1
|
\
|
|
*
Log interrupted tasks in AOSP.
Dan Zivkovic
2015-04-02
1
-1
/
+1
*
|
Learn corrections that were made in the middle of a word.
Tom Ouyang
2015-04-02
1
-15
/
+44
|
/
*
Unlearn word when the user moves the cursor in to correct it.
Tom Ouyang
2015-04-01
1
-0
/
+19
*
Resolve some InputLogic todo comments.
Dan Zivkovic
2015-03-20
1
-31
/
+5
*
Merge "Add prev words context to the SuggestedWordInfo."
Mohammadinamul Sheik
2015-03-20
1
-4
/
+8
|
\
|
*
Add prev words context to the SuggestedWordInfo.
Mohammadinamul Sheik
2015-03-19
1
-4
/
+8
*
|
Log accepted punctuation suggestions.
Dan Zivkovic
2015-03-19
1
-0
/
+3
|
/
*
Pass DictionaryFacilitator for autocorrection and suggestion stats
Mohammadinamul Sheik
2015-03-17
1
-3
/
+3
*
Redundant code matches multiple languages.
Dan Zivkovic
2015-03-16
1
-6
/
+2
*
Revert "Next-word suggestion bit in keyboard settings."
Dan Zivkovic
2015-03-16
1
-0
/
+5
*
Merge "Remove ALS from LatinIME."
Dan Zivkovic
2015-03-12
1
-5
/
+0
|
\
|
*
Remove ALS from LatinIME.
Dan Zivkovic
2015-03-11
1
-5
/
+0
*
|
Remove unused phrase gesture code.
Chieu Nguyen
2015-03-11
1
-46
/
+3
|
/
*
Restart suggestions when backspacing into a reverted word.
Tom Ouyang
2015-03-05
1
-0
/
+14
*
Next-word suggestion bit in keyboard settings.
Dan Zivkovic
2015-03-04
1
-5
/
+0
*
Handle double space inserting a period.
Chieu Nguyen
2015-02-27
1
-0
/
+1
*
Use Keyboard in several interfaces.
Mario Tanev
2015-02-25
1
-7
/
+5
*
Merge "Pass long timestamps to DictionaryFacilitator"
Jatin Matani
2015-02-24
1
-1
/
+1
|
\
|
*
Pass long timestamps to DictionaryFacilitator
Jatin Matani
2015-02-23
1
-1
/
+1
*
|
Check for null TextRange in InputLogic.unlearnWordBeingDeleted
Tom Ouyang
2015-02-24
1
-4
/
+9
|
/
*
Add more options for calling removeWordFromPersonalizedDicts.
Tom Ouyang
2015-02-19
1
-2
/
+53
*
Fix accidentally inverted if check.
Dan Zivkovic
2015-02-04
1
-1
/
+1
*
Merge "Removing code from RichInputConnection."
Dan Zivkovic
2015-02-05
1
-6
/
+0
|
\
|
*
Removing code from RichInputConnection.
Dan Zivkovic
2015-02-04
1
-6
/
+0
*
|
AOSP changes to use KeyboardLayout to support the new DictionaryFacilitator
Mohammadinamul Sheik
2015-02-04
1
-2
/
+4
|
/
*
LatinIME portion of "green plus" feature.
Dan Zivkovic
2015-02-03
1
-152
/
+8
*
LatinIME portion of multi-lang option removal.
Dan Zivkovic
2015-01-29
1
-2
/
+1
*
Make the typed word a SuggestedWordInfo
Jean Chalard
2014-11-20
1
-21
/
+23
*
Merge "Fix oscillations on ICS"
Jean Chalard
2014-11-19
1
-5
/
+9
|
\
|
*
Fix oscillations on ICS
Jean Chalard
2014-11-19
1
-5
/
+9
*
|
Merge "Remove the other deprecated constructor to SuggestedWords"
Jean Chalard
2014-11-19
1
-2
/
+3
|
\
\
|
*
|
Remove the other deprecated constructor to SuggestedWords
Jean Chalard
2014-11-17
1
-2
/
+3
|
|
/
*
/
Rename a confusing method name
Jean Chalard
2014-11-18
1
-10
/
+12
|
/
*
Move InputPointers and ResizableIntArray to common
Jean Chalard
2014-10-29
1
-1
/
+1
*
Move StringUtils under common.
Jean Chalard
2014-10-28
1
-1
/
+1
*
Move Constants.java to the latin.common package
Ken Wakasa
2014-10-23
1
-1
/
+1
*
Fix Javadoc and null analysis related warnings
Tadashi G. Takaoka
2014-10-23
1
-4
/
+6
[next]