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
/
ExpandableDictionary.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Purge ExpandableDictionary.
Keisuke Kuroyanagi
2013-11-14
1
-897
/
+0
*
Fix tests by adding @UsedForTesting.
Keisuke Kuroyanagi
2013-10-28
1
-0
/
+3
*
Set the shortcut frequency correctly.
Jean Chalard
2013-10-07
1
-4
/
+26
*
[AC4] Add native methods necessary for auto-commit
Jean Chalard
2013-09-13
1
-3
/
+6
*
Check contents in user history dictionary tests
Satoshi Kataoka
2013-09-09
1
-19
/
+23
*
Pass additionalFeaturesOptions for getSuggestions().
Keisuke Kuroyanagi
2013-08-28
1
-1
/
+1
*
Make DynamicPred...Base extend ExpandableBinaryDictionary.
Keisuke Kuroyanagi
2013-08-26
1
-79
/
+6
*
Introduce DynamicDictionaryWriter for dynamic dictionary.
Keisuke Kuroyanagi
2013-08-23
1
-3
/
+3
*
Fix addWord.
Yuichiro Hanada
2013-08-23
1
-1
/
+3
*
[AC2] Reference a dict rather than a string in suggestion infos
Jean Chalard
2013-08-20
1
-4
/
+4
*
[AC1] Add a memory of where to cut the first word.
Jean Chalard
2013-08-20
1
-3
/
+6
*
Refactor on UserHistoryDictionary
Satoshi Kataoka
2013-07-26
1
-9
/
+9
*
Update ExpandableDictionary.BASE_CHARS[]
Ken Wakasa
2013-07-05
1
-165
/
+199
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-1
/
+2
*
Pass blockOffensiveWords as a parameter
Jean Chalard
2013-05-01
1
-1
/
+2
*
Fix possible SIOOBE
Satoshi Kataoka
2013-03-27
1
-2
/
+9
*
Privatize a few constants in BinaryDictionary.java
Ken Wakasa
2012-12-17
1
-8
/
+8
*
Remove unused variables
Ken Wakasa
2012-11-16
1
-0
/
+4
*
Move code point constants from Keyboard to Constants class
Tadashi G. Takaoka
2012-10-29
1
-3
/
+2
*
Merge "Replace useless CharSequence to String"
Tadashi G. Takaoka
2012-10-22
1
-23
/
+27
|
\
|
*
Replace useless CharSequence to String
Tadashi G. Takaoka
2012-10-22
1
-23
/
+27
*
|
Add @UsedForTesting and @ExternallyReferenced annotations
Tadashi G. Takaoka
2012-10-22
1
-21
/
+1
|
/
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-5
/
+5
*
Merge "Fix a silly bug." into jb-mr1-dev
Jean Chalard
2012-08-21
1
-1
/
+1
|
\
|
*
Fix a silly bug.
Jean Chalard
2012-08-22
1
-1
/
+1
*
|
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-4
/
+4
*
|
Rename and consolidate some constants
Tadashi G. Takaoka
2012-08-21
1
-4
/
+3
|
/
*
Fix an OOB exception
Jean Chalard
2012-08-03
1
-2
/
+5
*
Cleanup old methods (A90)
Jean Chalard
2012-07-10
1
-24
/
+1
*
Implement the common Dictionary interface (A89)
Jean Chalard
2012-07-10
1
-0
/
+22
*
Reduce method visibility (A88)
Jean Chalard
2012-07-10
1
-2
/
+2
*
Factorize code (A87)
Jean Chalard
2012-07-10
1
-13
/
+7
*
Move stuff around for readability (A86)
Jean Chalard
2012-07-10
1
-21
/
+21
*
Add input pointers
Satoshi Kataoka
2012-06-29
1
-2
/
+3
*
Remember the source dictionary for each suggestion.
Jean Chalard
2012-06-27
1
-3
/
+3
*
Cleanup the dictionary type.
Jean Chalard
2012-06-27
1
-3
/
+2
*
Remove the callback argument to getBigrams() (A16)
Jean Chalard
2012-06-26
1
-1
/
+1
*
Remove the callback argument to getWords() (A15)
Jean Chalard
2012-06-26
1
-2
/
+1
*
Do away with Utils#addAllSuggestions (A14)
Jean Chalard
2012-06-26
1
-2
/
+0
*
Change the return type of getWords and getBigrams (A8)
Jean Chalard
2012-06-26
1
-6
/
+10
*
Remove another dependency to WordCallback (A4)
Jean Chalard
2012-06-26
1
-8
/
+11
*
Change JNI for Gesture
Satoshi Kataoka
2012-06-25
1
-2
/
+3
*
Tentatively remove a dependency on WordCallback (A3)
Jean Chalard
2012-06-21
1
-23
/
+30
*
Remove a slew of Eclipse warnings.
Jean Chalard
2012-06-08
1
-1
/
+3
*
Set level 1 as the initial value of the valid words
Satoshi Kataoka
2012-05-29
1
-6
/
+5
*
Forget user history
satok
2012-05-28
1
-36
/
+100
*
Clean up some compiler warnings
Tadashi G. Takaoka
2012-05-25
1
-1
/
+2
*
Cancel adding user history bigram when autocorrection is cancelled
satok
2012-05-24
1
-158
/
+180
*
Read and use user dictionary shortcuts.
Jean Chalard
2012-05-15
1
-20
/
+68
*
Pass the previous word to getSuggestions
Jean Chalard
2012-04-17
1
-4
/
+5
[next]