Skip to content

Latest commit

 

History

History
75 lines (41 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

75 lines (41 loc) · 1.82 KB

Changelog

Version 3.0.1

2015-03-08

  • Fix: Added a way to set DbInspector launcher label from app via @string/dbinspector_app_name

Version 3.0.0

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

Version 2.0.0

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

Version 1.1.0

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

Version 1.0.6

2014-04-07

  • Fix: Don't truncate structure table to rows per page number of rows

Version 1.0.5

2014-03-31

  • Fix: Support blob type (thanks to user bclymer)

Version 1.0.4

2014-03-27

  • Fix: Prefixed almost all of the resources with dbinspector_ to avoid overriding the id in the parent project

Version 1.0.3

2014-03-27

  • Fix: Prefixed view identifiers with dbinspector_ to avoid overriding the id in the parent project

Version 1.0.2

2014-03-26

Renamed project and maven artifact.

Version 1.0.1

2014-03-15

  • New: Added launcher icon

Version 1.0.0

2014-03-15

Initial release.