History log of /packages/apps/Settings/src/com/android/settings/accessibility/AccessibilityServiceWarning.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
633c9be21c6f687d4db932b16e3dc6d3923bb038 05-Jul-2017 Phil Weaver <pweaver@google.com> Migrate to new overlay-stopping flag

Bug: 62196835
Test: Started an accessibility service that displays an app
overlay and verified that it disappears when approving an
accessibility service's capabilities.

Change-Id: I7c8d8b4143a5dd1cb684c31c4503608c8d5be0e3
/packages/apps/Settings/src/com/android/settings/accessibility/AccessibilityServiceWarning.java
2e2dbfe549d6803483d509b62538a875de433151 30-May-2017 Phil Weaver <pweaver@google.com> Manual merge of ag/2319717

Bug: 62104030
Test: Manually tested as described in original commit msg.
Change-Id: Ie00bafa736c837881a258c9de10891b27c5baefd
/packages/apps/Settings/src/com/android/settings/accessibility/AccessibilityServiceWarning.java
15bebece9402f32e7f0501561b73b4c9ea68ea33 05-May-2017 Roozbeh Pournader <roozbeh@google.com> Fix bidi direction of dialog and bidi-wrap service name

Previously, the name of the service being in a different direction
from the locale could cause bidi artifacts.

Now, we explicitly set the direction of the dialog to the locale, and
bidi-wrap the service name.

Test: Manual
Change-Id: I563299866b24a4ce90fa2d09781aa269d8de2edd
Fixes: 37761152
/packages/apps/Settings/src/com/android/settings/accessibility/AccessibilityServiceWarning.java
c8e20afa3c60ff6aeb0e60bf8b225fa15a8fe3e7 05-Apr-2017 Phil Weaver <pweaver@google.com> Don't enable a11y service if scary dialog obscured

We were only checking if the OK button itself was obscured.
Changing to check if any part of the window is obscured.

Bug: 31855267
Test: Created a sample a11y service that displays a UI to cover
part of the window, but not the OK button. It was possible to
enable an a11y service before this change, but now it displays
a warning toast.

Change-Id: I21974535aba734da6ea9d7accf67fb9237fd16fc
/packages/apps/Settings/src/com/android/settings/accessibility/AccessibilityServiceWarning.java
296b7263ad5f9dfbfbe7833da02a551e3adf84eb 16-Mar-2017 Phil Weaver <pweaver@google.com> A11y shortcut settings enhancement

Adding shortcut on/off switch, improving the service picker,
and adding a switch to enable the shortcut on the lock screen.

Also adjusted setting search code to avoid indexing the
accessibility shortcut aside from the main accessibility settings
page.

Bug: 35872328
Bug: 35219988
Test: Ran in a variety of conditions, ran existing settings test.
Also added basic robo test, verified existing robo tests pass.
Change-Id: I4da9bad74caf96d9c8f3640e7db5417b4ee5d602
/packages/apps/Settings/src/com/android/settings/accessibility/AccessibilityServiceWarning.java
1540a9f10cef8fec035f72f19e128183c00c9f00 31-Jan-2017 Phil Weaver <pweaver@google.com> Optimize a11y service capabilities

Bug: 27148522
Test: Trivial change. Verfied that it builds and a11y settings work.
Change-Id: I6684848604a84cf76081517a7b9b72042c74be7c
/packages/apps/Settings/src/com/android/settings/accessibility/AccessibilityServiceWarning.java
ba29c47a74a5a667f91d448884f23340492750ab 23-Nov-2016 Phil Weaver <pweaver@google.com> Settings for new accessibility shortcut.

Repurposing shortcut setting to make it configurable.

Bug: 30160335

Test: Verified that the setting dialog appears with both
default and newly added accessibility services. Toggled
services on and off, and verified that nothing happened
when the shortcut was disabled.
Change-Id: I14d00109212bdd4b7919b2d51f702c8f118007fa
/packages/apps/Settings/src/com/android/settings/accessibility/AccessibilityServiceWarning.java