History log of /frameworks/support/compat/java/android/support/v4/view/accessibility/AccessibilityWindowInfoCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
552766fa685c63ad760c92239faaba12e6ad51f1 26-Aug-2016 Aurimas Liutikas <aurimas@google.com> Remove all the extra accessor methods added by javac in support-compat.

Change private methods to be package protected to avoid extra methods
that get added to be able to access them from inner classes.

This CL saves 67 methods in our jar.

Bug: 31075707
Change-Id: I0e7a2f99e5447d1150ad30b9650b420fad633a68
/frameworks/support/compat/java/android/support/v4/view/accessibility/AccessibilityWindowInfoCompat.java
f0950cb7bea75c7c85900ad9d4790b884b4e6045 13-Jun-2016 Abhinav Baid <abhinavbaid@google.com> Fix NullPointerException bug

AccessibilityWindowInfoCompat$obtain(AccessibilityWindowInfoCompat)
could lead to NullPointerException on older platforms. This commit fixes
this. Also, change a few method signatures in internal code for
SearchViewCompat and change the Ics and Honeycomb IMPL methods to
throw an IllegalArgumentException if the first argument is not a
non-null SearchView.

Bug: 29329934
Change-Id: Id98abfef081f2dca8066cab759bda8771c21e507
/frameworks/support/compat/java/android/support/v4/view/accessibility/AccessibilityWindowInfoCompat.java
77df76ce4466b7a3739fbbe53c2ac99d976b113e 06-Jun-2016 Abhinav Baid <abhinavbaid@google.com> Make some Compat classes have more coverage

Add missing methods and public fields to AccessibilityNodeInfoCompat and
AccessibilityWindowInfoCompat so that their interfaces are almost fully
compatible with the corresponding framework base classes.
The statement above says almost because these support lib classes do not
implement the Parcelable interface (this issue also applies to
PointerIconCompat) and so cannot serve as drop-in replacements in *ALL*
cases (in particular when parceling is used). Please see the discussion
on the bug linked below for a detailed explanation.

Bug: 29148805
Change-Id: I5b9406de1d26adc6f11a7ac24152ff3171c97e15
/frameworks/support/compat/java/android/support/v4/view/accessibility/AccessibilityWindowInfoCompat.java
ddb6f8b066a6ae9c5c90f2740df112e292fddc13 27-May-2016 Phil Weaver <pweaver@google.com> resolve merge conflicts of aced5b7 to master

Change-Id: Ie307c9a7c7a0b61373a801881577ead3ae1c284a
86082edc3fc2291ce425e91de3b80e2f6f8915c3 25-May-2016 Alan Viverette <alanv@google.com> Merge "Merge "Revert "Update accessibility compat classes for N."" into nyc-dev am: 9594cc3fcd am: 2a8e71796d" into nyc-mr1-dev-plus-aosp
am: 5d9734374a

* commit '5d9734374acb3a651ffd8bc78756f8c225e9e147':
Revert "Update accessibility compat classes for N."

Change-Id: I151212208ad54f7e91d9d5b6ca2b98d44cff1a61
c6d37d61352210fa6d1e47f16d965b0125c02a4e 25-May-2016 Phil Weaver <pweaver@google.com> Merge "Update accessibility compat classes for N." into nyc-dev am: ab914f51e7 am: 068254cac1
am: b42c338256

* commit 'b42c338256219cd9724d56b01e77d94d4d10a635':
Update accessibility compat classes for N.

Change-Id: I09e852fc3c803e8a9104167a3406dcc5218e9ea8
3ac77bf186f87ecad4bf0063b2f6c4384efbd56a 27-Apr-2016 Kirill Grouchnikov <kirillg@google.com> Support module refactoring

* Splitting support-v4 into two modules, support-compat and support-core
* Adding a new library module named support-v4 that combines the two
together for backward compatibility support of existing projects
* support-compat has all Compat classes, their few direct dependencies
and all data structures in the .util package

Change-Id: Icd1b0ab3a5b61a8a2bf85bc274098f0a828963e0
/frameworks/support/compat/java/android/support/v4/view/accessibility/AccessibilityWindowInfoCompat.java