History log of /frameworks/support/v7/recyclerview/src/android/support/v7/util/MessageThreadUtil.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3a500f61a8bdf48904f380f2d4925fe420d18ce7 25-Aug-2016 Aurimas Liutikas <aurimas@google.com> Remove all the extra accessor methods added by javac in support-recyclerview.

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 119 methods in our jar.

Bug: 31075707
Change-Id: I1c3147a196ae70ef14080a955d4399e01a997b1a
/frameworks/support/v7/recyclerview/src/android/support/v7/util/MessageThreadUtil.java
dc8e099ed130434c0238f558277c5bcb6a533121 23-May-2016 Aurimas Liutikas <aurimas@google.com> Add missing @Override annotations in v7 code. Part 1.

Change-Id: I8487ae3980cf84aa486edb086f676a14a82f22c6
/frameworks/support/v7/recyclerview/src/android/support/v7/util/MessageThreadUtil.java
de8e2baf9504defe12972fbf60935a1148f1098f 24-Jul-2015 Vladislav Kaznacheev <kaznacheev@google.com> Introduce ParallelExecutorCompat into support/v4

This class provides a backward compatible access to
a shared instance of ThreadPoolExecutor.

Also using this class in AsyncListUtil implementation
to avoid creating a new single thread executor per
instance.

Fixed tests accordingly.

Bug: 22640199
Change-Id: I89a59854f436c7dd9a8a9ab30fc86bd8f50e9df7
(cherry picked from commit c705c5d9a4f33aafeaabdf294b22bd587b0b7811)
/frameworks/support/v7/recyclerview/src/android/support/v7/util/MessageThreadUtil.java
a1470623b0f7c52c9e3985012bf9daeb692d7bcc 10-Jun-2015 Vladislav Kaznacheev <kaznacheev@google.com> Implemented AsyncListUtil

This is a utility class that supports asynchronous
content loading.

It can be used to load Cursor data in chunks without
querying the Cursor on the UI Thread while keeping UI
and cache synchronous for better user experience.

Bug: 20180767
Change-Id: I2872cd0f4a3eca89c054c006ac5e18523e073510
/frameworks/support/v7/recyclerview/src/android/support/v7/util/MessageThreadUtil.java