index
:
packages_input_LatinIME.git
kitkat
lp5.0
packages_input_LatinIME
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
src
/
com
/
android
/
inputmethod
/
latin
/
UserBinaryDictionary.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow adding DICTIONARY_MAX_WORD_LENGTH-length words.
Keisuke Kuroyanagi
2014-07-28
1
-2
/
+2
*
Add prefix to the arguments of getDictionary().
Keisuke Kuroyanagi
2014-06-10
1
-6
/
+3
*
Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.
Keisuke Kuroyanagi
2014-05-21
1
-2
/
+2
*
Revert "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry."
Ken Wakasa
2014-05-20
1
-2
/
+2
*
Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.
Keisuke Kuroyanagi
2014-05-20
1
-2
/
+2
*
Check whether contacts have changed using hashCode().
Keisuke Kuroyanagi
2014-05-08
1
-6
/
+1
*
Merge "Use dictType to class map to create sub dicts."
Keisuke Kuroyanagi
2014-05-01
1
-0
/
+2
|
\
|
*
Use dictType to class map to create sub dicts.
Keisuke Kuroyanagi
2014-05-01
1
-0
/
+2
*
|
Merge "Create factory methods for sub dicts."
Keisuke Kuroyanagi
2014-05-01
1
-11
/
+7
|
\
|
|
*
Create factory methods for sub dicts.
Keisuke Kuroyanagi
2014-05-01
1
-11
/
+7
*
|
Merge "Some cleanup and reinforcement"
Jean Chalard
2014-05-01
1
-19
/
+30
|
\
\
|
|
/
|
/
|
|
*
Some cleanup and reinforcement
Jean Chalard
2014-05-01
1
-19
/
+30
*
|
Handle user dict as an ExpandableBinaryDictionary.
Keisuke Kuroyanagi
2014-04-30
1
-13
/
+7
|
/
*
Remove DictionaryUpdateController.
Keisuke Kuroyanagi
2014-04-28
1
-2
/
+2
*
Use different user dict name for spell checker.
Keisuke Kuroyanagi
2014-04-28
1
-1
/
+6
*
Remove unused method.
Keisuke Kuroyanagi
2014-03-27
1
-5
/
+0
*
Use dynamic operations to construct all ver4 dicts.
Keisuke Kuroyanagi
2014-02-27
1
-13
/
+16
*
Remove a call to a deprecated method
Jean Chalard
2014-02-20
1
-2
/
+0
*
Refactor dictionary constructor
Tadashi G. Takaoka
2014-02-13
1
-9
/
+6
*
Add DictionaryFacilitatorForSuggest constructor for testing
Tadashi G. Takaoka
2014-01-06
1
-0
/
+2
*
[IL27] Some refactoring
Jean Chalard
2013-12-20
1
-2
/
+3
*
Make ExpandableBinaryDictionary usable for offdevice tests.
Keisuke Kuroyanagi
2013-12-13
1
-0
/
+6
*
Create ver4 dictionary files with the dictionary name.
Keisuke Kuroyanagi
2013-12-11
1
-2
/
+1
*
Add required header attributes for user/contacts dictionary.
Keisuke Kuroyanagi
2013-12-03
1
-5
/
+6
*
Set the shortcut frequency correctly.
Jean Chalard
2013-10-07
1
-2
/
+7
*
Catch SQLiteException from remote processes
Jean Chalard
2013-09-20
1
-3
/
+13
*
Remove changing a word when added to the dictionary
Jean Chalard
2013-09-12
1
-21
/
+0
*
Prepare ExpandableBinaryDictionary to make it updatable
Keisuke Kuroyanagi
2013-08-16
1
-1
/
+2
*
Move subtype related utility class to utils package
Tadashi G. Takaoka
2013-07-24
1
-1
/
+2
*
DictionaryWriter to abstract binary dictionary writing.
Keisuke Kuroynagi
2013-07-04
1
-1
/
+5
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-0
/
+1
*
Merge "Remove the dialog to insert words to the dictionary."
Jean Chalard
2013-04-12
1
-18
/
+12
|
\
|
*
Remove the dialog to insert words to the dictionary.
Jean Chalard
2013-04-12
1
-18
/
+12
*
|
Make shortcut-only user dict entry non-words.
Jean Chalard
2013-04-12
1
-2
/
+2
|
/
*
Insert into user dict in lower case if auto-caps (D2)
Jean Chalard
2013-01-17
1
-5
/
+1
*
Adjust the used frequency of the user dictionary words.
Jean Chalard
2013-01-08
1
-5
/
+20
*
Small code cleanups
Ken Wakasa
2013-01-07
1
-9
/
+9
*
resolved conflicts for merge of d48d6fee to master
Ken Wakasa
2012-12-15
1
-1
/
+33
|
\
|
*
Use the amended user dictionary word for insertion
Jean Chalard
2012-12-14
1
-1
/
+33
*
|
Replace useless CharSequence to String
Tadashi G. Takaoka
2012-10-22
1
-1
/
+1
|
/
*
Fix a bug with the user dictionary locale.
Jean Chalard
2012-07-02
1
-2
/
+10
*
Move constants to a better place.
Jean Chalard
2012-06-27
1
-1
/
+1
*
Cleanup the dictionary type.
Jean Chalard
2012-06-27
1
-1
/
+1
*
Improve compatibility for ICS.
Jean Chalard
2012-06-20
1
-10
/
+23
*
Change to a binary version of the expandable user dictionary.
Tom Ouyang
2012-05-17
1
-0
/
+211