- Add support for timeline quick view
- Add colour settings for greeting text, stat text, and filler word text
- Add settings for bold/non-bold stat font
- Improve text rendering logic
- Improve battery life by a large margin
- Reduce watchface load time
- Fix visual glitches on first load of watchface
The "Buttery Smooth Settings" update! π
- Add support for automatic restoration of settings when reinstalling the watchface
- Fix settings sometimes being lost on the settings page
- Fix reset settings button not working in some cases
- Improve detection of Pebble persistent storage being wiped and attempt to automatically restore all storage from phone app backup silently
- Improve watchface persistent-storage related error handling, in rare cases where it cannot be silently restored
- Improve settings page error handling when settings can't be restored from mobile app
- Improve speed of live settings updates
- Remove need to set which Pebble mobile app you are using before being able to use settings
- Fix a greeting string that was too long
- Add full support for Pebble Time 2
- Add detection of PebbleOS bug where persistent storage of watchface gets wiped
- Replace trial ended 'error' screen with screen describing this as a PebbleOS bug and a link to Lignite.io/e420 with instructions on how to report this bug and fix your watchface
- Fix settings not loading on legacy iOS Pebble app
- Fix various weather syncing issues
- Fix backlight being stuck on unknown devices or firmwares
- Fix "Error loading settings" for customers on Pebble 2 Duo
- Reduce frequency of fetching GPS location
- Improve menu icon
Initial release.
Fun fact about this face: because the Pebble SDK APIs for text wrapping only support one font, yet this face uses "two" fonts within one block of text (regular & bold), we had to build our own text-wrapping code. Little design choices like this often require the most effort in building a beautiful watchface.
(But also, writing text-wrapping code was the most enjoyable challenge of building Bob the Bubble βΊοΈ)