1. b7ff325 Adding explicit text traversal granularities and actions for web navigation. by Svetoslav Ganov · 14 years ago
  2. 76f287e Removing hierarchical accessibility focus directions. by Svetoslav Ganov · 14 years ago
  3. 122b2c32 Fixing a couple of issues I have introduces in the last patch. by Svetoslav Ganov · 14 years ago
  4. 72de206 Merge "Adding support for traversing the content of a node info at granularity." by Svetoslav Ganov · 14 years ago
  5. aa780c1 Adding support for traversing the content of a node info at granularity. by Svetoslav Ganov · 14 years ago
  6. 8e2f414 Fixes in the accessibility gesture dispatching. by Svetoslav Ganov · 14 years ago
  7. e1a996e Merge "Move handling of package changes to a background thread." by Dianne Hackborn · 14 years ago
  8. d0d7503 Move handling of package changes to a background thread. by Dianne Hackborn · 14 years ago
  9. fefd20e Adding an opt-in mechanism for gesture detection in AccessibilityService. by Svetoslav Ganov · 14 years ago
  10. 005b83b Adding some more gestures and actions for accessibility. by Svetoslav Ganov · 14 years ago
  11. 31725b3 Fixing a regression I have introduced. by Svetoslav Ganov · 14 years ago
  12. 4213804 Accessibility focus - framework by Svetoslav Ganov · 14 years ago
  13. 4532e61 Refactor input system into its own service. by Jeff Brown · 14 years ago
  14. 57c7fd5 Fixing issues with the AccessibilityNodeInfo cache. by Svetoslav Ganov · 14 years ago
  15. 0d04e24 Improving accessibility APIs used for UI automation. by Svetoslav Ganov · 14 years ago
  16. 9b666d0 UI automation service disconnected upon package change. by Svetoslav Ganov · 14 years ago
  17. 79311c4 Speedup the accessibility window querying APIs and clean up. by Svetoslav Ganov · 14 years ago
  18. f3b4f31 resolved conflicts for merge of 26f7a81f to master by Svetoslav Ganov · 15 years ago
  19. d116d7c Fixing memory leaks in the accessiiblity layer. by Svetoslav Ganov · 15 years ago
  20. 0210785 Adding APIs to enable reporting virtual view hierarchies to accessibility serivces. by Svetoslav Ganov · 15 years ago
  21. d8581c7 TouchExplorer crashes if there is incative pointer while dragging. by Svetoslav Ganov · 15 years ago
  22. 2e1c66b Dragging in touch explore mode should not become exploring. by Svetoslav Ganov · 15 years ago
  23. b6eca6e Accessibility test automation API not working. by Svetoslav Ganov · 15 years ago
  24. 1e741b2 System not checking if enabled services are installed when disabling accessibility. by Svetoslav Ganov · 15 years ago
  25. bd206d1 Touch explorer does not perform tap with the right pointer. by Svetoslav Ganov · 15 years ago
  26. ea515ae Update the public APIs for finding views by text to optionally use content description. by Svetoslav Ganov · 15 years ago
  27. d07d60b AccessibilityManagerService not registered for removed packages. by Svetoslav Ganov · 15 years ago
  28. 37fedf8 Disable accessibility if all accessibility serivces are disbaled. by Svetoslav Ganov · 15 years ago
  29. 406970b Touch explorer does not cancel long press correctly causing system crash. by Svetoslav Ganov · 15 years ago
  30. 12a024c Tuning the TouchExplorer by Svetoslav Ganov · 15 years ago
  31. f804420 Clean up and bug fixes in the TouchExplorer. by Svetoslav Ganov · 15 years ago
  32. 8bd6961 Intra-process view hierarchy interrogation does not work. by Svetoslav Ganov · 15 years ago
  33. 3e4e4af Turning off accessibility feature reboots the device by Svetoslav Ganov · 15 years ago
  34. 47e0271 ACTION_HOVER_EXIT sometimes not delivered during touch exploration. by Svetoslav Ganov · 15 years ago
  35. a31f5e6 InputFilter not updated on global accessibility change. by Svetoslav Ganov · 15 years ago
  36. 4e2a762 Not user generated accessibility events can change the interrogation allowing window. by Svetoslav Ganov · 15 years ago
  37. 940dabf Merge "TouchExplorer long press not working and activation tap not respecting distance slop." by Svetoslav Ganov · 15 years ago
  38. f5a0790 TouchExplorer long press not working and activation tap not respecting distance slop. by Svetoslav Ganov · 15 years ago
  39. 00aabf7 Touch exploration state set to clients asynchronously and depended on talking service being enabled. by Svetoslav Ganov · 15 years ago
  40. 35bfede Touch exploration separate setting and API to poll the latter state. by Svetoslav Ganov · 15 years ago
  41. 4a49d9f Throw an exception if accessibility service has not requested to retrieve window content. by Svetoslav Ganov · 15 years ago
  42. ea80b2d Exception in TouchExplorer due to invalid pointer id. by Svetoslav Ganov · 15 years ago
  43. 63c04ee Touch exploration gesture events change the window id. by Svetoslav Ganov · 15 years ago
  44. e8f9535 Addressing comments during security review of the interrogation feature. by Svetoslav Ganov · 15 years ago
  45. b96a411 Fatal system crash due to NullPointerException by Svetoslav Ganov · 15 years ago
  46. cf15bb6 Merge "ArrayIndexOutOfBounds exception in TouchExplorer." by Svetoslav Ganov · 15 years ago
  47. 51cccf0 ArrayIndexOutOfBounds exception in TouchExplorer. by Svetoslav Ganov · 15 years ago
  48. a015617 Added scroll and text selection change accessibility events. by Svetoslav Ganov · 15 years ago
  49. 1ecc1e0 Minor tweak I forgot in the presious change. by Svetoslav Ganov · 15 years ago
  50. 7961be7 AccessibilityNodeInfo bounds inconsistent with compatibility mode. by Svetoslav Ganov · 15 years ago
  51. 9dc98e3 Accessiiblity in right state upon connection of a test agent. by Svetoslav Ganov · 15 years ago
  52. eeee4d2 Final polish of the interrogation feature. by Svetoslav Ganov · 15 years ago
  53. 00f7b3f Crash in the TouchExplorer by Svetoslav Ganov · 15 years ago
  54. 8643aa0 Interrogation of the view hierarchy from an AccessibilityService. by Svetoslav Ganov · 15 years ago
  55. c321c19 Fixing a bug I introduced during my last merge. by Svetoslav Ganov · 15 years ago
  56. f9886f3 AccessiblityManagerService not cleaning up dead binders. by Svetoslav Ganov · 15 years ago
  57. cc4053e Accessibility serviceconfiguration via meta-data by Svetoslav Ganov · 15 years ago
  58. 91feae3 TouchExplorer - refactoring and a couple of bug fixes by Svetoslav Ganov · 15 years ago
  59. fe9f8ab Add initial API for stylus and mouse buttons. by Jeff Brown · 15 years ago
  60. a3e261d The accessibility input filter state was not unregistered when by Svetoslav Ganov · 15 years ago
  61. 736c275 Touch exploration feature, event bubling, refactor by Svetoslav Ganov · 15 years ago
  62. 3fb3d7c Revert "Touch exploration feature, event bubling, refactor" by Adam Powell · 15 years ago
  63. ac84d3b Touch exploration feature, event bubling, refactor by Svetoslav Ganov · 15 years ago
  64. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 15 years ago
  65. 0029c66 Add input filter mechanism for accessibility. by Jeff Brown · 15 years ago
  66. 6e6cd7a Move accessibility manager service to own package. by Jeff Brown · 15 years ago