aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/AccessibilityUtils.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-266/+0
|
* Migrated various apps under packages/inputmethods/LatinIME/ to androidxvineel sadineni2018-05-151-1/+1
| | | | | | Bug: 76692459 Test: mmma packages/inputmethods/LatinIME/ Change-Id: Ib76af6f6db1a0dd5cf64a06a4ea56151712e9692
* Calling getClass on a class will return Class.class.Ian Rogers2016-05-091-2/+2
| | | | | | | | Bug introduced in 5ac4638f999db4fea8a9e24171dbceb640a10858. Bug found by error prone: Bug: 27723540 Change-Id: I4325f3bc1f1186bd24d4b0074f0c573cc5cb4e31
* Fix master build.Dan Zivkovic2015-02-111-2/+1
| | | | | | For some reason, we can't import android.os package in our Constants. Change-Id: I357ed72d13c5039a83c6e2489cdf5ef74d0ffea8
* Remove shortcut support from LatinIME.Dan Zivkovic2015-02-111-1/+2
| | | | | | Note this change does not affect the native decoder interface. Change-Id: I73b7dc008a5acaf75a31a36a2d332b5afabd82d0
* Fix an NPE.Jean Chalard2014-11-201-3/+7
| | | | Change-Id: Ie5ab5cc716ef1211eb9ad76baa0467455e1f1a71
* Load KeyCodeDescriptionMapper class lazilyTadashi G. Takaoka2014-06-031-1/+0
| | | | Change-Id: I2cba2bb5b2f449ed29895365b9c6ca285a7640fe
* Remove compiler warning from accessibility packageTadashi G. Takaoka2014-05-271-1/+1
| | | | Change-Id: Idae3e89f0398ab2cd56985adfac18959aa1852e7
* Make AccessibleKeyboardViewProxy not singletonTadashi G. Takaoka2014-05-011-1/+0
| | | | | | | | This CL also renames AccessibleKeyboardViewProxy and AccessibilityEntityProvider to MainKeyboardAccessibilityDelegate and MainKeyboardAccessibilityNodeProvider. Change-Id: I2b0ec091a11aa8a495794d633efecb6d8b818f42
* Remove unnecessary reference to LatinIMETadashi G. Takaoka2014-04-251-4/+3
| | | | Change-Id: Idbb45c504499d39bbf272fae84ea71a83bf4dd69
* [IL88] Simple refactoringJean Chalard2014-01-271-1/+1
| | | | | | | With this, the value passed to suggestedWords is never null. Bug: 8636060 Change-Id: I433dd7e7290125e217e05cc20bee7a4b58fe083f
* Speak auto-corrections for accessibilityAlan Viverette2013-09-271-0/+53
| | | | | BUG: 8669376 Change-Id: Id71b2c2835daa7a8c9d6c92c57a7e302551c289d
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-1/+1
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Announce keyboard mode changes as a WINDOW_STATE_CHANGED event.Alan Viverette2013-03-071-4/+13
| | | | | Bug: 8165295 Change-Id: Ie416f6cdb68377f3e06f30e9b6363c38ba2a602d
* Small code cleanupsKen Wakasa2013-01-071-10/+11
| | | | | | Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
* Remove AudioManagerCompatWrapper.javaKen Wakasa2012-12-171-17/+11
| | | | | | It is actually no longer needed for API 14+ Change-Id: I379809eae881351fdf210dd8eaa5e0b5662fb59f
* Make utility classes finalTadashi G. Takaoka2012-08-291-1/+1
| | | | Change-Id: Ic4f69b4c8da33c9fca50d6829724179310c2f875
* Change accessibility event type for app-driven speech.alanv2012-08-101-7/+26
| | | | | Bug: 6614400 Change-Id: I0ef309b7f3f35bf37b4664ea599c9e6ffb1a4ab8
* Pass IME accessibility events directly to the AccessibilityManager.alanv2012-05-191-0/+12
| | | | | Bug: 6523554 Change-Id: I44bceb7b068ff1ac0c799f4a93d5dcd8026f1e4b
* Remove accessibility gesture handlers from LatinIME.alanv2012-05-081-1/+0
| | | | | Bug: 6457558 Change-Id: If33ca6f026d4846ba79a701ef42c0112f5b0b488
* Cleanup InputTypeCompatUtils to InputTypeUtilsTadashi G. Takaoka2012-04-031-2/+2
| | | | | Bug: 6129704 Change-Id: I45e19e456ef7c6e61fe877ea544fef1b9f896e95
* Remove AccessibilityManagerCompatUtils and MorionEventCompatUtilsTadashi G. Takaoka2012-04-031-7/+4
| | | | | Bug: 6129704 Change-Id: Icb7e80588536066c4fe5b4a1afc100a724b43e7b
* Added virtual view hierarchy for keyboard accessibility.alanv2012-02-281-6/+5
| | | | | Bug: 5829051 Change-Id: Ied1b6267eec616bd3b9337f6e761b0c740aa0eb2
* Cleanup unused variables and parametersTadashi G. Takaoka2011-12-151-7/+6
| | | | Change-Id: Iad756a7a775c93f3344c6962e7b3456ef8339490
* am c960695f: Updated keyboard to use SPEAK_PASSWORD preference.Alan Viverette2011-12-061-2/+14
|\ | | | | | | | | * commit 'c960695f38ae0564dff3a6897fd1843c8e74c604': Updated keyboard to use SPEAK_PASSWORD preference.
| * Updated keyboard to use SPEAK_PASSWORD preference.Alan Viverette2011-12-061-2/+14
| | | | | | | | | | Bug: 5678383 Change-Id: Ie9bdc92f4b2c9014159d672b71e4438f8fa34f55
* | Pending onStartInputView only if the EditorInfo is identicalTadashi G. Takaoka2011-11-211-6/+6
|/ | | | | Bug: 5604372 Change-Id: I2a88cf15b07eebd29e43e460f6ec758432181b01
* Let accessibility users know to connect a headset when the IME connects to a ↵Alan Viverette2011-10-061-2/+43
| | | | | | password field. Change-Id: If96cd7626950dd12e88a8a97f5e405d303d41e06
* Updated check for touch exploration enabled stateAlan Viverette2011-07-211-4/+1
| | | | | Bug: 5061704 Change-Id: Id2c0cce953f7bdb2b4c18b68f9e318d95eabc1b8
* Added support for touch exploration to Latin IME.Alan Viverette2011-06-221-0/+133
Bug: 4379983 Change-Id: I97f22e54827c6229054b514801401ffa5b4ed3b8