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
/
SuggestedWords.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-0
/
+3
*
Refactor SuggestionStripLayoutHelper a bit
Tadashi G. Takaoka
2013-05-31
1
-6
/
+9
*
Implement KIND_OOV_CORRECTION
Satoshi Kataoka
2013-05-27
1
-1
/
+4
*
[ZF1] Check profanity in Java rather than in native
Jean Chalard
2013-04-25
1
-0
/
+6
*
If there are no suggestion span, recompute suggestions.
Jean Chalard
2013-04-15
1
-0
/
+17
*
Restart suggestions when the cursor moves.
Jean Chalard
2013-04-12
1
-0
/
+1
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Consolidate SuggestedWords.getWordInfo and .getInfo
Kurt Partridge
2013-01-17
1
-5
/
+1
*
Replace useless CharSequence to String
Tadashi G. Takaoka
2012-10-22
1
-11
/
+14
*
Add SuggestedWords.isEmpty() method
Tadashi G. Takaoka
2012-10-03
1
-0
/
+4
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-2
/
+2
*
Cosmetic fixes and a bug fix in UnigramDictionary::testCharGroupForContinuedL...
Ken Wakasa
2012-09-04
1
-1
/
+1
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-4
/
+6
*
Add values for suggestion types (A120)
Jean Chalard
2012-07-12
1
-0
/
+1
*
Get rid of redundant CharSequence member from SuggestedWordInfo
Tadashi G. Takaoka
2012-07-04
1
-10
/
+8
*
Make the autocorrection scheme more straightforward (A37)
Jean Chalard
2012-07-02
1
-5
/
+6
*
Remove a duplicate method (A36)
Jean Chalard
2012-07-02
1
-4
/
+0
*
Update log and make a variable private (A35).
Jean Chalard
2012-07-02
1
-1
/
+1
*
Add a more synthetic variable (A33)
Jean Chalard
2012-06-29
1
-1
/
+3
*
Remove a useless parameter (A29)
Jean Chalard
2012-06-29
1
-2
/
+1
*
Remove a useless variable (A28)
Jean Chalard
2012-06-29
1
-3
/
+0
*
Remember the source dictionary for each suggestion.
Jean Chalard
2012-06-27
1
-3
/
+6
*
Small cleanups
Ken Wakasa
2012-06-27
1
-1
/
+1
*
Tentatively remove a dependency on WordCallback (A3)
Jean Chalard
2012-06-21
1
-1
/
+2
*
Add a kind to the suggestion for bookkeeping (A1)
Jean Chalard
2012-06-16
1
-3
/
+14
*
Do not set "SuggestionSpan"s for suggestions from the next word predicition
satok
2012-05-15
1
-2
/
+5
*
Fix NPE in SuggestedWords
satok
2012-04-04
1
-2
/
+3
*
Combine candidate words and scores
satok
2012-04-02
1
-22
/
+53
*
Small performance improvement by removing interface accesses.
Ken Wakasa
2012-03-17
1
-7
/
+5
*
Remove useless code
Jean Chalard
2012-03-15
1
-1
/
+1
*
Optimization
Jean Chalard
2012-03-15
1
-3
/
+3
*
Stop meaningless explicit null passing
Jean Chalard
2012-03-15
1
-9
/
+6
*
Remove a now-useless flag.
Jean Chalard
2012-03-15
1
-13
/
+5
*
Add info for obsolete suggestions in SuggestedWords
Jean Chalard
2012-03-15
1
-2
/
+5
*
Fix SuggestedWords.toString
Tadashi G. Takaoka
2012-03-14
1
-1
/
+14
*
Remove a useless parameter
Jean Chalard
2012-03-14
1
-5
/
+3
*
Remove a useless method
Jean Chalard
2012-03-14
1
-16
/
+1
*
Remove the Builder
Jean Chalard
2012-03-14
1
-31
/
+2
*
Match the constructor of SuggestedWords to the Builder call.
Jean Chalard
2012-03-14
1
-11
/
+11
*
Make the Builder private
Jean Chalard
2012-03-14
1
-3
/
+18
*
Move up the static methods of the Builder
Jean Chalard
2012-03-14
1
-36
/
+36
*
Kill the last place where the Builder was being used
Jean Chalard
2012-03-14
1
-23
/
+0
*
Make the Builder fully immutable at last
Jean Chalard
2012-03-13
1
-7
/
+4
*
Straighten out the last bastion of the Builder
Jean Chalard
2012-03-13
1
-1
/
+1
*
Add to SuggestedWords a missing parameter, and use it.
Jean Chalard
2012-03-13
1
-6
/
+10
*
Make still more members of the Builder final.
Jean Chalard
2012-03-13
1
-12
/
+6
*
Some code reorganization.
Jean Chalard
2012-03-13
1
-1
/
+1
*
Make some more Builder attributes final.
Jean Chalard
2012-03-13
1
-13
/
+7
*
Make the suggested word list final in Builder.
Jean Chalard
2012-03-13
1
-9
/
+2
*
Remove unused stuff.
Jean Chalard
2012-03-13
1
-20
/
+0
[prev]
[next]