Realm Java 0.80.0
We just released a Realm Java update to this website and to Maven. This release includes support for static fields, case sensitive queries for relationships many bug fixes and improvements.
Static fields
RealmObjects now also support static fields on top of static methods. That should hopefully make it easier to encapsulate those constant values.
Relationship queries can now be case insensitive.
When querying across relationships RealmQuery.equalTo(), .contains(), .beginsWith() and .endsWith() now all support the RealmQuery.CASE_INSENSITIVE flag.
Bug fixes
We have fixed a number of smaller bugs. See the full changelog for details.
Thanks for reading. Now go forth and build amazing apps with Realm! As always, we’re around on the mailing list, Stack Overflow, GitHub, and Twitter.