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
/
DictionaryFactory.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-2
/
+1
*
Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c
Ken Wakasa
2013-12-13
1
-0
/
+50
*
Use reentrant lock for main dictionaries.
Keisuke Kuroyanagi
2013-09-30
1
-16
/
+15
*
Add a parameter isUpdatable to the constructor of BinaryDictionary.
Keisuke Kuroynagi
2013-06-25
1
-3
/
+5
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-0
/
+2
*
Make it easy to open several dictionaries from tests
Jean Chalard
2013-05-31
1
-10
/
+13
*
Refactoring
Jean Chalard
2013-01-29
1
-47
/
+4
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Remove BinaryDictionary.MAX_PREDICTION and MAX_SPACES, and rename MAX_WORDS t...
Ken Wakasa
2013-01-11
1
-8
/
+6
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-1
/
+1
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-1
/
+1
*
Move constants to a better place.
Jean Chalard
2012-06-27
1
-5
/
+5
*
Cleanup the dictionary type.
Jean Chalard
2012-06-27
1
-5
/
+6
*
Change JNI for Gesture
Satoshi Kataoka
2012-06-25
1
-3
/
+3
*
Clean up some compiler warnings
Tadashi G. Takaoka
2012-05-25
1
-1
/
+0
*
Don't auto-correct when there is no main dictionary.
Jean Chalard
2012-05-16
1
-5
/
+5
*
Remove LatinIME reference from DictionaryFactor class
Tadashi G. Takaoka
2012-04-19
1
-7
/
+8
*
Pass a parameter to the dict pack if we don't have a default dict
Jean Chalard
2012-04-12
1
-42
/
+20
*
Read the dictionary resource in a more sensical place.
Jean Chalard
2012-04-11
1
-14
/
+10
*
Add language suffix to main dictionary
Tadashi G. Takaoka
2012-04-11
1
-44
/
+45
*
Change the flags to a boolean in constructors.
Jean Chalard
2012-04-06
1
-10
/
+11
*
Fix the locale of the flags in BinaryDicitonary for tests
satok
2012-04-05
1
-2
/
+2
*
Fix the locale of flags in BinaryDictionary
satok
2012-04-04
1
-3
/
+4
*
Add RunInLocale class to guard locale switching
Tadashi G. Takaoka
2012-04-03
1
-38
/
+40
*
Small performance improvement by removing interface accesses.
Ken Wakasa
2012-03-17
1
-3
/
+3
*
Split Utils class to StringUtils, SubtypeUtils, and JniUtils
Tadashi G. Takaoka
2012-03-08
1
-2
/
+12
*
Make use of the FULL_EDIT_DISTANCE flag.
Jean Chalard
2011-09-30
1
-4
/
+21
*
Move locale-related utility methods to LocaleUtils.
Jean Chalard
2011-08-29
1
-7
/
+7
*
Fix an excessive fallback problem.
Jean Chalard
2011-08-23
1
-18
/
+4
*
Have the spell checker use the User dictionary.
Jean Chalard
2011-08-19
1
-2
/
+2
*
Set the locale for opening an asset
Jean Chalard
2011-07-21
1
-4
/
+14
*
Fallback to the included dict if the passed one is invalid
Jean Chalard
2011-07-20
1
-3
/
+15
*
Add a number of NULL pointer guards.
Jean Chalard
2011-07-19
1
-5
/
+15
*
Fix the available input locales and moved Recorrection
satok
2011-05-12
1
-0
/
+19
*
Improve the architecture to support multiple dictionaries.
Jean Chalard
2011-04-28
1
-7
/
+10
*
Use the new Utils.setSystemLocale method in the new code.
Jean Chalard
2011-04-27
1
-7
/
+3
*
Create a dictionary collection and a dictionary factory.
Jean Chalard
2011-04-27
1
-0
/
+159