JohanDegraeve / xdripswift

xdrip for iOS, written in Swift
GNU General Public License v3.0
339 stars 337 forks source link

Implemented data exportation as JSON, housekeeping retention period can now be set in settings. #351

Closed eduardopietre closed 2 years ago

eduardopietre commented 2 years ago

This pull requests implements the local data export discussed at #253, as I saw #271 has not been in development anymore. The JSON exportation is done in a background thread, and, at least from my testing, does not crashes the app. BgReadings, Treatments and Calibrations are exported. Testing and feedbacks are appreciated.