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
/
compat
/
SuggestionSpanUtils.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always specify non-null Locale object to SuggestionSpan
Yohei Yukaw
2015-04-20
1
-6
/
+5
*
Forgot to remove reference to deleted class.
Dan Zivkovic
2015-03-03
1
-5
/
+2
*
Make LocaleUtils.constructLocaleFromString as @Nonnull
Tadashi G. Takaoka
2014-11-21
1
-5
/
+1
*
Move util classes under common
Jean Chalard
2014-11-07
1
-1
/
+1
*
Add a utility method to SuggestionSpanUtils
Yohei Yukawa
2014-10-06
1
-0
/
+28
*
Add unittest for SuggestionSpanUtils
Yohei Yukawa
2014-10-06
1
-1
/
+6
*
Fix a bug where the top prediction would disappear.
Jean Chalard
2014-08-26
1
-1
/
+1
*
Clean up compatible utility classes
Tadashi G. Takaoka
2014-08-04
1
-2
/
+2
*
Rename LatinImeLogger to DebugFlags
Tadashi G. Takaoka
2014-07-16
1
-2
/
+2
*
Use whether it's exact match to detect distracters.
Keisuke Kuroyanagi
2014-05-26
1
-1
/
+1
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-2
/
+1
*
Add PunctuationSuggestions class
Tadashi G. Takaoka
2014-02-14
1
-2
/
+1
*
[IL57] Don't require a main dict suggestion.
Jean Chalard
2014-01-16
1
-12
/
+0
*
[IL16] Improve getTextWithSuggestionSpan
Jean Chalard
2013-12-20
1
-6
/
+20
*
Fix some warnings
Jean Chalard
2013-07-31
1
-3
/
+1
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-1
/
+1
*
Small code cleanups
Ken Wakasa
2013-01-07
1
-9
/
+11
*
Clean up SuggestionSpanUtils for API level 14+
Ken Wakasa
2012-12-17
1
-62
/
+17
*
Replace useless CharSequence to String
Tadashi G. Takaoka
2012-10-22
1
-12
/
+7
*
Add SuggestedWords.isEmpty() method
Tadashi G. Takaoka
2012-10-03
1
-2
/
+2
*
Make utility classes final
Tadashi G. Takaoka
2012-08-29
1
-1
/
+1
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-5
/
+6
*
Cleanup unused import and dead code
Tadashi G. Takaoka
2012-08-06
1
-3
/
+0
*
Do not set "SuggestionSpan"s for suggestions from the next word predicition
satok
2012-05-15
1
-0
/
+1
*
Do not pass misspelled flags to TextView
satok
2012-04-17
1
-6
/
+1
*
Add isDictionaryAvailable to SubtypeSwitcher
satok
2012-04-12
1
-2
/
+3
*
Don't draw red underline for manually picked words that came from bigram pred...
Ken Wakasa
2012-04-05
1
-0
/
+2
*
Add private constructor to utility classes
Tadashi G. Takaoka
2012-04-03
1
-0
/
+4
*
Fix some obvious compiler warnings
Tadashi G. Takaoka
2012-03-29
1
-1
/
+1
*
Put a misspelled flag if the word is not valid by the same logic of Android s...
satok
2012-03-27
1
-7
/
+25
*
Use the unique flag in SuggestionsView
Jean Chalard
2012-03-15
1
-1
/
+0
*
Refactor reflection member
satok
2011-12-06
1
-7
/
+7
*
Fix a field value for the suggestion max size
satok
2011-12-05
1
-3
/
+3
*
Use reflection to get field values of SuggestionSpan
satok
2011-10-28
1
-7
/
+23
*
Set SuggestionSpan with FLAG_AUTO_CORRECTION as a composing span
satok
2011-10-15
1
-1
/
+2
*
Put SuggestionSpan as the indicater of the auto-correction
satok
2011-10-10
1
-0
/
+23
*
Do not put the suggestion span for obsolete suggestions.
satok
2011-08-26
1
-1
/
+2
*
Refactor of SuggestionSpanUtils
satok
2011-06-17
1
-10
/
+11
*
Remove the original text from SuggestionSpan
satok
2011-06-15
1
-8
/
+16
*
Add SuggestionSpan suggestion picked notification receiver
satok
2011-05-26
1
-11
/
+20
*
Disable the legacy recorrection functionalities if the suggestion span is sup...
satok
2011-05-25
1
-0
/
+5
*
Put SuggestionSpan at commitText
satok
2011-05-25
1
-0
/
+64