CorvetteCole / PixelWatchFace

A minimalistic and open-source watchface for WearOS
GNU General Public License v3.0
73 stars 15 forks source link

simplify settings, optimize formatting #22

Closed CorvetteCole closed 3 years ago

CorvetteCole commented 4 years ago

see here for an example: https://github.com/android/wear-os-samples/blob/master/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/DigitalWatchFaceService.java

basically use SimpleDateFormat and just get the default locale. same with whether 24 hour mode should be used. evaluate removing those settings because it feels redundant when they are already managed by the OS

CorvetteCole commented 3 years ago

this was closed by https://github.com/CorvetteCole/PixelWatchFace/pull/50