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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add helper methods to convert flags to readable text
Tadashi G. Takaoka
2014-10-31
2
-0
/
+39
*
|
Merge "Remove Dict dependency on WordComposer and ProximityInfo"
Jean Chalard
2014-10-31
10
-78
/
+53
|
\
\
|
*
|
Remove Dict dependency on WordComposer and ProximityInfo
Jean Chalard
2014-10-29
10
-78
/
+53
*
|
|
Merge "Add documentation for CollectionUtils#arrayAsList"
Ken Wakasa
2014-10-31
1
-1
/
+12
|
\
\
\
|
*
|
|
Add documentation for CollectionUtils#arrayAsList
David Faden
2014-10-31
1
-1
/
+12
|
|
|
/
|
|
/
|
*
|
|
Update unit tests for new static dict version.
Adrian Velicu
2014-10-31
1
-2
/
+4
*
|
|
Using "blacklist" flag as "possibly offensive"
Adrian Velicu
2014-10-31
2
-4
/
+10
|
/
/
*
|
Merge "Add a preference to resize the keyboard height."
Andy Wang
2014-10-30
6
-0
/
+75
|
\
\
|
*
|
Add a preference to resize the keyboard height.
Andy Wang
2014-10-30
6
-0
/
+75
*
|
|
Consolidate similar methods
Tadashi G. Takaoka
2014-10-30
1
-1
/
+0
*
|
|
Merge "Remove DrawingHandler"
Tadashi G. Takaoka
2014-10-29
2
-5
/
+7
|
\
\
\
|
*
|
|
Remove DrawingHandler
Tadashi G. Takaoka
2014-10-29
2
-5
/
+7
*
|
|
|
Merge "[CS8] Add explanations"
Jean Chalard
2014-10-29
1
-16
/
+28
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
[CS8] Add explanations
Jean Chalard
2014-10-28
1
-16
/
+28
*
|
|
|
Remove DrawingHandler.Callbacks.dismissAllKeyPreviews()
Tadashi G. Takaoka
2014-10-29
1
-6
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Move InputPointers and ResizableIntArray to common
Jean Chalard
2014-10-29
8
-346
/
+6
|
|
/
|
/
|
*
|
Move StringUtils under common.
Jean Chalard
2014-10-28
22
-644
/
+22
*
|
Reduce StringUtils dependency on the Android libs
Jean Chalard
2014-10-28
3
-68
/
+125
*
|
Fix Serbian Latin subtype handling
Tadashi G. Takaoka
2014-10-28
1
-6
/
+20
*
|
Fix NPE in AppearanceSettingsFragment
Tadashi G. Takaoka
2014-10-28
3
-11
/
+9
|
/
*
Merge "Add null analysis annotation to CollectionUtils"
Tadashi G. Takaoka
2014-10-27
1
-5
/
+7
|
\
|
*
Add null analysis annotation to CollectionUtils
Tadashi G. Takaoka
2014-10-27
1
-5
/
+7
*
|
Refactor CoordinateUtils
Tadashi G. Takaoka
2014-10-27
1
-16
/
+19
|
/
*
Remove device checking of Emoji physical key
Tadashi G. Takaoka
2014-10-27
7
-9
/
+105
*
Merge "Height of the keyboard for spellchecker is too large."
Keisuke Kuroyanagi
2014-10-24
1
-1
/
+1
|
\
|
*
Height of the keyboard for spellchecker is too large.
Keisuke Kuroyanagi
2014-10-24
1
-1
/
+1
*
|
Add missing header
Ken Wakasa
2014-10-24
1
-0
/
+16
*
|
Move Constants.java to the latin.common package
Ken Wakasa
2014-10-23
33
-38
/
+50
|
/
*
Merge "Fix a concurrency bug that ends up in a crash."
Jean Chalard
2014-10-23
1
-1
/
+3
|
\
|
*
Fix a concurrency bug that ends up in a crash.
Jean Chalard
2014-10-23
1
-1
/
+3
*
|
Merge "Use trigrams for personalization dict."
Keisuke Kuroyanagi
2014-10-23
6
-200
/
+151
|
\
\
|
*
|
Use trigrams for personalization dict.
Keisuke Kuroyanagi
2014-10-23
6
-200
/
+151
|
|
/
*
/
Move annotations classes to latiime-common
Ken Wakasa
2014-10-23
1
-320
/
+0
|
/
*
Fix Javadoc and null analysis related warnings
Tadashi G. Takaoka
2014-10-23
31
-79
/
+151
*
Support dumping ngram entries.
Keisuke Kuroyanagi
2014-10-22
2
-10
/
+27
*
Merge "Remove BuildCompatUtils.VERSION_CODES_LXX"
Yohei Yukawa
2014-10-22
2
-3
/
+3
|
\
|
*
Remove BuildCompatUtils.VERSION_CODES_LXX
Yohei Yukawa
2014-10-22
2
-3
/
+3
*
|
Add @Override for a method that is overriding a new L API
Yohei Yukawa
2014-10-22
1
-2
/
+3
|
/
*
Merge "Fix some compiler warnings"
Tadashi G. Takaoka
2014-10-21
45
-335
/
+338
|
\
|
*
Fix some compiler warnings
Tadashi G. Takaoka
2014-10-21
45
-335
/
+338
*
|
Merge "FIx potential NPE"
Tadashi G. Takaoka
2014-10-21
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
FIx potential NPE
Tadashi G. Takaoka
2014-10-21
1
-2
/
+2
*
|
Renaming "blacklist" flag to "possibly offensive"
Adrian Velicu
2014-10-21
9
-27
/
+31
|
/
*
Refactor CustomInputStyleSettingsFragment
Tadashi G. Takaoka
2014-10-20
2
-387
/
+420
*
Change entry count limit.
Keisuke Kuroyanagi
2014-10-20
2
-9
/
+3
*
fix build
Nick Kralevich
2014-10-18
1
-1
/
+1
*
Merge "Enforce a length limit to auto-correction for some languages"
Jean Chalard
2014-10-17
1
-2
/
+58
|
\
|
*
Enforce a length limit to auto-correction for some languages
Jean Chalard
2014-10-17
1
-2
/
+58
*
|
Bring back long press timeout settings
Tadashi G. Takaoka
2014-10-17
5
-45
/
+43
|
/
*
Merge "[ML27.1] Allow adding additional features to other settings"
Jean Chalard
2014-10-16
2
-0
/
+2
|
\
[prev]
[next]