All Versions
22
Latest Version
Avg Release Cycle
186 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.0
2020-11-01
For breaking changes check wiki migration pages.
- minSdk is now 21
- โ Sample now provides 3 test databases
- โป๏ธ Refactor codebase and migrate to Kotlin
- Replace manual pagination with automatic paging
- โ Add a no op package
- Redesign all screens
- ๐ Streamline deployment
- Implement sorting tables per columns
-
v4.0.0
October 26, 20192019-10-26
- ๐ Fix: #57
- ๐ Fix: #55 (thanks @orionlee)
- Migrated project and example app to androidx
- minSdk is now 19
- The example app is now all Kotlin and uses Room
-
v3.4.1
February 08, 20172017-02-08
- ๐ Fix: Sharing content provider authority is now per-app specific and prefixed with dbinspector (thanks @domagojkorman)
-
v3.4.0
December 23, 20162016-12-23
- ๐ Fix: Add permission handling, fixes #42 (thanks @domagojkorman)
- ๐ Fix: Fix exception while while sharing db, fixes #43 (thanks @domagojkorman)
- ๐ New: Make dbinspector launcher icon have same name as app if not overridden
-
v3.3.0
June 27, 20162016-06-27
- ๐ New: Action to delete contents of a table (thanks @ignaciotcrespo)
- ๐ Fix: Build error when using support lib 24.0.0 (thanks @rkrsgithub and @gmbett)
-
v3.2.4
May 04, 20162016-05-04
- ๐ Fix: The new CBL format is now properly supported (.cblite2 directory)
-
v3.2.3
March 03, 20162016-03-04
- ๐ Fix: Using in app which uses support libs 23.2.0+ (thanks @MarcBernstein)
-
v3.2.2
January 27, 20162016-01-27
- ๐ New: Support new CBL file suffix (.cblite2)
-
v3.2.1
July 12, 20152015-07-12
- ๐ Fix: Resolved crash that happened if you were on the last page of the content and switched the display to show more rows per page
-
v3.2.0
July 09, 20152015-07-09
- ๐ New: Show external databases if in folder returned by
context.getExternalFilesDir(null)
(thanks to @Aexyn) - ๐ New: Add option to share selected database (thanks to @dmarin)
- ๐ New: Import database from file (thanks to @dmarin)
- ๐ Fix: Set taskAffinity for
DbInspectorActivity
so the launcher opens DbInspector and not the app (thanks to @nicopico-dev)
- ๐ New: Show external databases if in folder returned by