pebble-hacks / aviator

Aviator Watchface
24 stars 3 forks source link

Persistent storage #8

Closed orviwan closed 10 years ago

orviwan commented 10 years ago

Would be good to use persistent storage to remember the configuration changes. It would help with the initial flicker as settings are retrieved from the phone local storage.

theckman commented 10 years ago

I feel like the settings are retrieved from the Aviator's web server and not the phone. Recently I am seeing the watch face completely lose its settings, and trying to change them within the Pebble app is impossible (I guess because the remote page times out?)

cpfair commented 10 years ago

@theckman might be due to the persistent storage bug in current firmware versions, too.

EDIT: Nope! I stand corrected by @orviwan

theckman commented 10 years ago

Ah, I had not considered that angle. Thank you for the correction.

cpfair commented 10 years ago

Maybe fire up the pebble logs tool and watch what happens when you attempt to save the settings - there's probably enlightenment to be had there.

orviwan commented 10 years ago

Settings are currently stored on the phone using localstorage. I want to use persistent storage on the pebble in a future update.

On 25 Mar 2014, at 23:40, Collin notifications@github.com wrote:

Maybe fire up the pebble logs tool and watch what happens when you attempt to save the settings - there's probably enlightenment to be had there.

Reply to this email directly or view it on GitHubhttps://github.com/pebble-hacks/aviator/issues/8#issuecomment-38634989 .

orviwan commented 10 years ago

Settings are now saved and loaded from persistent storage