summaryrefslogtreecommitdiff
path: root/core/java/android/accessibilityservice/AccessibilityService.java
Commit message (Expand)AuthorAgeFilesLines
* Up limit from 1fps to 3fps for takeScreenshotRobert Berry2021-06-141-1/+1
* Add trace for AccessibilityInteractionClient callback interfaces.Hongming Jin2021-04-021-39/+42
* Add DISMISS_NOTIFICATION_SHADE action for a11yBernardo Rufino2021-03-121-0/+5
* Move Gesture ID 43 from two-finger single tap and hold to two-finger triple t...Ameer Armaly2021-02-021-2/+2
* Keep changed focus data after service disableJacky Kao2020-12-221-0/+4
* Allow A11yService to customize accessibility focusJacky Kao2020-12-041-0/+22
* Add API to record touch interactions.Ameer Armaly2020-10-211-0/+23
* Add gesture ids 43-45.Ameer Armaly2020-10-011-0/+9
* Unhide global action constantsSally Yuen2020-06-241-5/+5
* Merge "Add GLOBAL_ACTION_ACCESSIBILITY_ALL_APPS" into rvc-dev am: 310bf3094a ...Sally Yuen2020-06-031-0/+6
|\
| * Add GLOBAL_ACTION_ACCESSIBILITY_ALL_APPSsallyyuen2020-06-011-0/+6
* | Merge "Add triggering the accessibility shortcut as a system action" into rvc...Sally Yuen2020-05-041-0/+7
|\|
| * Add triggering the accessibility shortcut as a system actionsallyyuen2020-05-011-0/+7
* | Merge "Fix system action API issues in SystemActions" into rvc-dev am: f8331a...Sally Yuen2020-04-271-0/+12
|\|
| * Fix system action API issues in SystemActionssallyyuen2020-04-271-0/+12
* | Merge "Supporting multi-display for takeScreenshot() on master"Jacky Kao2020-04-201-10/+0
|\ \
| * | Supporting multi-display for takeScreenshot() on masterJacky Kao2020-04-171-10/+0
* | | Merge "Support sending KEYCODE_HEADSETHOOK KeyEvent from an a11y service" int...Sally Yuen2020-04-201-0/+7
|\ \ \ | |/ / |/| / | |/
| * Support sending KEYCODE_HEADSETHOOK KeyEvent from an a11y servicesallyyuen2020-04-201-0/+7
* | Merge "Merge "Make the system action API more clear with documentation" into ...Automerger Merge Worker2020-04-071-0/+7
|\|
| * Merge "Make the system action API more clear with documentation" into rvc-devSally Yuen2020-04-061-0/+7
| |\
| | * Make the system action API more clear with documentationsallyyuen2020-04-031-0/+7
| * | Supporting multi-display for takeScreenshot()Jacky Kao2020-03-251-10/+0
| |/
* / Sync granularity of gestures with vsyncRobert Berry2020-03-301-1/+27
|/
* Reply error through callback for takeScreenshot()Jacky Kao2020-03-201-19/+84
* Throw IllegalArgumentException for takeScreenshot()Jacky Kao2020-03-121-2/+9
* Update JavadocJackal Guo2020-03-041-0/+9
* Drop the hardware bufferJacky Kao2020-03-021-0/+4
* Add a rate limitation of takeScreenshot() APIJacky Kao2020-03-021-20/+24
* Merge "Increase granularity of gesture dispatch to 60fps"TreeHugger Robot2020-02-191-1/+1
|\
| * Increase granularity of gesture dispatch to 60fpsRobert Berry2020-02-181-1/+1
* | Add passthrough functionality for touch exploration and gesture detection.Ameer Armaly2020-02-181-0/+51
|/
* Merge "Improvement for takeScreenshot() API"Jacky Kao2020-02-141-23/+26
|\
| * Improvement for takeScreenshot() APIJacky Kao2020-02-141-23/+26
* | Add multi-finger double tap and hold gestures.Ameer Armaly2020-02-131-0/+9
|/
* Merge "Changing the return type of takeScreenshot() (2/n)"Jacky Kao2020-02-071-11/+90
|\
| * Changing the return type of takeScreenshot() (2/n)Jacky Kao2020-02-061-11/+90
* | Add four-finger gestures.Ameer Armaly2020-02-051-0/+21
|/
* Add one-direction multi-finger swipes.Ameer Armaly2020-02-021-0/+40
* Implement multi-finger multi-tap gesture matchers for accessibilityDieter Hsu2020-01-281-0/+30
* Add flag for accessibility services to request that double tap gestures be di...Ameer Armaly2020-01-241-2/+0
* API on AccessibilityService side to support customized system actions.Hongming Jin2020-01-171-27/+74
* Implementing new API : takeScreenshot()Jacky Kao2020-01-151-0/+55
* Add new switchToInputMethod APImincheli2020-01-101-0/+28
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Implement existing gestures using the new architecture.Ameer Armaly2019-12-171-0/+12
* Merge "Close memory leak in a11y gesture dispatch"TreeHugger Robot2019-10-171-0/+1
|\
| * Close memory leak in a11y gesture dispatchPhil Weaver2019-10-161-0/+1
* | Implementing new API : getWindowsOnAllDisplays()Jacky Kao2019-10-041-1/+29
|/
* Rename AccessibilityGestureInfoRyanlwLin2019-09-031-11/+11