amitshekhariitbhu / Android-Debug-Database

A library for debugging android databases and shared preferences - Make Debugging Great Again
https://outcomeschool.com
Apache License 2.0
8.41k stars 871 forks source link

download db files compressed as zip file. #195

Closed SwiftyWang closed 9 months ago

SwiftyWang commented 4 years ago

Currently when clicking download button only the file with .dbcan be downloaded which is not enough. This PR will compress all DB files the name started with xxx.db to a zip file to download. The issue mentioned in #194 #137 Sample app tested passed.