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
/
StringUtils.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-317
/
+0
*
Merge "Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs"
Tadashi G. Takaoka
2013-05-28
1
-38
/
+0
|
\
|
*
Rename StringUtils.parseCsvString to KeySpecParser.splitKeySpecs
Tadashi G. Takaoka
2013-05-28
1
-38
/
+0
*
|
Rename commaConcatinatedText to commaSplittableText
Tadashi G. Takaoka
2013-05-28
1
-9
/
+14
*
|
Rename "csv" in StringUtils to "commaConcatenatedText"
Tadashi G. Takaoka
2013-05-28
1
-15
/
+32
|
/
*
Support multiple condition for getDeviceOverrideValue
Tadashi G. Takaoka
2013-05-13
1
-24
/
+0
*
Refactor StringUtils.findPrefixedString to findValueOfKey
Tadashi G. Takaoka
2013-05-10
1
-7
/
+14
*
Don't insert automatic spaces when text looks like a URL
Jean Chalard
2013-04-16
1
-0
/
+65
*
Remove a useless function
Jean Chalard
2013-04-15
1
-11
/
+0
*
Add some utility functions.
Jean Chalard
2013-04-11
1
-0
/
+71
*
Fix a bug where autocorrection status would be wrong.
Jean Chalard
2013-04-10
1
-3
/
+4
*
Separate StringUtils.capitalizeFirstCharacter
Tadashi G. Takaoka
2013-04-10
1
-2
/
+10
*
Fix bugs and add tests
Jean Chalard
2013-04-05
1
-9
/
+20
*
Move a generic string utility to StringUtils
Jean Chalard
2013-04-05
1
-0
/
+31
*
Separate caps mode related utils to CapsModeUtils
Tadashi G. Takaoka
2013-02-12
1
-239
/
+0
*
Move parseCsvString to StringUtils
Tadashi G. Takaoka
2013-02-12
1
-0
/
+38
*
Insert into user dict in lower case if auto-caps (D2)
Jean Chalard
2013-01-17
1
-0
/
+31
*
Set default audio and haptic feedback settings
Tadashi G. Takaoka
2012-12-28
1
-0
/
+17
*
Move code point constants from Keyboard to Constants class
Tadashi G. Takaoka
2012-10-29
1
-11
/
+8
*
Replace useless CharSequence to String
Tadashi G. Takaoka
2012-10-22
1
-83
/
+21
*
Always consider a new line the start of a sentence
Jean Chalard
2012-10-04
1
-5
/
+9
*
Take space state into account for caps (A11)
Jean Chalard
2012-09-18
1
-6
/
+13
*
Take locale into account for caps (A10)
Jean Chalard
2012-09-14
1
-14
/
+20
*
Fix comment warnings (A9)
Jean Chalard
2012-09-14
1
-5
/
+5
*
Remove an unused function (A8)
Jean Chalard
2012-09-14
1
-17
/
+0
*
Fix abbreviations processing for English (A7)
Jean Chalard
2012-09-14
1
-26
/
+81
*
Replace immediate values with named constants for characters (A6)
Jean Chalard
2012-09-14
1
-5
/
+10
*
Simplification again (A5)
Jean Chalard
2012-09-14
1
-5
/
+4
*
Simplify the code some more (A4)
Jean Chalard
2012-09-14
1
-53
/
+45
*
Small simplification (A3)
Jean Chalard
2012-09-13
1
-5
/
+2
*
Simplify a call, and add comments (A2)
Jean Chalard
2012-09-13
1
-16
/
+66
*
Import TextUtils.getCapsMode to fix it internally (A1)
Jean Chalard
2012-09-13
1
-0
/
+94
*
Make utility classes final
Tadashi G. Takaoka
2012-08-29
1
-1
/
+1
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-1
/
+1
*
fix IllegalOutOfBoundsException
Kurt Partridge
2012-06-25
1
-0
/
+3
*
Binary bigram lookup checks both uppercase and lowercase when previous word i...
Tom Ouyang
2012-04-22
1
-0
/
+17
*
Change predefined additional subtype format in preference
Tadashi G. Takaoka
2012-04-19
1
-27
/
+23
*
Pass the previous word down to native code in getSuggestions
Jean Chalard
2012-04-17
1
-0
/
+15
*
Cleanup unused methods
Tadashi G. Takaoka
2012-04-06
1
-2
/
+2
*
Use keyboardSet extra value of subtype to specify layout type
Tadashi G. Takaoka
2012-04-05
1
-0
/
+17
*
Use "No language (QWERTY)" for language agnostic QWERTY keyboard name
Tadashi G. Takaoka
2012-04-04
1
-38
/
+0
*
Kill the StringBuilderPool.
Jean Chalard
2012-03-13
1
-9
/
+1
*
Split Utils class to StringUtils, SubtypeUtils, and JniUtils
Tadashi G. Takaoka
2012-03-08
1
-0
/
+198