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
/
Utils.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-511
/
+0
*
Tidy up Utils class a bit
Tadashi G. Takaoka
2013-05-31
1
-53
/
+73
*
Work around a bug in older DownloadManager versions.
Jean Chalard
2013-04-25
1
-1
/
+1
*
Legal notice
Satoshi Kataoka
2013-04-22
1
-0
/
+15
*
Fix appname
Satoshi Kataoka
2013-03-22
1
-0
/
+20
*
Make some methods visible for testing
Kurt Partridge
2013-03-05
1
-0
/
+3
*
Small code cleanups
Ken Wakasa
2013-01-07
1
-2
/
+2
*
Remove a couple Eclipse and Android Lint warnings
Jean Chalard
2012-12-06
1
-5
/
+10
*
Log for geometric input
Satoshi Kataoka
2012-09-19
1
-3
/
+13
*
Log touch timing
Satoshi Kataoka
2012-09-18
1
-1
/
+1
*
Make utility classes final
Tadashi G. Takaoka
2012-08-29
1
-10
/
+4
*
Merge "Allow Latin IME to cancel smiley-auto-correct consistenly" into jb-mr1...
Jean Chalard
2012-08-29
1
-7
/
+22
|
\
|
*
Allow Latin IME to cancel smiley-auto-correct consistenly
Jean Chalard
2012-08-29
1
-7
/
+22
*
|
Add ResourceUtils
Tadashi G. Takaoka
2012-08-29
1
-20
/
+0
*
|
Merge "Move some methods from Utils to LocaleUtils class" into jb-mr1-dev
Tadashi G. Takaoka
2012-08-29
1
-36
/
+0
|
\
\
|
*
|
Move some methods from Utils to LocaleUtils class
Tadashi G. Takaoka
2012-08-29
1
-36
/
+0
|
|
/
*
/
Remove unused methods from Utils class
Tadashi G. Takaoka
2012-08-29
1
-10
/
+0
|
/
*
Remove GCUtils utility class
Tadashi G. Takaoka
2012-08-22
1
-38
/
+0
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-3
/
+3
*
Cleanup unused import and dead code
Tadashi G. Takaoka
2012-08-06
1
-1
/
+0
*
Fix Utils.getStackTrace()
Tadashi G. Takaoka
2012-08-06
1
-1
/
+1
*
Do away with Utils#addAllSuggestions (A14)
Jean Chalard
2012-06-26
1
-10
/
+0
*
Change JNI for Gesture
Satoshi Kataoka
2012-06-25
1
-1
/
+1
*
Tentatively remove a dependency on WordCallback (A3)
Jean Chalard
2012-06-21
1
-0
/
+11
*
Fix an occurrence of nested batch edits.
Jean Chalard
2012-06-13
1
-2
/
+8
*
Remove a slew of Eclipse warnings.
Jean Chalard
2012-06-08
1
-2
/
+0
*
Remove an unnecessary thread.
Ken Wakasa
2012-06-03
1
-4
/
+8
*
Fix NumberFormatException
Satoshi Kataoka
2012-05-29
1
-2
/
+2
*
Forget user history
satok
2012-05-28
1
-0
/
+38
*
Make Utils.getDeviceOverrideValue aware of device orientation
Tadashi G. Takaoka
2012-04-16
1
-3
/
+4
*
Put a misspelled flag if the word is not valid by the same logic of Android s...
satok
2012-03-27
1
-4
/
+0
*
move usability log code to new class (ResearchLogger) and clean api
Kurt Partridge
2012-03-24
1
-63
/
+19
*
Merge "log through group level abstractions"
Kurt Partridge
2012-03-21
1
-22
/
+48
|
\
|
*
log through group level abstractions
Kurt Partridge
2012-03-22
1
-22
/
+48
*
|
Merge "Add additional structure to output logs to group entries by optional f...
Kurt Partridge
2012-03-21
1
-5
/
+23
|
\
|
|
*
Add additional structure to output logs to group entries by optional fields.
Kurt Partridge
2012-03-21
1
-5
/
+23
*
|
Merge "Refactor to memorize device dependent override parameters"
Tadashi G. Takaoka
2012-03-21
1
-0
/
+22
|
\
\
|
|
/
|
/
|
|
*
Refactor to memorize device dependent override parameters
Tadashi G. Takaoka
2012-03-21
1
-0
/
+22
*
|
Updated logger to record touch position within backspace key events.
Kurt Partridge
2012-03-20
1
-2
/
+2
|
/
*
De-duplicate a method
Jean Chalard
2012-03-15
1
-0
/
+11
*
Split Utils class to StringUtils, SubtypeUtils, and JniUtils
Tadashi G. Takaoka
2012-03-08
1
-397
/
+1
*
Add language switch key only to the phone layouts
Tadashi G. Takaoka
2012-03-07
1
-1
/
+38
*
Make SuggestedWords immutable completely
Tadashi G. Takaoka
2012-03-05
1
-7
/
+13
*
Revert "Make SuggestedWords immutable"
Tadashi Takaoka
2012-03-05
1
-2
/
+2
*
Make SuggestedWords immutable
Tadashi G. Takaoka
2012-03-05
1
-2
/
+2
*
Move a method to a more sensical place.
Jean Chalard
2012-03-05
1
-5
/
+0
*
Merge "Omit InputMethodManagerCompatWrapper argument from some utility methods"
Tadashi G. Takaoka
2012-03-04
1
-4
/
+8
|
\
|
*
Omit InputMethodManagerCompatWrapper argument from some utility methods
Tadashi G. Takaoka
2012-03-05
1
-4
/
+8
*
|
Some renaming
Jean Chalard
2012-03-02
1
-1
/
+1
|
/
*
Revert "Make a member read-only"
Jean Chalard
2012-03-02
1
-1
/
+1
[next]