adrian w kirk
543d7448c7
Solar clock: now a typo in the apps.json
2021-07-25 21:11:52 +01:00
adrian w kirk
bed3878a05
solar clock: fixed typo in custom.html
2021-07-25 20:57:17 +01:00
adrian w kirk
cb31c2cef5
Adding the custom page to choose locations
2021-07-25 20:42:41 +01:00
adrian w kirk
331d112e75
Solar Clock: Updated description
2021-07-25 11:01:19 +01:00
adrian w kirk
e5c0216656
Solar Clock: changed icon
2021-07-25 10:41:36 +01:00
adrian w kirk
6c96a02a5e
Solar Clock: GPS location now only updates once per day.
2021-07-24 16:45:43 +01:00
adrian w kirk
1dded3904f
Solar Clock: changed to proper location names
2021-07-24 01:48:34 +01:00
adrian w kirk
8653c9c72e
Solar Clock: Shaved off some memory use with location
2021-07-24 01:48:04 +01:00
adrian w kirk
945ef8e1de
solar clock: typo side panels
2021-07-22 21:01:02 +01:00
adrian w kirk
2b09d70226
Solar clock: shaving off memory usage on the side panels
2021-07-22 20:48:09 +01:00
adrian w kirk
432636106e
solar clock: BUGFIX current location not being written to file
2021-07-20 19:07:52 +01:00
adrian w kirk
967cd6a861
Solar clock - changed back to having long and lat combined with status
2021-07-20 16:36:48 +01:00
adrian w kirk
1733489df5
Solar Clock: Decreasing the memory consumption - deleting the Long and Lat readout
2021-07-20 01:59:04 +01:00
adrian w kirk
224975ea81
solar clock BUGFIX. Clock missing GPS update on screen
2021-07-19 09:18:14 +01:00
adrian w kirk
07698a9cf1
Solar Clock - need to update the twilight times on a new day
2021-07-19 01:51:38 +01:00
adrian w kirk
a8dac4729b
solar clock: added the sun up and sundown times
...
- also tidied up long and lat readouts
2021-07-18 14:11:56 +01:00
adrian w kirk
9ffb1062eb
solar clock: display North and East around the wrong way
2021-07-17 21:36:20 +01:00
adrian w kirk
ecf497d010
solar clock: fixed typo apps index
2021-07-17 21:10:07 +01:00
awkirk71
4c9436a5c0
Merge branch 'espruino:master' into master
2021-07-17 21:08:06 +01:00
adrian w kirk
03716d5b80
solar clock: First Commit
2021-07-17 21:04:04 +01:00
Gordon Williams
4a01fa1c6c
Merge pull request #770 from epw/master
...
Add support for dismissing Gadgetbridge notifications through notify
2021-07-10 19:41:38 +01:00
Eric Willisson
3e41465d64
Fix tabbing
2021-07-09 20:10:13 -04:00
Eric Willisson
c3e91b4a30
Adds support for dismissing Gadgetbridge notifications through notify app.
...
Most of the support was already there, so this is just a few small steps:
- notify.js gets a dismiss_and_hide() exported function that can send the "notify-" event to Gadgetbridge, if installed
- dismiss_and_hide() is called when the Bangle.js screen is touched, instead of just hide()
- Gadgetbridge's widget.js saves "notify"-type events to a variable
- Gadgetbridge's widget.js sends a DISMISS action back to the Android app on "notify-" events, using the saved event data
Note that this is a limited implementation. For example, only the most recent notfication is saved (when a new one comes in, the old one is overridden in the variable), so it will be dismissed on the phone. A more advanced implementation might make it possible to choose which notification to dismiss.
From my own testing, this does properly count as a "swipe-away" style dismiss event in Android, so apps that react to notifications being swiped away will be triggered as expected.
2021-07-09 14:56:19 -04:00
Gordon Williams
6670d51724
new firmware
2021-07-09 17:43:21 +01:00
Gordon Williams
c9559961b4
ability to package all files up into a binary blob
2021-07-08 11:12:49 +01:00
Gordon Williams
3979665634
0.22: Ensure Bangle.setGPSPower uses 'gpsrec' as a tag
2021-07-05 10:01:11 +01:00
Gordon Williams
fcc6a234d7
capitals
2021-06-30 16:22:49 +01:00
Gordon Williams
2b53e6f84d
correct default light theme
2021-06-30 13:52:52 +01:00
Gordon Williams
294c544a84
Bangle.js 2 tweaks
2021-06-30 13:24:58 +01:00
Gordon Williams
97e6d54f89
Quick about tweak to make it work if only one button
2021-06-30 10:18:21 +01:00
Gordon Williams
8e11e1811c
Add Bangle.js 2 scroll launcher
2021-06-30 10:17:55 +01:00
Gordon Williams
8b4af27cfc
swap nob2 tag to bno2 to allow us to filter on search term 'b2' more easily
2021-06-30 10:13:24 +01:00
Gordon Williams
a4358600a0
verticalface 0.09: Fix time when minutes<10 and hours>9 ( fix #767 )
2021-06-28 11:13:47 +01:00
Gordon Williams
0688d79d3f
Merge branch 'master' of github.com:espruino/BangleApps
2021-06-25 10:50:31 +01:00
Gordon Williams
1ebd554ef8
tweak for #766 to copy with very slow file reads
2021-06-25 10:50:23 +01:00
Gordon Williams
25b3a4a8d2
Merge pull request #765 from hughbarney/master
...
kicthen: added stepo2 as a combination replacement for stepo and digi watch faces
2021-06-25 08:08:11 +01:00
hughbarney
5730d8cc23
kitchen: added stepo2 as a replacement for stepo and digi
2021-06-24 21:15:25 +01:00
hughbarney
48033a47b4
Merge remote-tracking branch 'upstream/master'
2021-06-24 20:38:08 +01:00
hughbarney
df2b229a1d
Added stepo2, a combo of stepo and digi
2021-06-24 20:36:45 +01:00
Gordon Williams
ede6318ac6
add settings theme menu
2021-06-24 16:09:40 +01:00
Gordon Williams
9aa746fbc3
Modified to use setUI, theme and different screens
2021-06-24 15:45:49 +01:00
Gordon Williams
e4dc3e7afd
Changed setWatch to Bangle.setUI
2021-06-24 15:13:45 +01:00
Gordon Williams
e54466d7b3
Changed setWatch to Bangle.setUI
2021-06-24 15:11:14 +01:00
Gordon Williams
1d0a618356
setui
2021-06-24 14:39:25 +01:00
Gordon Williams
272007c652
more tweaks
2021-06-24 14:29:13 +01:00
Gordon Williams
490a0b9670
0.05: setUI, screen size changes
2021-06-24 14:17:44 +01:00
Gordon Williams
083eac0143
setUI tweaks
2021-06-24 14:14:42 +01:00
Gordon Williams
36a1678931
update APIs
2021-06-24 14:00:40 +01:00
Gordon Williams
1d3079528a
Use setUI, work with smaller screens and themes
2021-06-24 13:34:45 +01:00
Gordon Williams
f6389ead76
cliock 0.13: Use setUI, work with smaller screens and themes
2021-06-24 13:24:43 +01:00