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
/
accessibility
/
KeyCodeDescriptionMapper.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move StringUtils under common.
Jean Chalard
2014-10-28
1
-1
/
+1
*
Move Constants.java to the latin.common package
Ken Wakasa
2014-10-23
1
-1
/
+1
*
Fix some compiler warnings
Tadashi G. Takaoka
2014-10-21
1
-1
/
+2
*
Fix verbalizing missing emoticons
Tadashi G. Takaoka
2014-09-29
1
-1
/
+22
*
Refactor KeyCodeDescriptionMapper class a bit
Tadashi G. Takaoka
2014-06-09
1
-42
/
+26
*
Load KeyCodeDescriptionMapper class lazily
Tadashi G. Takaoka
2014-06-03
1
-13
/
+5
*
Add verbalization of symbols that are unsupported by TTS/TalkBack
Tadashi G. Takaoka
2014-06-02
1
-2
/
+26
*
Use "unknown emoji" or emoji that has an empty translation
Tadashi G. Takaoka
2014-05-27
1
-8
/
+17
*
Add spoken description of accented letters
Tadashi G. Takaoka
2014-05-22
1
-8
/
+41
*
Support accessibility TalkBack in emoji palette
Tadashi G. Takaoka
2014-05-20
1
-16
/
+26
*
Fix inconsistent TalkBack descriptions of keyboard modes
Tadashi G. Takaoka
2014-05-13
1
-1
/
+6
*
Fix talk back of emoji key
Tadashi G. Takaoka
2014-03-25
1
-3
/
+1
*
Revert "Remove symbols shifted layout related code"
Satoshi Kataoka
2013-09-04
1
-0
/
+2
*
Remove symbols shifted layout related code
Tadashi G. Takaoka
2013-08-24
1
-2
/
+0
*
Add getters and copy constructor to Key class
Tadashi G. Takaoka
2013-08-15
1
-9
/
+9
*
Move util classes to the latin/utils directory
Ken Wakasa
2013-06-24
1
-1
/
+1
*
Fix how the Enter action is decided
Jean Chalard
2013-02-22
1
-1
/
+3
*
Stop relying on the soft keyboard to get the editor action.
Jean Chalard
2013-01-16
1
-1
/
+1
*
Small code cleanups
Ken Wakasa
2013-01-07
1
-25
/
+20
*
Move code point constants from Keyboard to Constants class
Tadashi G. Takaoka
2012-10-29
1
-15
/
+18
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-1
/
+1
*
Add CollectionUtils class to create generic collection easily
Tadashi G. Takaoka
2012-08-22
1
-2
/
+2
*
Add accessibility descriptions for additional non-character keys.
alanv
2012-07-25
1
-5
/
+5
*
Use SparseArray<E> instead of HashMap<Integer,E>
Tadashi G. Takaoka
2012-06-29
1
-5
/
+7
*
Add special case for speaking ACTION_ENTER keys.
alanv
2012-05-31
1
-0
/
+51
*
Only speak key label after checking for password obscure flag.
alanv
2012-05-19
1
-3
/
+2
*
Make LatinIME keys accessibility focusable, clickable.
alanv
2012-05-15
1
-0
/
+3
*
Added virtual view hierarchy for keyboard accessibility.
alanv
2012-02-28
1
-9
/
+9
*
Improved shift key and symbol/alpha switch key accessibility feedback.
alanv
2012-02-07
1
-14
/
+40
*
Removed CODE_CAPSLOCK from keyboard accessibility (fixing build).
alanv
2012-02-01
1
-1
/
+0
*
Merge "Removed spoken descriptions for characters supported by TTS or TalkBack."
Charles Chen
2012-02-01
1
-23
/
+0
|
\
|
*
Removed spoken descriptions for characters supported by TTS or TalkBack.
alanv
2012-01-31
1
-23
/
+0
*
|
Refactored shift key spoken description into separate method.
alanv
2012-01-31
1
-21
/
+29
|
/
*
Auto generate various shift states alphabet keyboard automatically
Tadashi G. Takaoka
2012-01-31
1
-20
/
+1
*
Get rid of Keyboard.CODE_DUMMY
Tadashi G. Takaoka
2012-01-10
1
-1
/
+1
*
Cleanup unused variables and parameters
Tadashi G. Takaoka
2011-12-15
1
-4
/
+3
*
Fixed typing uppercase letters when touch exploration is enabled.
Alan Viverette
2011-11-21
1
-10
/
+11
*
Fixed speaking keys when editing password fields
Alan Viverette
2011-08-08
1
-6
/
+21
*
Clean up keyboard loading and switching
Tadashi G. Takaoka
2011-07-27
1
-1
/
+1
*
Add key description for "fullwidth asterisk" used on phone/number layout
Tadashi G. Takaoka
2011-06-29
1
-0
/
+1
*
Draw phone/number keyboard layout witout icon
Tadashi G. Takaoka
2011-06-27
1
-3
/
+3
*
Move Key class out of internal package
Tadashi G. Takaoka
2011-06-23
1
-1
/
+1
*
Fixing build error due to refactored import.
Alan Viverette
2011-06-22
1
-1
/
+1
*
Added support for touch exploration to Latin IME.
Alan Viverette
2011-06-22
1
-0
/
+226