summaryrefslogtreecommitdiff
path: root/core/java/android/accessibilityservice/AccessibilityService.java
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2021-06-14Up limit from 1fps to 3fps for takeScreenshotRobert Berry
2021-04-02Add trace for AccessibilityInteractionClient callback interfaces.Hongming Jin
2021-03-12Add DISMISS_NOTIFICATION_SHADE action for a11yBernardo Rufino
2021-02-02Move Gesture ID 43 from two-finger single tap and hold to two-finger triple t...Ameer Armaly
2020-12-22Keep changed focus data after service disableJacky Kao
2020-12-04Allow A11yService to customize accessibility focusJacky Kao
2020-10-21Add API to record touch interactions.Ameer Armaly
2020-10-01Add gesture ids 43-45.Ameer Armaly
2020-06-24Unhide global action constantsSally Yuen
2020-06-03Merge "Add GLOBAL_ACTION_ACCESSIBILITY_ALL_APPS" into rvc-dev am: 310bf3094a ...Sally Yuen
2020-06-01Add GLOBAL_ACTION_ACCESSIBILITY_ALL_APPSsallyyuen
2020-05-04Merge "Add triggering the accessibility shortcut as a system action" into rvc...Sally Yuen
2020-05-01Add triggering the accessibility shortcut as a system actionsallyyuen
2020-04-27Merge "Fix system action API issues in SystemActions" into rvc-dev am: f8331a...Sally Yuen
2020-04-27Fix system action API issues in SystemActionssallyyuen
2020-04-20Merge "Supporting multi-display for takeScreenshot() on master"Jacky Kao
2020-04-20Merge "Support sending KEYCODE_HEADSETHOOK KeyEvent from an a11y service" int...Sally Yuen
2020-04-20Support sending KEYCODE_HEADSETHOOK KeyEvent from an a11y servicesallyyuen
2020-04-17Supporting multi-display for takeScreenshot() on masterJacky Kao
2020-04-07Merge "Merge "Make the system action API more clear with documentation" into ...Automerger Merge Worker
2020-04-06Merge "Make the system action API more clear with documentation" into rvc-devSally Yuen
2020-04-03Make the system action API more clear with documentationsallyyuen
2020-03-30Sync granularity of gestures with vsyncRobert Berry
2020-03-25Supporting multi-display for takeScreenshot()Jacky Kao
2020-03-20Reply error through callback for takeScreenshot()Jacky Kao
2020-03-12Throw IllegalArgumentException for takeScreenshot()Jacky Kao
2020-03-04Update JavadocJackal Guo
2020-03-02Drop the hardware bufferJacky Kao
2020-03-02Add a rate limitation of takeScreenshot() APIJacky Kao
2020-02-19Merge "Increase granularity of gesture dispatch to 60fps"TreeHugger Robot
2020-02-18Add passthrough functionality for touch exploration and gesture detection.Ameer Armaly
2020-02-18Increase granularity of gesture dispatch to 60fpsRobert Berry
2020-02-14Merge "Improvement for takeScreenshot() API"Jacky Kao
2020-02-14Improvement for takeScreenshot() APIJacky Kao
2020-02-13Add multi-finger double tap and hold gestures.Ameer Armaly
2020-02-07Merge "Changing the return type of takeScreenshot() (2/n)"Jacky Kao
2020-02-06Changing the return type of takeScreenshot() (2/n)Jacky Kao
2020-02-05Add four-finger gestures.Ameer Armaly
2020-02-02Add one-direction multi-finger swipes.Ameer Armaly
2020-01-28Implement multi-finger multi-tap gesture matchers for accessibilityDieter Hsu
2020-01-24Add flag for accessibility services to request that double tap gestures be di...Ameer Armaly
2020-01-17API on AccessibilityService side to support customized system actions.Hongming Jin
2020-01-15Implementing new API : takeScreenshot()Jacky Kao
2020-01-10Add new switchToInputMethod APImincheli
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-17Implement existing gestures using the new architecture.Ameer Armaly
2019-10-17Merge "Close memory leak in a11y gesture dispatch"TreeHugger Robot
2019-10-16Close memory leak in a11y gesture dispatchPhil Weaver
2019-10-04Implementing new API : getWindowsOnAllDisplays()Jacky Kao