breber / garagehub-android

This is a repository for the mobile version of GarageHub
http://garagehub.us
0 stars 0 forks source link

Move all preferences to single system #14

Closed breber closed 10 years ago

breber commented 10 years ago

We currently use:

getSharedPreferences("Preferences", 0); getSharedPreferences("CarHubMobile", 0);

We should consolidate, and add a way to migrate on app startup so users don't lose any settings.