Releases: jonasrottmann/realm-browser
Releases Β· jonasrottmann/realm-browser
0.0.14
- fixed ANR when using bigger
byte[]
s (limiting bytes displayed to 8 and 1000 onBrowserActivity
andObjectActivity
until finding better solution) - removed search option from
BrowserActivity
due to it never functioning really well (looking for better options) - added information toast to
BrowserActivity
which at the moment displays the number of rows of the selected model - added version information to
BrowserActivity
- updated to Realm 3.3.1
0.0.13
0.0.12
- Updated Realm to version 3.1.4
- Show more informative toasts if opening realm file fails
- Added option to view file size of the database file on ModelsActivity
0.0.11
- π Features
- Added option to share the opened realm file from ModelsActivity
0.0.10
- Fixed NPE when no files were in the app directory
- π Using Realm Java 3.1.2
v0.0.9
- π Using Realm Java 3.0.0
- π Bugfixes
- πΆ Visual adjustments
- π Features
- Added activity to edit objects (currently only Strings, Numbers, Dates and Booleans can be edited)
- Added option to sort model classes
- Added option to filter model classes
- Added option to delete an object
- Added App Shortcuts for devices running Android 7.1 or newer
v0.0.8
- Restored compatibility to Realm version 0.88.0
- Using VectorDrawables instand of .png's
- Added realm-browser-no-op module which can be used in release builds (see README.md)
- Hide Actionbar on scroll
v0.0.7
- Updated support libraries to 23.2.0
- Updated Realm version to 87.5
v0.0.6
New
- Settings and filed selection are now accessed via a Navigation Drawer
- Display amount of objects for each model in the RealmModelsActivity (thank you @degill)
- Filter String and Integer fields π (WIP)
Fixed issues
- Using resource prefixing (realm_browser_)
.log_a
and.log_b
files not longer shown