This repository has been archived by the owner on Sep 10, 2019. It is now read-only.
Releases: thorbenprimke/realm-recyclerview
Releases · thorbenprimke/realm-recyclerview
Updates Realm to 89.1
0.9.15 Update to Realm 89.1
Bump For PRs and Realm 88.2 Upgrade
0.9.14 Update Example With Apply Realm
Release for addition of the "close" method
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
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
0.9.10 Bump of build tools to 23 and example support libs to match the libra…
Adds support for footer
0.9.9 Adds Footer To RealmBasedRecyclerViewAdapter
Fixes SLM Headers Position Bug
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
Thanks @eyecreate for adding support for exact grid column width.
Adds support for swipe to dismiss
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.
0.9.4 Changes the AnimateRowId To Always Use The Primary Key And Have Optio…