1. 51141c0 ScreenMagnifier: Track SurfaceFlinger Input by Robert Carr · 6 years ago
  2. 6c7522a Fix uiautomator failed to get active window. by Rhed Jao · 6 years ago
  3. 41118f3 Update a11y recommended timeout api. by Rhed Jao · 6 years ago
  4. 667c2d0 Clean up a11y bindInstantService and package check by Phil Weaver · 6 years ago
  5. 27beee5 Make performAccessibilityShortcut a SystemAPI by Phil Weaver · 6 years ago
  6. 95d6d82 Enable Per-display support on MagnificationController. by sanryhuang · 6 years ago
  7. a1300eb Merge "Add null check for WindowInfo" by Jackal Guo · 6 years ago
  8. e97db70 Add null check for WindowInfo by Jackal Guo · 6 years ago
  9. f4c7bdd Merge "Add synchronization to UiAutomationManager." by TreeHugger Robot · 6 years ago
  10. dd57771 Add synchronization to UiAutomationManager. by Phil Weaver · 6 years ago
  11. f798d6e Correct the state of the accessibility service by Jackal Guo · 6 years ago
  12. a7fa814 Fix accessibility services tests to work with atest by Dieter Hsu · 6 years ago
  13. f649351 Merge "Accessibility actions should trigger ACTION_OUTSIDE" by Jackal Guo · 6 years ago
  14. f78014e Merge "Adding a11y ui minimum timeout api." by Rhed Jao · 6 years ago
  15. e972881 Adding a11y ui minimum timeout api. by Rhed Jao · 6 years ago
  16. ec2b499 Merge "Change API name for a11y keyboard flag" by Phil Weaver · 6 years ago
  17. ac2b62e Accessibility actions should trigger ACTION_OUTSIDE by Jackal Guo · 6 years ago
  18. e05fba4 Change API name for a11y keyboard flag by Phil Weaver · 6 years ago
  19. c2f3d85e Add test mapping for a11y by Phil Weaver · 6 years ago
  20. 01f426f Add TouchExplorerTest by Dieter Hsu · 6 years ago
  21. ea479da disableSelf doesn't recover the init state of value by Jackal Guo · 6 years ago
  22. 7080e1a Avoid duplicated touch events by Jackal Guo · 6 years ago
  23. 1979bad Remove dupe events while 2-fingers scrolling by Dieter Hsu · 6 years ago
  24. a925869 Merge "Eliminate race condition for a11y windows" by Phil Weaver · 6 years ago
  25. 9e795d8 Merge "Magnification isn't reset when service is disabled" by Jackal Guo · 6 years ago
  26. 6374158 Merge "Remove batchMotionEvent in AccessibilityInputFilter." by TreeHugger Robot · 6 years ago
  27. c72faad Eliminate race condition for a11y windows by Phil Weaver · 6 years ago
  28. 1418a6b Magnification isn't reset when service is disabled by Jackal Guo · 6 years ago
  29. b5df055 Merge "Enhance a11y soft keyboard controller" by Phil Weaver · 6 years ago
  30. 03a65b0 Enhance a11y soft keyboard controller by Phil Weaver · 6 years ago
  31. fe39083 Remove batchMotionEvent in AccessibilityInputFilter. by Rhed Jao · 6 years ago
  32. 1528c87 Correct return value of MagnificationController#reset by Jackal Guo · 6 years ago
  33. d447b5c Merge "Using transformed event for standard gesture detector" by Jackal Guo · 6 years ago
  34. 79ea482 Using transformed event for standard gesture detector by Jackal Guo · 6 years ago
  35. 8a39cef Update AccessibilityManagerService to use SystemService by Rhed Jao · 6 years ago
  36. 24158ba Merge "Make sure keys get flushed when connection falls apart." by TreeHugger Robot · 6 years ago
  37. 5bbc301 Make sure keys get flushed when connection falls apart. by Qasid Sadiq · 6 years ago
  38. 9e4f3e0 Introduced WindowProcessController/Listener (10/n) by Wale Ogunwale · 6 years ago
  39. 6767eae Split internal interface activities from current AM interface (3/n) by Wale Ogunwale · 6 years ago
  40. fba2c8f After an ax service permanently crashes, it won't eat keys by Qasid Sadiq · 6 years ago
  41. 0b47dde9 Fix magnification offset min and max calculation by Yuki Awano · 6 years ago
  42. 466b71e Add config value for fingerprint gesture support by Phil Weaver · 6 years ago
  43. 9856179 Don't clear a11y focus with lock held by Phil Weaver · 6 years ago
  44. bd57323 [DO NOT MERGE] Sort A11yService#getWindows by layer descending by Eugene Susla · 6 years ago
  45. 6f2e97e Not allow shell to dump screen by using ui-automator if... by Tony Mak · 6 years ago
  46. c863d50 Merge "Expose if running a11y service has crashed" into pi-dev by TreeHugger Robot · 6 years ago
  47. c09a021 Expose if running a11y service has crashed by Phil Weaver · 6 years ago
  48. 53454a1 Don't let non-touchable windows retain a11y focus by Phil Weaver · 6 years ago
  49. 3a1b5d1 Merge "Fix bug in clearing a11y focus" by TreeHugger Robot · 6 years ago
  50. 7bb765e Fix bug in clearing a11y focus by Phil Weaver · 6 years ago
  51. 6343b32 Make equality check more robust for a11y button by Phil Weaver · 6 years ago
  52. fde4456 Merge "Stop throwing exceptions in TouchExplorer" by Phil Weaver · 6 years ago
  53. 9404bea Stop throwing exceptions in TouchExplorer by Phil Weaver · 6 years ago
  54. 75fbfc7 Use PooledLambda in A11yManagerService by Eugene Susla · 6 years ago
  55. a9e97b0 Merge "Couple fixes for M11nGestureHandler" by TreeHugger Robot · 6 years ago
  56. 5210e94 Couple fixes for M11nGestureHandler by Eugene Susla · 6 years ago
  57. 8d79feb Merge "Fix magnification viewport drifting when scaling" by TreeHugger Robot · 6 years ago
  58. 10280a8 Fix magnification viewport drifting when scaling by Eugene Susla · 6 years ago
  59. 421822c Merge "Clean up usage of COWArrayList in a11y code" by TreeHugger Robot · 6 years ago
  60. b7c8f2d Clean up usage of COWArrayList in a11y code by Eugene Susla · 6 years ago
  61. bbab23f Frameworks: Annotate trivial @GuardedBy in services/ misc by Andreas Gampe · 6 years ago
  62. 6af87a9 Merge "Fix inconsistent MagnificationGestureHandler state after delegation" by TreeHugger Robot · 6 years ago
  63. 8f07ee1 Fix magnification button toggle off by Eugene Susla · 7 years ago
  64. e6e55b5 Fix inconsistent MagnificationGestureHandler state after delegation by Eugene Susla · 7 years ago
  65. d042974 Add a11y action to take screenshot by Phil Weaver · 7 years ago
  66. dc8e526 Merge "Treat ACTION_CANCEL as ACTION_UP for magnification" by TreeHugger Robot · 7 years ago
  67. 34bc2ab Merge "Prevent race condition when iterating over bound services" by TreeHugger Robot · 7 years ago
  68. 5b05f77 Prevent race condition when iterating over bound services by Eugene Susla · 7 years ago
  69. 7c070b3 Use the public OPSTR of the BIND_ACCESSIBILITY_SERVICE app op. by Peter Visontay · 7 years ago
  70. cbc43ed Merge "Make accessibility window events more granular" by Phil Weaver · 7 years ago
  71. c0fec9c Merge "[M11n] Add missing defensive copies" by TreeHugger Robot · 7 years ago
  72. 7dbd24c [M11n] Add missing defensive copies by Eugene Susla · 7 years ago
  73. fe87bce Fix magnification unit test by Eugene Susla · 7 years ago
  74. bb2f28a Make accessibility window events more granular by Phil Weaver · 7 years ago
  75. d223db3 Add infrastructure for running a11y tests in instant mode by Svet Ganov · 7 years ago
  76. 2756ddb Merge "Communicate relevantEvents=0 for packages excluded from whitelist" by TreeHugger Robot · 7 years ago
  77. 348bd71 Merge "Make accessibility anchor id a long" by Phil Weaver · 7 years ago
  78. 4b7c919e Communicate relevantEvents=0 for packages excluded from whitelist by Eugene Susla · 7 years ago
  79. ffed5c8 Merge "Revert "Log an App Op when an accessibility action is performed."" by TreeHugger Robot · 7 years ago
  80. 75dce7c Make accessibility anchor id a long by Phil Weaver · 7 years ago
  81. e8fb83f Revert "Log an App Op when an accessibility action is performed." by Phil Weaver · 7 years ago
  82. 8f02229 Merge "Notify system when uiAutomation terminates" by Phil Weaver · 7 years ago
  83. 19eb5895 Log an App Op when an accessibility action is performed. by Peter Visontay · 7 years ago
  84. 371f79c Merge "clearCallingIdentity before calling into getPackageUidAsUser" by Tony Mak · 7 years ago
  85. 239677d Notify system when uiAutomation terminates by Phil Weaver · 7 years ago
  86. 1232d58 clearCallingIdentity before calling into getPackageUidAsUser by Tony Mak · 7 years ago
  87. 1195083 Log an App Op when an accessibility service is registered. by Peter Visontay · 7 years ago
  88. b8f2728a Merge "Prevent reporting fake package name - framework" by TreeHugger Robot · 7 years ago
  89. 240aed9 Prevent reporting fake package name - framework by Svet Ganov · 7 years ago
  90. e0b2ee5 Convert services to Android.bp by Colin Cross · 7 years ago
  91. b9f0612 Allow a11y shortcut to toggle framework features by Phil Weaver · 7 years ago
  92. e99bc05 WM: Move WindowManagerPolicy, DisplayFrames and WindowManagerInternal into services by Adrian Roos · 7 years ago
  93. f9a651d Global a11y action to lock screen by Eugene Susla · 7 years ago
  94. 6cc467e Treat ACTION_CANCEL as ACTION_UP for magnification by Eugene Susla · 7 years ago
  95. 96d3f47 Fix issue with accessibility when switching users by Phil Weaver · 7 years ago
  96. a55f74e Magnification Gestures CTS test by Eugene Susla · 7 years ago
  97. 728354b Various minor magnification improvements by Eugene Susla · 7 years ago
  98. ff70683 Handle UiAutomation dying before being connected by Phil Weaver · 7 years ago
  99. 4f8680b MagnificationGestureHandler refactoring and unit test by Eugene Susla · 7 years ago
  100. 47386b1 Merge "Merge "IllegalArgumentException in MagnificationGestureHandler" am: 7aff46195e am: f124c72600 am: 99317517cb" into oc-mr1-dev-plus-aosp by Edward Savage-Jones · 7 years ago