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
/
keyboard
/
KeyboardLayoutSet.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear keyboard cache when system locale is changed
Tadashi G. Takaoka
2014-08-28
1
-1
/
+9
*
Fix some unit tests.
Jean Chalard
2014-07-31
1
-1
/
+1
*
Rename LatinImeLogger to DebugFlags
Tadashi G. Takaoka
2014-07-16
1
-2
/
+2
*
[SD3] Forward the script ID to where it will be used
Jean Chalard
2014-06-27
1
-0
/
+4
*
[SD2] Add support for a new tag Feature in KeyboardLayoutSet
Jean Chalard
2014-06-27
1
-0
/
+24
*
Remove unused supportsSwitchingToShortcutIme attribute
Tadashi G. Takaoka
2014-06-06
1
-18
/
+12
*
Use Java 7 diamond operator
Tadashi G. Takaoka
2014-05-24
1
-5
/
+4
*
Add InputMethodSubtypeCompatUtils.isAsciiCapable()
Tadashi G. Takaoka
2014-02-17
1
-2
/
+2
*
Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c
Ken Wakasa
2013-12-13
1
-22
/
+20
*
Consolidate voice input key options no.1
Satoshi Kataoka
2013-09-05
1
-0
/
+4
*
Fix cosmetic source code formatting
Tadashi G. Takaoka
2013-08-15
1
-1
/
+2
*
Remove redundant EditorInfo member from KeyboardLayoutSet.Builder
Tadashi G. Takaoka
2013-08-12
1
-6
/
+4
*
Move createKeyboardSetForSpellChecker to AndroidSpellCheckService
Tadashi G. Takaoka
2013-08-07
1
-42
/
+0
*
Add ResouceUtils.getDefaultKeyboardHeight
Tadashi G. Takaoka
2013-08-07
1
-50
/
+11
*
Remove orientation member from KeyboardId
Tadashi G. Takaoka
2013-08-07
1
-6
/
+0
*
Small optimization for readability
Tadashi G. Takaoka
2013-08-05
1
-31
/
+32
*
Fix keyboard caching bug for testing
Tadashi G. Takaoka
2013-08-05
1
-1
/
+1
*
Move subtype related utility class to utils package
Tadashi G. Takaoka
2013-07-24
1
-4
/
+4
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-4
/
+4
*
Cache three main keyboards to improve average switch time
Jean Chalard
2013-06-11
1
-4
/
+32
*
Fix running on device regression test and profile.
Keisuke Kuroyanagi
2013-05-20
1
-0
/
+2
*
Consolidate dummy proximity info to the spell checker info
Satoshi Kataoka
2013-05-08
1
-3
/
+48
*
Remove unused device form factor values
Tadashi G. Takaoka
2013-05-07
1
-4
/
+1
*
Use XmlPullParser.getEventType()
Tadashi G. Takaoka
2013-03-26
1
-5
/
+7
*
Clean up XmlParserUtils
Tadashi G. Takaoka
2013-03-26
1
-5
/
+5
*
Fix off-device regression test build
Tadashi G. Takaoka
2013-01-29
1
-1
/
+0
*
Remove {max,min}keyboardHeight attribute from Keyboard
Tadashi G. Takaoka
2013-01-29
1
-5
/
+37
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Fix label of switch to symbols key when symbols has shortcut key
Tadashi G. Takaoka
2012-12-13
1
-19
/
+7
*
Add @UsedForTesting and @ExternallyReferenced annotations
Tadashi G. Takaoka
2012-10-22
1
-1
/
+2
*
Shortcut key is enabled on the no language keyoard
Tadashi G. Takaoka
2012-10-17
1
-4
/
+3
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-5
/
+5
*
Fix touch position correction data passing
Tadashi G. Takaoka
2012-09-25
1
-4
/
+7
*
Separate inner classes of keyboard package out under internal package
Tadashi G. Takaoka
2012-08-30
1
-40
/
+27
*
Add static construct method for SparseArray
Tadashi G. Takaoka
2012-08-22
1
-1
/
+1
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-6
/
+3
*
Add device form factor to KeyboardId
Tadashi G. Takaoka
2012-07-30
1
-6
/
+10
*
Use SparseArray<E> instead of HashMap<Integer,E>
Tadashi G. Takaoka
2012-06-29
1
-3
/
+4
*
Add Constants class to hold public constants
Tadashi G. Takaoka
2012-04-19
1
-7
/
+12
*
Change predefined additional subtype format in preference
Tadashi G. Takaoka
2012-04-19
1
-5
/
+5
*
Utilize InputMethodSubtype and additional subtype
Tadashi G. Takaoka
2012-04-13
1
-6
/
+5
*
Refatcor InputMethodSubtype related stuff a bit
Tadashi G. Takaoka
2012-04-13
1
-32
/
+4
*
Use system locale for labels on no language keyboard
Tadashi G. Takaoka
2012-04-11
1
-22
/
+6
*
Generate KeyboardLabelsSet from donottranslate-more-keys.xml
Tadashi G. Takaoka
2012-04-11
1
-5
/
+4
*
Use keyboardSet extra value of subtype to specify layout type
Tadashi G. Takaoka
2012-04-05
1
-0
/
+447