History log of /frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/ImageLoader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
64165762788d147a6def5d6a89d6cd884b0f49f3 30-Jan-2017 Aurimas Liutikas <aurimas@google.com> Deprecated AsyncTaskCompat.

AsyncTaskCompat can be replaced by directly using FW AsyncTask.
This CL deprecates AsyncTaskCompat and updates all the usages of it
in support library to use AsyncTask directly.

Bug: 32794064
Test: ./gradlew assemble still works.
Change-Id: If3e8bd27171949bd0efc473dc117b778930f43f0
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/ImageLoader.java
ef3b66039ff877b61bbc823921f6033d777cd3c8 19-May-2014 Chris Banes <chrisbanes@google.com> Update Support7Demos to include Palette demos

Change-Id: Iff13ca1a2551e54a98c655955654cf8be5930d0b
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/ImageLoader.java