History log of /frameworks/support/v4/java/android/support/v4/accessibilityservice/AccessibilityServiceInfoCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4d7f4a43baed40212e282fb4312875feaf0de55e 24-Apr-2013 Svetoslav <svetoslavganov@google.com> Updating AccessibilityServiceInfoCompat to use the new API version.

bug:8644149

Change-Id: Ie89017d0438e44456e6ef05e42d3481055764d53
/frameworks/support/v4/java/android/support/v4/accessibilityservice/AccessibilityServiceInfoCompat.java
c7cb4862dbdb52c07ef82bd4fb29ca9efe7756fa 17-Apr-2013 Svetoslav Ganov <svetoslavganov@google.com> Replacing accessibility service permissions with capability attributes.

Accessibility services can perform special operations such as retrieve
the screen content, enable explore by touch, etc. To ensure the user
is aware that the service will perform special operations we were using
permissions. However, the special operations cannot be performed unless
the service is really enabled by the user and it is at this point that
we want to notify the user about the service capabilities.

This change update the support library since the main change contained
some API changes.

Main change:https://googleplex-android-review.googlesource.com/#/c/298110

bug:8633951

Change-Id: I47344ef2ae9e8227d11cf1705f53b64e25fab65c
/frameworks/support/v4/java/android/support/v4/accessibilityservice/AccessibilityServiceInfoCompat.java
0fc5bd7644f7563f7b59bd1017df9c938857e794 05-Feb-2013 Svetoslav <svetoslavganov@google.com> Updating support lib v4 with new accessibility APIs.

1. Adding support for the new APIs for getting/setting the
view id of the AccessibilityNodeInfo's source.

2. Adding toString() APIs to AccessibilityNodeInfo to workaround
a framework issue where we throw an exception if one of the
node actions is not known for the current platform version.
Unfortunately the exception throwing code is already shipped
and clients should use the support lib to avoid crashing.

3. Adding new constants from AccessibilityServiceInfo to the
corresponding support class.

bug:8131980

Change-Id: I7ec484800c2adf8c1d6f49ffeeed551ff5e6ad26
/frameworks/support/v4/java/android/support/v4/accessibilityservice/AccessibilityServiceInfoCompat.java
0574ca37da4619afe4e26753f5a1b4de314b6565 17-Nov-2011 Svetoslav Ganov <svetoslavganov@google.com> Add the support libraries to the platform documentation (support libs).

Updated the support libraries' documentation.

bug:5629339

Change-Id: Ia026696e541ab200ce05601aabe062a303bcbb97
/frameworks/support/v4/java/android/support/v4/accessibilityservice/AccessibilityServiceInfoCompat.java