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
/
KeyboardSwitcher.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor LatinKeyboard and LatinKey
Tadashi G. Takaoka
2010-12-02
1
-644
/
+0
*
Move some inner static class to top class in new package
Tadashi G. Takaoka
2010-12-02
1
-134
/
+13
*
Load keyboard only when subtype is keyboard mode
Tadashi G. Takaoka
2010-12-01
1
-8
/
+15
*
Cleanup unused Java import
Tadashi G. Takaoka
2010-11-29
1
-1
/
+0
*
Preload SharedPreferences at start.
Ken Wakasa
2010-11-26
1
-5
/
+4
*
Update tablet keyboard layout to the latest design
Tadashi G. Takaoka
2010-11-25
1
-0
/
+2
*
Call showInputMethodPicker instead of showInputMethodSubtypePicker
satok
2010-11-25
1
-1
/
+4
*
Fix a bug at showing warning dialog at the first time when IME is trigerred i...
satok
2010-11-24
1
-0
/
+1
*
Support dedicated number/date keyboard layout
Tadashi G. Takaoka
2010-11-24
1
-8
/
+21
*
Support imeOptions condition in <case>
Tadashi G. Takaoka
2010-11-23
1
-2
/
+4
*
Support colorScheme <case/> condition in Keyboard XML
Tadashi G. Takaoka
2010-11-23
1
-56
/
+28
*
Fix odd "more" key behavior on tablet phone number keyboard
Tadashi G. Takaoka
2010-11-23
1
-2
/
+11
*
Fix caps lock release in non-distinct multi touch device
Tadashi G. Takaoka
2010-11-22
1
-2
/
+17
*
Make F1 and Symbol keys static in XML file
Tadashi G. Takaoka
2010-11-21
1
-20
/
+22
*
Perform editor action IME_ACTION_NEXT/PREVIOUS by tab key
Tadashi G. Takaoka
2010-11-19
1
-6
/
+19
*
Fix automatic temporary upper case mode behaviour
Tadashi G. Takaoka
2010-11-19
1
-4
/
+4
*
Cleanup drawable-xlarge resources into drawable-mdpi
Tadashi G. Takaoka
2010-11-19
1
-3
/
+9
*
Implement both automatic and manual temporary upper cases
Tadashi G. Takaoka
2010-11-18
1
-43
/
+107
*
Move functions in LatinKeyboard related to LanguageSwitcher to SubtypeSwitcher
satok
2010-11-18
1
-1
/
+0
*
Move functions related to LanguageSwitcher to LatinIMESubtypeSwitcher
satok
2010-11-18
1
-16
/
+24
*
Refactor KeyboardSwitcher and LatinIME
Tadashi G. Takaoka
2010-11-16
1
-50
/
+116
*
Refactor shift key state into KeyboardSwitcher
Tadashi G. Takaoka
2010-11-16
1
-1
/
+27
*
Refactor symbol key state into KeyboardSwitcher
Tadashi G. Takaoka
2010-11-16
1
-0
/
+18
*
Get rid of the reference to LatinKeyboard from LatinIME
Tadashi G. Takaoka
2010-11-13
1
-3
/
+33
*
Keyboard XML supports switch-case-default tags to select rows and keys
Tadashi G. Takaoka
2010-11-12
1
-116
/
+46
*
Rename KeyboardSwitcher.setKeyboardMode to loadKeyboard
Tadashi G. Takaoka
2010-11-11
1
-130
/
+147
*
Refactor KeyboardSwitch.KeyboardId class
Tadashi G. Takaoka
2010-11-10
1
-86
/
+89
*
Refactor to remove KeyboardSwitcher.setVoiceMode
Tadashi G. Takaoka
2010-11-10
1
-31
/
+27
*
Refactor calling KeyboardSwitcher.setKeyboardMode
Tadashi G. Takaoka
2010-11-08
1
-2
/
+2
*
Make sure there are no modes with settings key on tablet.
Ken Wakasa
2010-11-02
1
-14
/
+16
*
Follow-up change to revise Caps Lock sequence.
Ken Wakasa
2010-10-26
1
-8
/
+7
*
Remove LatinKeyboardBaseView.isShifted() and setShifted() for refactoring
Ken Wakasa
2010-10-25
1
-1
/
+4
*
Make "show settings key option" dependent to device configuration
Tadashi G. Takaoka
2010-10-22
1
-6
/
+9
*
Manual merge of the following Gingerbread changes logically
Ken Wakasa
2010-10-20
1
-71
/
+92
*
Make sure to set symbol keyboard shifted
Tadashi G. Takaoka
2010-10-09
1
-6
/
+13
*
Fix issue space key preview remains on screen and would not dismiss
Tadashi G. Takaoka
2010-09-22
1
-27
/
+17
*
Add a new preference item to show/hide the settings key.
Ken Wakasa
2010-09-16
1
-20
/
+86
*
Keep Keyboard in cache through SoftReference
Tadashi G. Takaoka
2010-09-09
1
-16
/
+21
*
Fix ALT key light behavior
Tadashi G. Takaoka
2010-09-06
1
-11
/
+14
*
Support multi-touch only when device has distinct multi-touch panel
Tadashi G. Takaoka
2010-09-06
1
-0
/
+4
*
Change symbol on space bar when autocompletion is activated
satok
2010-09-03
1
-5
/
+14
*
Change the preference name for a theme and remove a preference settings
satok
2010-09-02
1
-1
/
+1
*
Add a new theme for Gingerbread
satok
2010-09-01
1
-3
/
+3
*
Add settings button
satok
2010-08-31
1
-16
/
+1
*
Remove extension keyboard
Tadashi G. Takaoka
2010-08-30
1
-9
/
+0
*
Clean up LatinIME java
satok
2010-08-24
1
-1
/
+0
*
Fix an NPE found in KeyboardSwitcher.isAlphabetMode()
Ken Wakasa
2010-08-20
1
-0
/
+3
*
DO NOT MERGE. Backport LatinIME from master to Gingerbread
satok
2010-08-20
1
-48
/
+172
*
Clarify licensing
Jean-Baptiste Queru
2010-04-05
1
-1
/
+1
*
Don't let the native code target be included twice when unbundling.
Amith Yamasani
2010-03-09
1
-0
/
+351