History log of /frameworks/support/v4/java/android/support/v4/view/accessibility/AccessibilityRecordCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8f590dabd4e7d3fa4abfc74c91640690b63fc45a 23-Apr-2013 Svetoslav <svetoslavganov@google.com> Fix broken links in the JavaDoc

Change-Id: I9bab2f232ebc47459beb608e63fd3f6523994741
/frameworks/support/v4/java/android/support/v4/view/accessibility/AccessibilityRecordCompat.java
4184a5ee0959c0071eb6eb94878de9c5408d4e5e 16-Apr-2013 Svetoslav <svetoslavganov@google.com> Deprecating some APIs that were never meant to be public.

1. AccessibilityRecordCompat has an internal use constructor that was
leaked in the public APIs which allows passing in an instance of
AccessibilityEvent and manipulating its properties. This constructor
however, takes an object and is not type safe. Now it is deprecated
and there is a asRecord method on AccessibilityEventCompat
allowing to get an AccessibilityRecordComapt for an AccessibilityEvent
and call methods in a backwards compatible fashion.

2. The AccessibilityRecordCompat#getImpl() method was never meant
to be public. Now deprecated.

Note: This is prerequisite to fix the referred bug.

bug:8185409

Change-Id: I4fad757ea4bb8f09350b7c231116ee1e578d8320
/frameworks/support/v4/java/android/support/v4/view/accessibility/AccessibilityRecordCompat.java
f3ed7c56e6c409d27c60f7d74c026906593c21d4 13-May-2012 Svetoslav Ganov <svetoslavganov@google.com> Update the API version checks in the support lib.

1. Since the API version has been finalized this change
updates the SDk version checks to use the JellyBean
verson number.

bug:5947249

Change-Id: I1011f76612f95ceef179acd0b8ab258c055a8369
/frameworks/support/v4/java/android/support/v4/view/accessibility/AccessibilityRecordCompat.java
3a137cd495b313a047b5e800d02a925dea707fa0 11-Feb-2012 Svetoslav Ganov <svetoslavganov@google.com> Adding missing accessibility APIs to the support library.

1. Several accessibility methods added in JellyBean were
not provided in the support library.

2. Fixing a bug of calling incorrect method with close name.

bug:5972986
bug:5979087

Change-Id: I4a95adc58f73cca12cdaa31232ae253fa077eebb
/frameworks/support/v4/java/android/support/v4/view/accessibility/AccessibilityRecordCompat.java
c64858f808c159a8b144d22e3168459074cdc181 31-Jan-2012 Svetoslav Ganov <svetoslavganov@google.com> Fixing issues with accessibility APIs in the support-v4 library.

1. AccessibilityRecordCompat#getSource() was not implemented
correctly. If the internal implementation returns null
then this method should also do so for consistency.

2. AccessibilityNodeInfoCompat#getParent() and getChild()
making incorrect recursive call and also not returning null
if the internal implementation does so.

3. get/setMaxScrollX and get/setMaxScrollY now exposed for
devices running MR1.

bug:5920810
bug:5920093
bug:5913803

Change-Id: I74d73491ec7640f3074b0a6f094430f877ecf6ec
/frameworks/support/v4/java/android/support/v4/view/accessibility/AccessibilityRecordCompat.java
73df5d38da5c66eca9dfdb93de9c17d8e9e6c6d6 29-Jan-2012 Omari Stephens <xsdg@android.com> Revert " Fixing issues with accessibility APIs in the support-v4 library."

This reverts commit bf0a90aac4fb0392d975887eb1cbe8f55827d91f.

To fix build
/frameworks/support/v4/java/android/support/v4/view/accessibility/AccessibilityRecordCompat.java
bf0a90aac4fb0392d975887eb1cbe8f55827d91f 28-Jan-2012 Svetoslav Ganov <svetoslavganov@google.com> Fixing issues with accessibility APIs in the support-v4 library.

1. AccessibilityRecordCompat#getSource() was not implemented
correctly. If the internal implementation returns null
then this method should also do so for consistency.

2. AccessibilityNodeInfoCompat#getParent() and getChild()
making incorrect recursive call and also not returning null
if the internal implementation does so.

3. get/setMaxScrollX and get/setMaxScrollY now exposed for
devices running MR1.

bug:5920810
bug:5920093
bug:5913803

Change-Id: Iffaf34d16e463933b55f8cf6d79d21918aa1145b
/frameworks/support/v4/java/android/support/v4/view/accessibility/AccessibilityRecordCompat.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/view/accessibility/AccessibilityRecordCompat.java
f9c2277244722eca88c784b9cfdcc78df7f94781 21-Oct-2011 Svetoslav Ganov <svetoslavganov@google.com> Accessibility API in the compat lib should return empty lists and NPE in AccessibilityDelegateCompat.

NOTE: This change does *not* effect the ssytem, rather only the SDK.

bug:5494103

Change-Id: I6e7f85e4cb1ea4e84239188ddfc09794018e432c
/frameworks/support/v4/java/android/support/v4/view/accessibility/AccessibilityRecordCompat.java
9648c538bac4f04145c118cc41168d1d7a536312 11-Oct-2011 Svetoslav Ganov <svetoslavganov@google.com> Adding the new accessibility APIs to the v4 support library.

This change adds support for the new accessibility APIs in ICS
and does not affect the system, rather only the SDK.

bug:5445057

Change-Id: Ifc3790287bf224eb7489f6c325ce8cf7ce619a1d
/frameworks/support/v4/java/android/support/v4/view/accessibility/AccessibilityRecordCompat.java