Skip to content

Releases: amitshekhariitbhu/Android-Debug-Database

Fix query & class not found error

07 Mar 09:58
1cb6137
Compare
Choose a tag to compare
  • Fix: Fix query error
  • Fix: Fix DebugDb class not found error

Reduce library size

18 Feb 08:42
d14adf9
Compare
Choose a tag to compare
  • Reduce size by taking out encrypted database library as a separate module
  • New: Add support for database delete
  • Changed compile to implementation
  • Fix: Minor bug fixes

Fix for Room Database

23 Jun 06:04
Compare
Choose a tag to compare
  • Fix issue for Room Database

Add support for debugging inMemory Room Database

12 Feb 16:36
e011034
Compare
Choose a tag to compare
  • Add support for debugging inMemory Room Database
  • Add example for Room Database

Add SqlCipher support

08 Jan 14:17
3e2482f
Compare
Choose a tag to compare
  • Add SqlCipher support
  • List table name in non case sensitive alphabetical order

Add row feature and bug fixes

23 Jun 00:41
Compare
Choose a tag to compare
  • Add insert row feature
  • Add custom database files support
  • Add method for checking isServerRunning
  • Add pragma support
  • Bug fixes

Editing Values and Offline Support

08 Feb 03:44
Compare
Choose a tag to compare
  • Edit database directly
  • Delete Database Row
  • Delete Shared Pref
  • Edit shared preferences directly
  • Complete offline support
  • Code refactor
  • Standard code for checking databases files

Thanks to @rajengla and @vinayagasundar for contributing

Export DB and other fixes

21 Jan 10:03
Compare
Choose a tag to compare
  • Export DB
  • DB version
  • Bug fixes
  • Proguard issue resolved
  • Exception handling

Merged Pull Requests

29 Nov 05:31
Compare
Choose a tag to compare

Bug fixes by other folks, had been merged.
Optimization by other folks, has been merged.

Custom Port

23 Nov 10:00
Compare
Choose a tag to compare
  • Add support for custom port
  • Fix bug