History log of /frameworks/support/v7/recyclerview/src/android/support/v7/util/SortedList.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
33ffbb80d216fa677a810beed7f51f62a5ed234e 17-May-2017 cjeon <adobecs5.kaist@gmail.com> fix a typo in SortedList javadoc

Fixed a typo in SortedList#beginBatchedUpdates’ javadoc.

before:
If the current Callback in an instance of …
after:
If the current Callback is an instance of …

Test: Read twice, asked a colleague if it sounds more legit.
Change-Id: I07563c9fe027a2a44a35052a172990aa8755edb4
/frameworks/support/v7/recyclerview/src/android/support/v7/util/SortedList.java
377357a8c26c8c54ba8cb876ae775265635a8448 24-Jan-2017 Elliot Waite <elliotwaite@google.com> Fix @links in support docs.

Change-Id: I7acb3d14dee5227ac4d87710453f018c9d0f1b9d
/frameworks/support/v7/recyclerview/src/android/support/v7/util/SortedList.java
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/SortedList.java
8a3d454edf4dcfdbd61300c6adafe7337e2f24ca 18-Aug-2016 Yigit Boyar <yboyar@google.com> Fix sorted list batched callback.

Bug: 30938398
Change-Id: I5a05661d610ca7a3ea8ee9d004ff2b1cd523e616
/frameworks/support/v7/recyclerview/src/android/support/v7/util/SortedList.java
a41c174e52ec211ef950259b274b120a705af438 09-Jul-2016 Yigit Boyar <yboyar@google.com> Utility class to calculate difference between two lists.

Change-Id: I8a5b661f4ad6dc0851f72fae63a2187f91fc8cb8
/frameworks/support/v7/recyclerview/src/android/support/v7/util/SortedList.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/SortedList.java
d805095048f6be52cddbd572ee343c4639ba8187 22-Apr-2016 Alan Viverette <alanv@google.com> Clean up deprecation tags in support libraries

Also fixes renderscript and recyclerview docs builds.

Bug: 28339627
Bug: 28073702
Change-Id: I0f38cf82fe260de4488660c87aaed8d26265eeba
/frameworks/support/v7/recyclerview/src/android/support/v7/util/SortedList.java
7fa39157f88d13bc417dab8db7c13e342a14cba0 14-May-2015 Vladislav Kaznacheev <kaznacheev@google.com> Add batch insert method to SortedList.

Bug:20469953
Change-Id: Iaa3cb146c5c38a2a4963d58cec6b162acf3029b3
/frameworks/support/v7/recyclerview/src/android/support/v7/util/SortedList.java
12833d36969f1540dd5fc6fe32a25fa8b52a8e0b 29-Apr-2015 Yigit Boyar <yboyar@google.com> Add clear method to SortedList

Bug: 20540622
Change-Id: Iaee00d16a282eb6b13a3f5b4a40f65a4202c6051
/frameworks/support/v7/recyclerview/src/android/support/v7/util/SortedList.java
a3d5bb01bc01733999d84c452a27012c57ab369c 17-Dec-2014 Yigit Boyar <yboyar@google.com> SortedList data structure

This is a collection class that keeps items in order and dispatches
change events which makes it play nice with RecyclerView#Adapter.

It also has support for batching events so that when multiple
consecutive items are added/removed/updated in the list,
they can be dispatched to Adapter as 1 op, making it easier for
RecyclerView to handle.

Bug: 18753633
Change-Id: I86e3cce1873d8d0b310658a9b8f2f943750e9f8f
/frameworks/support/v7/recyclerview/src/android/support/v7/util/SortedList.java