2015-03-08
- Fix: Added a way to set DbInspector launcher label from app via
@string/dbinspector_app_name
2015-03-07
- New: Support for older devices (thanks to @PrashamTrivedi)
- New: Search on the table list (thanks to @PrashamTrivedi)
- New: The database can now be copied to the app folder for easy access with
adb pull
(thanks to @PrashamTrivedi) - New: No need to add the DbInspectorActivity declaration to the app manifest anymore (actually your app won't build if you do add it), this declaration is now in the library manifest - this change is the reason for the major version bump
2015-01-11
- Fix: Closing both cursor and database after query to prevent leaking the connection
- Fix: DbInspector now uses ActionBarActivity so you can (and need to) use an AppCompat theme - this change is the reason for the major version bump
2014-10-17
- New: Support for inspecting sqlite database created internally by CouchBase Lite
- Fix: Show table content by default and don't lose state on recreate
- Fix: Close cursor after database query to prevent leaking the connection
2014-04-07
- Fix: Don't truncate structure table to rows per page number of rows
2014-03-31
- Fix: Support blob type (thanks to user
bclymer
)
2014-03-27
- Fix: Prefixed almost all of the resources with dbinspector_ to avoid overriding the id in the parent project
2014-03-27
- Fix: Prefixed view identifiers with dbinspector_ to avoid overriding the id in the parent project
2014-03-26
Renamed project and maven artifact.
2014-03-15
- New: Added launcher icon
2014-03-15
Initial release.