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
/
AccessibleKeyboardViewProxy.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make AccessibleKeyboardViewProxy not singleton
Tadashi G. Takaoka
2014-05-01
1
-436
/
+0
*
TalkBack correct shift state
Tadashi G. Takaoka
2014-04-30
1
-74
/
+56
*
Remove unnecessary reference to LatinIME
Tadashi G. Takaoka
2014-04-25
1
-8
/
+5
*
Merge "Announce keyboard language when TalkBack is on"
Tadashi G. Takaoka
2014-04-24
1
-20
/
+40
|
\
|
*
Announce keyboard language when TalkBack is on
Tadashi G. Takaoka
2014-04-23
1
-20
/
+40
*
|
Move simulateKeyPress method to AccessibleKeyboardViewProxy
Tadashi G. Takaoka
2014-04-23
1
-1
/
+35
|
/
*
Use sorted keys index as virtual view id
Tadashi G. Takaoka
2014-04-22
1
-17
/
+20
*
Remove unnecessary override of MainKeyboardView.dispatchTouchEvent
Tadashi G. Takaoka
2014-02-17
1
-13
/
+0
*
Remove PointerTracker reference from accessibility package
Tadashi G. Takaoka
2013-12-20
1
-3
/
+5
*
Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c
Ken Wakasa
2013-12-13
1
-1
/
+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
*
Don't announce changes for A11y within the same keyboard mode.
Alan Viverette
2013-03-22
1
-20
/
+17
*
Prevent keyboard A11y proxy from referencing a null keyboard view.
Alan Viverette
2013-03-19
1
-0
/
+25
*
Announce keyboard mode changes as a WINDOW_STATE_CHANGED event.
Alan Viverette
2013-03-07
1
-2
/
+84
*
Fix Apache license comment
Tadashi G. Takaoka
2013-01-21
1
-8
/
+8
*
Small code cleanups
Ken Wakasa
2013-01-07
1
-37
/
+30
*
Cleanup: Make some classes as final
Tadashi G. Takaoka
2012-09-27
1
-1
/
+1
*
When Accessibility is on, intercept touch events during dispatch.
alanv
2012-09-10
1
-5
/
+5
*
Merge "Fix key info reported by keyboard accessibility node provider." into j...
Tadashi G. Takaoka
2012-09-03
1
-2
/
+15
|
\
|
*
Fix key info reported by keyboard accessibility node provider.
alanv
2012-08-29
1
-2
/
+15
*
|
Adjust accessibility edge slop.
alanv
2012-08-27
1
-5
/
+11
|
/
*
Change accessibility event type for app-driven speech.
alanv
2012-08-10
1
-2
/
+2
*
Rename LatinKeyboardView to MainKeyboardView
Tadashi G. Takaoka
2012-07-23
1
-3
/
+3
*
Refresh Accessibility key mapping when KeyboardView changes Keyboards.
alanv
2012-06-05
1
-0
/
+6
*
Update keyboard view used by node provider. Remove global layout listener.
alanv
2012-05-30
1
-0
/
+4
*
Fix NPE on HOVER_EXIT event when not touching a key.
alanv
2012-05-17
1
-1
/
+1
*
Make LatinIME keys accessibility focusable, clickable.
alanv
2012-05-15
1
-25
/
+24
*
Implement "lift-to-type" interaction. Fix event text.
alanv
2012-05-10
1
-1
/
+29
*
Remove accessibility gesture handlers from LatinIME.
alanv
2012-05-08
1
-39
/
+0
*
Remove ViewParentCompatUtils
Tadashi G. Takaoka
2012-04-03
1
-2
/
+1
*
Remove AccessibilityManagerCompatUtils and MorionEventCompatUtils
Tadashi G. Takaoka
2012-04-03
1
-10
/
+8
*
Added virtual view hierarchy for keyboard accessibility.
alanv
2012-02-28
1
-56
/
+108
*
Improved shift key and symbol/alpha switch key accessibility feedback.
alanv
2012-02-07
1
-0
/
+70
*
Removed unused "no item selected" notification & supporting code from keyboar...
alanv
2012-01-30
1
-2
/
+0
*
Cleanup unused variables and parameters
Tadashi G. Takaoka
2011-12-15
1
-9
/
+7
*
Get rid of usage of key index
Tadashi G. Takaoka
2011-11-29
1
-14
/
+8
*
Removed lift-to-type from LatinIME accessibility.
Alan Viverette
2011-10-26
1
-30
/
+0
*
Let accessibility users know to connect a headset when the IME connects to a ...
Alan Viverette
2011-10-06
1
-25
/
+2
*
Cleanup unused import
Tadashi G. Takaoka
2011-10-04
1
-1
/
+0
*
Rename LatinKeyboardBaseView to LatinKeyboardView
Tadashi G. Takaoka
2011-08-23
1
-3
/
+3
*
Merge "Fixed speaking keys when editing password fields"
Ken Wakasa
2011-08-16
1
-8
/
+39
|
\
|
*
Fixed speaking keys when editing password fields
Alan Viverette
2011-08-08
1
-8
/
+39
*
|
Simplifying accessibility code in keyboard's dispatchTouchEvent()
Alan Viverette
2011-07-28
1
-9
/
+0
|
/
*
Fixed duplicate call to dispatchOnPopulateAccessibilityEvent()
Alan Viverette
2011-07-26
1
-3
/
+3
*
Add KeyEventHandler interface
Tadashi G. Takaoka
2011-07-10
1
-3
/
+3
*
Pass KeyboardView to PointerTracker on down event
Tadashi G. Takaoka
2011-07-10
1
-1
/
+1
*
Holding PointerTrackerQueue inside PointerTracker
Tadashi G. Takaoka
2011-07-07
1
-2
/
+2
*
Narrower KeyboardView reference
Tadashi G. Takaoka
2011-07-04
1
-3
/
+3
*
Move keyboard event handling code to separate LatinKeyboardBaseView class
Tadashi G. Takaoka
2011-07-04
1
-3
/
+3
[next]