justdave / nwsweatheralertswidget

Android home screen widget to display current weather alerts from the US National Weather Service
http://justdave.github.io/nwsweatheralertswidget/
Apache License 2.0
14 stars 6 forks source link

Need to upgrade configuration from 1.x #49

Open justdave opened 3 years ago

justdave commented 3 years ago

On first launch we need to check if the old configuration options from 1.x are set, and whether any widgets exist, and if so, then the 2.x style configuration for each of the existing widgets needs to be set to match the old 1.x config and the 1.x config should be deleted. Doing this in widget startup might actually be a good place to do it.