forked from FOSS/BangleApps
Update README.md
parent
d28a2acbbd
commit
08428e6501
|
@ -1,6 +1,6 @@
|
||||||
# Seaside utility watch
|
# Seaside utility watch
|
||||||
|
|
||||||
A watch that does just what I want when I am at the seaside.
|
A watch that does just what I want when I am at the seaside, showing day, date, month, year, sunrise, sunset, location and approximate high and low tide times.
|
||||||
|
|
||||||
Touch to toggle between sunrise / sunset and tide times.
|
Touch to toggle between sunrise / sunset and tide times.
|
||||||
|
|
||||||
|
@ -17,10 +17,9 @@ This may become very unreliable over time and will need periodic realignment.
|
||||||
|
|
||||||
## Many faults
|
## Many faults
|
||||||
|
|
||||||
- [ ] minutes not appearing in settings
|
|
||||||
- [ ] tide set to 'false' instead of high/low
|
- [ ] tide set to 'false' instead of high/low
|
||||||
- [x] default location data doesn't show up in the simulator for some reason
|
- [x] minutes not appearing in settings
|
||||||
- [x] app icon invisible
|
|
||||||
|
|
||||||
## Many of the to-dos
|
## Many of the to-dos
|
||||||
|
|
||||||
|
@ -28,6 +27,3 @@ This may become very unreliable over time and will need periodic realignment.
|
||||||
- [ ] write tide data back to json file when flipped to keep it up to date when app reloaded
|
- [ ] write tide data back to json file when flipped to keep it up to date when app reloaded
|
||||||
- [ ] tidy up code in general
|
- [ ] tidy up code in general
|
||||||
- [ ] no need to check sunrise and sunset times so often
|
- [ ] no need to check sunrise and sunset times so often
|
||||||
- [x] add sun image to main screen
|
|
||||||
- [x] show alternative data on tap
|
|
||||||
- [x] show tide times
|
|
||||||
|
|
Loading…
Reference in New Issue