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
/
personalization
/
DecayingExpandableBinaryDictionaryBase.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Dictionary.isInDictionary().
Keisuke Kuroyanagi
2014-06-09
1
-0
/
+6
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-1
/
+0
*
Check whether contacts have changed using hashCode().
Keisuke Kuroyanagi
2014-05-08
1
-5
/
+0
*
Simplify DictionaryFacilitatorForSuggest.
Keisuke Kuroyanagi
2014-05-01
1
-16
/
+0
*
Handle personalization dictionary as an ExpandableBinaryDictionary.
Keisuke Kuroyanagi
2014-04-24
1
-12
/
+0
*
Handle user history dictionary as an ExpandableBinaryDictionary.
Keisuke Kuroyanagi
2014-04-24
1
-32
/
+1
*
Remove clearAndFlushDictionary() and use clear().
Keisuke Kuroyanagi
2014-04-24
1
-9
/
+1
*
Always close binary dicts for personalized dicts.
Keisuke Kuroyanagi
2014-04-03
1
-1
/
+1
*
Remove unused method.
Keisuke Kuroyanagi
2014-03-27
1
-5
/
+0
*
Merge "Use dynamic operations to construct all ver4 dicts."
Keisuke Kuroyanagi
2014-02-28
1
-14
/
+6
|
\
|
*
Use dynamic operations to construct all ver4 dicts.
Keisuke Kuroyanagi
2014-02-27
1
-14
/
+6
*
|
Added a method and run GC for testing.
Keisuke Kuroyanagi
2014-02-28
1
-1
/
+1
|
/
*
Add a method to create dict with additional attributes.
Keisuke Kuroyanagi
2014-02-26
1
-1
/
+12
*
Disconnect app data search client after fetching all data.
Keisuke Kuroyanagi
2014-02-24
1
-0
/
+5
*
Fix UserHistoryDictionaryTests
Tadashi G. Takaoka
2014-02-13
1
-3
/
+2
*
Refactor dictionary constructor
Tadashi G. Takaoka
2014-02-13
1
-14
/
+3
*
Separate header class from FormatSpec.
Keisuke Kuroyanagi
2014-02-04
1
-8
/
+8
*
Make dumpAllWordsForDebug() use getNextWordProperty().
Keisuke Kuroyanagi
2014-02-04
1
-60
/
+0
*
[HD03] Straighten out attribute key names in Java.
Jean Chalard
2014-01-31
1
-5
/
+5
*
Make contacts dict and user dict version 4.
Keisuke Kuroyanagi
2014-01-17
1
-7
/
+0
*
Move LanguageModelParams class to utility package
Tadashi G. Takaoka
2014-01-15
1
-1
/
+1
*
Enable Personalized dictionaries based on the setting.
Keisuke Kuroyanagi
2013-12-17
1
-2
/
+2
*
Make required binary dictionary version use FormatSpec.*
Keisuke Kuroyanagi
2013-12-16
1
-1
/
+1
*
Remove flags from Java side.
Jean Chalard
2013-12-13
1
-2
/
+0
*
Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c
Ken Wakasa
2013-12-13
1
-84
/
+83
*
Fix: Suggested words from user history are invalid.
Keisuke Kuroyanagi
2013-10-22
1
-9
/
+0
*
Set the shortcut frequency correctly.
Jean Chalard
2013-10-07
1
-3
/
+3
*
Fix UserHistoryDictionaryTests.
Keisuke Kuroyanagi
2013-10-03
1
-0
/
+1
*
Try decaying user history at hourly intervals.
Keisuke Kuroyanagi
2013-10-02
1
-0
/
+4
*
Implement simple dictionary decay.
Keisuke Kuroyanagi
2013-09-30
1
-2
/
+9
*
Set header attributes for ExpandableBinaryDictionary.
Keisuke Kuroyanagi
2013-09-28
1
-3
/
+4
*
Create empty dictionary file in native code.
Keisuke Kuroyanagi
2013-09-26
1
-0
/
+231