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
/
ContactsBinaryDictionary.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow adding DICTIONARY_MAX_WORD_LENGTH-length words.
Keisuke Kuroyanagi
2014-07-28
1
-1
/
+1
*
Make PrevWordsInfo have multiple words' information.
Keisuke Kuroyanagi
2014-06-25
1
-4
/
+4
*
Add prefix to the arguments of getDictionary().
Keisuke Kuroyanagi
2014-06-10
1
-7
/
+2
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-3
/
+2
*
Introduce EMPTY_PREV_WORDS_INFO and BEGINNING_OF_SENTENCE.
Keisuke Kuroyanagi
2014-05-23
1
-1
/
+1
*
Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.
Keisuke Kuroyanagi
2014-05-21
1
-8
/
+8
*
Revert "Use PrevWordsInfo for get/add/remove n-gram(bigram) entry."
Ken Wakasa
2014-05-20
1
-8
/
+8
*
Use PrevWordsInfo for get/add/remove n-gram(bigram) entry.
Keisuke Kuroyanagi
2014-05-20
1
-8
/
+8
*
Check whether contacts have changed using hashCode().
Keisuke Kuroyanagi
2014-05-08
1
-42
/
+28
*
Use dictType to class map to create sub dicts.
Keisuke Kuroyanagi
2014-05-01
1
-0
/
+2
*
Create factory methods for sub dicts.
Keisuke Kuroyanagi
2014-05-01
1
-9
/
+6
*
Use ReentrantReadWriteLock in ExpandableBinaryDictionary.
Keisuke Kuroyanagi
2014-04-28
1
-3
/
+0
*
Remove DictionaryUpdateController.
Keisuke Kuroyanagi
2014-04-28
1
-3
/
+3
*
Use different contacts dict name for spell checker.
Keisuke Kuroyanagi
2014-04-28
1
-1
/
+6
*
Always close binary dicts for personalized dicts.
Keisuke Kuroyanagi
2014-04-03
1
-4
/
+0
*
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
-26
/
+30
*
Remove a call to a deprecated method
Jean Chalard
2014-02-20
1
-2
/
+0
*
Straighten out database cursors behavior.
Jean Chalard
2014-02-18
1
-35
/
+39
*
Refactor dictionary constructor
Tadashi G. Takaoka
2014-02-13
1
-9
/
+7
*
Add DictionaryFacilitatorForSuggest constructor for testing
Tadashi G. Takaoka
2014-01-06
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
-1
/
+1
*
Add required header attributes for user/contacts dictionary.
Keisuke Kuroyanagi
2013-12-03
1
-2
/
+2
*
Add DEBUG_DUMP to ContactsBinaryDictionary.
Keisuke Kuroyanagi
2013-11-20
1
-1
/
+9
*
Set the shortcut frequency correctly.
Jean Chalard
2013-10-07
1
-2
/
+2
*
Catch SQLiteException from remote processes
Jean Chalard
2013-09-20
1
-9
/
+16
*
Prepare ExpandableBinaryDictionary to make it updatable
Keisuke Kuroyanagi
2013-08-16
1
-2
/
+4
*
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
/
+2
*
Add account e-mail addresses to the user dictionary
Satoshi Kataoka
2013-05-08
1
-0
/
+19
*
Add owner's info to the dictionary
Satoshi Kataoka
2013-05-08
1
-3
/
+14
*
Don't insert automatic spaces when text looks like a URL
Jean Chalard
2013-04-16
1
-1
/
+1
*
Make shortcut-only user dict entry non-words.
Jean Chalard
2013-04-12
1
-1
/
+2
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-7
/
+9
*
Move code point constants from Keyboard to Constants class
Tadashi G. Takaoka
2012-10-29
1
-3
/
+1
*
Replace useless CharSequence to String
Tadashi G. Takaoka
2012-10-22
1
-7
/
+8
*
Move constants to a better place.
Jean Chalard
2012-06-27
1
-1
/
+1
*
Cleanup the dictionary type.
Jean Chalard
2012-06-27
1
-2
/
+2
*
Small cleanups
Ken Wakasa
2012-06-27
1
-4
/
+4
*
Change the return type of getWords and getBigrams (A8)
Jean Chalard
2012-06-26
1
-6
/
+0
*
Contacts binary dictionary updates with change in keyboard locale.
Tom Ouyang
2012-06-07
1
-0
/
+4
*
Fix performance issue when there are no contacts in the dictionary dictionary.
Tom Ouyang
2012-05-29
1
-0
/
+4
*
Fix cursor leak in ContactsBinaryDictionary
Tom Ouyang
2012-05-21
1
-1
/
+5
*
Change to a binary version of the expandable user dictionary.
Tom Ouyang
2012-05-17
1
-6
/
+2
*
Contacts dictionary rebuilds only when contact names have changed.
Tom Ouyang
2012-05-11
1
-12
/
+125
*
Add a new binary contacts dictionary based on ExpandableBinaryDictionary and ...
Tom Ouyang
2012-04-13
1
-0
/
+172