StephenBlackWasAlreadyTaken / xDrip-Experimental

Experimental Branches for Collaboration on DexDrip
GNU General Public License v3.0
25 stars 62 forks source link

Support for import/export of settings data to sdcard storage #266

Closed jamorham closed 8 years ago

jamorham commented 8 years ago

This patch allows the user to load and save the settings file to the external storage.

I find it a real pain re-entering settings after an uninstall or changing signing keys etc. This solves the problem for preferences settings.

Tested on android 4.4 / 5 and 6

AdrianLxM commented 8 years ago

I'm not sure if I can do it this weekend, but I'd like to change a bit before we merge it.

Basically I'd like to have the same export directory as the database exports, some more specific Exception handling instead of catching "Exception" and I'd like to reorganize the menu. With SpeakReadings, Smartwatch-Integration and 4 different export/ methods it has become too crowded for my taste. Time to group things together.

AdrianLxM commented 8 years ago

thanks @jamorham, sorry I forgot to say that!

tzachi-dar commented 8 years ago

A simple features that our users will definitely love.

On Thu, Jan 28, 2016 at 5:27 PM, AdrianLxM notifications@github.com wrote:

thanks @jamorham https://github.com/jamorham, sorry I forgot to say that!

— Reply to this email directly or view it on GitHub https://github.com/StephenBlackWasAlreadyTaken/xDrip-Experimental/pull/266#issuecomment-176235908 .

AdrianLxM commented 8 years ago

I really like this. I've opened a new PR with some small changes: https://github.com/StephenBlackWasAlreadyTaken/xDrip-Experimental/pull/279