Gordon Williams
529c2403b3
Merge branch 'passkey_pairing'
2020-07-30 09:08:31 +01:00
Gordon Williams
d501e8d45f
Merge branch 'master' of github.com:espruino/BangleApps
2020-07-30 09:04:34 +01:00
Gordon Williams
aa48f5038f
Allow Gadgetbridge to work even with programmable:off
2020-07-30 09:04:06 +01:00
Gordon Williams
10459bb9d8
Merge pull request #538 from kuleszdl/master
...
Add Changelog for v0.01 apps that lack a changelog
2020-07-30 08:12:38 +01:00
Gordon Williams
35cce62dd4
Add no->non from https://github.com/espruino/BangleApps/pull/536
2020-07-30 07:51:11 +01:00
Daniel Kulesz
069abf1a83
Add Changelog for v0.01 apps that lack a changelog
2020-07-29 21:00:41 +02:00
Gordon Williams
8beb44510b
improve linking to apps via hash
2020-07-21 11:56:07 +01:00
Gordon Williams
e0a0b4a54d
Merge pull request #531 from rigrig/battery_warning
...
Battery warning
2020-07-21 09:26:32 +01:00
Richard de Boer
7228f8b2fa
widbatwarn: add readme+screenshot
2020-07-20 23:06:58 +02:00
Richard de Boer
a1629d9ac9
widbatwarn: create Battery Warning
2020-07-20 22:23:24 +02:00
Gordon Williams
0af0778fb4
Merge pull request #530 from rigrig/notify_api
...
Notify api
2020-07-20 08:38:01 +01:00
Richard de Boer
6406788165
gbridge: Modified music notification for updated 'notify' library
2020-07-19 21:59:59 +02:00
Richard de Boer
48bf67dfb1
notifyfs: Update notify API for #527
...
Also some cleanup:
- fall back to "src" if title is missing
- move message-splitting into separate function
- make icon position depend on whether titlebar is present
2020-07-19 21:59:28 +02:00
Richard de Boer
7bb98d38e0
notify: Update notify API for #527
...
Also some cleanup:
- fall back to "src" if title is missing
- move message-splitting into separate function
2020-07-19 21:57:49 +02:00
Richard de Boer
8df352cca9
Add some sample GB() messages, for testing purposes
2020-07-19 21:54:25 +02:00
Gordon Williams
8b0e70b117
banglerun: Use offscreen buffer for flickerless updates
2020-07-17 08:23:13 +01:00
Gordon Williams
81bca5ca04
0.03: Fix distance >=10 km ( fix #529 )
2020-07-17 08:11:31 +01:00
Gordon Williams
5983566782
Merge branch 'master' of github.com:espruino/BangleApps
2020-07-17 08:10:34 +01:00
Gordon Williams
b1b3b6bda7
add explosion background
2020-07-16 15:58:06 +01:00
Gordon Williams
5dfa750258
Merge pull request #528 from bengwalker/master
...
Add a simple counter app
2020-07-16 08:38:44 +01:00
bengwalker
c9b6ca5fc3
Merge branch 'master' into master
2020-07-16 09:24:13 +02:00
Michael Bengfort
e7fb5a03d5
add TODOs
2020-07-16 09:17:41 +02:00
Gordon Williams
91a8a0e2b2
Merge pull request #526 from rigrig/fix_notifyfs
...
notifyfs: fix custom render callback
2020-07-15 08:32:18 +01:00
Richard de Boer
e2b7fc8541
notifyfs: fix custom render callback
2020-07-14 21:25:19 +02:00
Gordon Williams
45c8d7a49f
Merge branch 'master' of github.com:espruino/BangleApps
2020-07-14 13:47:42 +01:00
Gordon Williams
8b029f7d02
Add ordnance survey app
2020-07-14 13:47:33 +01:00
Gordon Williams
5b20164733
Merge pull request #525 from singintime/minionclk03
...
minionclk v0.03
2020-07-14 07:43:30 +01:00
singintime
a38e2b0fb6
Fixed typo
2020-07-13 18:28:56 +02:00
singintime
3fb2ddc9c1
Addressing review comments
2020-07-13 18:26:49 +02:00
Stefano Baldan
b490945445
minionclk v0.03
2020-07-13 10:35:17 +02:00
Gordon Williams
be3269ccc2
Fix error if malformed JSON on the watch already (eg. from going through a tutorial)
2020-07-09 15:04:08 +01:00
Gordon Williams
c99e4e53a8
mark created files
2020-07-09 11:30:47 +01:00
Gordon Williams
51a3c01fe1
Added acceleration recorder
2020-07-09 11:27:44 +01:00
Gordon Williams
5ae38e02a3
Merge pull request #522 from rigrig/gbridge
...
Gbridge
2020-07-08 08:45:18 +01:00
Richard de Boer
1b2f8e7404
gbridge: Nicer display of alarm clock notifications
...
My phone generates these events for alarms (even labelled ones):
{"t":"notify","id":1592721702,"src":"ALARMCLOCKRECEIVER"}
{"t":"notify-","id":1592721702} // when dismissing the alarm
This commit shows a nice alarm-clock icon and friendlier title instead,
but preserves event title/body if it is provided after all.
Lifted the icon from apps/alarm/app-icon.js
2020-07-07 21:41:24 +02:00
Richard de Boer
a5f3118859
gbridge: Handle notify- events
...
So dismissing notifications on the phone also clears them on the watch
2020-07-07 20:53:00 +02:00
Richard de Boer
9c55b47263
notify/notifyfs: Add notification ID option
...
So you can hide a notification only if it hasn't been replaced yet.
2020-07-07 20:45:03 +02:00
Gordon Williams
350bec8aaf
Merge pull request #520 from berkenbu/gpsrec_changes
...
Gpsrec OpenStreetMap track plotting
2020-07-06 09:21:19 +01:00
berkenbu
a16f026e2b
gpsrec ver 0.12 - openstreetmap plotting
2020-07-03 23:06:41 -04:00
berkenbu
5011c376f0
Plot track on top of OpenStreetMap tiles
2020-07-03 23:05:00 -04:00
berkenbu
4ccea1377f
Plot on OpenStreetMap tiles
...
Add option to plot tracks on top of OpenStreetMap tiles, if they are installed on the watch.
2020-07-03 23:03:13 -04:00
berkenbu
adbfcead38
Make gps fix icon green to be more visible
2020-07-03 23:01:09 -04:00
Gordon Williams
8f6f446e3e
Merge pull request #519 from gsin11/feat/added-en_IN-locale
...
Feat/added en_IN locale
2020-07-03 13:31:42 +01:00
Gurpreet Singh
3e049e3a26
Changed the currency code for en_IN locale
2020-07-03 10:54:58 +02:00
Gurpreet Singh
8e9a70a588
feat(AddedNewLocale): Added en_IN local to support English India
2020-07-02 21:13:46 +02:00
Gurpreet Singh
df1b523824
Merge pull request #1 from espruino/master
...
Fetching latest changes from upstream branch
2020-07-02 20:46:07 +02:00
Gordon Williams
176f1eb578
Merge pull request #518 from rigrig/gbridge_music
...
gbridge: Don't keep LCD on while playing music
2020-07-01 08:01:35 +01:00
Richard de Boer
b172017f2e
gbridge: Don't keep LCD on while playing music
...
Looks like this fell through during the 'notify' upgrade.
Some apps can keep the LCD pretty much awake all the time with
"position" updates.
2020-06-30 22:48:00 +02:00
Gordon Williams
3f74e96bc5
verticalclock 0.05: Stop hours being displayed wrong if moving from 2 digits to 1 ( fix #516 )
2020-06-29 08:39:11 +01:00
Gordon Williams
484f2c7eb2
Merge pull request #511 from paulcockrell/master
...
BugFix: Marioclock use of fillPoly adjustments
2020-06-29 08:33:06 +01:00