Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pedrovgs/Renderers

Tags

4.1.0

Toggle 4.1.0's commit message
Deprecate adaptee collection and start working with lists

4.0.0

Toggle 4.0.0's commit message
AndroidX migration

3.5.0

Toggle 3.5.0's commit message
Add RVListRendererAdapter providing background differential updates. …

…Contribution by Víctor Julián García Granado

3.4.0

Toggle 3.4.0's commit message
Add support for ViewPagers. Now we can use Renderers with ViewPagerAd…

…apters.

3.3.3

Toggle 3.3.3's commit message
Fix another performance issue in DiffCallback

3.3.2

Toggle 3.3.2's commit message
Fix bug related to the DiffCallback implementation. Now different ins…

…tances can be considered the same.

3.3.1

Toggle 3.3.1's commit message
Fix bug related to our DiffCallback performance. This new implementat…

…ion is not perfect but more precise than the previous one.

More information about the implementation can be found here: #38

3.3.0

Toggle 3.3.0's commit message
Release 3.3.0

Added a new method to RVRendererAdapter to be able to update a list refreshing just the elements modified and not the whole list. This feature provides a huge improvement in performance terms.

3.2.0

Toggle 3.2.0's commit message
Release 3.2.0. Add a new method to RVRendererAdapter and RendererAdap…

…ter to be able to configure the collection used inside the adapter using a setter method.

3.1.0

Toggle 3.1.0's commit message
Binding improvements for release 3.1.0 based on the bind method