History log of /frameworks/support/compat/java/android/support/v4/view/ViewConfigurationCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a1f3f663034d903cb1a7036defa79bf462fca61c 31-Mar-2017 Aaron Whyte <awhyte@google.com> Rotary input support in RecyclerView, mainly for watches.

This also introduces new tests for RecyclerView onGerericMotionEvent,
including some tests for the pre-existing SOURCE_CLASS_POINTER events.

Test: New unit test class, and manual check on N and O watches.
Change-Id: I02d7389d103da25732166a6fd84566b45a99188a
(cherry picked from commit 2998aa5b8adb4e54a9fcd8f76298110879c677f5)
/frameworks/support/compat/java/android/support/v4/view/ViewConfigurationCompat.java
7656308f9e4b25765d8105ab12c73b723d7f0c02 21-Feb-2017 Aurimas Liutikas <aurimas@google.com> Clean up ViewConfigurationCompat after minSdk 14 bump.

Bug: 32794064
Test: ./gradlew assemble
Change-Id: Idb2a2c8b2c4b7aafe4fdfe02d7fe27d95b056b8e
/frameworks/support/compat/java/android/support/v4/view/ViewConfigurationCompat.java
17d15d92db2288bd27b8710c68e5bc1b9b5945f0 14-Jul-2016 Kirill Grouchnikov <kirillg@google.com> Additional deprecation notices on Compat APIs.

Bug: 30089429
Change-Id: Ie835c165a5a265146fda8f6cb9cf594933d0ce7d
/frameworks/support/compat/java/android/support/v4/view/ViewConfigurationCompat.java
f185f104c4786740765e549d535f9ba1052f96cc 10-May-2016 Kirill Grouchnikov <kirillg@google.com> Combine donut/eclair/eclairmr1/froyo/gingerbread source folders.

* Where relevant, call APIs directly and mark Compat APIs as deprecated
* Remove eclair-gingerbread folders from gradle and makefiles
* Bump LOCAL_SDK_VERSION to 9 in a couple of places that were skipped

In the next CL compat/donut will be renamed to compat/gingerbread.
Not doing this here to minimize the amount of diffs in this CL.

Change-Id: I5f418a8746b91bedd918523090b666eabe0ec20c
/frameworks/support/compat/java/android/support/v4/view/ViewConfigurationCompat.java
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/ViewConfigurationCompat.java