Realm v0.73.0 Release Notes

Release Date: 2014-11-04 // over 9 years ago
    • ๐Ÿ›  Fixed a bug not allowing queries with more than 1024 conditions.
    • Rewritten the notification system. The API did not change but it's now much more reliable.
    • โž• Added support for switching auto-refresh on and off (Realm.setAutoRefresh).
    • โž• Added RealmBaseAdapter and an example using it.
    • โž• Added deleteFromRealm() method to RealmObject.