Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Releases: thorbenprimke/realm-recyclerview

Updates Realm to 89.1

26 Apr 04:45
Compare
Choose a tag to compare
0.9.15

Update to Realm 89.1

Bump For PRs and Realm 88.2 Upgrade

07 Apr 07:25
Compare
Choose a tag to compare
0.9.14

Update Example With Apply Realm

Release for addition of the "close" method

16 Jan 20:20
Compare
Choose a tag to compare
Adds Close Method

Adds close method to ensure that realmResults are reset and that the change listener is removed.

Verified that doing the right thing and cleaning things up, fixed the fatal exception
on item deletion because the 'old' change listener is no longer called.
Resolves #13

Bump Realm To 0.87.1

25 Dec 15:55
Compare
Choose a tag to compare
0.9.12

Bump Realm To 0.87.1 and bump lib to .12

Bump to Realm 0.86 and upgrade of projects to build tools / support lib 23

10 Dec 05:57
Compare
Choose a tag to compare
0.9.10

Bump of build tools to 23 and example support libs to match the libra…

Adds support for footer

06 Dec 00:00
Compare
Choose a tag to compare
0.9.9

Adds Footer To RealmBasedRecyclerViewAdapter

Fixes SLM Headers Position Bug

01 Dec 04:31
Compare
Choose a tag to compare

onBindRealmViewHolder with SLM Headers is now has the realmIndex instead of the rowWrappers index.

Adds support for exact grid column width. Bumps realm to 0.85.1

26 Nov 20:20
Compare
Choose a tag to compare

Thanks @eyecreate for adding support for exact grid column width.

Adds support for swipe to dismiss

13 Nov 06:55
Compare
Choose a tag to compare
0.9.5

Updated To-Do List Example To Match iOS

Adds support for multiple animation. Fixes bug related to not unique "ids" for animations.

08 Nov 19:36
Compare
Choose a tag to compare
0.9.4

Changes the AnimateRowId To Always Use The Primary Key And Have Optio…