hughbarney
51c1e86d49
dtlaunch, make left to right swipe exit optional
2022-04-22 00:34:04 +01:00
storm64
052c1694d2
[Sched] Correct `decodeTime(t)` rounding
...
Correct `decodeTime(t)` to return a more likely expected time:
- before: `require("sched").decodeTime(60*60*1000-1)` returns: `{ hrs: 0, mins: 60 }`
- after: `require("sched").decodeTime(60*60*1000-1)` returns: `{ hrs: 1, mins: 0 }`
2022-04-21 23:01:39 +02:00
storm64
662581bff0
[sched] Update lib.js
...
Correct `decodeTime(t)` to return a more likely expected time:
- before: `require("sched").decodeTime(60*60*1000-1)` returns: `{ hrs: 0, mins: 60 }`
- after: `require("sched").decodeTime(60*60*1000-1)` returns: `{ hrs: 1, mins: 0 }`
2022-04-21 22:05:12 +02:00
Rarder44
a6991560c3
fix get font size
2022-04-21 22:00:24 +02:00
sir-indy
9133345ec7
Updated Readme
2022-04-21 17:14:16 +01:00
sir-indy
ecb0c372f0
Merge branch 'espruino:master' into master
2022-04-21 17:08:32 +01:00
sir-indy
9c2e1987e2
remove fuzzy strings, add translations to lang files
2022-04-21 17:06:32 +01:00
sir-indy
bdcd253e6c
remove fuzzyw.settings.js
2022-04-21 16:35:54 +01:00
Erik Andresen
856164a58e
alarm
...
update version to 0.22
2022-04-21 11:56:39 +02:00
nxdefiant
0e0415fefa
Merge branch 'master' into master
2022-04-21 11:56:11 +02:00
Gordon Williams
fbdcb8da83
Merge pull request #1723 from alessandrococco/1676-on-new-alarm-time-is-reset-on-dow-change
...
[Alarms & Timers] Fix #1676
2022-04-21 10:38:40 +01:00
Gordon Williams
af8dc7d7ac
Merge pull request #1724 from alessandrococco/patch-2
...
[Launcher] Add README
2022-04-21 10:37:49 +01:00
Gordon Williams
971fcb2f67
Merge pull request #1725 from myxor/patch-1
...
Fix typo in activity reminder
2022-04-21 10:37:18 +01:00
Gordon Williams
b9e76dd293
messages 0.34: Don't buzz for 'map' update messages
2022-04-21 10:29:10 +01:00
Alessandro Cocco
85268b8f82
[Alarms & Timers] Avoid time reset after a dow change
2022-04-21 11:17:55 +02:00
Marco H
3ab7add1ef
Fix typo
2022-04-21 10:45:04 +02:00
Alessandro Cocco
109ef4f417
[Launcher] Add README
2022-04-21 10:09:54 +02:00
frigis1
baa2313649
Delete apps/mtnclock directory
2022-04-20 21:44:50 -07:00
frigis1
8aeab136bc
Add files via upload
2022-04-20 21:32:55 -07:00
frigis1
ca91e7876a
Create app-icon.js
2022-04-20 21:32:36 -07:00
sir-indy
6c77b7bc64
Fuzzyw translation ( #3 )
...
* Update metadata.json
* Update ChangeLog
* Update fuzzyw.app.js
* Update de_DE.json
* Update de_DE.json
2022-04-20 22:01:54 +01:00
Erik Andresen
5e847a56fd
sched: fix formatTime reference
2022-04-20 20:26:06 +02:00
Erik Andresen
8c048f321c
Refactor some methods to scheduling library
2022-04-20 19:32:23 +02:00
David Peer
088453d8ce
HRM as default
2022-04-20 17:24:50 +02:00
David Peer
f8a2c280fe
Show last healt status for HRM
2022-04-20 17:24:11 +02:00
David Peer
8ff06301a7
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-04-20 17:15:12 +02:00
David Peer
945bc31b36
Fix info alignment
2022-04-20 17:15:10 +02:00
Peer David
66a8f4dcb8
Merge branch 'espruino:master' into master
2022-04-20 17:10:05 +02:00
David Peer
058beeae94
Better stability for weather
2022-04-20 17:09:33 +02:00
David Peer
a02e6d79c4
Use same data for settings otherwise settings change after first save.
2022-04-20 17:05:05 +02:00
Gordon Williams
bade1586ab
Merge pull request #1715 from sir-indy/master
...
Another pedometer widget
2022-04-20 16:03:44 +01:00
David Peer
d8bfad06ae
LCARS V0.22 - Fixed alarm and use build in steps function as fallback.
2022-04-20 17:03:15 +02:00
Gordon Williams
944cbb1136
Merge pull request #1719 from zerodogg/messagesTimeoutMsgRemoval
...
Allow timeouts to run on the message list screen
2022-04-20 15:36:18 +01:00
sir-indy
f59f2872e6
Update widstep.wid.js
...
Remove stray print statement!
2022-04-20 15:16:19 +01:00
sir-indy
09bd9bb252
Update widstep.wid.js
...
Looks like reload was never being called, so just read in the important setting at the top of the file.
2022-04-20 15:15:55 +01:00
Eskild Hustvedt
a7bab80dc3
Allow timeouts to run on the message list screen
...
Stops the app from displaying a message that then gets removed and after that
permanently "hanging" on the message screen.
2022-04-20 15:39:11 +02:00
sir-indy
c377a4f194
Update app.js
2022-04-20 14:32:23 +01:00
Alessandro Cocco
7c96e04d05
[Launcher] Update metadata & changelog
2022-04-20 15:20:36 +02:00
Alessandro Cocco
c2a5d13bd6
[Launcher] Load & draw widgets iff not in fullscreen mode
2022-04-20 15:20:22 +02:00
Alessandro Cocco
7afa90710f
[Launcher] Add new "fullscreen" option
2022-04-20 15:20:07 +02:00
Alessandro Cocco
2e5f198d66
[Launcher] Update labels
...
- Shorten settings title
- Change menu items to Camel Case
2022-04-20 15:19:51 +02:00
Alessandro Cocco
cfff375e56
[Alarms & Timers] Update metadata & changelog
2022-04-20 14:35:51 +02:00
Alessandro Cocco
c5e28b96ec
[Alarms & Timers] Integrate with new 'sched' factories
...
Minor code clean up (let instead of var, whitespaces between operators, etc.)
2022-04-20 14:35:51 +02:00
Alessandro Cocco
bcae05d257
[Alarms & Timers] Update labels and add LANG placeholders
2022-04-20 14:35:51 +02:00
Alessandro Cocco
cb0913468f
[Scheduler] Update metadata & changelog
2022-04-20 14:35:51 +02:00
Alessandro Cocco
9c9b48ce39
[Scheduler] Integrate the new settings into the code
2022-04-20 14:35:51 +02:00
Alessandro Cocco
a84c1d4f77
[Scheduler] Add Settings page
2022-04-20 14:35:50 +02:00
Alessandro Cocco
b0a43413c8
[Scheduler] Export new functions
...
- newDefaultAlarm
- newDefaultTimer
- get/setSettings
2022-04-20 14:35:50 +02:00
sir-indy
7bfe23d809
Update widstep.wid.js
2022-04-20 12:48:28 +01:00
sir-indy
7621776a83
Update app.js
2022-04-20 12:39:41 +01:00
sir-indy
51c285b39c
Update widstep.wid.js
2022-04-20 12:38:09 +01:00
Gordon Williams
810624d1f8
Merge pull request #1703 from Ronin0000-Github-Bangle-js-Fork-2/master
...
LCARS clock custom theming
2022-04-20 10:30:37 +01:00
Ronin0000
5a86b8e4d0
Update lcars.settings.js
2022-04-19 16:46:04 -07:00
Ronin0000
beff9975fc
Update metadata.json
2022-04-19 16:38:03 -07:00
Ronin0000
fd7d0db7e9
Update ChangeLog
2022-04-19 16:37:54 -07:00
Ronin0000
2db18d6678
Update appb2.js
2022-04-19 16:37:24 -07:00
Salim Blume
650d2bd288
Scaled retryTime for clampedTime instead of itself
2022-04-19 16:55:04 -05:00
Salim Blume
dbecd1ae6f
Adding tag to find 'hrm' more easily
2022-04-19 16:54:50 -05:00
Salim Blume
ab11b70681
Default custom values to the same as default mode so you can choose which pieces to change knowing the rest is the same
2022-04-19 16:54:27 -05:00
thyttan
1bc9329014
dragboard v0.04
2022-04-19 23:33:09 +02:00
thyttan
fcbb05753b
Merge branch 'espruino:master' into thyttan-dragboard
2022-04-19 23:07:20 +02:00
thyttan
9e78afb1b1
dragboard v0.03
2022-04-19 23:03:59 +02:00
sir-indy
f0ba8ac6ea
Update app.js
2022-04-19 20:35:04 +01:00
sir-indy
4a96043048
Update app.js
2022-04-19 17:04:56 +01:00
sir-indy
aedb3a0b26
Update app.js
2022-04-19 16:36:17 +01:00
sir-indy
20f9f2ad86
Update README.md
2022-04-19 16:26:56 +01:00
sir-indy
ea95dbfbf4
Update widstep.wid.js
2022-04-19 16:20:01 +01:00
sir-indy
702cd09f79
Update widstep.wid.js
2022-04-19 16:19:05 +01:00
Ronin0000
fbbb441bdd
Merge branch 'espruino:master' into master
2022-04-19 07:29:35 -07:00
sir-indy
e04f574f92
Update README.md
2022-04-19 15:28:04 +01:00
sir-indy
c74cd9bf36
Update app.js
2022-04-19 15:25:58 +01:00
sir-indy
f318fb005d
Update ChangeLog
2022-04-19 15:25:35 +01:00
sir-indy
08045075cc
Update metadata.json
2022-04-19 15:25:08 +01:00
sir-indy
beb81356bc
Update app.js
2022-04-19 15:24:32 +01:00
sir-indy
207dfadc58
Update README.md
2022-04-19 15:14:38 +01:00
sir-indy
a8a08bebc2
Update metadata.json
2022-04-19 15:10:51 +01:00
sir-indy
7250f80d58
Merge branch 'espruino:master' into master
2022-04-19 15:08:08 +01:00
Gordon Williams
229de954d9
Merge pull request #1701 from zerodogg/messagesVeryQuietMode
...
Allow quiet mode to optionally override message auto-open
2022-04-19 14:14:20 +01:00
sir-indy
c4529d5c0a
Step counter widget ( #2 )
...
* Create README.md
* Add files via upload
* Update metadata.json
2022-04-19 13:22:53 +01:00
Eskild Hustvedt
6c0f16a45f
Bumped to 0.32 for quiet mode auto-open setting
2022-04-19 14:09:52 +02:00
Gordon Williams
746aee3042
fix changelog formatting for test
2022-04-19 10:52:56 +01:00
Gordon Williams
af378662d1
remove accidental commit
2022-04-19 10:51:10 +01:00
Gordon Williams
0d0c2517eb
Merge pull request #1702 from thyttan/messagesmusic
...
[New app] [Messages Music] Pushes message to open Messages music controls.
2022-04-19 10:50:50 +01:00
Gordon Williams
2384a23534
Merge pull request #1704 from sir-indy/master
...
New clock face - mosaic
2022-04-19 10:44:16 +01:00
Gordon Williams
2a6f881517
minor tweak for new test code (maybe we should improve the test code)
2022-04-19 10:38:46 +01:00
Gordon Williams
10979542f1
Merge pull request #1709 from Uberi/master
...
Add HeartZone app
2022-04-19 10:35:35 +01:00
Gordon Williams
1aead3716e
Merge pull request #1710 from DDDanny/timecal-fix-tdyMrkClr-#1706
...
app-timecal fix tdy mrk clr #1706
2022-04-19 10:32:46 +01:00
Gordon Williams
df808092f7
Merge pull request #1713 from rigrig/fix-widcal
...
widcal: fix memory leak
2022-04-19 10:30:19 +01:00
Gordon Williams
d120ae6373
Merge pull request #1714 from Stiralbios/master
...
New app: Activity reminder
2022-04-19 10:29:44 +01:00
Gordon Williams
d019ec111c
Merge pull request #1688 from zerodogg/langTagsBootLoading
...
Tagging bootloader messages, and all "Loading..." messages
2022-04-19 10:26:57 +01:00
Gordon Williams
d8576ee717
Merge pull request #1708 from wespen/translation-cro
...
lang: added Croatian locale
2022-04-19 10:21:59 +01:00
Gordon Williams
1ffd6acafc
Merge pull request #1693 from eyecreate/red7game
...
Red7game
2022-04-19 10:20:01 +01:00
Gordon Williams
dfd048fab0
Merge pull request #1700 from Ronin0000-Github-Bangle-js-Fork-4/master
...
Choozi Support Bangle.js 2
2022-04-19 10:19:07 +01:00
Gordon Williams
31c53f05a3
Merge pull request #1684 from thyttan/patch-2
...
[dtlaunch, b2] Change swipe direction to UpDown
2022-04-19 10:15:12 +01:00
Gordon Williams
17e4c16f57
Merge pull request #1705 from alessandrococco/pebble-request-using-built-in-step-counter
...
[Pebble Clock] Support for internationalization / Get steps from built-in step counter
2022-04-19 10:13:46 +01:00
Gordon Williams
1e6398bfba
Merge pull request #1685 from peerdavid/master
...
[BW Clock] Minor improvements
2022-04-19 10:11:51 +01:00
Gordon Williams
efdeb02761
Merge pull request #1691 from Ronin0000-Github-Bangle-js-Fork-3/master
...
Fix MTG Watchface dark mode
2022-04-19 10:11:13 +01:00
Gordon Williams
bfa3055477
Merge pull request #1678 from jdekarske/master
...
New app. Golf View
2022-04-19 10:10:25 +01:00
Gordon Williams
111071a60a
Merge pull request #1692 from zerodogg/iosAppNames
...
Add pushover and signal app names to ios app
2022-04-19 10:10:13 +01:00
Gordon Williams
1b7aeb62dd
Merge pull request #1679 from nxdefiant/master
...
sleepphasealarm
2022-04-19 10:06:04 +01:00
Gordon Williams
1e09140515
check icons is a bit more resilient
2022-04-19 10:03:46 +01:00
sir-indy
a526e590ac
Merge branch 'espruino:master' into master
2022-04-19 09:56:04 +01:00
Gordon Williams
35b6267a9f
Merge pull request #1681 from thyttan/patch-1
...
Update apps/kbswipe/lib.js (Swipe keyboard)
2022-04-19 09:55:37 +01:00
Gordon Williams
6154b52149
Merge pull request #1672 from zerodogg/nynorskLang
...
lang/: Added nynorsk translations
2022-04-19 09:53:32 +01:00
Gordon Williams
9f71222f44
Merge pull request #1675 from storm64/master
...
sched: `getTimeToAlarm` check next dow if t<now
2022-04-19 09:52:56 +01:00
Gordon Williams
f5bc45d83b
Merge pull request #1677 from frigis1/master
...
Noteify app
2022-04-19 09:51:35 +01:00
sir-indy
7bd88bc94f
Update mosaic readme
2022-04-19 09:48:00 +01:00
Stiralbios
ac29417014
remove debug logs
2022-04-18 17:43:05 +02:00
Stiralbios
8daef5459c
change default dismiss delay to see if it solve the issue with changing dismiss delay in settings
2022-04-18 17:34:22 +02:00
Stiralbios
b985b61a3d
fix boot.js (hopefully)
2022-04-18 17:30:57 +02:00
Stiralbios
e00fadcb99
change the file name to respect the 28 char limit
2022-04-18 17:15:01 +02:00
Stiralbios
b9ae26b757
Hopefully fix the bugs
2022-04-18 17:02:20 +02:00
Stiralbios
bedf3fc226
Fix issue in lib.js
2022-04-18 16:44:53 +02:00
Stiralbios
ae35eb27c0
move some function to lib.js
2022-04-18 16:41:57 +02:00
Stiralbios
df3b4240d9
load settings from the right file
2022-04-18 16:34:51 +02:00
Stiralbios
783a55fafa
Code cleanup
2022-04-18 16:28:34 +02:00
Richard de Boer
4f17ed02d6
widcal: fix memory leak
...
Repeated redrawing would create multiple redraw-timeouts
2022-04-18 16:26:01 +02:00
Danny
202dcdd781
removed in progress work on sleepphase
2022-04-18 15:49:21 +02:00
Stiralbios
08c0964527
Increase the step count delay to one min
2022-04-18 15:46:44 +02:00
Stiralbios
6517b926ea
increase the step time a bit to test a bit easier
2022-04-18 15:40:13 +02:00
Danny
1a42e8dcb4
Mrk.Color doesn't reflect the color selected #1706
2022-04-18 15:13:25 +02:00
Stiralbios
a3682c51f0
Fix loadSettings
2022-04-18 15:07:38 +02:00
Stiralbios
43dedbf709
add a lib.js for common operations
2022-04-18 15:05:41 +02:00
Anthony Zhang
50ca27875e
Add README
2022-04-18 04:45:50 -04:00
Anthony Zhang
8a84dc31f7
Add HeartZone app
2022-04-18 04:41:30 -04:00
David Peer
177656f1fe
Logo is now the first info entry.
2022-04-17 09:45:01 +02:00
David Peer
1f445f69df
Refactored info into array for easier maintainability. Use "last" bpm rather than day.
2022-04-17 09:43:44 +02:00
Igor Svehla
6ed20a1e90
lang: added Croatian locale
2022-04-16 20:58:29 +02:00
David Peer
13bebf09b6
Include bangle logo option.
2022-04-16 18:47:57 +02:00
Erik Andresen
ca74fdf501
sleepphasealarm
...
replace setInterval with .on('accel')
2022-04-15 20:45:48 +02:00
David Peer
441f801191
Minor changes
2022-04-15 18:20:02 +02:00
David Peer
74ac267841
Minor changes
2022-04-15 16:05:04 +02:00
David Peer
63ef4e8bca
Performance Improvements
2022-04-15 15:50:16 +02:00
David Peer
a77990b402
Save settings if killed
2022-04-15 15:26:57 +02:00
Alessandro Cocco
bf6d37be92
[pebble] Get steps from built-in step counter instead of pedometer widget
...
See #1697
2022-04-15 10:14:12 +02:00
Alessandro Cocco
dd365cf865
[pebble] Use the "locale" module, add /*LANG*/ placeholders
...
- Use the "locale" module to retrieve the date info instead of splitting the value of the toString()
- Add some /*LANG*/ here and there
- Some code clean up
2022-04-15 10:12:24 +02:00
thyttan
ac3d0acedc
dragboard app added
2022-04-14 22:35:38 +02:00
frigis1
b64a641bea
Update app.js
2022-04-14 02:54:21 -07:00
sir-indy
3738405e68
Add mosaic clock screenshots
2022-04-14 10:07:21 +01:00
sir-indy
995d72c754
Add files via upload
2022-04-14 09:58:40 +01:00
sir-indy
4750a50cb8
Create README.md
2022-04-14 09:57:44 +01:00
frigis1
598dca7a90
Update app.js
2022-04-14 00:21:02 -07:00
Ronin0000
3e7e1c19e5
Update lcars.app.js
2022-04-13 16:17:46 -07:00
Ronin0000
69496ba1a5
Update lcars.app.js
2022-04-13 16:15:49 -07:00
Ronin0000
e272e71841
Update lcars.app.js
2022-04-13 16:12:17 -07:00
Ronin0000
2192e9ff40
Update lcars.app.js
2022-04-13 16:06:42 -07:00
Ronin0000
8396d96e9a
Update lcars.settings.js
2022-04-13 15:56:25 -07:00
Ronin0000
1a74b21163
Update lcars.settings.js
2022-04-13 15:44:21 -07:00
Ronin0000
e67f2fe6c3
Add files via upload
2022-04-13 15:43:14 -07:00
Ronin0000
0ef7237582
Delete bg_right.png
2022-04-13 15:35:07 -07:00
Ronin0000
c4f6ca3824
Delete bg_left_small.png
2022-04-13 15:35:02 -07:00
Ronin0000
ec3291f3cf
Delete bg_left.png
2022-04-13 15:34:56 -07:00
Ronin0000
bfa81d9766
Delete bg_right_small.png
2022-04-13 15:34:50 -07:00
Ronin0000
52a7d85115
Update lcars.app.js
2022-04-13 15:07:38 -07:00
thyttan
3b67746ccd
messagesmusic added.
2022-04-13 19:56:48 +02:00
Eskild Hustvedt
e2e9b69b24
Allow quiet mode to optionally override message auto-open
2022-04-13 19:50:28 +02:00
Ronin0000
75d68269b9
Update ChangeLog
2022-04-13 08:41:27 -07:00
Ronin0000
e82d02df42
Update metadata.json
2022-04-13 08:41:03 -07:00
Ronin0000
544cebf8d0
Create appb2.js
2022-04-13 08:36:49 -07:00
frigis1
c6e5cd79d4
Delete apps/gbalarms directory
2022-04-11 23:04:45 -07:00
David Peer
05e390dea2
Center date correctly
2022-04-11 20:05:48 +02:00
Kevin Whitaker
1c5d0964d6
merge upstream
2022-04-11 13:15:55 -04:00
Kevin Whitaker
ee6825d371
update red7 app for release
2022-04-11 13:13:34 -04:00
Kevin Whitaker
f9838cd101
update drawing code to use rounded rectangles on newer firmware.
2022-04-11 13:10:12 -04:00
Eskild Hustvedt
c3a5f79be1
Added app name for Signal
2022-04-11 16:37:16 +02:00
Ronin0000
3eea59ac5a
Update README.md
2022-04-11 07:35:45 -07:00
Ronin0000
b364c4f266
Update lcars.settings.js
2022-04-11 07:34:14 -07:00
Ronin0000
c5509992b9
Update lcars.app.js
2022-04-11 07:34:03 -07:00
Ronin0000
4e9c59646e
Update lcars.app.js
2022-04-11 07:33:11 -07:00
Ronin0000
d50e525f7f
Update ChangeLog
2022-04-11 07:32:32 -07:00
Ronin0000
56baf7bdc9
Update metadata.json
2022-04-11 07:31:58 -07:00
Ronin0000
267ec35f73
Update app.js
2022-04-11 07:25:49 -07:00
Ronin0000
c722398c76
Update README.md
2022-04-11 07:25:03 -07:00
Ronin0000
9ef1c15372
Update app.js
2022-04-11 07:24:27 -07:00
Ronin0000
b3b4c4b1df
Create ChangeLog
2022-04-11 07:11:21 -07:00
Ronin0000
94c62ae74c
Update metadata.json
2022-04-11 07:10:53 -07:00
Eskild Hustvedt
eee8e231db
apps/locale: nn_NO: mkh->kmt
2022-04-11 12:58:09 +02:00
frigis1
18b7477a16
Update settings.js
2022-04-11 01:45:14 -07:00
frigis1
37aaf5f7cf
Update settings.js
2022-04-11 00:58:35 -07:00
frigis1
263dc969e0
Update boot.js
2022-04-10 22:43:47 -07:00
frigis1
693e672492
Create metadata.json
2022-04-10 21:31:56 -07:00
frigis1
b0b23f3084
Create README.md
2022-04-10 21:31:27 -07:00
frigis1
0e6e0905f0
Add files via upload
2022-04-10 21:31:02 -07:00
frigis1
3b4af09d3e
Create app-icon.js
2022-04-10 21:30:34 -07:00
frigis1
efa744bf25
Create settings.js
2022-04-10 21:30:14 -07:00
frigis1
1038098cf4
Create boot.js
2022-04-10 21:29:52 -07:00
thyttan
78a1c14564
Update metadata.json
2022-04-10 22:48:50 +02:00
thyttan
33baed5d2b
Update ChangeLog
2022-04-10 22:48:13 +02:00
thyttan
772ab88a0e
Update ChangeLog
2022-04-10 22:46:43 +02:00
thyttan
8cfd1ec887
Update ChangeLog
2022-04-10 22:45:59 +02:00
thyttan
d801605eaa
Update ChangeLog
2022-04-10 22:43:54 +02:00
thyttan
0a2605f9c1
Update ChangeLog
2022-04-10 22:37:41 +02:00
thyttan
d1bd45f300
Update metadata.json
2022-04-10 22:35:51 +02:00
Eskild Hustvedt
78e135b80d
Tagging bootloader messages, and all "Loading..." messages
2022-04-10 21:35:46 +02:00
David Peer
f160a44c50
Minor changes
2022-04-10 13:54:51 +02:00
thyttan
8a86f2e9a2
[dtlaunch, b2] Change swipe direction to UpDown
...
Change swipe directions to move between pages from LeftRight to UpDown, as to match the page indicators. Implemented like 'natural scrolling'.
Also added function showClock() which is called on 'left-to-right' swipe. Here I imagine the clock to be to the left of the launcher, if you do that then this also follows the natural scrolling principle.
2022-04-10 12:52:07 +02:00
frigis1
dca303f1a7
Delete apps/testkeyboard directory
2022-04-09 18:19:20 -07:00
frigis1
a2c3beea4e
Create app-icon.js
2022-04-09 18:06:29 -07:00
frigis1
3eda5efece
Update metadata.info
2022-04-09 18:06:13 -07:00
frigis1
6bcbcf61ef
Add files via upload
2022-04-09 18:04:52 -07:00
frigis1
7ad96fc4f8
Update metadata.info
2022-04-09 18:03:17 -07:00
frigis1
ed16f966c9
Create metadata.info
2022-04-09 17:50:35 -07:00
frigis1
4d48e1f1bb
Create app.js
2022-04-09 17:48:49 -07:00
frigis1
fe3327458b
Update metadata.json
2022-04-09 17:43:51 -07:00
frigis1
24facde6ef
Delete apps/gbalarms directory
2022-04-09 17:42:06 -07:00
frigis1
9b1b3c436c
Create README.md
2022-04-09 17:10:10 -07:00
frigis1
5224cf42ac
Update boot.js
2022-04-09 16:27:26 -07:00
frigis1
cff2b5e48c
Update settings.js
2022-04-09 16:12:45 -07:00
frigis1
ceb925512b
Update boot.js
2022-04-09 16:04:25 -07:00
frigis1
945b7e1d01
Update metadata.json
2022-04-09 16:04:05 -07:00
frigis1
ab2f95b1f0
Add files via upload
2022-04-09 15:14:52 -07:00
frigis1
6261eee9c2
Create app-icon.js
2022-04-09 15:14:41 -07:00
frigis1
716d2c33ee
Create metadata.json
2022-04-09 15:14:17 -07:00
frigis1
7037dc2310
Create settings.js
2022-04-09 15:14:01 -07:00
frigis1
79149dad96
Create boot.js
2022-04-09 15:13:47 -07:00
frigis1
65b848a9c0
Update metadata.json
2022-04-09 12:55:52 -07:00
frigis1
84eb9ed4bc
Update app.js
2022-04-09 12:36:32 -07:00
frigis1
008c19d177
Update metadata.json
2022-04-09 12:34:49 -07:00
frigis1
51e077acbd
Update app.js
2022-04-09 12:32:36 -07:00
frigis1
3647cc0e44
Update app.js
2022-04-09 12:22:24 -07:00
Eskild Hustvedt
0514c7dbd1
Added app name for Pushover
2022-04-09 20:11:59 +02:00
thyttan
e6f49639be
Update lib.js to not clear the trace of user input
...
Change the way the display is updated as to keep user input trace intact until they lift their finger from the screen.
Now only the marker is updated every second as opposed to the whole screen.
To achieve this the marker is reimplemented outside the wrapString-method with g.fillRect() and g.clearRect() as well as a newly introduced function findMarker().
2022-04-09 19:49:16 +02:00
David Peer
815c781d70
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-04-09 14:49:55 +02:00
David Peer
66e0f944cd
Version 0.06 of BW Clock
2022-04-09 14:49:52 +02:00
storm64
c4b7c798d2
sched: Ensure dow wrap, Sa(6)+1 = Su(0)
2022-04-09 14:46:08 +02:00
Danny
9ce4883e78
Merge remote-tracking branch 'upstream/master'
2022-04-09 12:29:49 +02:00
Erik Andresen
614d73adda
sleepphasealarm
...
- Read alarms from new scheduling library
- account for higher acceleration sensor noise on Bangle.js 2
2022-04-09 11:22:51 +02:00
marko
83fbed1f59
Bump version, add Changelog
2022-04-08 21:26:31 -04:00
Jason Dekarske
0eb1c5fe0c
fix description
2022-04-08 18:25:15 -07:00
Jason Dekarske
a06068315c
Merge branch 'master' of https://github.com/jdekarske/BangleApps
2022-04-08 18:20:51 -07:00
Jason Dekarske
8613b6662f
osm attribution
2022-04-08 18:20:49 -07:00
Jason Dekarske
273dbe3507
Merge branch 'espruino:master' into master
2022-04-08 18:12:48 -07:00
marko
06356f0304
Better support for themes.
2022-04-08 20:58:40 -04:00
Jason Dekarske
65679f0f3b
typo
2022-04-08 17:53:36 -07:00
frigis1
66ed02a193
Create widget.js
2022-04-08 17:47:44 -07:00
frigis1
31b9dd32ec
Update app.js
2022-04-08 17:47:20 -07:00
frigis1
6e68c64623
Update metadata.json
2022-04-08 17:46:54 -07:00
Jason Dekarske
e3a5617277
app name :P
2022-04-08 17:36:54 -07:00
Jason Dekarske
0f0f6c9d53
clean up readme
2022-04-08 17:36:13 -07:00
Jason Dekarske
66fbc48a10
add a course id search and some docs
2022-04-08 17:30:34 -07:00
frigis1
f7405471cd
Add files via upload
2022-04-08 16:57:42 -07:00
frigis1
bfb9cae3d5
Delete menu.png
2022-04-08 16:57:27 -07:00
frigis1
dd022b1634
Delete keypad.png
2022-04-08 16:57:21 -07:00
frigis1
b77c7c6f78
Delete timer-alert.png
2022-04-08 16:57:16 -07:00
frigis1
e363f4998e
Update README.md
2022-04-08 16:55:07 -07:00
frigis1
0614d5b4a1
Update metadata.json
2022-04-08 16:41:20 -07:00
frigis1
00bf50a5a8
Update metadata.json
2022-04-08 16:33:11 -07:00
frigis1
246d38d4de
Merge branch 'espruino:master' into master
2022-04-08 15:53:40 -07:00
Jason Dekarske
bbcf98edad
draw the user when gps fixed
2022-04-08 15:19:36 -07:00
storm64
9ab2fcdf31
sched: `getTimeToAlarm` check next dow if t<now
...
Fix undefined output of `getTimeToAlarm` on an alarm that is already in the past to check for the next dow instead of the actual dow.
>> add +1 to time.getDay() if alarm.t < currentTime
2022-04-08 21:24:24 +02:00
marko
0352d0582c
Fix settings
2022-04-08 14:06:20 -04:00
marko
23f2a08c5a
Add categories 'outdoors' and 'gps' to metadata
2022-04-08 13:37:48 -04:00
marko
63ddc4f4b7
Add missing comma in settings.js
2022-04-08 13:30:22 -04:00
marko
28cd5e07a9
New app "OpenWind"
2022-04-08 13:28:03 -04:00
Gordon Williams
dc273a7a12
Merge pull request #1670 from johandalabacka/swedish-speed-abbreviation
...
Swedish abbreviations for speed
2022-04-08 11:59:43 +01:00
Johan Dahl
1c535cd77c
Swedish abbreviations for speed
...
The Swedish abbreviation for speed is km/tim (even if km/h often is used) but NOT kmh
2022-04-08 12:40:36 +02:00
Jason Dekarske
0fea3dd850
test with another course
2022-04-07 23:04:48 -07:00
frigis1
26a90a3910
Update metadata.json
2022-04-07 22:56:09 -07:00
frigis1
5930571f65
Update metadata.json
2022-04-07 22:21:52 -07:00
Jason Dekarske
8acf1dea36
gps works I think
2022-04-07 21:09:58 -07:00
Salim Blume
7eeeca52ca
Update README and follow linting instructions
2022-04-07 22:04:47 -05:00
Jason Dekarske
3ce26d7fcb
I'm losing my mind
2022-04-07 19:24:35 -07:00
Jason Dekarske
5c57cbe30b
another test
2022-04-07 19:21:51 -07:00
Jason Dekarske
2e350913fa
test icon
2022-04-07 19:17:39 -07:00
Jason Dekarske
9dace550ae
no semicolon?????
2022-04-07 18:16:36 -07:00
Jason Dekarske
b94bd0f904
correct size
2022-04-07 18:14:43 -07:00
Jason Dekarske
18c17259d6
changed wrong icon
2022-04-07 18:12:12 -07:00
Jason Dekarske
5f8e9abcfa
icon... again
2022-04-07 18:06:47 -07:00
Jason Dekarske
2e3b95419f
icon fix
2022-04-07 17:57:41 -07:00
Jason Dekarske
693102115f
caps labels looks better
2022-04-07 17:46:34 -07:00
Jason Dekarske
cc28f5f8dd
draw fairway first
2022-04-07 17:45:51 -07:00
Jason Dekarske
de95714784
set initial hole info
2022-04-07 17:29:21 -07:00
frigis1
ba5ae1ba00
Update metadata.json
2022-04-07 15:45:47 -07:00
frigis1
dd4ce0c196
Update app.js
2022-04-07 15:45:27 -07:00
Jason Dekarske
147b50e19f
I'll get the format right eventually
2022-04-07 14:35:57 -07:00
Jason Dekarske
140d050f21
needed to be a string
2022-04-07 14:24:05 -07:00
Salim Blume
9eb4d8eb73
Remove bonding for now
2022-04-07 15:58:39 -05:00
Jason Dekarske
1fb125a652
typo
2022-04-07 13:52:59 -07:00
Jason Dekarske
0c55638f20
add hole distance
2022-04-07 13:30:07 -07:00
Jason Dekarske
deb8cda26c
not needed
2022-04-07 13:29:54 -07:00
Jason Dekarske
3273ebfa15
dealt with fairways in relations
2022-04-07 13:20:56 -07:00
Jason Dekarske
3ac987c1e2
use more efficient overpass query
2022-04-07 12:56:53 -07:00
storm64
2c729af68c
sched: Fix `getTimeToAlarm` for timers
...
Only set `last` for alarms to prevent a wrong output of `getTimeToAlarm` for a timer already used at same day.
2022-04-07 19:47:45 +02:00
Stiralbios
e9f3a0ff3a
Refactor, untested
2022-04-07 19:19:42 +02:00
Stiralbios
919175671d
Try to preserve stepsArray
2022-04-07 18:31:11 +02:00
Stiralbios
269b573209
launch the right app for the alert and try to preserve stepsArray
2022-04-07 18:29:12 +02:00
Stiralbios
47f9e581a3
bug fixes
2022-04-07 18:21:43 +02:00
Stiralbios
513d2f7002
Try a new structure to avoid bugs
2022-04-07 18:16:51 +02:00
Gordon Williams
56ffbe897c
Merge pull request #1663 from storm64/master
...
lightswitch: masking (espruino/Espruino#2151 ) + oversize
2022-04-07 16:48:42 +01:00
Gordon Williams
52c548423e
Merge pull request #1665 from zerodogg/nbDateOrder
...
locales: Fixed day order for no_NB
2022-04-07 16:44:47 +01:00
Gordon Williams
d20a53a9ff
Merge pull request #1668 from storm64/mylocation
...
mylocation: Fix selecting Frankfurt not saved
2022-04-07 16:40:25 +01:00
Gordon Williams
72efc0a3b7
Merge branch 'master' into nbDateOrder
2022-04-07 16:40:02 +01:00
Gordon Williams
1e7d051912
Merge pull request #1664 from storm64/messages
...
massages: Add option to disable icon flashing
2022-04-07 16:37:56 +01:00
Gordon Williams
6475e5004c
Merge pull request #1662 from berkenbu/master
...
Rework word lookup algorithm to use bisection, get rid of index file.
2022-04-07 16:35:04 +01:00
Stiralbios
0fee4bd8c4
try to fix the issue with the watchface drawing over the Activity Reminder
2022-04-07 17:30:55 +02:00
Gordon Williams
e9e92cc95b
merge in https://github.com/espruino/EspruinoAppLoaderCore/pull/11 in such a way that we can use it from apps/locales as well (to avoid some duplication!)
...
more characters added to list that need remapping
2022-04-07 16:08:39 +01:00
Gordon Williams
895e7ffd59
rename locale as mentioned in https://github.com/espruino/BangleApps/pull/1666
2022-04-07 15:53:39 +01:00
Gordon Williams
00c37d58dd
Merge pull request #1666 from zerodogg/nnLocale
...
Added Norwegian Nynorsk translation
2022-04-07 15:51:56 +01:00
Gordon Williams
1dd232ffce
alarm fixes ( fix #1667 )
2022-04-07 15:47:01 +01:00
Gordon Williams
2c36071a37
alarm 0.18: Cope with >1 identical alarm at once ( #1667 )
2022-04-07 14:21:36 +01:00
Stiralbios
efe25635dc
Change the logo color slightly to be less visually agressive
2022-04-07 15:06:24 +02:00
Stiralbios
9164e6a55a
changing Activity Reminder icon color
2022-04-07 14:56:27 +02:00
Stiralbios
8862a9c279
Add the app.js file for Activity Reminder app
2022-04-07 14:40:48 +02:00
Stiralbios
b4ea88281e
fix Activity Reminder icon size
2022-04-07 14:24:16 +02:00
Stiralbios
172654594a
close the open parenthesis for on the app-icon of Activity Reminder
2022-04-07 14:20:49 +02:00
Stiralbios
84318bd7bc
Hopefully fix the broken build because of no icon
2022-04-07 14:13:44 +02:00
Stiralbios
68cc3d6ada
Change icon to try to understand what cause the issue
2022-04-07 14:09:45 +02:00
Stiralbios
44df89561f
change app-icon for Activity Reminder
2022-04-07 14:03:58 +02:00
Stiralbios
28c2298d8b
add the icon for Activity Reminder
2022-04-07 13:56:47 +02:00
storm64
d2f2d712a2
mylocation: Fix selecting Frankfurt not saved
...
Corrected check for selected location = "???".
2022-04-07 13:01:47 +02:00
Eskild Hustvedt
dd31ebbc59
locales/fuzzyw: Added Norwegian Nynorsk translation
2022-04-07 10:48:57 +02:00
Eskild Hustvedt
2816c46be5
locales: Fixed day order for no_NB
2022-04-07 09:41:48 +02:00
storm64
1d23c4f2e4
massages: Add option to disable icon flashing
...
Update ChangeLog, metadata.json, README.md and settigns.js:
- Add option to toggle icon flashing.
Update widget.js:
- Add option to toggle icon flashing.
- Correct clearRect y2 value.
- Moved icon 1px up to be more centered.
2022-04-07 01:30:39 +02:00
storm64
1c93c4bd01
Revert "massages: Add option to disable icon flashing"
...
This reverts commit 80d35e4e33 .
2022-04-07 01:28:15 +02:00
storm64
80d35e4e33
massages: Add option to disable icon flashing
...
Update ChangeLog, metadata.json, README.md and settigns.js:
- Add option to toggle icon flashing.
Update widget.js:
- Add option to toggle icon flashing.
- Correct clearRect y2 value.
- Moved icon 1px up to be more centered.
2022-04-07 01:22:52 +02:00
storm64
2d291b4d70
Merge branch 'master' of https://github.com/storm64/BangleApps
2022-04-06 23:40:54 +02:00
storm64
6c6f9c01c7
lightswitch: Correct default touchOn
...
Change settings.js and widget.js:
- Correct default value of touchOn according to value in README.md
2022-04-06 23:40:50 +02:00
marko
e0ce752013
Restore accidentally deleted file.
2022-04-06 17:37:18 -04:00
marko
f7b2ece533
Reword word lookup algorith to use bisection, get rid of index file.
2022-04-06 17:30:12 -04:00
storm64
d34375ffb2
Merge branch 'espruino:master' into master
2022-04-06 20:30:03 +00:00
storm64
a2002c4841
lightswitch: masking ( espruino/Espruino#2151 ) + oversize
...
Update ChangeLog and metadata.json
Update README.md and settings.json
- add oversize setting + description
Update settings.js
- add oversize setting
Update widget.js
- add oversize setting
- add masking touch and drag input by adding own event listeners first and messing up the handler on a widget related event, using espruino/Espruino#2151
2022-04-06 22:29:13 +02:00
Gordon Williams
3c28c0c9c9
readme
2022-04-06 19:45:27 +01:00
Gordon Williams
dfd5461fd9
https://github.com/espruino/BangleApps/pull/1661#issuecomment-1090413428
2022-04-06 16:37:26 +01:00
David Peer
e7a87d193e
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-04-06 17:34:58 +02:00
David Peer
0b7fa0494d
use type of sched instead of app
2022-04-06 17:34:56 +02:00
Peer David
dca71f4099
Merge branch 'espruino:master' into master
2022-04-06 17:10:16 +02:00
Gordon Williams
b41d95fb47
Merge branch 'master' of github.com:espruino/BangleApps
2022-04-06 15:44:51 +01:00
Gordon Williams
cb6a393110
alt 0.02: Actually upload correct code
2022-04-06 15:44:46 +01:00
Gordon Williams
9fb8be3297
Merge pull request #1659 from sir-indy/master
...
New clock - Fuzzy Text Clock
2022-04-06 15:21:57 +01:00
Gordon Williams
459fb273f1
Add altimeter app
2022-04-06 15:09:41 +01:00
Gordon Williams
c48a951f2d
0.06: Add button for force compass calibration ( #1660 )
2022-04-06 14:55:07 +01:00
sir-indy
fb3dc7fe71
Update fuzzy_strings.json
2022-04-06 13:23:55 +01:00
sir-indy
aaaf0b5be8
Merge branch 'espruino:master' into master
2022-04-06 13:22:35 +01:00
sir-indy
575926b654
Update fuzzyw.app.js
2022-04-06 13:17:03 +01:00
sir-indy
f0fce411b9
Update fuzzyw.app.js
2022-04-06 12:54:17 +01:00
sir-indy
eb0d809a61
Update fuzzyw.app.js
2022-04-06 12:49:59 +01:00
Gordon Williams
6557dd70e3
Merge branch 'master' of github.com:espruino/BangleApps
2022-04-06 11:45:35 +01:00
Gordon Williams
90bf384355
Merge branch 'new_alarm'
2022-04-06 11:45:22 +01:00
Gordon Williams
486586022e
docs
2022-04-06 11:45:14 +01:00
Gordon Williams
7378cc6162
Merge pull request #1656 from berkenbu/master
...
Small bug fixes
2022-04-06 11:33:46 +01:00
Gordon Williams
f1f3a9d293
Merge pull request #1658 from hberland/patch-1
...
Added norwegian locale
2022-04-06 11:33:22 +01:00
Gordon Williams
b2b4f2e29d
tweaks for last PR to get the tests passing
2022-04-06 11:30:20 +01:00
Gordon Williams
d0598613dd
Merge branch 'master' of https://github.com/ELIARENZONI/BangleApps into ELIARENZONI-master
2022-04-06 11:23:14 +01:00
Gordon Williams
333d405342
sleep -> snooze, and add images for alarms/timers
2022-04-06 09:13:35 +01:00
Salim Blume
908a41d523
Try to bond
2022-04-05 20:58:47 -05:00
Jason Dekarske
477ca48321
this workflow...
2022-04-05 13:31:24 -07:00
Helge Berland
19a9100329
Added norwegian locale
...
Added norwegian locale to the list, and also listed our three special characters æ, ø and å in the fallback list. They are all in the codebook, but I'm unsure if they will be rendered correctly with the current code (the two last days of the weeks contains the ø).
2022-04-05 22:10:17 +02:00
Jason Dekarske
15c5ae9f73
I think I got it
2022-04-05 12:59:09 -07:00
Jason Dekarske
d1c06b94fc
last little fix for debug
2022-04-05 12:33:59 -07:00
Kevin Whitaker
d13ca46cc5
fix issue where game over didn't prevent player from continuing.
2022-04-05 15:32:49 -04:00
Jason Dekarske
6221bfd1e8
does it have to be an array?
2022-04-05 12:12:57 -07:00
Jason Dekarske
b1a2e81e43
js scope is confusing
2022-04-05 11:46:44 -07:00
Jason Dekarske
877d9eb643
update example obj
2022-04-05 11:43:31 -07:00
Jason Dekarske
8d86dc48a3
fix undefined reference
2022-04-05 11:40:29 -07:00
Jason Dekarske
ac1a7e13a8
battling custom page on apploader
2022-04-05 11:28:40 -07:00
Jason Dekarske
a96710f165
Merge branch 'master' of https://github.com/jdekarske/BangleApps
2022-04-05 11:18:23 -07:00
Jason Dekarske
15ee3ee818
use a download and upload button
2022-04-05 11:18:21 -07:00
Jason Dekarske
72571dba1f
wrong metadata
2022-04-05 11:17:55 -07:00
Jason Dekarske
0c4c82c4b7
Merge branch 'espruino:master' into master
2022-04-05 10:57:28 -07:00
David Peer
08da058df3
Merge remote-tracking branch 'upstream/new_alarm'
2022-04-05 19:47:57 +02:00
Gordon Williams
0d696558a6
Adding apps for keyboards on bangle.js 2
2022-04-05 16:49:19 +01:00
Gordon Williams
d4d6d48471
better example app
2022-04-05 16:48:56 +01:00
Salim Blume
d9908ee6a2
Switch from setScan to findDevices
2022-04-05 09:53:52 -05:00
Stiralbios
3d9c247908
Change Activity Reminder type from 'app' to 'bootloader'
2022-04-05 16:45:58 +02:00
Stiralbios
dd3157747c
removing the trailing comma preventing the build
2022-04-05 16:37:31 +02:00
Stiralbios
d4f8fc6d2d
Add type to the Activity reminder app
2022-04-05 16:32:37 +02:00
Stiralbios
745bc1ec7e
Add Activity Reminder app
2022-04-05 16:27:16 +02:00
marko
4edfcc6d00
Small most-likely branch optimization
2022-04-05 10:18:42 -04:00
marko
92bd3d5df9
Merge branch 'master' of https://github.com/berkenbu/BangleApps
2022-04-05 09:15:45 -04:00
marko
10589f0dc8
Correctly check word boundarie in dictionaries look ups; fix bug in index regeneration.
2022-04-05 09:13:56 -04:00
Gordon Williams
67facc692d
fix https://github.com/espruino/BangleApps/issues/1555#issuecomment-1087784581
2022-04-05 10:59:13 +01:00
Salim Blume
d19a68e511
Fix how events and reads were handled differently
2022-04-04 17:29:20 -05:00
Salim Blume
5d039069d0
Merge remote-tracking branch 'origin/bt-hrm-active' into bt-hrm-active
2022-04-04 17:04:16 -05:00
GrandVizierOlaf
0c0ee15190
Merge branch 'espruino:master' into bt-hrm-active
2022-04-04 17:03:45 -05:00
Salim Blume
75c4e5b54b
bthrm fixes for reading characteristics generally and displaying location
2022-04-04 16:48:15 -05:00
Salim Blume
d89db8f7d7
Removing call to function that doesn't exist
2022-04-04 15:55:14 -05:00
Salim Blume
d27deac8aa
Adding 'active: true' to NRF.requestDevice call made when btname is set
2022-04-04 14:47:17 -05:00
Salim Blume
123d481469
Running setScan with active: true
2022-04-04 12:22:04 -05:00
David Peer
4d0389ba5c
Updated readme
2022-04-04 18:33:40 +02:00
David Peer
5304377508
Updated to "sched" library.
2022-04-04 18:32:30 +02:00
David Peer
0a11f6a933
Merge remote-tracking branch 'upstream/new_alarm'
2022-04-04 18:28:26 +02:00
Gordon Williams
070376cbed
Merge pull request #1654 from chiefdaft/master
...
v0.09 Updated the readme and screenshots
2022-04-04 17:06:32 +01:00
Gordon Williams
25aafe1ccf
more refactoring to try and reduce code duplication
2022-04-04 16:58:17 +01:00
Jelco Huijser
b2230216ed
Merge pull request #21 from chiefdaft/dev_0.5
...
Corrected a few typos
2022-04-04 17:53:30 +02:00
chiefdaft
0268fd3592
Corrected a few typos
2022-04-04 17:51:11 +02:00
Jelco Huijser
f3c9b83d0a
Merge pull request #20 from chiefdaft/dev_0.5
...
v0.09 Updated the readme and screenshots
2022-04-04 17:46:59 +02:00
chiefdaft
6948926572
v0.09 Updated the readme and screenshots
2022-04-04 17:45:06 +02:00
Gordon Williams
5c84ec9e2c
Refactored alarm into separate 'sched' library/app
2022-04-04 15:49:45 +01:00
Gordon Williams
30e94e15ad
Merge branch 'master' into new_alarm
2022-04-04 15:07:42 +01:00
sir-indy
aed0aa1659
Update README.md
2022-04-04 14:04:23 +01:00
sir-indy
c7049589fe
Update README.md
2022-04-04 14:04:04 +01:00
sir-indy
b496307227
Update README.md
2022-04-04 14:01:36 +01:00
sir-indy
84554868e6
Update metadata.json
2022-04-04 14:00:45 +01:00
sir-indy
b27b6b0277
Update fuzzyw.settings.js
2022-04-04 13:57:01 +01:00
sir-indy
a719435d56
Update fuzzyw.settings.js
2022-04-04 13:31:29 +01:00
sir-indy
1d122ef08e
Update fuzzyw.settings.js
2022-04-04 13:12:48 +01:00
sir-indy
d9a3c0a44c
Update fuzzyw.app.js
2022-04-04 13:10:51 +01:00
sir-indy
aab8df3bee
Update metadata.json
2022-04-04 13:02:41 +01:00
sir-indy
195d279a74
Update metadata.json
2022-04-04 13:01:18 +01:00
sir-indy
417a575d51
Update metadata.json
2022-04-04 12:59:39 +01:00
sir-indy
1ee8dfd3a7
Update fuzzyw.settings.js
2022-04-04 12:52:02 +01:00
sir-indy
4e3a3c36d5
Update fuzzyw.settings.js
2022-04-04 12:51:28 +01:00
sir-indy
1bc47eb3f1
Update fuzzyw.app.js
2022-04-04 12:49:52 +01:00
Gordon Williams
c4f9d77579
Merge pull request #1646 from KaiRo-at/master
...
add stardate clock
2022-04-04 09:37:22 +01:00
Gordon Williams
dc1bb3ea35
bump app version
2022-04-04 09:37:12 +01:00
Gordon Williams
bf470cd43f
Merge pull request #1650 from berkenbu/master
...
New game 'bee' (spelling bee), add game statistics to 'bordle'
2022-04-04 09:35:40 +01:00
Gordon Williams
831fb38182
Merge pull request #1647 from DDDanny/antonclk-fix-calweek-substring
...
Antonclk fix calweek substring
2022-04-04 09:31:41 +01:00
Gordon Williams
7ff5628e87
Merge pull request #1652 from chiefdaft/dev_0.5
...
v0.09 added settings menu, removed symbols button, added highscore reset, clockmode optional
2022-04-04 09:29:10 +01:00
Gordon Williams
c2ca52fd1d
Merge pull request #1651 from GrandVizierOlaf/master
...
[exstats/run] Include maxbpm as a stat that can be tracked
2022-04-04 09:28:45 +01:00
Gordon Williams
7d547c4197
Merge pull request #1649 from hughbarney/master
...
Daisey 0.06, change Steps to STEPS, enhanced contrast for light theme
2022-04-04 09:28:02 +01:00
Gordon Williams
4232bb5b26
Merge pull request #1648 from xxpasixx/master
...
Add new Icons
2022-04-04 09:27:12 +01:00
Romek
4d352b7915
Add README.md to metadata.json if exists
2022-04-04 09:43:48 +02:00
frigis1
25d30a3a15
Update metadata.json
2022-04-03 23:09:38 -07:00
frigis1
c0b466b4a9
Update metadata.json
2022-04-03 22:56:08 -07:00
frigis1
0c0eefc588
Update metadata.json
2022-04-03 22:53:01 -07:00
frigis1
a978c5077d
Update metadata.json
2022-04-03 22:50:43 -07:00
frigis1
c24d9cd341
Add files via upload
2022-04-03 22:48:29 -07:00
frigis1
3e3be438d9
Create README.md
2022-04-03 22:48:02 -07:00
frigis1
0d2815f879
Create ChangeLog
2022-04-03 22:47:44 -07:00
frigis1
4a433725a4
Create app-icon.js
2022-04-03 22:47:30 -07:00
frigis1
9ff784a6d1
Create metadata.json
2022-04-03 22:47:16 -07:00
frigis1
abd489932d
Create app.js
2022-04-03 22:46:04 -07:00
Jason Dekarske
789fc3d467
fix the mixed up hole ways
2022-04-03 20:58:44 -07:00
marko
96d7731256
variable 'words' no longer defined
2022-04-03 22:52:07 -04:00
marko
84db9a14fd
Mark pangrams green in word list.
2022-04-03 21:40:58 -04:00
Jason Dekarske
29c3a5e62f
swiping and hole stats
2022-04-03 18:00:50 -07:00
Jason Dekarske
394ffeb378
put the hole in a layout
2022-04-03 16:43:19 -07:00
Jason Dekarske
c9d70e3863
format, use pi
2022-04-03 14:57:02 -07:00
David Peer
f7d1fda5ff
Minor fixes
2022-04-03 22:18:26 +02:00
Jason Dekarske
6d4f027346
shrink output file a bunch
2022-04-03 12:58:49 -07:00
Jelco Huijser
d3e6e7797b
Merge pull request #19 from chiefdaft/dev_0.5
...
v0.09 added settings menu, removed symbols button, added highscore reset, clockmode optional
2022-04-03 17:00:56 +02:00
chiefdaft
d0c9de6919
bug fix undoGame levels
2022-04-03 16:55:16 +02:00
David Peer
d85017896c
Listen for oncharging event
2022-04-03 15:59:20 +02:00
chiefdaft
164683fce5
v0.09 added settings menu, removed symbols button,
...
added highscore reset, clockmode optional
2022-04-03 15:51:01 +02:00
David Peer
eba8b17a54
Show charging icon.
2022-04-03 15:33:54 +02:00
David Peer
11d3c5c10e
Minor changes
2022-04-03 14:59:14 +02:00
David Peer
d39174e792
Minor changes
2022-04-03 14:58:41 +02:00
David Peer
4c2b77a5fb
Minor changes
2022-04-03 13:57:05 +02:00
David Peer
32e377941a
Minor changes
2022-04-03 13:48:19 +02:00
David Peer
1815174fd6
Included icons for data that is shown.
2022-04-03 13:47:33 +02:00
Jason Dekarske
4458280fbe
add license
2022-04-02 22:55:59 -07:00
Jason Dekarske
e3fb656ff8
simplify the course geometry
2022-04-02 22:52:47 -07:00
Jason Dekarske
e3cc8717e6
emulator mvp
...
course parsed and displayed!
2022-04-02 22:23:48 -07:00
Salim Blume
9f10a3bdfe
Update run README for max BPM
2022-04-02 20:58:49 -05:00
marko
2d042ee380
Restore word display on return from word list view.
2022-04-02 17:34:18 -04:00
marko
c19b876820
Fix some typos.
2022-04-02 17:23:42 -04:00
marko
5b93e7f6e5
Edits of README.md, fix small filename bug in app.
2022-04-02 16:08:21 -04:00
marko
6fe1a7e1d9
New app 'bee', add game statistics to 'bordle' app.
2022-04-02 15:59:39 -04:00
David Peer
42c0276355
Updated screenshots, icon etc.
2022-04-02 16:59:58 +02:00
David Peer
bb310a15c2
Minor design improvement
2022-04-02 16:56:28 +02:00
David Peer
893e45805e
Circle through information
2022-04-02 16:54:16 +02:00
David Peer
240a14c715
Hide steps
2022-04-02 16:19:47 +02:00
hughbarney
43a052374c
Daisy 0.06 changed Steps to STEPS, enhanced contrast when using light theme
2022-04-02 15:00:27 +01:00
David Peer
79db8ba05d
V0.03 - Use theme of bangle.
2022-04-02 15:59:44 +02:00
hughbarney
b28478f1d9
Daisy 0.06 changed Steps to STEPS, enhanced contrast when using light theme
2022-04-02 14:56:54 +01:00
hughbarney
867ca9d22e
Daisy 0.06 changed Steps to STEPS, enhanced contrast when using light theme
2022-04-02 14:43:10 +01:00
hughbarney
2aac234b42
Daisy 0.06 changed Steps to STEPS, enahnced contrast when using light theme
2022-04-02 14:25:41 +01:00
Peer David
18c3df9b91
Merge branch 'espruino:master' into master
2022-04-02 14:43:46 +02:00
David Peer
5781d4a716
Minor design improvements
2022-04-02 14:43:27 +02:00
xxpasixx
6b55faae97
Add new Icons
...
Add new Icons (Youtube, Twitch, MS TODO, Teams, Snapchat, Signal, Post & DHL, Nina, Lieferando, Kalender, Discord, Corona Warn, Bibel)
2022-04-02 13:49:14 +02:00
David Peer
280d5d1a88
Removed dependency to qalarm
2022-04-02 12:24:41 +02:00
David Peer
b138224878
bwclk, lcars, notanalog and smpltmr uses now the new alarm library.
2022-04-02 12:22:16 +02:00
Danny
747d549311
Merge branch 'antonclk-fix-calweek-substring'
2022-04-02 12:07:16 +02:00
Danny
290dcfec3b
changed to v0.08
2022-04-02 12:05:33 +02:00
Danny
a72b7448c9
Merge branch 'antonclk-fix-substr+substring-replcaced-by-slice'
2022-04-02 11:54:22 +02:00
Danny
42c6f3b1b9
replaced substr by slice
2022-04-02 11:52:53 +02:00
Danny
6435c684fd
replaced substr(ing) by slice
2022-04-02 11:51:59 +02:00
David Peer
64262c6410
Merge remote-tracking branch 'upstream/new_alarm'
2022-04-02 11:39:06 +02:00
Danny
c5cc4ab49e
Merge remote-tracking branch 'upstream/master'
2022-04-02 11:24:16 +02:00
Robert Kaiser
0fdb4db1d9
add stardate clock
2022-04-02 04:26:23 +02:00
Gordon Williams
74203945a2
oops
2022-04-01 13:50:06 +01:00
Gordon Williams
5c33cad685
Adding alarm.vibrate and menu
2022-04-01 13:27:37 +01:00
Gordon Williams
771950f51b
docs
2022-04-01 12:50:36 +01:00
Gordon Williams
172df0dc27
messages 0.29: Fix message list overwrites on Bangle.js 1 ( fix #1642 )
2022-04-01 09:54:25 +01:00
Gordon Williams
45cde94a26
messages 0.29: Support for the setUI 'back' icon in the top left
2022-04-01 09:49:57 +01:00
Gordon Williams
02e9edcaeb
Merge pull request #1644 from chiefdaft/master
...
v0.08: Bug fix at end of the game with victorious splash and glorious orchestra
2022-04-01 09:07:03 +01:00
Peer David
816d3f2997
Merge branch 'espruino:master' into master
2022-04-01 08:26:12 +02:00
David Peer
a11999648f
Minor changes
2022-04-01 08:17:59 +02:00
Jelco Huijser
fa22b75fc9
Merge pull request #18 from chiefdaft/dev_0.5
...
v0.08: Bug fix at end of the game with victorious splash and glorious orchestra
2022-03-31 23:59:50 +02:00
chiefdaft
5d76a5cd46
v0.08: Bug fix at end of the game with victorious
...
splash and glorious orchestra
2022-03-31 23:56:02 +02:00
Gordon Williams
7fc1747a3f
0.13: Revert #1578 (stop duplicate entries) as with 2v12 menus it causes other boxes to be wiped ( fix #1643 )
2022-03-31 15:52:17 +01:00
Gordon Williams
605a1fb96d
version sync
2022-03-31 15:41:22 +01:00
Gordon Williams
60af0ea6a5
Naming - fix #1640
2022-03-31 15:40:29 +01:00
Gordon Williams
9055cd7990
Fixes, README and alarm lib
2022-03-31 15:32:26 +01:00
Gordon Williams
0feebdb318
improved alarm app
2022-03-31 13:48:45 +01:00
Gordon Williams
ee739ec447
minor tweaks
2022-03-31 13:47:35 +01:00
Gordon Williams
bcc7ecd942
Merge branch 'master' of https://github.com/KungPhoo/BangleApps into KungPhoo-master
2022-03-31 13:44:55 +01:00
sir-indy
5242d8662b
Update fuzzyw.settings.js
2022-03-31 13:28:05 +01:00
sir-indy
ea6b4624e6
Update fuzzy_strings.json
2022-03-31 13:26:41 +01:00
sir-indy
23916389be
Update metadata.json
2022-03-31 13:06:30 +01:00
sir-indy
61c5c04c13
Update fuzzyw.app.js
2022-03-31 13:04:30 +01:00
sir-indy
cc0e5f14b1
Update fuzzyw.app.js
2022-03-31 12:58:17 +01:00
sir-indy
f76cb9a346
Update fuzzyw.app.js
2022-03-31 12:56:53 +01:00
sir-indy
dce327bf62
Update metadata.json
2022-03-31 12:52:55 +01:00
sir-indy
924c68527f
Update fuzzyw.settings.js
2022-03-31 12:51:43 +01:00
sir-indy
c270f8d34d
Create fuzzy_strings.json
2022-03-31 12:50:36 +01:00
sir-indy
bb712dc012
Update fuzzyw.settings.js
2022-03-31 12:48:13 +01:00
sir-indy
2e099e4304
Merge branch 'espruino:master' into master
2022-03-31 11:45:49 +01:00
Gordon Williams
e85080e052
Merge branch 'master' of github.com:espruino/BangleApps
2022-03-31 11:40:24 +01:00
Gordon Williams
aff76fe2c0
0.17: Fix regression where long month names were 'undefined' ( fix #1641 )Fix issue where long month names included 'undefined' ( fix #1641 )
2022-03-31 11:39:59 +01:00
sir-indy
52a237f3e8
Add files via upload
2022-03-31 11:22:19 +01:00
sir-indy
2fc67c46ce
Update fuzzyw.icon.js
2022-03-31 11:22:04 +01:00
sir-indy
991fd8726e
Rename fuzzyw.img.js to fuzzyw.icon.js
2022-03-31 10:34:30 +01:00
sir-indy
c536aee610
Rename fuzzyw-icon.js to fuzzyw.img.js
2022-03-31 10:31:33 +01:00
sir-indy
c474d0c5f8
Delete fuzzyw.icon.js
2022-03-31 10:27:09 +01:00
sir-indy
a23dd54b5d
Delete fuzzy.png
2022-03-31 10:26:57 +01:00
sir-indy
96ea439a45
Create fuzzyw.settings.js
2022-03-31 10:26:38 +01:00
sir-indy
0689cb6c03
Update metadata.json
2022-03-31 10:25:42 +01:00
sir-indy
b03930125c
Add files via upload
2022-03-31 10:24:17 +01:00
sir-indy
949e746a75
Add files via upload
2022-03-31 10:20:34 +01:00
sir-indy
18ac62c0ed
Add files via upload
2022-03-31 10:17:28 +01:00
sir-indy
1e91a2095e
Create fuzzyw.app.js
2022-03-31 10:17:05 +01:00
KungPhoo
1642dbc93a
reset graphics before drawing
2022-03-31 07:37:43 +02:00
sir-indy
d356735bf2
Update pebble.app.js
2022-03-30 20:52:13 +01:00
sir-indy
75eadb66a5
Merge branch 'espruino:master' into master
2022-03-30 20:50:48 +01:00
KungPhoo
2e05c57259
typo fixed
2022-03-30 18:03:54 +02:00
KungPhoo
50e38126fb
typos
2022-03-30 17:45:58 +02:00
KungPhoo
5254f20bb6
Redrawing the current clock, if a 'draw()' function exists.
2022-03-30 17:43:46 +02:00
Gordon Williams
48efab699d
Show distance more accurately in conjunction with new locale app ( fix #1523 )
...
Also slightly more memory efficient locale module
2022-03-30 15:11:14 +01:00
sir-indy
8d6f170e99
Merge branch 'espruino:master' into master
2022-03-30 14:30:55 +01:00
Gordon Williams
c3dc1ed885
Merge branch 'master' of github.com:espruino/BangleApps
2022-03-30 11:10:33 +01:00
Gordon Williams
15a6d07e06
0.47: Add polyfill for setUI with an object as an argument (fix regression for 2v12 devices after Layout module changed)
2022-03-30 11:10:15 +01:00
ELIARENZONI
d56e247b9c
Delete metadata.json
2022-03-30 11:33:47 +02:00
ELIARENZONI
25ccff5194
Delete metadata.js
2022-03-30 11:33:38 +02:00
ELIARENZONI
bf4fde3baa
Delete dentispessi
2022-03-30 11:33:28 +02:00
ELIARENZONI
8d7344b9d4
Delete app-icon.js
2022-03-30 11:33:08 +02:00
ELIARENZONI
979fde2ac5
Delete dentigrossi
2022-03-30 11:32:55 +02:00
ELIARENZONI
f0aed4896a
Delete My Denti
2022-03-30 11:32:39 +02:00
ELIARENZONI
36debde6c9
Delete apps/AppDentus directory
2022-03-30 11:32:08 +02:00
ELIARENZONI
c7bbfa6059
Delete apps/SuperDenti directory
2022-03-30 11:31:56 +02:00
ELIARENZONI
e405ac350e
Create ChangeLog
2022-03-30 11:28:33 +02:00
ELIARENZONI
3ad2ea6250
Create README.md
2022-03-30 11:24:00 +02:00
ELIARENZONI
72c670db13
Update metadata.json
2022-03-30 11:13:25 +02:00
ELIARENZONI
f07dcb49c3
Create metadata.json
2022-03-30 11:08:56 +02:00
ELIARENZONI
1263a35fac
Create app-icon.js
2022-03-30 10:50:47 +02:00
KungPhoo
b5e6634004
bugfix settings.json
...
Read settings from the wron file.
2022-03-30 10:42:00 +02:00
ELIARENZONI
3703a8d81f
Add files via upload
2022-03-30 10:32:36 +02:00
ELIARENZONI
1f4225a202
Create app.js
2022-03-30 10:29:06 +02:00
ELIARENZONI
7cd02f6794
Create appDenti.js
2022-03-30 10:15:51 +02:00
ELIARENZONI
f4c4f70190
Create Dentix
2022-03-30 10:08:56 +02:00
ELIARENZONI
eafdef1782
Create dentispessi
2022-03-30 10:06:10 +02:00
ELIARENZONI
c0c9f690b1
Create dentigrossi
2022-03-30 09:59:02 +02:00
Gordon Williams
f7423f4fd9
Merge pull request #1637 from andrewgoz/timerclk
...
Timerclk 0.02
2022-03-30 08:36:38 +01:00
Gordon Williams
9ddd869e44
Merge pull request #1638 from chiefdaft/master
...
v0.07 Some efficiency improvements in the cell mover algorithm
2022-03-30 08:31:23 +01:00
KungPhoo
85a0c4100d
Restored widbt
...
I restored the widbt code and made a separate widget widbt_notify.
2022-03-30 07:25:49 +02:00
KungPhoo
3986899c8b
Revert "Update widget.js"
...
This reverts commit deb18b0ef5 .
2022-03-30 07:20:11 +02:00
KungPhoo
a59579476b
Revert "Update widget.js"
...
This reverts commit be3d00e974 .
2022-03-30 07:19:58 +02:00
KungPhoo
9c86c48398
Update widget.js
2022-03-30 07:17:52 +02:00
Jelco Huijser
66ef758730
Merge pull request #17 from chiefdaft/dev_0.5
...
Dev 0.5 v0.07
2022-03-29 23:44:30 +02:00
chiefdaft
d7bf20ebc7
v0.07 efficiency improvements
2022-03-29 23:38:19 +02:00
chiefdaft
e0d457fd56
Changed basic mover algorithme in favor of speed
2022-03-29 23:34:01 +02:00
sir-indy
6ff39e5584
Update ChangeLog
2022-03-29 15:30:45 +01:00
sir-indy
b7ba1314b2
Update README.md
2022-03-29 15:30:22 +01:00
sir-indy
01a868155e
Update pebble.app.js
2022-03-29 15:28:42 +01:00
sir-indy
4d6773c022
Update pebble.settings.js
2022-03-29 15:27:34 +01:00
sir-indy
abdd91b6f1
Update pebble.settings.js
2022-03-29 15:24:13 +01:00
sir-indy
c8e90b1f92
Update pebble.app.js
2022-03-29 15:21:21 +01:00
sir-indy
181db37867
Update pebble.app.js
2022-03-29 14:17:13 +01:00
Andrew Gregory
9c8f1d43e3
Merge branch 'espruino:master' into timerclk
2022-03-29 21:16:15 +08:00
sir-indy
7c697cf749
Update pebble.app.js
2022-03-29 14:06:58 +01:00
sir-indy
e60586f138
Update pebble.app.js
...
Move day and steps color into loadThemeColors function.
Added test lock icon
2022-03-29 13:58:05 +01:00
KungPhoo
8df137b21d
widget 'widbt_notify'
...
New Widget 'widbt_notify' is a bluetooth widget, that vibrates, when the connection gets lost.
2022-03-29 14:32:33 +02:00
sir-indy
d8b49af3c8
Update pebble.app.js
...
Removed print statements from debugging
2022-03-29 13:28:32 +01:00
sir-indy
62b3336e6a
Update pebble.settings.js
2022-03-29 13:10:48 +01:00
sir-indy
e3db453b44
Update pebble.settings.js
2022-03-29 13:00:55 +01:00
sir-indy
3d9a49a5fb
Update metadata.json
2022-03-29 13:00:36 +01:00
sir-indy
2330f1f464
Update ChangeLog
2022-03-29 13:00:21 +01:00
sir-indy
f867c68340
Update pebble.app.js
2022-03-29 12:55:42 +01:00
sir-indy
4658fb9743
Update README.md
2022-03-29 12:46:07 +01:00
sir-indy
358e8d18c8
Update pebble.app.js
2022-03-29 12:45:08 +01:00
sir-indy
24689a7684
Update pebble.settings.js
2022-03-29 12:39:55 +01:00
Matrixes
6bded83f77
Shows day of month
2022-03-29 13:22:54 +02:00
Matrixes
91cab3aee4
Added day of week
2022-03-29 12:12:57 +02:00
sir-indy
aba96398f1
Update metadata.json
...
Switched on allow emulator
2022-03-29 11:06:29 +01:00
sir-indy
6389b27d41
Update pebble.app.js
...
First stab at adding theme selection
2022-03-29 10:51:29 +01:00
Gordon Williams
0a1ce01598
Merge pull request #1635 from thedod/ftclock-0.03
...
Ftclock 0.03
2022-03-29 09:19:20 +01:00
Gordon Williams
25adda413c
Merge pull request #1631 from HilmarSt/master
...
[Bike Speedometer App] add settings menu
2022-03-29 09:18:31 +01:00
Gordon Williams
061110a209
Merge branch 'master' of github.com:espruino/BangleApps
2022-03-29 09:17:44 +01:00
Gordon Williams
011388e442
icon tweak
2022-03-29 09:17:28 +01:00
Brendan Hubble
599f20aca9
touchtimer: FIX countdown buzz to be in last 5 seconds
...
- The countdown buzz was happening on each minute and not only on the
last 5 seconds
2022-03-29 19:03:14 +11:00
The Dod
056d67df33
Merge branch 'master' of espruino/BangleApps
2022-03-29 10:28:35 +03:00
Matrixes
a1162ef6d3
Adds button press interaction
2022-03-29 09:24:05 +02:00
Matrixes
4ec1b02f25
Now (might) actually work
2022-03-29 09:17:44 +02:00
Matrixes
7ab9e342d5
EAN-8 Barcode clock, INIT
2022-03-29 09:02:07 +02:00
KungPhoo
30c946ceaa
Update lib.js
2022-03-29 07:54:18 +02:00
KungPhoo
5ff8ab62a2
Update settings.js
2022-03-29 07:44:41 +02:00
KungPhoo
be3d00e974
Update widget.js
2022-03-29 07:25:56 +02:00
KungPhoo
deb18b0ef5
Update widget.js
...
Reload the clock after the "connection lost" message was shown.
2022-03-29 07:15:05 +02:00
KungPhoo
284da20f01
Update ChangeLog
2022-03-28 23:14:00 +02:00
KungPhoo
16f3f4253e
Merge remote-tracking branch 'upstream/master'
2022-03-28 23:10:37 +02:00
KungPhoo
cf53626c59
Update lib.js
2022-03-28 22:45:41 +02:00
KungPhoo
a011858cab
Update lib.js
2022-03-28 22:43:46 +02:00
KungPhoo
b5010b4109
Update lib.js
2022-03-28 22:33:52 +02:00
KungPhoo
14e8a93c81
Update lib.js
2022-03-28 22:28:39 +02:00
KungPhoo
febcdf4f53
Update metadata.json
2022-03-28 22:15:41 +02:00
KungPhoo
148e571769
Update ChangeLog
...
0.27: Option to auto-unlock the watch when a new message arrives
2022-03-28 22:12:19 +02:00
KungPhoo
29f93c0165
Update README.md
2022-03-28 22:10:29 +02:00
KungPhoo
af7f672053
Update lib.js
...
Unlock the watch, to get touch access, if the user want that.
2022-03-28 22:08:16 +02:00
KungPhoo
a06c782ede
Update settings.js
...
-Option to unlock the watch, when a message arrives, so the buttons can directly be touched.
2022-03-28 21:57:52 +02:00
KungPhoo
cd1294af40
Update widget.js
2022-03-28 21:53:55 +02:00
KungPhoo
464643db38
Update widget.js
2022-03-28 21:40:10 +02:00
Brant Peery
cad94be9d0
Merge branch 'espruino:master' into master
2022-03-28 11:26:51 -06:00
Brant Peery
3f4a45b59f
Update version
2022-03-28 11:26:14 -06:00
Brant Peery
a4acab8316
Update app-icon.js
2022-03-28 07:11:26 -06:00
Brant Peery
ae972f71c5
Update metadata.json
2022-03-28 07:03:59 -06:00
Hilmar Strauch
74ca4151cd
Update app.js
2022-03-28 14:51:45 +02:00
Hilmar Strauch
a7cb978e04
Update README.md
2022-03-28 14:49:25 +02:00
Hilmar Strauch
105e5279b2
Update metadata.json
2022-03-28 14:27:04 +02:00
Gordon Williams
e482707e89
Merge pull request #1628 from GrandVizierOlaf/master
...
Fix run bug where recorder did not stop.
2022-03-28 10:46:46 +01:00
Gordon Williams
c34ade140c
messages 0.27: Add 'mark all read' option to popup menu ( fix #1624 )
2022-03-28 10:30:26 +01:00
Gordon Williams
69f19a43c0
Merge pull request #1626 from frigis1/master
...
Quick Launch app
2022-03-28 10:13:29 +01:00
Gordon Williams
bf398f3eeb
Merge pull request #1625 from francoislanc/master
...
Add UI for the TodoList app
2022-03-28 10:09:57 +01:00
Gordon Williams
8fdbaa589f
Merge pull request #1622 from nxdefiant/master
...
calendar:
2022-03-28 10:08:55 +01:00
Gordon Williams
97d4666ded
Merge pull request #1627 from andrewgoz/master
...
Cosmetic update to Authenticator web interface
2022-03-28 10:06:52 +01:00
KungPhoo
c8bc3f7254
Update ChangeLog
...
0.11: Avoid too many notifications. Change disconnected colour to red.
2022-03-28 08:25:36 +02:00
KungPhoo
9ad0704cd2
Update metadata.json
...
Version update.
2022-03-28 08:24:40 +02:00
KungPhoo
bacc9e80af
Update widget.js
...
-Avoid too many notifications on connection loss.
-Change non-connected icon color.
2022-03-28 08:24:12 +02:00
David Peer
bf51d5ed7a
Minor improvement
2022-03-28 06:29:42 +02:00
BartS23
e96e181ede
Fix exception on Dist/Step/Time pattern selection
2022-03-27 23:29:46 +02:00
GrandVizierOlaf
beec98e835
Merge branch 'espruino:master' into master
2022-03-27 15:43:40 -05:00
Salim Blume
aa99d5cea8
Reverting fix that was actually a bug
2022-03-27 15:42:13 -05:00
frigis1
252f58d1ec
Update boot.js
2022-03-27 11:31:58 -07:00
frigis1
c43124360f
Update boot.js
2022-03-27 11:23:23 -07:00
KungPhoo
c4bce45288
Merge branch 'espruino:master' into master
2022-03-27 19:07:58 +02:00
Hilmar Strauch
6b9bc061cd
Update app.js
2022-03-27 13:27:17 +02:00
The Dod
0c29915231
`mkFourTwentyTz.js` now handles new CSV format
...
Also make a fresh `fourTwentyTz.js` from latest timezonedb.com
CSV zip.
2022-03-27 14:11:49 +03:00
David Peer
bceb2949bf
Optional timer if qalarm is installed
2022-03-27 11:53:27 +02:00
David Peer
d51fd88246
Set defaults correctly
2022-03-27 11:29:37 +02:00
David Peer
2583bdd4af
Minor chnages
2022-03-27 11:26:34 +02:00
David Peer
508b6105a0
Finished V0.02 with fullscreen mode and optional lock icon
2022-03-27 11:26:22 +02:00
Hilmar Strauch
746bbe7a10
Update ChangeLog
2022-03-27 09:38:13 +02:00
Hilmar Strauch
354d6e2832
Update metadata.json
2022-03-27 09:36:06 +02:00
Hilmar Strauch
6330ec0b93
Add files via upload
2022-03-27 09:33:57 +02:00
Andrew Gregory
2a530646c1
Fix metadata.
2022-03-27 10:40:26 +08:00
Andrew Gregory
178b011c34
Fix #1583 .
...
Fix timers doubling (plus a bit) when they expire.
Timer reset restores to configured time, not to the default.
Added surise/sunset times (hidden by default).
2022-03-27 10:30:34 +08:00
Andrew Gregory
2b32bc37e2
Update interface.html
...
Change token row background colours.
2022-03-27 09:27:01 +08:00
Andrew Gregory
638bc7fb3e
Update interface.html
...
Change button styling to non-primary.
2022-03-27 09:22:39 +08:00
Andrew Gregory
0759513b2a
Merge branch 'espruino:master' into master
2022-03-27 09:13:17 +08:00
Andrew Gregory
ecc3f5ff66
Update interface.html
...
Space out buttons.
2022-03-27 09:12:55 +08:00
Andrew Gregory
4c90ea57d7
Update interface.html
...
Use Bangle styling for buttons.
Move main token list UI button to above the tokens.
2022-03-27 09:02:15 +08:00
frigis1
46d82b45c2
Update app.js
2022-03-26 14:20:10 -07:00
frigis1
506746a4d4
Update boot.js
2022-03-26 14:17:51 -07:00
frigis1
3ffc442576
Update boot.js
2022-03-26 14:03:39 -07:00
frigis1
bae7606df3
Update app.js
2022-03-26 13:06:48 -07:00
frigis1
2a764c64ad
Update metadata.json
2022-03-26 12:41:31 -07:00
frigis1
26b4c43d4a
Update boot.js
2022-03-26 12:34:00 -07:00
frigis1
ea4187c00e
Update boot.js
2022-03-26 12:11:26 -07:00
frigis1
1c68326caa
Update app.js
2022-03-26 12:10:59 -07:00
Francois Lancelot
a20ea2df71
Add UI for the TodoList app
2022-03-26 18:40:11 +01:00
frigis1
1f81238c12
Update boot.js
2022-03-26 09:47:46 -07:00
frigis1
7ff995e3ec
Update boot.js
2022-03-26 09:41:52 -07:00
frigis1
970c102822
Update boot.js
2022-03-26 09:30:44 -07:00
frigis1
f57d4d965c
Update app.js
2022-03-26 09:22:18 -07:00
Hilmar Strauch
e01eed358c
Merge branch 'espruino:master' into master
2022-03-26 13:53:38 +01:00
frigis1
16f3a81d14
Update app-icon.js
2022-03-26 01:36:25 -07:00
frigis1
9d8e8ed208
Update ChangeLog
2022-03-26 01:24:27 -07:00
frigis1
6b6125a619
Create ChangeLog
2022-03-26 01:21:39 -07:00
frigis1
ecd6215eb5
Update metadata.json
2022-03-26 01:21:07 -07:00
frigis1
1a8febf9ee
Update app-icon.js
2022-03-26 01:15:00 -07:00
frigis1
e998b36e96
Update app-icon.js
2022-03-26 01:09:06 -07:00
frigis1
1a53e4b64e
Update app-icon.js
2022-03-26 01:02:35 -07:00
frigis1
86fe688d44
Update app.js
2022-03-26 00:43:01 -07:00
frigis1
ba669d2cab
Update app.js
2022-03-26 00:33:37 -07:00
David Peer
9f3935cb9e
Minor changes
2022-03-26 08:31:06 +01:00
David Peer
0bd35cec29
Improvements accordingly to the community
2022-03-26 08:28:25 +01:00
frigis1
7dfeb8fc61
Add files via upload
2022-03-26 00:27:21 -07:00
frigis1
62aebd7102
Create metadata.json
2022-03-26 00:27:04 -07:00
frigis1
b05bc9e291
Create boot.js
2022-03-26 00:26:32 -07:00
frigis1
9ab343db9d
Create app-icon.js
2022-03-26 00:25:50 -07:00
frigis1
92878dc159
Create app.js
2022-03-26 00:23:20 -07:00
frigis1
5056826d2d
Delete metadata.json
2022-03-26 00:20:25 -07:00
frigis1
a50f8b433f
Delete boot.js
2022-03-26 00:20:18 -07:00
frigis1
711394cfc1
Delete app.png
2022-03-26 00:20:09 -07:00
frigis1
c661309138
Delete app.js
2022-03-26 00:19:58 -07:00
frigis1
4242633f60
Delete app-icon.js
2022-03-26 00:19:38 -07:00
frigis1
13a1d46144
Update app.js
2022-03-26 00:08:43 -07:00
frigis1
d3f41a367c
Update metadata.json
2022-03-26 00:07:11 -07:00
frigis1
dbc3da8a1a
Update app.js
2022-03-25 23:53:20 -07:00
frigis1
6ea588646e
Update boot.js
2022-03-25 23:45:53 -07:00
Brant Peery
73774bbe07
Rename README to README.md
2022-03-26 00:01:40 -06:00
Brant Peery
665f603a70
Create README
2022-03-25 23:58:10 -06:00
Brant Peery
1b2c2545cf
Update metadata.json
2022-03-25 23:57:12 -06:00
frigis1
77e3c27c50
Update metadata.json
2022-03-25 18:33:34 -07:00
frigis1
00a7971c88
Add files via upload
2022-03-25 18:32:43 -07:00
frigis1
90a0c0e927
Update metadata.json
2022-03-25 18:28:33 -07:00
frigis1
fca2852e88
Create app.js
2022-03-25 18:24:48 -07:00
frigis1
e1d6505b24
Update metadata.json
2022-03-25 18:22:57 -07:00
frigis1
34b99993d7
Update metadata.json
2022-03-25 18:16:08 -07:00
frigis1
fbf762a825
Update metadata.json
2022-03-25 18:15:27 -07:00
frigis1
a20a159dc9
Create metadata.json
2022-03-25 18:10:55 -07:00
frigis1
65f81fbde9
Create app-icon.js
2022-03-25 18:07:44 -07:00
frigis1
80f8b727d9
Create boot.js
2022-03-25 17:56:26 -07:00
Brant Peery
1084a7705a
Merge branch 'espruino:master' into master
2022-03-25 16:16:08 -06:00
Erik Andresen
5e5ba0cc69
calendar:
...
Add one to previous month
2022-03-25 19:01:34 +01:00
David Peer
288123d729
Minor fix
2022-03-25 18:05:17 +01:00
David Peer
ec40e5d8fd
Show lock status.
2022-03-25 18:00:22 +01:00
David Peer
c2bce25a42
Finished V1
2022-03-25 17:57:19 +01:00
David Peer
d3dcc50071
Fixed invalid json
2022-03-25 17:23:54 +01:00
David Peer
ab0c299a27
Add black and white clock
2022-03-25 17:22:39 +01:00
David Peer
c32040c311
Minor changes
2022-03-25 16:19:18 +01:00
David Peer
1267860420
Added settings for fullscreen mode
2022-03-25 16:14:30 +01:00
David Peer
034026019a
Minor changes
2022-03-25 16:07:29 +01:00
Gordon Williams
4d1cf766ef
Merge pull request #1619 from GrandVizierOlaf/master
...
Fix run notifications bugs and improve accuracy
2022-03-25 08:20:55 +00:00
Gordon Williams
111046e590
Merge pull request #1618 from Smooklu/master
...
Added Geek Squad Appointment Timer app
2022-03-25 08:18:18 +00:00
Gordon Williams
4ea35c0d06
Merge pull request #1617 from chiefdaft/master
...
Fixed issue #1609 preventing unwanted screen redraw when a popup message is active
2022-03-25 08:17:33 +00:00
Gordon Williams
117e89b3b7
Merge pull request #1616 from nxdefiant/master
...
waypointer
2022-03-25 08:16:59 +00:00
Peer David
bcf3ce01e9
Merge branch 'espruino:master' into master
2022-03-25 07:43:36 +01:00
Salim Blume
9a0c31c56d
Fix run notifications bugs and improve accuracy
2022-03-24 22:19:51 -05:00
Smooklu
db88e1800d
Update metadata.json
2022-03-24 20:44:12 -05:00
Smooklu
9eff57362b
Update metadata.json
2022-03-24 20:43:08 -05:00
Smooklu
451ecd7226
Add files via upload
2022-03-24 20:42:36 -05:00
Smooklu
e7ee68d564
Update README.md
2022-03-24 20:42:15 -05:00
Smooklu
9af8213b92
Update README.md
2022-03-24 20:38:20 -05:00
Smooklu
b50f0d7a56
Update metadata.json
2022-03-24 20:31:55 -05:00
Smooklu
8f3f229c55
Create app-icon.js
2022-03-24 20:31:26 -05:00
Smooklu
62b2d94e93
Update metadata.json
2022-03-24 20:27:52 -05:00
Smooklu
b0f530107d
Create ChangeLog
2022-03-24 20:26:21 -05:00
Smooklu
7a28b96961
Create README.md
2022-03-24 20:25:34 -05:00
Smooklu
abb8496fdb
Add files via upload
2022-03-24 20:24:22 -05:00
Smooklu
4ab9d13226
Delete icons8-clock-48.png
2022-03-24 20:23:55 -05:00
Smooklu
027048302a
Add app png
2022-03-24 20:23:20 -05:00
Smooklu
840cecf976
Create metadata.json
2022-03-24 20:22:45 -05:00
Smooklu
f8d64ab7dd
Create app.js
2022-03-24 20:19:24 -05:00
Jelco Huijser
efc7507be8
Merge branch 'espruino:master' into master
2022-03-25 00:43:34 +01:00
Jelco Huijser
9f0a27af72
Merge pull request #16 from chiefdaft/dev_0.5
...
Dev 0.5 v0.06 Fixed issue #1609 preventing unwanted screen redraw
2022-03-25 00:42:20 +01:00
chiefdaft
a46051a88e
v0.06 added to metadata and changelog
2022-03-25 00:38:17 +01:00
chiefdaft
6dbe7dfee1
Bug: Fixed issue #1609 added a message popup state handler to control unwanted screen redraw
2022-03-25 00:31:38 +01:00
Gordon Williams
0a347ee031
boot 0.46: Fix no clock found error on Bangle.js 2
2022-03-24 16:16:25 +00:00
Gordon Williams
5a569bfd04
Merge pull request #1614 from alessandrococco/master
...
[Wave Clock] Show the day of the week
2022-03-24 14:20:18 +00:00
Gordon Williams
b70cd90c65
Merge pull request #1613 from berkenbu/master
...
New app: 2047pp game
2022-03-24 14:19:12 +00:00
Gordon Williams
9d8d610c73
Merge pull request #1612 from andrewgoz/master
...
Authentiwatch 0.07
2022-03-24 14:18:30 +00:00
Gordon Williams
e47884baf7
Merge pull request #1611 from foostuff/master
...
ClockCal: Configurable launch gestures
2022-03-24 14:18:04 +00:00
Alessandro Cocco
ae74a50838
[Wave Clock] Show the day of the week
2022-03-24 09:23:34 +01:00
Andrew Gregory
dd27b11eb8
Update app.js
...
Fix automatic font sizing.
2022-03-24 09:43:32 +08:00
marko
fd8cc60283
Make border thicknesses more consistent; add screenshot; allow running in emulator.
2022-03-23 17:24:42 -04:00
Erik Andresen
60c3a32494
waypointer
...
Bangle.js 2 compatibility
2022-03-23 21:52:26 +01:00
David Peer
d93646abd7
Show steps. Performance improvement
2022-03-23 21:36:15 +01:00
Noah Howard
51f6570822
Merge branch 'espruino:master' into master
2022-03-23 15:55:55 -04:00
marko
0c24bd397a
Use correct string for supported devices
2022-03-23 15:40:28 -04:00
marko
0342b13124
Support Bangles 1&2
2022-03-23 15:38:16 -04:00
marko
80246d2398
New app 2047pp
2022-03-23 15:00:54 -04:00
marko
1e10f4a25e
Change name of new app
2022-03-23 14:59:23 -04:00
marko
287cbf6eea
New app 2047++
2022-03-23 14:56:07 -04:00
David Peer
b8f906b2e3
Fixed lcars
2022-03-23 19:18:42 +01:00
David Peer
8426b13e0e
Finished 90s clock
2022-03-23 19:16:23 +01:00
David Peer
fd01680ef9
Addd 90s clk
2022-03-23 18:12:38 +01:00
David Peer
fb7e5501d4
Merge remote-tracking branch 'upstream/master'
2022-03-23 18:02:10 +01:00
Andrew Gregory
77e6bd3a8d
Merge branch 'espruino:master' into master
2022-03-23 22:30:42 +08:00
Andrew Gregory
00ad2a1278
Update app.js
...
Define some constants.
Add RFC comments.
2022-03-23 22:24:14 +08:00
Micha
d6c8f634c7
Update README.md
2022-03-23 14:56:17 +01:00
Micha
00d74ceef6
Update ChangeLog
2022-03-23 14:46:03 +01:00
Micha
abf6844497
increment version
2022-03-23 14:40:31 +01:00
Micha
d0426a2093
Configurable drag gestures
2022-03-23 14:38:42 +01:00
Micha
6158d76f17
configurable drag gestures
2022-03-23 14:37:44 +01:00
ELIARENZONI
4723f2cb96
Create metadata.json
2022-03-23 11:21:25 +01:00
ELIARENZONI
1b9dbd58af
Create metadata.js
2022-03-23 11:11:46 +01:00
ELIARENZONI
e4077325f5
Create app-icon.js
2022-03-23 11:01:33 +01:00
ELIARENZONI
8658582dd7
Create My Denti
2022-03-23 10:44:53 +01:00
KungPhoo
b8e495d422
Add files via upload
...
updated screenshot
2022-03-23 09:40:36 +01:00
Andrew Gregory
b3cc125a3f
Update app.js
...
Use let instead of var.
2022-03-23 16:36:42 +08:00
Andrew Gregory
05b75d2241
Update app.js
...
Fix missing break.
2022-03-23 16:30:24 +08:00
Andrew Gregory
47332eba50
Update app.js
...
Simplify.
2022-03-23 16:26:48 +08:00
KungPhoo
ef6fcc92f0
Update metadata.json
...
version update
2022-03-23 09:22:10 +01:00
KungPhoo
8d7cf2dde6
Update ChangeLog
...
bug fix
2022-03-23 09:21:48 +01:00
KungPhoo
c7242674f2
Update widget.js
...
Typos
2022-03-23 09:20:59 +01:00
Andrew Gregory
bf30b35ac0
Update app.js
...
Fix progress bar drawing.
2022-03-23 16:18:21 +08:00
Andrew Gregory
b26d341609
Update app.js
...
Refactoring
2022-03-23 16:13:57 +08:00
Brendan Hubble
e76535fece
touchtimer: ADD 5 second count down buzzer
...
- This is a configurable option (Default is off) for the timer to buzz
each second when there are 5 seconds left.
2022-03-23 18:53:47 +11:00
Andrew Gregory
94207739c0
Update app.js
...
Refactoring
2022-03-23 14:22:17 +08:00
Andrew Gregory
1d7c090c21
Update app.js
...
Update progress bar on Bangle1 button presses.
Clean up timer before exiting.
2022-03-22 23:26:50 +08:00
Gordon Williams
caa5629ae3
Merge branch 'master' of github.com:espruino/BangleApps
2022-03-22 15:22:15 +00:00
Gordon Williams
9abc9296df
hrm 0.09: Grey out BPM until confidence is over 50%
2022-03-22 15:22:05 +00:00
Andrew Gregory
9886125fbd
Update app.js
...
Refactoring and extra range checks.
2022-03-22 23:16:17 +08:00
Andrew Gregory
569889846c
Merge branch 'espruino:master' into master
2022-03-22 22:59:10 +08:00
Gordon Williams
cedc21d3a9
Merge pull request #1596 from jsphpl/master
...
Cycling App: Initial version
2022-03-22 11:50:04 +00:00
Gordon Williams
7d78aa6bd1
Merge branch 'master' of github.com:espruino/BangleApps
2022-03-22 09:49:05 +00:00
Gordon Williams
2ba72f8954
lightswitch 0.03: Settings page now uses built-in min/max/wrap ( fix #1607 )
2022-03-22 09:48:45 +00:00
Gordon Williams
394c0155bd
Merge pull request #1603 from bhubbb/repeat-touchtimer
...
touchtimer: ADD ability to repeat the timer
2022-03-22 09:40:07 +00:00
Hilmar Strauch
442f23a5dd
Merge branch 'espruino:master' into master
2022-03-22 10:37:23 +01:00
Gordon Williams
edd6f7affd
Merge pull request #1606 from Ronin0000/master
...
Fix #1605
2022-03-22 09:31:06 +00:00
Gordon Williams
a6c18f2bf8
Merge pull request #1598 from nxdefiant/master
...
bledetect: BangleJs2 compatible
2022-03-22 09:29:16 +00:00
KungPhoo
aa118dc3fa
Update ChangeLog
...
0.09
2022-03-22 07:46:04 +01:00
KungPhoo
0743af5786
Update metadata.json
2022-03-22 07:45:00 +01:00
KungPhoo
200e6fcc1d
Update widget.js
...
Buzz on connection loss.
2022-03-22 07:42:40 +01:00
KungPhoo
9df926f062
Version
2022-03-22 06:42:31 +01:00
KungPhoo
e7f3c0f00e
Added Calendar
2022-03-22 06:41:32 +01:00
Jelco Huijser
ef0e1accca
Merge pull request #15 from chiefdaft/dev_0.5
...
Repaired the screenshot withe wrong caret.
2022-03-22 01:18:07 +01:00
chiefdaft
286ec4cb80
Repaired the screenshot withe wrong caret.
2022-03-22 01:15:51 +01:00
Jelco Huijser
c79928ddf2
Merge pull request #14 from chiefdaft/dev_0.5
...
Dev 0.5 -- v0.05 Added a chevron to the randomly added new tiles, updated readme and images
2022-03-22 01:05:49 +01:00
chiefdaft
f2faa4e0de
Updated the description for the chevron add-on, and added new images
2022-03-22 01:01:14 +01:00
chiefdaft
06a58ae149
Added a carret to the newly randomly added tiles
2022-03-22 00:35:51 +01:00
Ronin0000
347f6783b7
Update metadata.json
2022-03-21 15:48:31 -07:00
Ronin0000
afb7a4846a
Update ChangeLog
2022-03-21 15:48:21 -07:00
Ronin0000
9f41199302
Update mmind.app.js
2022-03-21 15:47:53 -07:00
Brendan Hubble
5e92ec24df
touchtimer: ADD ability to repeat the timer
...
- By adding the REPEAT value at the end of buzzCount loop it allows for
finshed to be shown for the full buzzCount before it changes the text
to REPEAT
2022-03-22 09:23:35 +11:00
KungPhoo
a23e4ecd38
Update metadata.json
2022-03-21 22:06:03 +01:00
KungPhoo
5beec202f9
Add files via upload
2022-03-21 22:04:25 +01:00
KungPhoo
a699247ad1
Typos
...
Typos
2022-03-21 22:02:55 +01:00
KungPhoo
7ddcfd7565
Add files via upload
2022-03-21 21:39:02 +01:00
KungPhoo
33cb21482c
Create readme.md
2022-03-21 21:38:29 +01:00
Jelco Huijser
2b1ab0a2f2
Merge branch 'espruino:master' into master
2022-03-21 16:20:55 +01:00
chiefdaft
127624b19f
Changed screenshot pictures with ide dumps
2022-03-21 16:17:16 +01:00
Erik Andresen
3c7e830e1c
sleepphasealarm
...
fix comment typo
2022-03-21 11:03:32 +01:00
Erik Andresen
338a659bbd
bledetect
...
- Set bangleJs compatible
- Show widgets
2022-03-21 11:02:52 +01:00
Gordon Williams
a37c14d26c
Merge pull request #1594 from nxdefiant/master
...
hidjoystick: Make BangleJS2 compatible
2022-03-21 09:27:18 +00:00
Gordon Williams
e6c4891317
Merge pull request #1591 from Ronin0000/master
...
Fix Crow Clock For Dark Mode and Fix Desktop Launcher Bangle.js 1 not showing white images.
2022-03-21 08:59:02 +00:00
Gordon Williams
2037603f7c
Merge pull request #1595 from Stiralbios/master
...
add BangleJS 1 compatibity to the terminal clock app
2022-03-21 08:57:49 +00:00
Gordon Williams
f866bd2975
Merge pull request #1589 from smekras/master
...
smclock: update to v0.06
2022-03-21 08:57:06 +00:00
chiefdaft
d7c16c50dc
New screenshots foor the readme.md
2022-03-21 00:54:27 +01:00
David Peer
68ba3a5cf7
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-03-20 20:42:25 +01:00
David Peer
8a6152b7ce
Minor fix
2022-03-20 20:42:19 +01:00
chiefdaft
d77fe09c99
rename of Changelog
2022-03-20 16:51:55 +01:00
chiefdaft
c37c8ea62f
Changed description of the game
2022-03-20 16:51:33 +01:00
chiefdaft
bd79b5c8e6
Merge branch 'dev_0.5' of https://github.com/chiefdaft/BangleApps into dev_0.5
2022-03-20 16:50:44 +01:00
chiefdaft
b97ee495c5
Changed name of Changelog to ChangeLog
2022-03-20 16:47:11 +01:00
Andrew Gregory
ed36b7286e
Update app.js
...
Workaround Bangle1 issues
2022-03-20 23:11:18 +08:00
Joseph Paul
bda630ed08
Cycling: don't call settings function
2022-03-20 11:05:54 +01:00
Joseph Paul
433e3a4967
Cycling: Add JS icon
2022-03-20 10:59:24 +01:00
Joseph Paul
a44c62630a
Cycling: Implement settings
2022-03-20 10:52:11 +01:00
Joseph Paul
14aca8db0f
Cycling: Re-enable widgets; optimise font sizes
2022-03-20 10:51:59 +01:00
Andrew Gregory
1523a15b8e
Update app.js
...
Rewrite UI code and drawing
2022-03-20 17:36:34 +08:00
Andrew Gregory
2fc0a20311
Merge branch 'espruino:master' into master
2022-03-20 17:30:40 +08:00
Joseph Paul
31d835dad5
Cycling: Initial commit
2022-03-20 09:56:12 +01:00
Stiralbios
5cb7e0620c
add Banglejs 1 compatibity to the terminal clock app
2022-03-20 09:55:43 +01:00
Jelco Huijser
4420833dbd
New icon
2022-03-20 00:42:52 +01:00
Jelco Huijser
85d60201b7
to be replaced
2022-03-20 00:42:04 +01:00
Jelco Huijser
ebf30dc874
New icon
2022-03-20 00:41:30 +01:00
chiefdaft
6380f1a124
v0.04
2022-03-20 00:28:45 +01:00
chiefdaft
fbe07de1c0
Bug fix score reset after Game Over, new icon
2022-03-20 00:26:42 +01:00
Erik Andresen
9e82dec181
hidjoystick
...
retab
2022-03-19 22:15:25 +01:00
Erik Andresen
f4a467fbe6
hidjoystick
...
Emulate buttons 2-5 with touchscreen on BangleJs2
2022-03-19 22:10:05 +01:00
Erik Andresen
802bd08173
hidjoystick
...
Disable Button 2-5 on BangleJs2, use Layout library
2022-03-19 16:05:50 +01:00
chiefdaft
e4d28e861b
Merge branch 'dev_0.5' of https://github.com/chiefdaft/BangleApps into dev_0.5
2022-03-19 15:22:14 +01:00
chiefdaft
c9c5e3ed53
Changed the superscript characters in readme
2022-03-19 15:20:42 +01:00
nxdefiant
165183bda0
Merge branch 'espruino:master' into master
2022-03-19 13:21:40 +01:00
Noah Howard
785ce64779
Add disc golf score tracking app
2022-03-18 18:35:44 -04:00
Ronin0000
833cf465fa
Update metadata.json
2022-03-18 08:03:07 -07:00
Ronin0000
aaf46fe410
Update ChangeLog
2022-03-18 08:02:54 -07:00
Ronin0000
215756d5b4
Update app-b1.js
2022-03-18 08:02:14 -07:00
Ronin0000
439c841a05
Update ChangeLog
2022-03-18 07:40:15 -07:00
Ronin0000
b6f533f542
Update metadata.json
2022-03-18 07:39:38 -07:00
Ronin0000
ead7842336
Update crow_clock.js
2022-03-18 07:39:25 -07:00
Jelco Huijser
49f2dae36d
Add files via upload
...
New icon image
2022-03-18 12:29:54 +01:00
Jelco Huijser
03efd3af5c
Delete game1024_10-2.png
2022-03-18 12:28:56 +01:00
Jelco Huijser
e86e5bb9fd
New icon image
2022-03-18 12:26:22 +01:00
Jelco Huijser
61af019839
Delete game1024.png
...
will be replaced
2022-03-18 12:25:40 +01:00
Jelco Huijser
139a7a9775
Add files via upload
...
New screenshot, new colors
2022-03-18 12:11:26 +01:00
Jelco Huijser
9999764b9f
Delete screenshot.png
2022-03-18 12:10:44 +01:00
Jelco Huijser
eb7393a023
Merge branch 'espruino:master' into dev_0.5
2022-03-18 12:09:57 +01:00
Jelco Huijser
bcf658c843
Add files via upload
...
New screenshot
2022-03-18 12:07:15 +01:00
Jelco Huijser
296cd68f13
Delete screenshot.png
...
will be changed with a new one
2022-03-18 12:06:27 +01:00
Jelco Huijser
a3c2c05878
Data file removed from the set up
...
Data file game1024.json will be generated by the app
2022-03-18 11:59:39 +01:00
Jelco Huijser
886b3a5fae
New app icon, less colors
...
Old app icon did not show in the watch
2022-03-18 11:49:26 +01:00
smekras
8aa5097e3d
Merge branch 'espruino:master' into master
2022-03-18 11:41:18 +01:00
Gordon Williams
bbd2cac110
boot 0.45: Fix 0.44 regression (auto-add semi-colon between each boot code chunk)
2022-03-18 10:20:27 +00:00
smekras
08b117ac90
Merge branch 'espruino:master' into master
2022-03-18 11:15:09 +01:00
Gordon Williams
3f20ad8af0
fix remaining icon sizes
2022-03-18 08:51:53 +00:00
Gordon Williams
03a2bc29b8
Remove files that weren't meant to be in the PR
2022-03-18 08:41:02 +00:00
Gordon Williams
a292cee7b0
Merge branch 'master' of https://github.com/bernschneider/BangleApps into bernschneider-master
2022-03-18 08:39:28 +00:00
Gordon Williams
4b21324281
Merge pull request #1588 from GrandVizierOlaf/fix-delete-track
...
Fix for when user decides to not delete a track in the recorder app
2022-03-18 08:37:23 +00:00
Gordon Williams
01cbb252ff
Merge pull request #1586 from DC959/master
...
Seiko-5actus: shrunk hand images to save memory
2022-03-18 08:36:54 +00:00
Salim Blume
2b27fd08e8
Merge branch 'master' of https://github.com/GrandVizierOlaf/BangleApps into fix-delete-track
2022-03-17 22:41:19 -05:00
Salim Blume
8657e563cb
When the user chooses to not delete a track, show it properly
2022-03-17 22:01:46 -05:00
Jelco Huijser
762121e063
Update to 0.03
2022-03-18 01:11:29 +01:00
Jelco Huijser
654ba447c1
incremented to version 0.03
2022-03-18 01:10:38 +01:00
Jelco Huijser
a6f92028e9
Changed colors to basic colors
2022-03-18 01:09:45 +01:00
Jelco Huijser
72fd3ec544
Merge branch 'espruino:master' into dev_0.5
2022-03-18 00:50:28 +01:00
Stergios Mekras
ecee152029
smclock: Update README and metadata.json - remove support for BJs1 and not implemented features
2022-03-18 00:43:18 +01:00
Stergios Mekras
9d4cb9081f
smclock: Fix battery font, update Changelog and screenshots
2022-03-17 23:36:16 +01:00
Ronin0000
e8e9e73be5
Update metadata.json
2022-03-17 15:33:42 -07:00
Ronin0000
f0a6c52f72
Update ChangeLog
2022-03-17 15:33:27 -07:00
Ronin0000
849b1ddb34
Update ChangeLog
2022-03-17 15:33:13 -07:00
Ronin0000
2e084ae9d8
Update lcars.app.js
2022-03-17 15:32:40 -07:00
Stergios Mekras
7d03b49f0c
smclock: Replace Bat text with battery image
2022-03-17 23:18:17 +01:00
Daniel Cox
c52ed79950
Update ChangeLog
2022-03-18 09:33:20 +13:00
Daniel Cox
6957a9081d
Update metadata.json
2022-03-18 09:32:33 +13:00
Daniel Cox
5ac392ae7c
Shrink hand images to save memory
2022-03-18 09:32:00 +13:00
Peer David
7da57a0839
Merge branch 'espruino:master' into master
2022-03-17 16:18:05 +01:00
smekras
f9f321df48
Merge branch 'espruino:master' into master
2022-03-17 11:27:27 +01:00
Gordon Williams
7c4032d6fb
boot 0.44: Write .boot0 without ever having it all in RAM (fix Bangle.js 1 issues with BTHRM)
2022-03-17 09:54:02 +00:00
Gordon Williams
47c4583381
Merge branch 'master' of github.com:espruino/BangleApps
2022-03-17 09:10:57 +00:00
Gordon Williams
ead79d9feb
run 0.10: Don't allow the same setting to be chosen for 2 boxes ( fix #1578 )
2022-03-17 09:08:24 +00:00
Gordon Williams
4a8dfbcf82
Merge pull request #1574 from rigrig/widclose
...
new widget: a Close Button
2022-03-17 08:53:27 +00:00
Gordon Williams
f5ed7e712a
Merge pull request #1572 from DC959/master
...
New watchface based on the Seiko 5actus
2022-03-17 08:48:22 +00:00
Hilmar Strauch
5911771805
Merge branch 'espruino:master' into master
2022-03-17 09:42:14 +01:00
Gordon Williams
04c2e6bb80
fix code formatting from last commit/pr
2022-03-17 08:31:51 +00:00
Gordon Williams
1fac102afd
Undo accidental commits
2022-03-17 08:28:55 +00:00
Gordon Williams
1fe3b1e84b
Merge branch 'master' of https://github.com/berkenbu/BangleApps into berkenbu-master
2022-03-17 08:27:54 +00:00
Gordon Williams
393a0adfff
doztime 0.05: extraneous comments and code removed
...
display improved
now supports Adjust Clock widget, if installed
2022-03-17 08:27:21 +00:00
Hilmar Strauch
90a946e998
Update app-icon.js
2022-03-17 09:17:31 +01:00
chiefdaft
bf787b0c03
Merge branch 'dev_0.5' of https://github.com/chiefdaft/BangleApps into dev_0.5
2022-03-17 00:52:21 +01:00
chiefdaft
f2ef87295d
0.02: Added a readme, fixed a bug, added some descriptions
2022-03-17 00:52:10 +01:00
Hilmar Strauch
479214a75e
Update app-icon.js
2022-03-16 19:25:57 +01:00
Hilmar Strauch
6b3c7d49e2
Update metadata.json
2022-03-16 19:01:19 +01:00
Hilmar Strauch
c1e27a00f5
Update app-icon.js
2022-03-16 18:54:33 +01:00
Hilmar Strauch
1040f06573
Update README.md
2022-03-16 18:43:50 +01:00
Hilmar Strauch
bb0f469b43
Update README.md
2022-03-16 18:36:18 +01:00
Hilmar Strauch
21d0626f0a
Add files via upload
2022-03-16 18:25:41 +01:00
Hilmar Strauch
5bd5ae5ef6
Add files via upload
2022-03-16 18:15:12 +01:00
Hilmar Strauch
9a80a83751
Update metadata.json
2022-03-16 18:03:14 +01:00
Hilmar Strauch
4b84ac97e1
Update README.md
2022-03-16 17:59:49 +01:00
Hilmar Strauch
e69103c847
Add files via upload
2022-03-16 17:55:50 +01:00
Hilmar Strauch
fe11b9db1e
Add files via upload
2022-03-16 17:52:36 +01:00
Hilmar Strauch
d6828a14d6
Delete Hochrad120px.gif
2022-03-16 17:52:16 +01:00
Hilmar Strauch
9ed742ec86
Add files via upload
2022-03-16 17:51:13 +01:00
Hilmar Strauch
7bb2044d88
Delete Hochrad120px.gif
2022-03-16 17:50:46 +01:00
Hilmar Strauch
ab0a480310
Update README.md
2022-03-16 17:49:15 +01:00
Hilmar Strauch
c082aec72c
Add files via upload
2022-03-16 17:37:27 +01:00
Peer David
48867a8422
Merge branch 'espruino:master' into master
2022-03-16 17:13:22 +01:00
Hilmar Strauch
913bb4b68e
Update app.js
2022-03-16 17:09:29 +01:00
Klaus-Peter Bernschneider
eb0246dd32
Changing back to official version as requested by Hilmar Strauch
...
Changing back to official version as requested by Hilmar Strauch
2022-03-16 16:54:44 +01:00
Hilmar Strauch
c1e802da4e
Update metadata.json
2022-03-16 16:36:35 +01:00
Hilmar Strauch
b35cd628b1
Update metadata.json
2022-03-16 16:35:59 +01:00
marko
ebc966efdd
Fix markup in README.md
2022-03-16 11:34:19 -04:00
marko
6ace087740
Fix app js naming
2022-03-16 11:28:02 -04:00
marko
702d452e22
Add missing comma
2022-03-16 11:25:58 -04:00
marko
288f2f4753
Add "Bordle" app
2022-03-16 11:23:16 -04:00
Hilmar Strauch
450832e7b9
Add files via upload
2022-03-16 16:08:41 +01:00
Hilmar Strauch
9f4836fcde
Update metadata.json
2022-03-16 16:07:22 +01:00
Hilmar Strauch
168ca0ed8d
Add files via upload
2022-03-16 16:04:57 +01:00
Hilmar Strauch
556befc7e3
Add files via upload
2022-03-16 16:00:40 +01:00
Hilmar Strauch
20dd99487d
Add files via upload
2022-03-16 15:56:44 +01:00
Hilmar Strauch
77f153ea76
Create app.js
2022-03-16 15:52:10 +01:00
Andrew Gregory
7a2f593361
Merge branch 'espruino:master' into master
2022-03-16 15:51:22 +08:00
berkenbu
fff158b7c0
Merge branch 'espruino:master' into master
2022-03-15 21:57:36 -04:00
marko
39e52dbfe4
clean up
2022-03-15 21:56:02 -04:00
Jelco Huijser
8d8a2e3539
Merge branch 'master' into dev_0.5
2022-03-16 01:22:27 +01:00
chiefdaft
d9a92a5f6e
Changed metadata: new screenshiot, tags and data
2022-03-16 01:14:26 +01:00
chiefdaft
4370d2ef8c
wrong edited
2022-03-16 00:32:14 +01:00
chiefdaft
305d9eb5b7
Altered app icon for the correct image
2022-03-16 00:25:33 +01:00
chiefdaft
f67313e7ff
Added app iocon game1024.png
2022-03-16 00:03:11 +01:00
chiefdaft
87451c8ed1
First entry of my 1024 Game (v0.5)
2022-03-16 00:03:11 +01:00
chiefdaft
8bca10c3c5
Added app iocon game1024.png
2022-03-15 23:52:08 +01:00
Brant Peery
79fb0a37a4
Version up to 1v02
2022-03-15 15:32:58 -06:00
Brant Peery
faea4564f0
Added charger indicator
2022-03-15 15:29:32 -06:00
Daniel Cox
2f3e614f33
Update app url to app.js
...
App keeps loading with no app source found so attempting to fix that
2022-03-16 10:25:44 +13:00
Daniel Cox
5797fe1aa5
Rename seiko-5actus.js to app.js
2022-03-16 10:24:22 +13:00
Daniel Cox
9daf16f1c0
Fixed incorrect app name in metadata.json
...
Forgot to add .app before the .js in name so watch face wasn't loading
2022-03-16 10:12:06 +13:00
Erik Andresen
299e754d22
hidjoystick: Make BangleJS2 compatible
2022-03-15 21:53:20 +01:00
chiefdaft
f4387fca64
First entry of my 1024 Game (v0.5)
2022-03-15 21:24:45 +01:00
DC959
46808fa415
Reupload seiko with fixed images and directory name
2022-03-16 08:55:02 +13:00
Daniel Cox
2662b48ea7
remove incorrectly named directory
...
local git not syncing correctly with this still here for some reason so deleting it through githuib to try resolve the issue
2022-03-16 08:48:21 +13:00
Daniel Cox
2c8b818482
Merge branch 'espruino:master' into master
2022-03-16 08:34:59 +13:00
Richard de Boer
d8080a9d6e
widclose: new widget: a Close Button
2022-03-15 19:36:55 +01:00
Stergios Mekras
de6b3d97ad
Fix screenshot links in README file
2022-03-15 17:26:42 +01:00
Stergios Mekras
ff13a75580
Add 3bit/4bit background choice
2022-03-15 17:09:14 +01:00
Stergios Mekras
65a4a79d08
Update screenshots with new background
2022-03-15 16:39:00 +01:00
smekras
90abce783b
Merge branch 'espruino:master' into master
2022-03-15 14:04:05 +01:00
Gordon Williams
0667af077c
Merge pull request #1567 from halemmerich/powermanager
...
powermanager - Allow forcing monotonic battery voltage/percentage
2022-03-15 10:41:13 +00:00
Klaus-Peter Bernschneider
f51c72e234
Update app.js
2022-03-15 10:43:10 +01:00
DC959
24b2af4eb9
Add Seiko 5actus watchface
2022-03-15 21:58:04 +13:00
Klaus-Peter Bernschneider
641aa7c904
Update README.md
2022-03-15 09:54:54 +01:00
Klaus-Peter Bernschneider
d626b0a528
Add files via upload
2022-03-15 09:51:45 +01:00
Klaus-Peter Bernschneider
13145072a9
Create README.md
2022-03-15 09:50:08 +01:00
Klaus-Peter Bernschneider
844fe160bb
Add files via upload
2022-03-15 09:31:13 +01:00
Klaus-Peter Bernschneider
b23399c432
Update metadata.json
2022-03-15 09:30:32 +01:00
Klaus-Peter Bernschneider
a11f10d855
Add files via upload
2022-03-15 09:19:14 +01:00
Klaus-Peter Bernschneider
b89b2dee50
Create app-icon.js
2022-03-15 09:18:19 +01:00
Klaus-Peter Bernschneider
39d256ff6f
Create metadata.json
2022-03-15 09:16:02 +01:00
Klaus-Peter Bernschneider
139029af0b
Update widget.js
2022-03-15 09:03:27 +01:00
Klaus-Peter Bernschneider
a0d5ec5d30
Update widget.js
2022-03-15 08:54:48 +01:00
Klaus-Peter Bernschneider
91f360aa3f
Update mylocation.app.js
2022-03-15 08:49:07 +01:00
Klaus-Peter Bernschneider
0248ce33d1
Update metadata.json
2022-03-15 08:35:24 +01:00
Klaus-Peter Bernschneider
6fde81d0e3
Update metadata.json
2022-03-15 08:32:40 +01:00
Klaus-Peter Bernschneider
fe8aa5dea7
Update metadata.json
2022-03-15 08:31:35 +01:00
Klaus-Peter Bernschneider
b93d32cb4a
Add files via upload
2022-03-15 08:30:02 +01:00
Klaus-Peter Bernschneider
87e2f95af3
Create widget.js
2022-03-15 08:29:18 +01:00
Klaus-Peter Bernschneider
7fce40bf45
Delete widget.png
2022-03-15 08:28:04 +01:00
Klaus-Peter Bernschneider
3235bf1772
Delete widdaysl.wid.js
2022-03-15 08:27:42 +01:00
Klaus-Peter Bernschneider
efdfac11f8
Delete metadata.json
2022-03-15 08:27:27 +01:00
Klaus-Peter Bernschneider
e39aaad416
Delete daysleft.json
2022-03-15 08:27:07 +01:00
Klaus-Peter Bernschneider
603c6d4d7d
Add files via upload
2022-03-15 08:25:21 +01:00
smekras
4d795e9ff1
Merge branch 'espruino:master' into master
2022-03-14 23:57:22 +01:00
Martin Boonk
28e3016414
powermanager - Round percentage values to get integer values for E.getBattery()
2022-03-14 18:33:19 +01:00
Klaus-Peter Bernschneider
6a29d8e792
Add files via upload
2022-03-14 17:22:08 +01:00
Klaus-Peter Bernschneider
895bae5939
Update app.js
2022-03-14 17:10:54 +01:00
GrandVizierOlaf
e60b86045d
Merge branch 'espruino:master' into master
2022-03-14 11:08:00 -05:00
Salim Blume
7adfda340e
Fix for when recorder widget is used before app
2022-03-14 11:07:26 -05:00
Klaus-Peter Bernschneider
443a5e1fc1
Add files via upload
2022-03-14 16:37:03 +01:00
Klaus-Peter Bernschneider
d1a3210508
Update metadata.json
2022-03-14 16:23:27 +01:00
Klaus-Peter Bernschneider
24d625ece1
Update metadata.json
2022-03-14 16:03:18 +01:00
Klaus-Peter Bernschneider
b6f82d55e5
Delete app-icon.png
2022-03-14 15:52:04 +01:00
Klaus-Peter Bernschneider
bb9a952abd
Update metadata.json
2022-03-14 15:51:04 +01:00
Klaus-Peter Bernschneider
2ad69dcd53
Add files via upload
2022-03-14 15:37:36 +01:00
Klaus-Peter Bernschneider
95f814a532
Create metadata.json
2022-03-14 15:24:46 +01:00
Klaus-Peter Bernschneider
6ca2a8ef94
Create app-icon.js
2022-03-14 15:22:16 +01:00
Klaus-Peter Bernschneider
1aeb958dd4
Create app.js
2022-03-14 15:14:07 +01:00
smekras
12f86e4c83
Merge branch 'espruino:master' into master
2022-03-14 12:45:50 +01:00
Gordon Williams
1c93a46f82
Merge pull request #1562 from nxdefiant/master
...
cscsensor: Make BangleJS2 compatible
2022-03-14 09:55:05 +00:00
Gordon Williams
06acb067e9
Merge pull request #1565 from francoislanc/master
...
TodoList v0.01
2022-03-14 09:51:46 +00:00
Gordon Williams
4c43ce9218
Merge pull request #1564 from Rarder44/master
...
BangleApps/rebble - added charging icon
2022-03-14 09:51:37 +00:00
Gordon Williams
4ad848a767
Merge pull request #1569 from foostuff/master
...
ClockCal: Added full calendar
2022-03-14 09:30:16 +00:00
Gordon Williams
97f0e2eda5
Merge branch 'master' of github.com:espruino/BangleApps
2022-03-14 09:29:42 +00:00
Gordon Williams
fe0e19148e
0.09: Fix broken start/stop if recording not enabled ( fix #1561 )
2022-03-14 09:29:35 +00:00
Gordon Williams
0084c774c6
Merge pull request #1568 from rigrig/fix-boot-sort
...
boot: fix alphabetic sorting of *.boot.js files
2022-03-14 09:20:30 +00:00
Micha
cde9f59ba3
Update ChangeLog
2022-03-14 09:06:48 +01:00
Micha
f573985bdc
Update metadata.json
2022-03-14 09:05:50 +01:00
Micha
0146efb99f
Added Drag-to-launch-stuff options
2022-03-14 09:03:37 +01:00
Micha
98968d9a92
Update app.js
2022-03-14 09:01:42 +01:00
Micha
511ddd56bd
Update README.md
2022-03-14 08:58:53 +01:00
Micha
0992edfbb4
Update README.md
2022-03-14 08:41:57 +01:00
Micha
89351bd695
Update README.md
2022-03-14 08:41:01 +01:00
Micha
82c80fb39c
Add files via upload
2022-03-14 08:35:26 +01:00
Brant Peery
cc1f0f6d37
Added Bluetooth
...
v1
2022-03-13 23:51:22 -06:00
Brant Peery
58fd4af88a
Changed background images
2022-03-13 16:29:35 -06:00
Richard de Boer
45cbb6a006
boot: fix alphabetic sorting of *.boot.js files
...
No version bump: assuming that where it really matters we already set a
priority, which worked fine.
2022-03-13 22:20:32 +01:00
Stergios Mekras
b24fbb0b2d
smclock - Replace background with purple and dark green one.
2022-03-13 21:27:36 +01:00
Brant Peery
39ee3f8aaf
Update metadata
2022-03-13 14:01:53 -06:00
Martin Boonk
aa53046f59
powermanager - Allow forcing monotonic battery voltage/percentage
2022-03-13 20:58:15 +01:00
Brant Peery
d629f79e8d
Add icon
2022-03-13 13:50:36 -06:00
Brant Peery
24f219e500
Update metadata
2022-03-13 13:46:17 -06:00
Brant Peery
3f684d138d
Add screenhshot for MTG Watchface
2022-03-13 13:43:05 -06:00
Brant Peery
1e0a8f2411
Update metadata for MTG Watchface
2022-03-13 13:33:50 -06:00
Hilmar Strauch
9f8ec28c20
Update README.md
2022-03-13 20:30:10 +01:00
Brant Peery
8f4680d9bf
Inital commit for MTG Watchface
2022-03-13 13:19:49 -06:00
Francois Lancelot
ab9013956c
Update todolist app icon
2022-03-13 17:09:02 +01:00
Francois Lancelot
a438fe0a65
Create Todo List app
2022-03-13 16:52:39 +01:00
Rarder44
1349e75cb3
added charging icon
2022-03-12 18:44:34 +01:00
Hilmar Strauch
fc37036bff
Update app.js
2022-03-12 13:14:23 +01:00
Hilmar Strauch
16863635ec
Update app.js
2022-03-12 12:58:37 +01:00
Hilmar Strauch
6eb7e3f8af
Update metadata.json
2022-03-12 12:57:17 +01:00
Hilmar Strauch
5d1d155ad8
Update ChangeLog
2022-03-12 12:56:39 +01:00
Hilmar Strauch
a5c024b4b4
Update README.md
2022-03-12 12:33:07 +01:00
Hilmar Strauch
35cf7630b3
Update app.js
2022-03-12 12:12:51 +01:00
Hilmar Strauch
defc6206ff
Update metadata.json
2022-03-12 12:06:58 +01:00
Hilmar Strauch
5a546780c2
Update ChangeLog
2022-03-12 12:06:30 +01:00
Erik Andresen
7335289abf
cscsensor
...
Scale layout on BangleJS2
2022-03-12 07:10:48 +01:00
Peer David
c99fd2e145
Merge branch 'espruino:master' into master
2022-03-11 15:08:03 +01:00
Gordon Williams
2f2f6f0b0d
0.43: Fix Gadgetbridge handling with Programmable:off
2022-03-11 11:39:29 +00:00
smekras
ccbeeeb870
Merge branch 'espruino:master' into master
2022-03-11 12:36:11 +01:00
Gordon Williams
8ed8d91518
Merge pull request #1559 from hughbarney/master
...
Daisy: changed text to uppercase, just looks better
2022-03-11 09:14:44 +00:00
Gordon Williams
3c87325b66
Merge pull request #1557 from rigrig/messages-auto-music
...
messages: Setting to auto-open music
2022-03-11 09:07:57 +00:00
hughbarney
43094112d1
Daisy: changed text to uppercase, just looks better
2022-03-10 22:00:40 +00:00
David Peer
02faa5cc26
Unique alarm ID for notanalog
2022-03-10 22:11:46 +01:00
David Peer
0fb271dfef
Updated lcars and notanalog to use qalarm
2022-03-10 22:06:24 +01:00
Peer David
3a03b8cf7c
Merge branch 'espruino:master' into master
2022-03-10 21:50:07 +01:00
Stiralbios
b5bc96a229
update forgoten metadata.json
2022-03-10 21:18:55 +01:00
Richard de Boer
d492c95442
messages: auto-open music
2022-03-10 20:42:26 +01:00
Stergios Mekras
7afc487f27
Add second screenshot
2022-03-10 17:00:57 +01:00
Gordon Williams
932e4a82d3
Merge pull request #1554 from halemmerich/bthrm
...
bthrm - Allow scanning for sensors in settings
2022-03-10 10:48:04 +00:00
Gordon Williams
2f119b3d08
Merge branch 'master' into baroalarm_v0.02
2022-03-10 10:46:55 +00:00
fparri
c1c7d2b484
Update metadata.json
...
I only changed the name of the app so that it shows the initials in uppercase.
2022-03-10 11:36:11 +01:00
Marco H
ea3e7ff7b9
Fix multiple drop warnings
2022-03-10 09:15:41 +01:00
Erik Andresen
10892718cd
cscsensor
...
Fix button mapping
2022-03-09 22:53:31 +01:00
Martin Boonk
7250f4f230
bthrm - Allow scanning for sensors in settings
2022-03-09 20:31:54 +01:00
Peer David
da4bfeadef
Merge branch 'espruino:master' into master
2022-03-09 16:16:37 +01:00
Gordon Williams
24a0496109
Merge pull request #1549 from halemmerich/powermanager
...
New power management app for setting a charging alarm and voltage offset
2022-03-09 14:06:16 +00:00
Gordon Williams
834cdbe3f6
Merge pull request #1551 from N-Onorato/master
...
First widget: Displays days left in the current month.
2022-03-09 14:04:23 +00:00
Andrew Gregory
f96ba8d6a5
Add files via upload
...
Update screenshots
2022-03-09 21:56:52 +08:00
Andrew Gregory
ebdea05bff
Update app.js
...
Improve code style
2022-03-09 21:53:24 +08:00
Gordon Williams
e0937a942b
messages 0.25: Fix widget memory usage issues if message received and watch repeatedly calls Bangle.drawWidgets ( fix #1550 )
2022-03-09 13:39:19 +00:00
Marco H
731c134cde
Try not to warn multiple times for the same exceedance (2nd part)
2022-03-09 10:24:39 +01:00
Erik Andresen
ac652282ca
cscsensor: Test enable on Bangle2
2022-03-09 10:22:23 +01:00
Marco H
028aee5d11
Try not to warn multiple times for the same exceedance
2022-03-09 09:32:43 +01:00
Nick Onorato
b003dd9f74
Merge branch 'espruino:master' into master
2022-03-08 20:45:52 -07:00
Nicholas Onorato
d92fa8fb1a
Added my countdown widget
2022-03-08 20:45:19 -07:00
Martin Boonk
30ade21eac
New power management app for setting a charging alarm and voltage offset
2022-03-08 20:38:27 +01:00
David Peer
e8adb6aa15
Wrong index fix.
2022-03-08 19:56:53 +01:00
David Peer
75e88bd587
Ensure time > 0.
2022-03-08 19:43:56 +01:00
David Peer
ad84ec029b
Minor renaming
2022-03-08 19:41:44 +01:00
David Peer
06293ad9c0
Fixed delete.
2022-03-08 19:32:09 +01:00
David Peer
49053e6121
Include id such that the timer can precisely be selected by each app.
2022-03-08 19:28:49 +01:00
David Peer
3fe7f59b58
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-03-08 19:12:37 +01:00
David Peer
8d2e3b8180
Removed print statements
2022-03-08 19:12:35 +01:00
Peer David
10cff0e3c9
Merge branch 'espruino:master' into master
2022-03-08 19:05:27 +01:00
David Peer
630ea1a21c
Added library to qalarm and created a simple timer app which is an alternative UI.
2022-03-08 19:03:23 +01:00
Andrew Gregory
d7def5d5e1
Update app.js
...
Cache font size calculations
2022-03-08 21:52:57 +08:00
Gordon Williams
eca4079828
Fix issue with code uploader where it'd silently refuse to upload code with warnings in
2022-03-08 13:00:31 +00:00
Gordon Williams
a64f6dbdcf
Merge pull request #1546 from myxor/baroalarm
...
Barometer Alarm Widget
2022-03-08 10:36:34 +00:00
Marco H
cf365dc451
Use median calculation instead of average to get valid measurements
2022-03-08 11:27:13 +01:00
Gordon Williams
e2856ba6b2
Merge pull request #1545 from GrandVizierOlaf/master
...
Add optional notification of milestones reached to exstats and use it in run app
2022-03-08 09:10:20 +00:00
Marco H
1e7b9f1b65
Allow configuration of drop and raise alarm independently
2022-03-08 09:54:16 +01:00
Andrew Gregory
915ad63947
Update interface.html
...
Use push instead of concat.
2022-03-08 15:58:46 +08:00
Richard de Boer
9c7e5fa068
qmsched: add /*LANG*/ translation hints
2022-03-07 23:29:39 +01:00
Richard de Boer
c235a22c16
qmsched: unbreak app for new Bangle.j2 2 menu
2022-03-07 23:19:35 +01:00
Richard de Boer
9ff42c928e
messages: auto-open music
2022-03-07 22:46:57 +01:00
Marco H
273c1b8928
Use notify module to show notification
2022-03-07 21:37:41 +01:00
Marco H
40db573458
Initial version of Barometer Alarm Widget
2022-03-07 17:59:18 +01:00
David Peer
29faff8eb8
Tests with qalarm
2022-03-07 17:07:28 +01:00
Gordon Williams
f7a0995a1b
Merge branch 'master' into master
2022-03-07 15:56:23 +00:00
Gordon Williams
970a50b6c4
Merge branch 'master' of github.com:espruino/BangleApps
2022-03-07 15:55:57 +00:00
Gordon Williams
73b493bb86
recorder 0.12: Fix 'Back' label positioning on track/graph display, make translateable
2022-03-07 15:54:53 +00:00
Andrew Gregory
51744f842d
Update metadata.json
...
0.07
2022-03-07 23:34:18 +08:00
Andrew Gregory
929920fcb6
Update ChangeLog
...
0.07
2022-03-07 23:33:53 +08:00
Andrew Gregory
7810dd2cfc
Update app.js
...
Bangle 2: Improve drag responsiveness and exit on button press
2022-03-07 23:33:23 +08:00
Salim Blume
539ea98a29
Update CHANGELOG
2022-03-05 21:19:56 -06:00
Salim Blume
4253f7db26
Update README.md
2022-03-05 21:19:53 -06:00
Salim Blume
e1e9b6e96a
Better comment
2022-03-05 21:19:49 -06:00
Salim Blume
93dedd9015
Consolidating menus
2022-03-05 21:19:47 -06:00
Salim Blume
5dca4a8b1e
Notifications submenu and fix for displaying vibTimes in settings
2022-03-05 21:19:45 -06:00
Salim Blume
447b896a14
Remove debug
2022-03-05 21:19:43 -06:00
Salim Blume
191dd52747
Debug
2022-03-05 21:19:41 -06:00
Salim Blume
2edad3887f
Menu and typo fixes
2022-03-05 21:19:40 -06:00
Salim Blume
525980d7f7
Cleanup, fix for starting time before track, and some debug
2022-03-05 21:19:38 -06:00
Salim Blume
a2a16443d6
Tweak menu option labels
2022-03-05 21:19:36 -06:00
Salim Blume
6ffa4b28b3
Menu fixes and tweaking vibe options
2022-03-05 21:19:34 -06:00
Salim Blume
2bd1da264f
Debug
2022-03-05 21:19:33 -06:00
Salim Blume
4810eefe08
More tweaks
2022-03-05 21:19:31 -06:00
Salim Blume
96ad9b3e01
Obey buzz intensity
2022-03-05 21:19:29 -06:00
Salim Blume
8a7b30cf6c
Cleanup
2022-03-05 21:19:28 -06:00
Salim Blume
50ca281500
Settings fix
2022-03-05 21:19:25 -06:00
Salim Blume
9c17fe8c5d
More pause in vibration times
2022-03-05 21:19:23 -06:00
Salim Blume
efb136e194
Potential fix for time notification
2022-03-05 21:19:21 -06:00
Salim Blume
f5c50a7e1e
Fix for step notification
2022-03-05 21:19:20 -06:00
Salim Blume
d65726d9fc
Fix for step notification, debug for time notification, better buzzes
2022-03-05 21:19:18 -06:00
Salim Blume
afd4bc697d
Typo fix
2022-03-05 21:19:17 -06:00
Salim Blume
4d83a4ce98
Bug fixes
2022-03-05 21:19:15 -06:00
Salim Blume
dc154ade90
Preview vibrations in settings
2022-03-05 21:19:12 -06:00
Salim Blume
3a6009a963
Add vibration settings and reorg to use object for settings
2022-03-05 21:19:10 -06:00
Salim Blume
b923423238
Cleanup
2022-03-05 21:19:02 -06:00
Salim Blume
35d1cf85e8
More notification testing
2022-03-05 21:19:00 -06:00
Salim Blume
5e3e7a0c0f
Testing exstats notifications
2022-03-05 21:18:58 -06:00
Salim Blume
7cd78bfd17
Cleanup
2022-03-05 21:18:56 -06:00
Salim Blume
f307101aad
Remove recorder dependency
2022-03-05 21:18:54 -06:00
Salim Blume
aebc8bb3d5
Initial commit
2022-03-05 21:18:51 -06:00
foostuff
d91a7a68e4
Update README.md
2022-03-05 12:04:47 +01:00
foostuff
6ae1498eac
Update README.md
2022-03-05 11:53:17 +01:00
foostuff
2f47070e11
Update metadata.json
2022-03-05 11:48:42 +01:00
foostuff
ae221a9cd7
Update settings.js
2022-03-05 11:46:56 +01:00
foostuff
7027baea54
Update README.md
2022-03-05 11:45:41 +01:00
foostuff
feb78c0704
Update ChangeLog
2022-03-05 11:44:45 +01:00
foostuff
9a451d2b55
Add files via upload
2022-03-05 11:43:48 +01:00
foostuff
6ccbe2e030
Add files via upload
2022-03-05 11:42:07 +01:00
foostuff
d1c6f59c28
Add files via upload
2022-03-05 11:39:09 +01:00
foostuff
a9f857cd7f
Update app.js
2022-03-05 11:37:35 +01:00
foostuff
9ed3705623
Add files via upload
2022-03-05 09:26:40 +01:00
foostuff
371d78c49b
Create ChangeLog
2022-03-05 09:24:59 +01:00
David Peer
1770c6712d
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-03-04 17:35:37 +01:00
David Peer
61c29c1c7a
First alarm lib test
2022-03-04 17:35:34 +01:00
Joseph Paul
e530a1c113
Ratchet Launcher: Fix fonts and scrolling behaviour on Bangle.js 1
2022-03-04 12:31:30 +01:00
Peer David
6f07e63d8c
Merge branch 'espruino:master' into master
2022-03-04 10:35:48 +01:00
Joseph Paul
8dc3e8f8fc
Ratchet Launcher: Initial version
2022-03-04 10:25:23 +01:00
Gordon Williams
9dc1678e2a
Merge pull request #1537 from hughbarney/master
...
Daisy: Added heart rate, update steps on every step
2022-03-04 08:11:50 +00:00
Stergios Mekras
a4c76e3d3a
Remove unnecessary merge info from main app file
2022-03-04 01:09:11 +01:00
Stergios Mekras
7c46d95119
Remove unnecessary merge info from changelog and metadata file
2022-03-04 01:06:14 +01:00
Stergios Mekras
0a798aa5e7
Fix date variables
2022-03-04 01:03:49 +01:00
Stergios Mekras
960efeff8e
Resolve conflict in merge
2022-03-04 00:58:47 +01:00
Stergios Mekras
f89579ad6d
Add font support for date and week info
2022-03-04 00:52:33 +01:00
Stergios Mekras
9664368caa
Add font support for time display
2022-03-04 00:14:20 +01:00
Stergios Mekras
46717acb3c
Add font support for battery info
2022-03-04 00:05:17 +01:00
Stergios Mekras
bd8c89b538
Fix issue with evaluating arrow output
2022-03-03 23:30:34 +01:00
Stergios Mekras
968707d761
Update metajason file
2022-03-03 23:02:05 +01:00
Stergios Mekras
57f7d48920
Fix drawInterval
2022-03-03 22:23:57 +01:00
hughbarney
d976865d79
Merge remote-tracking branch 'upstream/master'
2022-03-03 20:59:16 +00:00
Stergios Mekras
7b91d21bde
Fix settings, hopefully
2022-03-03 21:46:26 +01:00
Stergios Mekras
515d1ea229
Fix battery ...again
2022-03-03 20:17:04 +01:00
Stergios Mekras
fd9fb6cba4
Fix battery ...again
2022-03-03 20:15:32 +01:00
Stergios Mekras
7a8f3d9bd9
Update metadata file
2022-03-03 20:12:40 +01:00
Stergios Mekras
95884d4df8
Update changelog
2022-03-03 20:09:56 +01:00
Stergios Mekras
4f5fb38d73
Update changelog
2022-03-03 19:59:20 +01:00
Stergios Mekras
9abde22f8e
Add screenshot
2022-03-03 16:44:57 +01:00
Stergios Mekras
cdb4ed5f16
Fix battery display when full
2022-03-03 16:38:56 +01:00
Stergios Mekras
3486dc6401
Add true/false values for toggles
2022-03-03 16:38:29 +01:00
Stergios Mekras
9bf6f1f20b
Add testing variables
2022-03-03 13:36:56 +01:00
hughbarney
78be4b0c7f
fix merge
2022-03-02 19:24:54 +00:00
hughbarney
4521873a53
Daisy: added heart rate, update steps on each step
2022-03-02 19:21:41 +00:00
Ronin0000
136cbe28e1
Update metadata.json
2022-03-02 09:36:46 -08:00
Ronin0000
d64f945eff
Update app.js
2022-03-02 09:36:31 -08:00
Ronin0000
4ddf8a94fb
Update ChangeLog
2022-03-02 09:36:11 -08:00
Stergios Mekras
4150874534
Write settings file
2022-03-02 16:34:35 +01:00
Andrew Gregory
fe8345ed15
Update interface.html
...
Refactoring
2022-03-02 22:44:13 +08:00
smekras
4b884b7782
Merge branch 'espruino:master' into feature/introduce_settings
2022-03-02 15:18:48 +01:00
Rarder44
f0e6190c16
edit version and changelog
2022-03-02 11:23:18 +01:00
Luca Pozzi
ee83b3d048
Merge branch 'espruino:master' into master
2022-03-02 11:13:29 +01:00
Gordon Williams
d765314d24
Merge pull request #1529 from nxdefiant/master
...
gpsautotime: Set Bangle.js 2 compatible
2022-03-02 10:05:18 +00:00
Gordon Williams
ba01c1d7fc
Merge branch 'master' of github.com:espruino/BangleApps
2022-03-02 09:08:43 +00:00
Andrew Gregory
cb0aec47a4
Update app.js
...
Add language translation tags
2022-03-02 16:57:48 +08:00
Andrew Gregory
501c7e79cf
Update app.js
...
Support some invalid base32 characters.
2022-03-02 16:55:38 +08:00
Gordon Williams
d476f530a8
fix #1533
2022-03-02 08:43:43 +00:00
smekras
9a9ba81e25
Merge branch 'espruino:master' into feature/introduce_settings
2022-03-01 21:25:17 +01:00
Rarder44
ef815f230c
added option to exit the launcher with one click
2022-03-01 19:13:49 +01:00
Rarder44
dd906e076f
added clear for fix the trasparent widget bar if there are no widgets
2022-03-01 19:03:09 +01:00
Andrew Gregory
50e51a2343
Merge branch 'espruino:master' into master
2022-03-01 22:19:30 +08:00
Andrew Gregory
b2ebc7f29e
Update README.md
...
Update screenshots
2022-03-01 22:18:20 +08:00
Andrew Gregory
b811d6524b
Update metadata.json
...
Add screenshots
2022-03-01 22:16:45 +08:00
Andrew Gregory
4a7244601a
Delete screenshot.png
...
Remove obsolete screenshot
2022-03-01 22:14:44 +08:00
Andrew Gregory
edf8204ab8
Add files via upload
...
New screenshots
2022-03-01 22:13:52 +08:00
Andrew Gregory
5fc057f943
Update metadata.json
...
v0.06
2022-03-01 22:07:23 +08:00
Andrew Gregory
ad911cdb02
Update ChangeLog
...
v0.06
2022-03-01 22:06:49 +08:00
Andrew Gregory
87cfd379e8
Update app.js
...
Fix #12
Optimize graphics calls a bit
2022-03-01 22:02:13 +08:00
BartS23
7ce68ff66c
Make links to github absolute
...
otherwise they will not work in the apploader
2022-03-01 08:14:19 +00:00
Gordon Williams
bc8eecf998
fix lint warnings
2022-03-01 08:12:53 +00:00
Erik Andresen
955acf2696
gpsautotime: Set Bangle.js 2 compatible
2022-02-28 22:10:00 +01:00
Gordon Williams
52d54c9234
Remove BangleRun as it's unmaintained and no longer works nicely with PR #1052 for Typescript support
...
Remove Travis builds as we're now switching to GitHub actions
2022-02-28 13:10:55 +00:00
Gordon Williams
a375853e46
Merge branch 'master' of https://github.com/T0TProduction/BangleApps into T0TProduction-master
2022-02-28 13:09:44 +00:00
Peer David
f385d384c7
Merge branch 'espruino:master' into master
2022-02-28 12:03:28 +01:00
Gordon Williams
0b09d1dc70
Merge pull request #1520 from copoer/bangle2/edisonsball
...
[Edison's Ball] Updated for BangleJS 2
2022-02-28 10:04:35 +00:00
Gordon Williams
84ed2e5cdb
Merge pull request #1522 from myxor/circlesclock_v0.11
...
Circlesclock v0.11
2022-02-28 10:03:50 +00:00
Gordon Williams
cfb71fa21c
Merge pull request #1524 from DC959/master
...
Rolex: fix date font alignment and change font to match a real Rolex better
2022-02-28 10:03:24 +00:00
Gordon Williams
0694603831
Merge pull request #1518 from Stiralbios/master
...
TerminalClock: Change Activity to Motion
2022-02-28 10:02:30 +00:00
Gordon Williams
319d6c7fc1
Merge pull request #1519 from halemmerich/bthrv
...
Buzz on every measurement and longer if all are done
2022-02-28 10:02:03 +00:00
Gordon Williams
5c5f35e3c3
Merge pull request #1514 from dukky/patch-1
...
Fix Daisy Clock
2022-02-28 10:01:30 +00:00
Gordon Williams
1ca750db9f
Merge pull request #1515 from tjsilver/tjs-fix-typo
...
Fix typo in Time and Life shortName
2022-02-28 10:01:09 +00:00
Gordon Williams
6c4d38d6c6
Merge pull request #1504 from copoer/copoer/fix/local-contour-clock
...
[Contour Clock] Fix Locale
2022-02-28 09:58:30 +00:00
Daniel Cox
6ed617949b
Update metadata.json
2022-02-28 22:22:26 +13:00
DC959
08c9e519b9
Fix date alignment and change font to closer match Rolex
2022-02-28 22:11:19 +13:00
DC959
48d8fae37c
Fix date alignment and change font to closer match Rolex
2022-02-28 22:07:33 +13:00
Stergios Mekras
ac29a4f5a5
Fix battery color
2022-02-28 00:34:26 +01:00
Martin Boonk
4cff0792f6
Buzz on every measurement and longer if all are done
2022-02-27 23:08:37 +01:00
Marco H
8513f34f2a
Update changelog for v0.11
2022-02-27 18:23:47 +01:00
copoer
21dc7a074d
Fixed graphics
2022-02-27 10:19:07 -04:00
copoer
866cfb8c6b
Fixed graphics
2022-02-27 10:13:07 -04:00
copoer
505872f0b8
Fixed graphics
2022-02-27 10:10:28 -04:00
copoer
73aac6feab
Updated Edisons ball app to work on Bangle JS 2
2022-02-27 09:36:36 -04:00
Marco H
ab7b37338b
Better usage of available space
2022-02-27 12:15:35 +01:00
Stiralbios
35cad73a9c
Update terminalclock version
2022-02-26 20:01:53 +01:00
Stiralbios
31277cd20a
Replace 'Activity' with 'Motion' to be able to display motion true values
2022-02-26 19:51:43 +01:00
Stiralbios
d09e3c2ce1
Use Bangle.appRect
2022-02-26 19:45:35 +01:00
tjsilver
f2f2a271ec
fix typo in Time and Life shortName
2022-02-26 14:56:05 +00:00
David Peer
bffbe40290
Minor changes
2022-02-26 12:02:18 +01:00
David Peer
56a4cd0dff
Renaming of setTime to setTimer.
2022-02-26 11:55:35 +01:00
David Peer
fd3401bd23
Updated readme
2022-02-26 11:05:39 +01:00
David Peer
2124c2b0d4
Bugfix
2022-02-26 10:00:53 +01:00
David Peer
3bbbd8831c
Updated lcars and notanalog to also work if the widget is not installed. Then this functionality is not provided but the apps are not crashing. Also faster updates of the watch face in timer mode to show the correct time...
2022-02-26 09:53:38 +01:00
David Peer
777943e031
For watch faces we want to start at 0 rather than the last value that was set...
2022-02-26 09:36:29 +01:00
David Peer
ef31fd4f01
Added more functions to get the time, time str or remaining minutes.
2022-02-26 09:24:42 +01:00
David Peer
c6c86213d1
Add function to get the time rather than minutes only
2022-02-26 09:17:46 +01:00
David Peer
9daf898f1f
Show ceil of remaining minutes which is much easier to read.
2022-02-26 09:14:57 +01:00
smekras
728ac86aeb
Merge branch 'espruino:master' into feature/introduce_settings
2022-02-26 01:16:36 +01:00
copoer
fc740bbb1c
Added version
2022-02-25 17:14:20 -04:00
Andreas Holley
faf7cb8d6c
Update changelog
2022-02-25 21:13:17 +00:00
Andreas Holley
b31bc88351
Bump version
2022-02-25 21:11:59 +00:00
copoer
1af14f3f2c
Updated to use suggested function
2022-02-25 17:11:08 -04:00
Andreas Holley
b7035afa2f
Fix Daisy Clock
...
`"type": "clock"` was missing from metadata.json so the app couldn't be set as the clock through settings
2022-02-25 21:10:11 +00:00
Stergios Mekras
812c8ba7c1
Introduce settings
2022-02-25 21:54:38 +01:00
David Peer
2cc953e2b3
Updated readme
2022-02-25 18:58:35 +01:00
David Peer
217acc89aa
New icon
2022-02-25 18:23:22 +01:00
David Peer
6bce7594dc
Updated icons.
2022-02-25 18:13:01 +01:00
David Peer
b91eef9925
Minor changes
2022-02-25 18:07:35 +01:00
David Peer
6cfd764916
Improved documentation
2022-02-25 18:07:09 +01:00
David Peer
b8215908a6
Expose timer functions for other apps. Updated notanalog and lcars to use this lib.
2022-02-25 17:55:47 +01:00
Markus Laire
fa4a0fea3f
fix(widadjust): remove extra semicolon
2022-02-25 18:49:13 +02:00
Markus Laire
76363b8dc6
widadjust: add icon
2022-02-25 18:43:48 +02:00
David Peer
a03fdec826
Renaming
2022-02-25 17:14:19 +01:00
Markus Laire
38d6a95303
widadjust: add other files for v0.01
2022-02-25 17:53:04 +02:00
Markus Laire
bef3c32a9a
widadjust: add metadata.json
2022-02-25 17:51:31 +02:00
David Peer
6a085c11d7
Improvements of design and user feedback
2022-02-25 13:23:56 +01:00
Peer David
11522f7107
Merge branch 'espruino:master' into master
2022-02-25 12:38:28 +01:00
David Peer
fce875d18d
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-02-25 12:38:17 +01:00
Marco H
0e850f3802
Bump version to 0.11
2022-02-25 09:46:03 +01:00
Marco H
8535b50a0d
Messages: icon for alarms
2022-02-25 09:44:34 +01:00
hughbarney
8424cc9150
Daisy - fixed metadata
2022-02-24 18:22:32 +00:00
hughbarney
64a94e87df
Merge remote-tracking branch 'upstream/master'
2022-02-24 18:20:39 +00:00
Gordon Williams
44f3e14009
Merge pull request #1508 from midnight4577/master
...
New app - Aperture Science Clock
2022-02-24 17:16:33 +00:00
Andrew
300bde3034
Made "Supports" an array
2022-02-24 08:45:31 -08:00
smekras
7b00beb5a3
Merge branch 'espruino:master' into master
2022-02-24 15:43:49 +01:00
Gordon Williams
f8167e7e10
Merge branch 'master' of github.com:espruino/BangleApps
2022-02-24 14:24:29 +00:00
Gordon Williams
2d9259db4c
Merge branch 'master' of https://github.com/nh-99/BangleApps into nh-99-master
...
Tweaks to do partial text redraw for scrolling - not everything
# Conflicts:
# apps/messages/app.js
# apps/messages/metadata.json
2022-02-24 14:24:06 +00:00
Richard de Boer
2353191df4
messages: Remove left-over debug statement
2022-02-24 15:08:56 +01:00
Gordon Williams
14b6004f1c
Update setUI to work with new Bangle.js 2v13 menu style
2022-02-24 11:33:05 +00:00
Gordon Williams
c291229df5
Merge branch 'master' of github.com:espruino/BangleApps
2022-02-24 11:01:41 +00:00
Gordon Williams
4143a5f105
0.05: Don't poll for GPS status, override setGPSPower handler ( fix #1456 )
2022-02-24 11:01:37 +00:00
Gordon Williams
2dc7c07a04
Merge pull request #1505 from myxor/messages_threema
...
Messages: Threema icon
2022-02-24 10:53:27 +00:00
Peer David
035c2a908b
Merge branch 'espruino:master' into master
2022-02-24 11:23:04 +01:00
Marco H
f3c0dfcdca
Change threema icon to 24x24px 1bit color
2022-02-24 11:19:35 +01:00
Marko.Kl.Berkenbusch@gmail.com
e43181da7d
Fix name of settings json file
2022-02-23 22:32:43 -05:00
Andrew
a1e3db238e
Update README.md
2022-02-23 16:35:18 -08:00
Andrew
6d8cecc92b
Update README.md
2022-02-23 16:20:42 -08:00
hughbarney
48d2a08e83
Daisy - added settings menu
2022-02-23 23:50:49 +00:00
hughbarney
309818e20f
Merge remote-tracking branch 'upstream/master'
2022-02-23 23:21:22 +00:00
hughbarney
32671875c3
Daisy - added settings menu
2022-02-23 23:20:57 +00:00
David Peer
56880b96f6
Improvements and fixes
2022-02-23 21:53:27 +01:00
David Peer
e678892223
Bugfixes and improvements
2022-02-23 21:47:22 +01:00
Sven Klomp
7ce25c8774
Initial commit of widcw
...
widcw is a widget to display the current calendar week.
2022-02-23 21:28:10 +01:00
Andrew
f1fe1b4fe3
Update README.md
2022-02-23 11:58:24 -08:00
Andrew
f716f6fe40
Create README.md
2022-02-23 11:57:30 -08:00
Andrew
944560b123
added README.md
2022-02-23 11:46:14 -08:00
Andrew
b53289492d
Create metadata.json
2022-02-23 11:45:11 -08:00
Marco H
e3b558b1f0
Threema icon and color
2022-02-23 20:29:29 +01:00
David Peer
4cb1cf2ba4
Simpler UI
2022-02-23 20:10:09 +01:00
David Peer
254d69fce6
Added simple chrono widget with easier UI
2022-02-23 19:17:44 +01:00
copoer
da25e41805
Change log
2022-02-23 13:24:59 -04:00
copoer
792d9a3166
Local for time in contour clock
2022-02-23 13:18:12 -04:00
Gordon Williams
597d1172be
changelog tweak
2022-02-23 16:38:26 +00:00
Gordon Williams
582b00e08b
copy/paste error
2022-02-23 16:37:01 +00:00
Gordon Williams
d811398a59
oops - fix errors in prev commit
2022-02-23 16:36:25 +00:00
Gordon Williams
75694c9be1
change default background for dark theme to something a bit less extreme
2022-02-23 16:29:06 +00:00
Gordon Williams
79e434d0c2
color adjustment - all 'accented' background items are now bg2, only unread messages are bgH
2022-02-23 16:22:54 +00:00
Gordon Williams
a452887ba6
Fix settings wrapping code for new menu system
2022-02-23 16:11:34 +00:00
Gordon Williams
2f571f9600
Merge branch 'master' of github.com:espruino/BangleApps
2022-02-23 12:10:24 +00:00
Gordon Williams
0ef8ad6d5e
add simple interlaced font clock
2022-02-23 12:10:14 +00:00
Gordon Williams
3dace0be9a
Merge pull request #1500 from pkkpp/master
...
[7x7DotsClock] update v 0.02
2022-02-23 11:13:26 +00:00
pkkpp
d79915d67e
Update 7x7dotsclock.app.js
2022-02-23 11:49:19 +01:00
Gordon Williams
ffa5b96de6
messages +0.23: Change message colors to match current theme instead of using green
...
+ Now attempt to use Large/Big/Medium fonts, and allow minimum font size to be configured
2022-02-23 10:44:48 +00:00
pkkpp
ca1b94fa89
Update ChangeLog
2022-02-23 11:30:38 +01:00
pkkpp
040d765d94
Update 7x7dotsclock.settings.js
...
add yellow color
2022-02-23 11:28:56 +01:00
pkkpp
e08497fea9
Update metadata.json
...
Added screenshots
2022-02-23 11:24:30 +01:00
pkkpp
0a9516dee0
Add files via upload
2022-02-23 11:21:54 +01:00
pkkpp
b21da11e6c
Add files via upload
2022-02-23 11:21:10 +01:00
pkkpp
66e1fa4e2f
Update README.md
2022-02-23 10:45:35 +01:00
pkkpp
aa86b3ffdb
Update 7x7dotsclock.app.js
...
Add color yellow for minutes and seconds
Better color contrast for seconds
2022-02-23 10:44:16 +01:00
Stergios Mekras
29432bb9f8
Add screenshot
2022-02-23 09:24:33 +01:00
smekras
47aabd55b0
Merge branch 'espruino:master' into master
2022-02-23 09:13:52 +01:00
Gordon Williams
a31daa41f4
Merge pull request #1497 from Benjamin-6848/patch-1
...
3 Clock-Apps: Removed "wake LCD on face-up"
2022-02-23 08:10:20 +00:00
Marko.Kl.Berkenbusch@gmail.com
08f3f3059e
Change naming conventions
2022-02-22 23:06:15 -05:00
Marko.Kl.Berkenbusch@gmail.com
746b79511b
Fix settings
2022-02-22 22:48:46 -05:00
Marko.Kl.Berkenbusch@gmail.com
fea883c349
Fix meta file
2022-02-22 22:42:39 -05:00
Marko.Kl.Berkenbusch@gmail.com
7e9044d7d2
New openwind app
2022-02-22 22:32:22 -05:00
hughbarney
1053994f58
Daisy - first release
2022-02-22 23:46:23 +00:00
hughbarney
2690f92331
Merge remote-tracking branch 'upstream/master'
2022-02-22 23:19:25 +00:00
hughbarney
d050ffde67
Daisy - first release
2022-02-22 23:19:02 +00:00
Andrew
9760d7eb54
Update ChangeLog
2022-02-22 14:43:35 -08:00
Andrew
d2f7260065
added more quotes
2022-02-22 14:42:59 -08:00
Andrew
a1627605b6
Bugfixes
...
Fixed issues with drawing of the quotes
2022-02-22 14:40:26 -08:00
hughbarney
e9fbbe3c58
Daisy updates
2022-02-22 22:06:34 +00:00
Benjamin_6848
2a158db573
Update metadata.json
2022-02-22 19:00:57 +01:00
Benjamin_6848
207dfd5b19
Update ChangeLog
2022-02-22 19:00:34 +01:00
Benjamin_6848
79f4f50b7e
Update metadata.json
2022-02-22 18:59:46 +01:00
Benjamin_6848
c1b9d08a29
SlidingText-Clock: Removed "wake LCD on face-up"
...
Removed "wake LCD on face-up"-feature of SlidingText-Clock: A watch-face should not set things like "wake LCD on face-up".
If you want, that the LCD get activated when facing up, go to Settings > System > LCD > Wake on FaceUp.
2022-02-22 18:58:13 +01:00
Benjamin_6848
6156715f82
Update ChangeLog
2022-02-22 18:53:56 +01:00
Benjamin_6848
d0ad38085b
Crow-Clock: Removed "wake LCD on face-up"
...
Removed "wake LCD on face-up"-feature of Crow-Clock: A watch-face should not set things like "wake LCD on face-up".
If you want, that the LCD get activated when facing up, go to Settings > System > LCD > Wake on FaceUp.
2022-02-22 18:53:30 +01:00
Benjamin_6848
2a87c5f23d
Update metadata.json
2022-02-22 18:50:34 +01:00
Benjamin_6848
b7b64f6204
Update ChangeLog
2022-02-22 18:50:07 +01:00
Benjamin_6848
1db240092c
MatrixClock: Removed "wake LCD on face-up"
...
Removed "wake LCD on face-up"-feature of MatrixClock: A watch-face should not set things like "wake LCD on face-up".
If you want, that the LCD get activated when facing up, go to Settings > System > LCD > Wake on FaceUp.
2022-02-22 18:46:56 +01:00
smekras
d5a8f63400
Add files via upload
2022-02-22 17:03:12 +01:00
smekras
1f1cd95d5a
Delete app.png
2022-02-22 17:02:53 +01:00
smekras
889c265baf
Update app-icon.js
2022-02-22 17:01:55 +01:00
smekras
f698db3612
Update app-icon.js
2022-02-22 16:46:41 +01:00
smekras
a07b502e0f
Update app-icon.js
2022-02-22 16:43:04 +01:00
smekras
f5f0cde902
Add files via upload
2022-02-22 16:37:33 +01:00
smekras
c5eda52a11
Delete app.png
2022-02-22 16:37:09 +01:00
smekras
c7459aa962
Update app-icon.js
2022-02-22 16:32:58 +01:00
smekras
f067ee03be
Update app-icon.js
2022-02-22 16:29:22 +01:00
smekras
994a9fa83f
Add supports and emulator entries
2022-02-22 16:17:14 +01:00
smekras
762c375ab3
Add app icon
2022-02-22 16:02:20 +01:00
smekras
9f5ac58edd
Create README.md
2022-02-22 16:00:27 +01:00
smekras
3b1a3ef801
Update metadata.json
2022-02-22 15:58:12 +01:00
smekras
952f438c54
Create metadata.json
2022-02-22 15:55:20 +01:00
smekras
99c694c8e1
Create ChangeLog
2022-02-22 15:43:28 +01:00
smekras
c9616d4233
Create app-icon.js
2022-02-22 15:41:52 +01:00
smekras
e16cbf73b5
Create app.js
2022-02-22 15:37:37 +01:00
Marco H
0eb5cd9292
Move icons to the functions which use them to reduce memory usage
2022-02-22 15:17:09 +01:00
Marco H
9977460d1f
Draw the circles a little bit delayed so we decrease the blocking time
2022-02-22 15:16:40 +01:00
Marco H
f6a2a03448
New color option: foreground
2022-02-22 15:15:18 +01:00
Andrew Gregory
ccefde8e59
Merge branch 'espruino:master' into master
2022-02-22 21:16:37 +08:00
pkkpp
3b3c01677a
Update 7x7dotsclock.app.js
...
Color Settings of Minutes and Seconds
2022-02-22 11:46:08 +01:00
pkkpp
c2f55bde72
Update 7x7dotsclock.settings.js
...
Color Settings of Minutes and Seconds
2022-02-22 11:44:50 +01:00
Gordon Williams
d13631f4be
Merge branch 'master' into messages-home-assistant-logo
2022-02-22 10:12:01 +00:00
hughbarney
d0e23e497c
Daisy created
2022-02-21 22:38:47 +00:00
hughbarney
0c5d7a564a
added screenshot , updated README
2022-02-21 22:02:49 +00:00
hughbarney
4812a8043e
updated README
2022-02-21 21:40:57 +00:00
hughbarney
a460f4c315
updated README
2022-02-21 21:40:00 +00:00
hughbarney
94b2363fdc
Fixed metadata
2022-02-21 21:21:25 +00:00
hughbarney
a00d2a59a6
Fixed metadata
2022-02-21 20:34:52 +00:00
hughbarney
8ed00f2bac
Merge remote-tracking branch 'upstream/master'
2022-02-21 20:12:12 +00:00
hughbarney
e8bc79c34f
The Ring - proof of concept ring guage using preset images
2022-02-21 20:11:54 +00:00
David Peer
a5cb9888fc
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-02-21 19:19:10 +01:00
David Peer
b775783333
Bugfix: Ensure that widgets are always hidden in fulscreen mode.
2022-02-21 19:19:08 +01:00
pkkpp
7af6dcd914
Update metadata.json
2022-02-21 17:56:41 +01:00
pkkpp
849c439e11
Update metadata.json
...
Allow emulator
2022-02-21 17:54:53 +01:00
Noah Howard
33a1c2f19d
Merge branch 'master' into master
2022-02-21 11:50:31 -05:00
pkkpp
3a608bf1f5
Update README.md
...
theme infos
2022-02-21 17:47:03 +01:00
pkkpp
6110724f02
Update 7x7dotsclock.settings.js
...
better menu naming
2022-02-21 17:44:08 +01:00
pkkpp
81b0097fa9
Update 7x7dotsclock.app.js
2022-02-21 17:35:32 +01:00
pkkpp
25e700e577
Update 7x7dotsclock.app.js
...
respect theme colors
2022-02-21 17:07:32 +01:00
pkkpp
d420f92820
Update 7x7dotsclock.app.js
...
Fix Message indicator position, Fix Date visibility
2022-02-21 16:44:35 +01:00
Gordon Williams
d07d9b4751
Merge pull request #1486 from xxDUxx/master
...
ContourClock: Widgets can no longer change the color of the clock
2022-02-21 11:20:51 +00:00
Gordon Williams
ea8b52bdd2
Merge pull request #1487 from hughbarney/master
...
Stopwatch touch - adjust on touch for x,y outside the dimensions of g.getW/H
2022-02-21 11:20:27 +00:00
Gordon Williams
0bbeb2765d
Merge pull request #1490 from Benjamin-6848/patch-1
...
Bold Clock: Removed "wake LCD on face-up"
2022-02-21 11:19:53 +00:00
Gordon Williams
d96e6cf1e8
Merge pull request #1489 from rigrig/gbmusic-simplify
...
Simplify gbmusic
2022-02-21 11:18:06 +00:00
Gordon Williams
ab340da7b8
Merge pull request #1475 from DDDanny/timecal-clock-0.05
...
Timecal clock 0.05 - settings fixed
2022-02-21 11:16:46 +00:00
Gordon Williams
287771c95d
Merge pull request #1476 from peerdavid/master
...
[NeonX & IO X] Added optional settings to show the lock status.
2022-02-21 11:16:13 +00:00
Gordon Williams
5a967ac423
Merge pull request #1474 from Stiralbios/master
...
New app :Terminal clock
2022-02-21 11:11:40 +00:00
Gordon Williams
e4df0bf2d8
Merge pull request #1472 from 2taras/master
...
Add pie game
2022-02-21 11:11:17 +00:00
Gordon Williams
e068a770c1
Merge pull request #1468 from pkkpp/master
...
initial version 7x7 dots clock
2022-02-21 11:10:23 +00:00
Gordon Williams
6f0ad298d4
Merge pull request #1471 from Ronin0000/master
...
Black Jack Game For Bangle.js 2
2022-02-21 11:09:49 +00:00
Gordon Williams
95a476b497
Merge pull request #1470 from jeroenpeters1986/master
...
Anton Clock v0.07
2022-02-21 11:09:19 +00:00
Gordon Williams
7a7462e714
0.07: Fix crash if an odd number of active boxes are configured ( fix #1473 )
2022-02-21 11:08:44 +00:00
Richard de Boer
32273ed158
gbmusic: remove date+time
2022-02-20 20:44:46 +01:00
Jeroen Peters
f20872f6ae
#1132 : Messages: Allow disabling repetition of buzzer: Wow, dazzling solution
2022-02-19 23:59:23 +01:00
Noah Howard
405711e82b
End scrolling at end of text
2022-02-19 17:31:29 -05:00
Noah Howard
7d9ef97800
Make music text scroll
2022-02-19 17:18:21 -05:00
Benjamin_6848
74646002af
Bold Clock: Removed "wake LCD on face-up"
...
Removed "wake LCD on face-up"-feature of Bold Clock: A watch-face should not set things like "wake LCD on face-up".
If you want, that the LCD get activated when facing up, go to Settings > System > LCD > Wake on FaceUp.
2022-02-19 23:00:50 +01:00
Benjamin_6848
2b49fbaa9a
Bold Clock: Removed "wake LCD on face-up"
...
Removed "wake LCD on face-up"-feature of Bold Clock: A watch-face should not set things like "wake LCD on face-up".
If you want, that the LCD get activated when facing up, go to Settings > System > LCD > Wake on FaceUp.
2022-02-19 22:59:37 +01:00
Benjamin_6848
ee74900f4a
Bold Clock: Removed "wake LCD on face-up"
...
Removed "wake LCD on face-up"-feature of Bold Clock: A watch-face should not set things like "wake LCD on face-up".
If you want, that the LCD get activated when facing up, go to Settings > System > LCD > Wake on FaceUp.
2022-02-19 22:54:50 +01:00
Noah Howard
4e1cec0993
Increment app version
2022-02-19 16:37:50 -05:00
Noah Howard
b25611ee84
Fix track name, artist, and album names clipping
2022-02-19 16:37:34 -05:00
Richard de Boer
60cae6bc84
gbmusic: Simplify touch controls
2022-02-19 22:34:14 +01:00
Richard de Boer
c130fa05d1
messages: fix ChangeLog typo
2022-02-19 21:24:35 +01:00
Richard de Boer
c0921c6a1d
messages: add Home Assistant icon
2022-02-19 21:24:13 +01:00
xxDUxx
7a4f67c342
Update app.js
2022-02-19 19:53:08 +01:00
xxDUxx
47ac08e12e
Update metadata.json
2022-02-19 18:04:58 +01:00
xxDUxx
91b905a777
Update ChangeLog
2022-02-19 18:04:37 +01:00
xxDUxx
c2d01a28f5
Merge branch 'espruino:master' into master
2022-02-19 17:58:11 +01:00
hughbarney
7f515b172a
Stopwatch touch - adjust on touch for x,y outside the g dimensions of the screen
2022-02-19 14:00:33 +00:00
David Peer
5460a95b8e
Queue draw based on current time.
2022-02-19 14:31:58 +01:00
David Peer
c7a1d9e368
Back to 10 sec. refresh rate
2022-02-19 14:24:34 +01:00
David Peer
9d4de50606
Test with 30 sec. interval
2022-02-19 14:20:17 +01:00
Andrew Gregory
33dc4954c2
Update app.js
...
Precalculate overall token height.
Have Bangle1 list UI work more like a Pebble.
2022-02-19 17:20:09 +08:00
David Peer
d74103273e
Keep original style w.r.t colors.
2022-02-19 09:39:26 +01:00
David Peer
a476be9786
Minor changes
2022-02-19 09:36:32 +01:00
Jeroen Peters
7c0328d642
#1132 : Messages: Allow disabling repetition of buzzer
2022-02-19 09:34:56 +01:00
Jeroen Peters
6acf7b1b29
#1132 : Messages: Allow disabling repetition of buzzer: Wow, dazzling solution
2022-02-19 08:09:28 +01:00
marko
f99fe06aab
Fix typo in settings
2022-02-18 22:25:06 -05:00
marko
d558f8bba5
Add settings to metadata
2022-02-18 22:10:38 -05:00
marko
e256a81880
Add settings
2022-02-18 22:07:25 -05:00
Jeroen Peters
e29a41aa28
#1132 : Messages: Allow disabling repetition of buzzer
2022-02-19 00:38:00 +01:00
Jeroen Peters
e172aa4927
#1132 : Messages: Allow disabling repetition of buzzer
2022-02-19 00:23:12 +01:00
marko
0c7a5f3d05
Add course marker
2022-02-18 17:34:25 -05:00
Jeroen Peters
a20e7d36c3
#1132 : Messages: Allow disabling repetition of buzzer
2022-02-18 22:33:17 +01:00
Jeroen Peters
5bb799898b
#1132 : Messages: Allow disabling repetition of buzzer
2022-02-18 22:28:26 +01:00
Jeroen Peters
b7da92c773
#1132 : Messages: Allow disabling repetition of buzzer
2022-02-18 22:21:19 +01:00
Jeroen Peters
d35481130a
#1132 : Messages: Allow disabling repetition of buzzer
2022-02-18 21:57:09 +01:00
Jeroen Peters
a4c97850dd
#1132 : Messages: Allow disabling repetition of buzzer
2022-02-18 19:53:11 +01:00
Stiralbios
225cda47bf
fix settings load
2022-02-18 16:40:33 +01:00
David Peer
7f954b7e1b
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-02-18 15:12:19 +01:00
David Peer
f8eebb80ec
Optional settings to show a different color for (0,0) whenever the bangle is locked.
2022-02-18 15:12:13 +01:00
Danny
41d201b049
Merge branch 'timecal-clock-0.05'
2022-02-18 14:37:42 +01:00
Danny
0eb1a2e16d
settings timecal-clock-0.05
2022-02-18 14:36:28 +01:00
Stiralbios
7b276915ef
improve color and display position
2022-02-18 14:16:12 +01:00
Danny
a8964a8f5c
Merge branch 'timecal-clock-0.05'
2022-02-18 13:27:46 +01:00
Danny Falss
39abe1ac83
Merge branch 'espruino:master' into timecal-clock-0.05
2022-02-18 13:22:20 +01:00
Danny
26320aadfe
Merge remote-tracking branch 'upstream/master'
2022-02-18 13:20:16 +01:00
Danny
18602e8414
bug fix settings
2022-02-18 12:41:30 +01:00
pkkpp
8d6bee3adc
Merge branch 'espruino:master' into master
2022-02-18 09:09:14 +01:00
Taras
f24b877151
Add pie game
2022-02-18 07:35:45 +03:00
Ronin0000
24b41baeab
Update ChangeLog
2022-02-17 17:08:02 -08:00
Ronin0000
358683d319
Update metadata.json
2022-02-17 17:07:13 -08:00
Ronin0000
9b1e977f09
Create appb2.js
2022-02-17 17:05:47 -08:00
marko
3944dbf013
Fix typo
2022-02-17 18:49:03 -05:00
marko
caf8bc3e47
Use correct coords (local object 'm') and fix sign error in scrolling
2022-02-17 18:34:53 -05:00
marko
2b81b07b2b
forgot semicolon
2022-02-17 17:29:49 -05:00
marko
0870c9a639
use linear projection/interpolation in openseachart.js
2022-02-17 17:26:44 -05:00
Jeroen Peters
cda843c962
Work in progres for testing
2022-02-17 20:18:28 +01:00
marko
3b1e964166
make maptiles smaller
2022-02-17 14:00:10 -05:00
marko
21dbe9329b
enlarge tile size
2022-02-17 13:46:04 -05:00
pkkpp
d110b8fefa
Update 7x7dotsclock.app.js
2022-02-17 18:07:20 +01:00
pkkpp
76bdaba1ef
Update 7x7dotsclock.app.js
2022-02-17 18:01:01 +01:00
pkkpp
ca243f26d8
Delete 7x7dotsclock.info
2022-02-17 17:54:37 +01:00
pkkpp
aabf9034f1
Update metadata.json
2022-02-17 17:54:09 +01:00
pkkpp
6d735f57e5
Update README.md
2022-02-17 17:49:57 +01:00
Gordon Williams
eb64a7a436
Fix build issues created with #1465
2022-02-17 16:45:24 +00:00
pkkpp
9ca2078eec
Update 7x7dotsclock.app.js
2022-02-17 17:44:27 +01:00
pkkpp
dc28942d83
Update 7x7dotsclock.settings.js
2022-02-17 17:35:38 +01:00
marko
262274fcd8
change naming
2022-02-17 11:13:32 -05:00
pkkpp
6e898cadee
Update 7x7dotsclock.settings.js
2022-02-17 15:49:03 +01:00
pkkpp
a4c5509c9a
Update metadata.json
2022-02-17 13:57:37 +01:00
pkkpp
2dad5cefdb
Merge branch 'espruino:master' into master
2022-02-17 12:25:00 +01:00
Gordon Williams
eb9c3ff2c3
Merge pull request #1465 from DDDanny/timecal-clock-0.04
...
v 0.04 fixes #1154
2022-02-17 10:14:31 +00:00
Gordon Williams
799aaf76ab
Merge pull request #1463 from halemmerich/widbars
...
widbars - Yellow battery bar on charge and prevent GC on every draw
2022-02-17 10:13:47 +00:00
Gordon Williams
27e6cd7067
Merge pull request #1461 from peerdavid/master
...
[NeonX & IO X] Added optional fullscreen mode.
2022-02-17 10:10:06 +00:00
marko
7d83da1f15
blabla
2022-02-16 22:54:52 -05:00
marko
c41947a497
bla
2022-02-16 22:42:14 -05:00
marko
7cdc55a513
sizing
2022-02-16 22:33:26 -05:00
marko
79b55c50a7
crop image to multiple of 64 (896)
2022-02-16 22:32:34 -05:00
marko
7a41f6934e
again
2022-02-16 22:11:25 -05:00
marko
e3c9311668
Host image on github
2022-02-16 22:10:17 -05:00
marko
af6616332c
Store map locally
2022-02-16 21:55:53 -05:00
marko
4a1e101fa8
Hack uploader
2022-02-16 21:32:39 -05:00
Danny
63156bcca8
v 0.04 fixes #1154
2022-02-17 02:42:21 +01:00
Danny
fafa546056
Merge remote-tracking branch 'upstream/master'
2022-02-17 02:16:07 +01:00
Danny
8c5af4aabb
fixed app, test, settings and changelog/readme
2022-02-17 02:11:23 +01:00
marko
5514ed8ea0
Delete old dir
2022-02-16 19:16:13 -05:00
marko
ac83cf1a07
Remove spurious file
2022-02-16 19:14:14 -05:00
marko
65f4bfb8ce
Fix another typo
2022-02-16 19:07:34 -05:00
marko
047c8e1ec0
Get spelling right
2022-02-16 19:02:06 -05:00
marko
fd7139bb37
edit metadata
2022-02-16 18:44:01 -05:00
marko
d62e53baf8
Add seachart app
2022-02-16 18:01:49 -05:00
marko
e923858e4e
delete seachart
2022-02-16 17:55:00 -05:00
berkenbu
29c4f1cbac
Merge branch 'espruino:master' into master
2022-02-16 17:41:25 -05:00
Martin Boonk
864faef961
widbars - Yellow battery bar on charge and prevent GC on every draw
2022-02-16 21:59:28 +01:00
David Peer
ece775bb8e
Minor change
2022-02-16 21:31:46 +01:00
hughbarney
9dd3e9b069
Pastel: make new boolean setting work
2022-02-16 20:02:56 +00:00
David Peer
50f973b3d3
Pagination bugfix.
2022-02-16 20:44:35 +01:00
David Peer
88ea3bd0b1
Added README to metadata
2022-02-16 20:02:20 +01:00
David Peer
b505ff02a6
Added screenshots
2022-02-16 20:00:33 +01:00
David Peer
88e9fca8e4
Add simple info app
2022-02-16 19:57:22 +01:00
David Peer
307527386e
Minor position fix
2022-02-16 18:07:15 +01:00
David Peer
08af40ff9a
Allow a thickness of 6 - looks nice in fullscreen mode.
2022-02-16 18:05:22 +01:00
David Peer
d6da125df7
Added optinoal fullscreen mode.
2022-02-16 17:54:12 +01:00
Andrew Gregory
6599c38988
Merge branch 'espruino:master' into master
2022-02-16 22:55:10 +08:00
Gordon Williams
50c4bfb559
Merge pull request #1403 from halemmerich/bthrv
...
bthrv - Always write interval data on kill and reset if at least the first measurement is available
2022-02-16 14:44:11 +00:00
Gordon Williams
b896d5d03b
Merge pull request #1459 from storm64/master
...
sleeplog: Fix #1445 , display loading info, add icons to display service states
2022-02-16 14:43:02 +00:00
Gordon Williams
076ddd268f
Merge pull request #1457 from HilmarSt/master
...
GPS Adventure Sports App now also runs on Bangle.js 2 with basic functionality
2022-02-16 14:42:44 +00:00
Gordon Williams
6d25243580
tweak
2022-02-16 14:42:17 +00:00
storm64
b32cc829f5
sleeplog: Update screenshots
2022-02-16 13:21:00 +01:00
storm64
ef4c2d0e12
sleeplog: Switch disabled.png and powersaving.png
2022-02-16 13:04:09 +01:00
storm64
9885caff71
Update README.md
...
Change description to icons
2022-02-16 13:00:39 +01:00
storm64
1ffcc42a93
Update ChangeLog
...
Remove commit description
2022-02-16 12:54:40 +01:00
storm64
a110a30ad5
sleeplog: Fix logfile disabling, add status icons
...
Update app.js
- adjust label position to improve readability on light themes
- add icons to display service states
Update ChangeLog
- compact old and add new changes
Update lib.js
- fix logfile correction in `setEnabled(...)` to make disable logging possible
- simplify logfile checks
Update README.md
- add icons of the service states
Update settings.js
- fix error on reading a non string logfile value
Add icons: disabled.png, nolog.png and powersaving.png
2022-02-16 12:52:00 +01:00
storm64
a4b695f8e6
Merge branch 'master' of https://github.com/storm64/BangleApps
2022-02-15 21:17:15 +01:00
storm64
01450290c4
Update README.md
...
Update README.md
- change missed beautified menu entries according to changes in settings.js
2022-02-15 21:17:07 +01:00
storm64
02b0aa5869
Merge branch 'espruino:master' into master
2022-02-15 20:15:50 +00:00
Daniel Cox
8ea5f8e1de
Fixed theme honoring and made images 2 bit
...
This update should fix theme honoring so the watch face now changes to match the theme set on the watch.
The images have also been updated to be better compatible with 2 bit and also now set to 2 bit to save ram.
Also fixed the date text as that stopped displaying in the last update.
2022-02-16 08:46:48 +13:00
storm64
8c4f2f18c9
sleeplog: Correct fix #1445 , display loading info while calculating sleep data
...
Update app.js
- move complex data analysis into separate function
- add displaying a loading info
- faster feedback by calling the analysis through a timeout
Update boot.js
- correct fix #1445 as mentioned by splitting the `stop()` function to only remove the kill listener on a manual stop
- optimize `start()` and `stop()` functions
Update README.md
- change beautified menu entries according to changes in settings.js
Update settings.js
- replace `circulate()` function with internal `wrap: true`
- move delay for menu redraw as suggested in espruino/Espruino#2149
- beautify menu entries for new touchscreen E.showMenu system (> fw 2v.13.32)
2022-02-15 19:47:15 +01:00
Hilmar Strauch
3316897c34
Update app.js
2022-02-15 18:43:03 +01:00
Hilmar Strauch
67ee66193b
Update app.js
2022-02-15 18:36:30 +01:00
Stiralbios
55430e7135
Bug fixes on the terminalclock app
2022-02-15 18:34:43 +01:00
Hilmar Strauch
e9c29e0a01
Update metadata.json
2022-02-15 18:26:05 +01:00
Hilmar Strauch
b1f4548ee1
Update app.js
2022-02-15 18:24:36 +01:00
Hilmar Strauch
8c579f274c
Update settings.js
2022-02-15 17:55:26 +01:00
Hilmar Strauch
73c755f74a
Update metadata.json
2022-02-15 17:54:06 +01:00
Hilmar Strauch
92e03e13e0
Update ChangeLog
2022-02-15 17:44:30 +01:00
Hilmar Strauch
029b7734e2
Update README.md
2022-02-15 17:43:09 +01:00
Gordon Williams
c1db203205
settings 0.42: Fix theme customizer on new Bangle 2 firmware
2022-02-15 15:07:11 +00:00
xxDUxx
1961ed2a1a
Update app.js
2022-02-15 14:48:25 +01:00
pkkpp
a31c1d53ad
Update metadata.json
2022-02-15 14:38:58 +01:00
pkkpp
8e15f4f96f
Update README.md
2022-02-15 14:07:39 +01:00
pkkpp
4cf203ed69
Update README.md
2022-02-15 14:07:17 +01:00
pkkpp
7bdfb8365f
Update README.md
2022-02-15 14:06:36 +01:00
pkkpp
28dc0d0084
Add files via upload
2022-02-15 14:06:09 +01:00
pkkpp
f9ed282932
Update metadata.json
2022-02-15 14:02:13 +01:00
pkkpp
e2cee36214
Update 7x7dotsclock.img.js
2022-02-15 13:59:22 +01:00
pkkpp
19c9bf406c
Update 7x7dotsclock.img.js
2022-02-15 13:52:15 +01:00
pkkpp
cbb607e7b4
Update 7x7dotsclock.img.js
2022-02-15 13:43:29 +01:00
pkkpp
f417bcb314
Update 7x7dotsclock.img.js
2022-02-15 13:38:48 +01:00
pkkpp
94e61fb1d8
Add files via upload
2022-02-15 13:30:11 +01:00
pkkpp
adc87dbde3
Update 7x7dotsclock.img.js
2022-02-15 12:05:58 +01:00
pkkpp
1a3272025c
Delete dotfontclock.png
2022-02-15 12:03:35 +01:00
pkkpp
9d4b2d57e1
Update metadata.json
2022-02-15 11:54:35 +01:00
pkkpp
0bdf42954b
Update README.md
2022-02-15 11:49:55 +01:00
pkkpp
49a042502e
Create README.md
2022-02-15 11:49:33 +01:00
pkkpp
d51a51690c
Create ChangeLog
2022-02-15 11:45:00 +01:00
pkkpp
09657a7d1e
Add files via upload
2022-02-15 11:42:11 +01:00
pkkpp
0c3c9e9977
Update metadata.json
2022-02-15 11:41:31 +01:00
pkkpp
2ae84804be
Delete apps/7x7dotsclock/7x7dotsclock directory
2022-02-15 11:38:31 +01:00
pkkpp
835d80036e
Create metadata.json
2022-02-15 11:38:11 +01:00
pkkpp
467e200199
Create metadata.json
2022-02-15 11:36:37 +01:00
pkkpp
4ad22c2ef7
Update 7x7dotsclock.info
2022-02-15 11:35:26 +01:00
pkkpp
3aafe3a3b3
Add files via upload
2022-02-15 11:28:18 +01:00
Gordon Williams
a35d5afec0
oops - commit changed rolex files
2022-02-15 09:20:07 +00:00
Gordon Williams
9293eb9111
misc rolex tweaks
2022-02-15 09:17:28 +00:00
Gordon Williams
98a558d84c
Merge pull request #1454 from DC959/master
...
Rolex watch face
2022-02-15 09:15:00 +00:00
Gordon Williams
66100a6ac9
Merge pull request #1453 from nujw/master
...
Misc tweaks and adjustments.
2022-02-15 09:07:39 +00:00
Gordon Williams
975a0d349c
Merge pull request #1452 from myxor/circlesclock_v0.10
...
Circlesclock v0.10
2022-02-15 09:07:22 +00:00
pkkpp
fc2ab36772
Merge branch 'espruino:master' into master
2022-02-15 09:07:26 +01:00
Daniel Cox
5f8a478c9b
Add Changelog
2022-02-15 17:07:00 +13:00
Daniel Cox
ced26c57e3
Initial Upload
2022-02-15 17:05:08 +13:00
Daniel Cox
c46084e28f
Rolex README.md
2022-02-15 17:04:41 +13:00
Daniel Cox
2799e45248
Delete screenshot.png
2022-02-15 17:03:36 +13:00
Daniel Cox
7a6278b94c
Delete rolex.png
2022-02-15 17:03:23 +13:00
Daniel Cox
7a7cc179dd
Delete metadata.json
2022-02-15 17:03:15 +13:00
Daniel Cox
6e1e3be435
Delete app.js
2022-02-15 17:03:02 +13:00
Daniel Cox
be54dbadd0
Delete README.md
2022-02-15 17:02:51 +13:00
Daniel Cox
fbc3c143cd
Delete app-icon.js
2022-02-15 17:02:37 +13:00
Daniel Cox
016cce5bf7
Initial Commit
2022-02-15 17:01:08 +13:00
nujw
2aead54e5e
Merge branch 'espruino:master' into master
2022-02-15 09:48:08 +13:00
nujw
6be26f110b
Update ChangeLog
2022-02-15 09:47:51 +13:00
Marco H
8438c90c1a
Update changelog
2022-02-14 21:04:40 +01:00
Hilmar Strauch
2e653befdd
Update app.js
2022-02-14 14:48:38 +01:00
Hilmar Strauch
c406400055
Update metadata.json
2022-02-14 14:45:58 +01:00
Hilmar Strauch
7f8dd9b3b8
Update ChangeLog
2022-02-14 14:45:34 +01:00
Gordon Williams
06071a51c5
Merge branch 'master' of github.com:espruino/BangleApps
2022-02-14 13:05:05 +00:00
Gordon Williams
621813968b
messages 0.21: Improve list readability on dark theme
2022-02-14 12:41:49 +00:00
Gordon Williams
66f579d134
Merge pull request #1442 from rigrig/gbmusic-boot
...
gbridge: Move event listener from widget to boot code
2022-02-14 12:04:49 +00:00
Gordon Williams
290b61ed08
Merge pull request #1450 from bundyo/master
...
Add Neon X & IO X Clock
2022-02-14 12:02:36 +00:00
Gordon Williams
e20e865d05
Merge pull request #1449 from myxor/widgps_v0.04
...
GPS widget: show fix status
2022-02-14 11:59:48 +00:00
Bundyo (Kamen Bundev)
33a360c6d6
Merge branch 'espruino:master' into master
2022-02-14 13:24:34 +02:00
Marco H
4cb847fa11
GPS widget: show fix status
2022-02-14 11:59:15 +01:00
Bundyo
a400bae881
Fix a letter
2022-02-14 12:50:46 +02:00
Bundyo
e887256a4d
Add repo and some credits
2022-02-14 12:48:55 +02:00
Bundyo
d7283ed43a
Fix the settings
2022-02-14 12:44:49 +02:00
Gordon Williams
04c61f7cde
Merge pull request #1432 from halemmerich/bootsort
...
boot - Sort *.boot.js files
2022-02-14 10:42:26 +00:00
Bundyo
ebc60b1e2d
Update some text and icons
2022-02-14 12:41:25 +02:00
Gordon Williams
a266a36c85
Merge pull request #1434 from halemmerich/dtlaunch
...
dtlaunch - Optimize line breaks for Bangle 2
2022-02-14 10:41:21 +00:00
Gordon Williams
029c7e9b94
Merge branch 'master' into master
2022-02-14 10:35:55 +00:00
Gordon Williams
cb0e5b3c1d
Merge pull request #1443 from rigrig/widcal
...
widcal: New widget with the current date
2022-02-14 10:34:41 +00:00
Gordon Williams
a48877fae6
Merge branch 'master' into master
2022-02-14 10:34:05 +00:00
Gordon Williams
9f3cbbdd0c
Merge pull request #1446 from halemmerich/bthrm
...
BTHRM - Allow settings modes
2022-02-14 10:33:05 +00:00
Gordon Williams
33f136312c
Merge pull request #1447 from emarc/master
...
Support naming, Farenheit, and alerts.
2022-02-14 10:32:44 +00:00
Bundyo
9910fdcf85
Initial push
2022-02-14 12:13:50 +02:00
Gordon Williams
cf2e838915
workaround for https://github.com/espruino/BangleApps/issues/1429
2022-02-14 09:53:04 +00:00
Gordon Williams
fe6014a74c
Merge pull request #1431 from jes/master
...
Waypointer Moto: Add routes, support for Bangle.js 2, better editor UI
2022-02-14 09:48:11 +00:00
Gordon Williams
1e01db7b03
Merge pull request #1441 from peerdavid/master
...
[LCARS] Optional fullscreen mode
2022-02-14 09:46:03 +00:00
Gordon Williams
7b72606ac4
Merge pull request #1448 from storm64/master
...
sleeplog: Add power saving mode, fix #1445
2022-02-14 09:45:12 +00:00
Gordon Williams
eddad709c0
Merge pull request #1439 from nerdmaennchen/master
...
A bowser watchface
2022-02-14 09:44:13 +00:00
Gordon Williams
2d7091f56e
Merge pull request #1440 from myxor/recorder
...
Recorder webinterface: Catch some errors
2022-02-14 09:43:51 +00:00
Gordon Williams
14334c32d9
Merge pull request #1430 from HilmarSt/master
...
Moon Phase Widget: Replace the 8 phases by a more exact drawing
2022-02-14 09:42:31 +00:00
Gordon Williams
dd6bcdb3ed
Merge pull request #1436 from rozek/master
...
renames ChangeLog.txt to ChangeLog
2022-02-14 09:41:53 +00:00
Gordon Williams
9101777f8b
Merge pull request #1427 from xxDUxx/master
...
ContourClock: Customizer with preview
2022-02-14 09:41:39 +00:00
storm64
ab42b6555f
sleeplog: Fix to be able to switch logging as intended
...
Update lib.js
- fix error in `setEnabled(...)` when logfile=false
Update settings.js
- use correct value for settings.logfile
2022-02-14 09:10:26 +01:00
Martin Boonk
7c3d4c5908
bthrv - Write interval data even if values are missing
2022-02-14 08:40:27 +01:00
storm64
f9be0db3c8
sleeplog: remove logging always, minimized workaround in settings menu
...
Update boot.js
- remove logging always for testing
Update settings.js
- minimized workaround in settings menu to [espruino/Espruino issue 2149](https://github.com/espruino/Espruino/issues/2149 )
2022-02-14 08:18:16 +01:00
storm64
c8c1b7b914
sleeplog: Prevent removing other kill listeners #1445
...
Update boot.js
- prevent removing other kill listeners #1445
Update README.md
- change "only available" information for Settings
- add new ideas to "To do list"
2022-02-13 22:39:57 +01:00
Richard de Boer
16c5f2dd4f
widcal: New widget with the current date
2022-02-13 21:36:22 +01:00
Marc Englund
8350108d88
Support naming, Farenheit, and alerts.
...
Add ability to rename tags.
Add Sauna, Fridge & Freezer alert. Support °F based on locale.
Add possibility to name tag "Porch".
How could I forget that? I need it myself!
2022-02-13 22:31:16 +02:00
storm64
0ec1d57add
sleeplog: Complete power saving mode + move all read/write log actions into lib.js
...
* Complete new power saving mode after tests
* Move all read/write log operations into lib/module
Update app.js
- update `readLog(...)` call
Update boot.js
- update maxmove default value
- delete `log(..)`, merging into `writeLog(...)` from lib.js
- replace all read/write actions to the logfile with `readLog(...)`/`writeLog(...)` from lib.js
- add restoring the status after a restart (<5 min ago) to last known state
- add deletion of unused settings on power saving mode
- update log timestamp on power saving mode to always be 10min before now
Update ChangeLog
Update lib.js
- update `readLog(...)`, prevent errors on reading, minimize workload if unfiltered
- add `writeLog(...)` to append or replace log depending on input with plausibility checks on input
- merging `log(...)` from boot.js into `writeLog(...)`
- replace all read/write actions to the logfile with `readLog(...)`/`writeLog(...)`
Update metadata.json
- update version number
- add power saving mode to description
Update README.md
- add power saving mode description
- move sleeping/not worn decision description into its own section
- add description for timestamp values to Logging section
- update Global Object and Module Functions section
Update settings.js
- update maxmove setting and default value
2022-02-13 20:54:26 +01:00
Martin Boonk
c58a23f3be
bthrm - Implement mode selection
2022-02-13 20:25:51 +01:00
Martin Boonk
8d0c4a904c
bthrm - Recorder icon only blue if values are coming in
2022-02-13 20:19:13 +01:00
Martin Boonk
0938d708aa
bthrm - Set highest priority on boot.js
2022-02-13 20:19:13 +01:00
Richard de Boer
089055d948
gbmusic: Move event listener from widget to boot code
2022-02-13 18:36:19 +01:00
Stiralbios
1446533c1d
fix the settings reading for terminalclock app
2022-02-13 17:06:07 +01:00
Stiralbios
189141c976
Remove the trailing comma making the metadata.json invalid for the terminalclock app
2022-02-13 16:53:54 +01:00
Stiralbios
6455e0db31
use the compression on the image for the terminalclock app
2022-02-13 16:47:56 +01:00
David Peer
d617764bb7
Improved non-fullscreen design.
2022-02-13 16:28:50 +01:00
Stiralbios
fdbfccda48
Trying to fix the banglejs app store after breaking it with the terminalclock app
2022-02-13 16:21:46 +01:00
Stiralbios
ef4ac921d3
adding terminal clock app
2022-02-13 16:07:23 +01:00
David Peer
1bb3885b2c
Support for optional fullscreen mode.
2022-02-13 10:16:32 +01:00
Marco H
b6b72833ab
Fix toast classes
2022-02-12 19:41:56 +01:00
Marco H
9bbbc06fd9
Fix toast
2022-02-12 19:35:12 +01:00
Marco H
e77a86cf8e
Add toastcontainer div
2022-02-12 19:07:20 +01:00
Marco H
02469136e7
Import utils.js
2022-02-12 19:01:59 +01:00
Marco H
175e942da5
Extend GPX check
2022-02-12 18:58:15 +01:00
Marco H
6f7dce90a8
Import ui.js
2022-02-12 18:49:23 +01:00
Marco H
cb9bf96c59
Show errors when track is broken
2022-02-12 18:27:06 +01:00
Marco H
5654fa9441
Show success progress after track download
2022-02-12 18:26:46 +01:00
Lutz
e31a10fd7e
added my bowser watchface
2022-02-12 18:22:03 +01:00
Hilmar Strauch
916e1410f8
Update widget.js
2022-02-12 13:33:34 +01:00
Hilmar Strauch
191c908a58
Update metadata.json
2022-02-12 13:29:05 +01:00
Hilmar Strauch
a4b6bb26b2
Update mylocation.app.js
...
two cities added
2022-02-12 13:21:22 +01:00
hughbarney
545452d657
Pastel: incorpprated lazybones idle timer
2022-02-12 11:50:52 +00:00
Andreas Rozek
aa7bf8d055
renames ChangeLog.txt to ChangeLog
2022-02-12 06:12:15 +01:00
Marko.Kl.Berkenbusch@gmail.com
65205ffcce
bla
2022-02-11 22:27:08 -05:00
berkenbu
0bd3b9c19b
Merge branch 'espruino:master' into master
2022-02-11 22:17:38 -05:00
storm64
b8721fbdcf
sleeplog: New power saving mode using build in movement detection
...
* New power saving mode using build in movement detection
Update app.js
- add displaying powersaving status
Update boot.js
- add power save mode
- minimize fix #1425 to issue #1423
- minimize wake/sleep decision
- add checking for correct this reference
- add checking for global object existence
- remove unneeded global. prefix
Update lib.js
- add powersaving setting to setEnabled()
- fix missing logfile issue #1423 on all functions
- remove check for changes in setEnabled(...) to always restart the service
Update settings.js
- add settings powersaving and maxmove
- add displaying settings depending on power saving mode
- restart service when changing enabled, logfile and powersaving
2022-02-12 01:43:58 +01:00
hughbarney
8a222a382a
pastel: added idle warning setting
2022-02-12 00:36:58 +00:00
hughbarney
9476132951
pastel: added idle warning setting
2022-02-12 00:34:38 +00:00
hughbarney
bae5d875c3
Mylocation, Pastel fixed tendancy for default to London
2022-02-11 23:27:47 +00:00
Danny
2813f5f603
Merge branch 'master' into timecal-clock-0.03
2022-02-12 00:23:44 +01:00
Danny
9b15d9332d
Merge remote-tracking branch 'upstream/master'
2022-02-12 00:15:18 +01:00
hughbarney
6cad86c211
added written by hugh barney to all my apps as waypointer moto mis-atributed it to someone else
2022-02-11 22:41:58 +00:00
Ronin0000
8e495babf8
Update metadata.json
2022-02-11 14:41:14 -08:00
Ronin0000
f6f3b70cd6
Update ChangeLog
2022-02-11 14:41:01 -08:00
Ronin0000
d445db7758
Update ChangeLog
2022-02-11 14:38:55 -08:00
Ronin0000
c53ec8d867
Update metadata.json
2022-02-11 14:38:32 -08:00
Martin Boonk
f85d49a09f
dtlaunch - Optimize line breaks for Bangle 2
2022-02-11 23:25:38 +01:00
hughbarney
03c408cb0c
merge upstream
2022-02-11 21:27:05 +00:00
Martin Boonk
56a4625538
boot - Sort *.boot.js files
2022-02-11 21:42:58 +01:00
James Stanley
f24ec9404d
Waypointer Moto: Add routes, support for Bangle.js 2, better editor UI
...
"Routes" are where you preconfigure several waypoints in order and it automatically
jumps from one to the next as you approach. There is a flaw in that if you
accidentally miss one waypoint on your route, there's no way to make it go on to
the next one without going all the way back. We probably want some way to manually
skip back/forth in the route.
Bangle.js 2 support is provided via hardcoded layout coordinates. This should
probably use the Layout library instead, but it'll probably do for now.
I've also replaced the table-based waypoint editor UI with an entirely map-based
replacement which I find much more intuitive.
2022-02-11 19:34:09 +00:00
Hilmar Strauch
0cbdc5210b
Update widget.js
...
Replace the 8 phases by a more exact drawing, see forum.espruino.com/conversations/371985
2022-02-11 19:13:33 +01:00
Hilmar Strauch
da7b934cb1
Update ChangeLog
2022-02-11 19:01:07 +01:00
Hilmar Strauch
a1851570b2
Update ChangeLog
2022-02-11 18:57:00 +01:00
Hilmar Strauch
5764eea4d9
Update metadata.json
2022-02-11 18:54:04 +01:00
Kevin Whitaker
0d6abf1115
improve help screen and actually update version.
2022-02-11 12:13:25 -05:00
Kevin Whitaker
751282717d
Fix bug and update red7 game.
2022-02-11 10:49:56 -05:00
xxDUxx
743f8fb486
Merge branch 'espruino:master' into master
2022-02-11 15:35:40 +01:00
Peer David
eebec3b832
Merge branch 'espruino:master' into master
2022-02-11 15:32:07 +01:00
Gordon Williams
405de6d6c0
Merge pull request #1421 from rozek/master
...
AC-AC bugfix and version change to 1.0
2022-02-11 13:33:54 +00:00
Gordon Williams
dad13c8087
Merge pull request #1425 from myxor/patch-2
...
sleeplog: fix #1423
2022-02-11 13:32:45 +00:00
Marco H
2e26818538
Update custom.html
...
Fix typo
2022-02-11 13:59:18 +01:00
Andreas Rozek
dd8df8efe5
Merge branch 'espruino:master' into master
2022-02-11 13:51:48 +01:00
Andreas Rozek
05c8dc9b78
Create ChangeLog.txt
2022-02-11 13:51:04 +01:00
Marco H
47d7aced65
Update metadata.json
2022-02-11 13:45:10 +01:00
Marco H
ee104a2e8a
Update ChangeLog
2022-02-11 13:45:01 +01:00
David Peer
ce45c86301
Fixed invalid units of wind.
2022-02-11 13:44:14 +01:00
xxDUxx
27a956de42
Update ChangeLog
2022-02-11 13:19:40 +01:00
xxDUxx
bfac263061
Update metadata.json
2022-02-11 13:19:06 +01:00
Marco H
50b94d6870
Update boot.js
...
Fixes Uncaught Error: Expecting a string, got undefined
see https://github.com/espruino/BangleApps/issues/1423
2022-02-11 13:16:59 +01:00
xxDUxx
8c2612aa6d
Merge branch 'espruino:master' into master
2022-02-11 13:16:46 +01:00
Gordon Williams
615519350a
route 0.03: Color/positioning change to allow it to work with Bangle.js 1 (although not pretty)
2022-02-11 11:58:34 +00:00
xxDUxx
346a947a15
Update metadata.json
2022-02-11 12:40:52 +01:00
Gordon Williams
55430085f2
update locale docs
2022-02-11 11:40:44 +00:00
xxDUxx
6500e3b722
Update custom.html
2022-02-11 12:40:34 +01:00
Gordon Williams
32eef1d713
Merge pull request #1304 from diesphink/no_translation_on_locale
...
Option to keep or not the textual translations
2022-02-11 11:34:37 +00:00
Gordon Williams
217fa040aa
Merge pull request #1424 from peerdavid/master
...
[LCARS] Select kph / mph for wind.
2022-02-11 11:33:41 +00:00
Gordon Williams
02feba3f45
quick tweak - fix HID joystick selection
2022-02-11 11:32:53 +00:00
David Peer
e3e2604b90
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-02-11 12:27:17 +01:00
David Peer
2c64069bca
New version
2022-02-11 12:27:15 +01:00
xxDUxx
5e9067c35d
Update custom.html
2022-02-11 12:26:19 +01:00
xxDUxx
34a6136a16
Add files via upload
2022-02-11 12:25:34 +01:00
David Peer
52faa8c871
The speed of the wind can now be configured (mph / kph).
2022-02-11 12:25:22 +01:00
xxDUxx
c353a6c382
Create temp
2022-02-11 12:23:28 +01:00
Peer David
59ba7ce50e
Merge branch 'espruino:master' into master
2022-02-11 11:10:44 +01:00
David Peer
1e837248ac
Qeue first
2022-02-11 11:09:53 +01:00
Gordon Williams
4b4f9d58ea
Merge pull request #1422 from storm64/sleeplog
...
sleeplog: Add Sleep Log App
2022-02-11 10:09:44 +00:00
David Peer
038480d358
Minor changes
2022-02-11 10:54:16 +01:00
xxDUxx
08d6b04418
Update custom.html
2022-02-11 09:46:27 +01:00
xxDUxx
0125ffe7fb
Update custom.html
2022-02-11 09:45:20 +01:00
storm64
02aeaff86b
sleeplog: Add Sleep Log App
...
This app logs and displays the four following states:
_unknown, not worn, awake, sleeping_
It derived from the SleepPhaseAlarm and uses the accelerometer to estimate sleep and wake states with the principle of Estimation of Stationary Sleep-segments ([ESS](https://ubicomp.eti.uni-siegen.de/home/datasets/ichi14/index.html.en )) and the internal temperature to decide _sleeping_ or _not worn_ when the watch is resting.
2022-02-11 09:29:02 +01:00
Andreas Rozek
144add3c5c
Merge branch 'master' of https://github.com/rozek/BangleApps
2022-02-11 09:26:50 +01:00
Andreas Rozek
77040fdc83
Update metadata.json
2022-02-11 09:26:38 +01:00
Andreas Rozek
1fbcc174fb
Merge branch 'espruino:master' into master
2022-02-11 09:25:40 +01:00
xxDUxx
c7af23abbb
Update custom.html
2022-02-11 09:24:57 +01:00
Gordon Williams
a08409ccac
Merge pull request #1419 from peerdavid/master
...
[LCARS] Stability improvement and possibility to show wind
2022-02-11 08:23:51 +00:00
Andreas Rozek
322bb60eef
Update Customizer.html
2022-02-11 09:23:14 +01:00
Gordon Williams
e0161d07d7
Merge pull request #1420 from eyecreate/red7game
...
Add Red 7 game
2022-02-11 08:22:58 +00:00
Gordon Williams
237a30bdd5
Merge pull request #1417 from HilmarSt/master
...
Vector Clock: Redraw widgets when time is updated
2022-02-11 08:22:04 +00:00
David Peer
ce1d0a4e96
Minor fix.
2022-02-11 07:55:05 +01:00
eyecreate
b438097ce3
add new screenshot and allow using emulator
2022-02-10 18:52:23 -05:00
eyecreate
1f9c4b91aa
add new screenshot
2022-02-10 18:51:45 -05:00
eyecreate
63416cae8d
added details on how to use
2022-02-10 18:45:18 -05:00
eyecreate
19156c2bd6
fixed wrong file name
2022-02-10 18:36:38 -05:00
eyecreate
d75b7549ff
remove extra comma
2022-02-10 18:33:16 -05:00
eyecreate
c255ca7c4f
Update metadata.json
2022-02-10 18:17:50 -05:00
berkenbu
e02d1e6180
Merge branch 'espruino:master' into master
2022-02-10 18:16:57 -05:00
Kevin Whitaker
b1ad147716
added red7 card game app
2022-02-10 18:12:53 -05:00
xxDUxx
68e0882715
Update custom.html
2022-02-10 23:57:34 +01:00
xxDUxx
82e069de62
Update custom.html
2022-02-10 23:21:38 +01:00
David Peer
5c9f84d00e
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-02-10 22:17:21 +01:00
David Peer
6bdf68d39b
Added wind to datapoints.
2022-02-10 22:17:18 +01:00
Hilmar Strauch
c489586a44
Update ChangeLog
2022-02-10 18:14:49 +01:00
Hilmar Strauch
e70438d642
Update app.js
2022-02-10 18:05:37 +01:00
Hilmar Strauch
73bc9919a4
Update metadata.json
2022-02-10 18:03:37 +01:00
Hilmar Strauch
539f37935d
Update ChangeLog
2022-02-10 18:02:50 +01:00
xxDUxx
dfef601e62
Update custom.html
2022-02-10 14:16:10 +01:00
xxDUxx
d6e07c4889
Update custom.html
2022-02-10 14:01:47 +01:00
xxDUxx
e8db4351ef
Update metadata.json
2022-02-10 13:25:38 +01:00
xxDUxx
0f2f56d123
Update custom.html
2022-02-10 13:15:13 +01:00
xxDUxx
700ba8eb5b
Update custom.html
2022-02-10 12:42:33 +01:00
xxDUxx
a07d12ff94
Update custom.html
2022-02-10 12:14:59 +01:00
xxDUxx
e16779432f
Update ChangeLog
2022-02-10 11:58:12 +01:00
xxDUxx
044c7c8279
Update metadata.json
2022-02-10 11:56:24 +01:00
xxDUxx
bf5a8f2765
Update metadata.json
2022-02-10 11:54:14 +01:00
xxDUxx
c85c501378
Update lib.js
2022-02-10 11:44:49 +01:00
xxDUxx
50c17ab3bb
Merge branch 'espruino:master' into master
2022-02-10 11:41:22 +01:00
xxDUxx
b343726dd3
Create custom.html
2022-02-10 11:39:58 +01:00
Marco H
4cd670c88f
Update README.md
2022-02-09 13:49:01 +01:00
Francesco Bedussi
6c5b006999
feat: themed barometer
2022-02-09 12:16:19 +01:00
Gordon Williams
b36cc29b6f
remove out of date 'requires firmware' messages
2022-02-09 09:03:54 +00:00
nujw
0d5f62aac9
Update GPS Adv Sports II.js
2022-02-09 16:28:04 +13:00
nujw
a33f848e26
Update metadata.json
2022-02-09 16:03:40 +13:00
nujw
af0a286dcd
Update app.js
2022-02-09 16:03:18 +13:00
nujw
e1ffb6c5c7
Update metadata.json
2022-02-09 15:33:15 +13:00
nujw
2cbdde59de
Update app.js
2022-02-09 15:32:48 +13:00
nujw
5fbc33ef4c
Update GPS Adv Sports II.js
2022-02-09 15:25:50 +13:00
hughbarney
970b730014
Pastel: incorpprated lazybones idle timer
2022-02-08 23:12:18 +00:00
Marco Heiming
64bdddc8f1
Let us call draw at beginning of minute
2022-02-08 16:51:49 +01:00
Marco Heiming
e27c43b139
Use Google Roboto font for time, date and day of week and center them
2022-02-08 16:19:07 +01:00
xxDUxx
a737e7f772
Merge branch 'espruino:master' into master
2022-02-08 15:54:23 +01:00
Andrew Gregory
8cd100b74b
Merge branch 'espruino:master' into master
2022-02-08 22:41:03 +08:00
Andrew Gregory
b81c165209
Update interface.html
2022-02-08 22:40:44 +08:00
Gordon Williams
9d5e2bb612
workaround for e00585c173
2022-02-08 11:27:01 +00:00
xxDUxx
2145093f43
Update metadata.json
2022-02-08 12:23:35 +01:00
xxDUxx
3726961966
Update metadata.json
2022-02-08 12:23:17 +01:00
xxDUxx
d23dba3a7d
Add files via upload
2022-02-08 12:21:30 +01:00
xxDUxx
48fae6c849
Add files via upload
2022-02-08 12:19:15 +01:00
xxDUxx
02a0759b39
Update ChangeLog
2022-02-08 12:14:51 +01:00
xxDUxx
61079c031d
Update app.js
2022-02-08 12:13:56 +01:00
Gordon Williams
bc242a6cf2
tweak - always allow scrollable message by tapping on the message body, even if it fit in the main message view
2022-02-08 10:49:13 +00:00
Gordon Williams
83a849a9d1
0.20: If message doesn't fit, allow tapping on the body to show a scrollable
...
view of the message and title in a bigger font (fix #1405 , #1031 )
2022-02-08 10:41:56 +00:00
Marco Heiming
6daccc3813
Move default settings to external file
2022-02-08 11:41:50 +01:00
Gordon Williams
054232fae8
Merge pull request #1406 from peerdavid/master
...
[LCARS clock] Version 0.15
2022-02-08 09:03:48 +00:00
Gordon Williams
90340eda84
Merge pull request #1377 from alessandrococco/translations-ita
...
Italian translations
2022-02-08 09:01:21 +00:00
Gordon Williams
8983e69a3e
Merge pull request #1407 from hughbarney/master
...
Pastel: call process.memory(false), avoid triggering a GC event
2022-02-08 08:59:00 +00:00
Marco H
1b576f5fff
Update locales.js
...
day of week should not be part of the date in fr_FR
2022-02-08 09:40:49 +01:00
hughbarney
5f36271256
Pastel: call process.memory(false), avoid triggering a GC event
2022-02-07 23:05:59 +00:00
Alessandro Cocco
6cf60c2476
Add Italian translations
2022-02-07 22:36:26 +01:00
Peer David
1882f08838
Merge branch 'espruino:master' into master
2022-02-07 22:03:58 +01:00
David Peer
ebb61b92b3
Version 0.15
2022-02-07 22:03:40 +01:00
Sebastian Di Luzio
1b0806ee06
Merge branch 'espruino:master' into master
2022-02-07 21:18:13 +01:00
nujw
09d0f424da
Update GPS Adv Sports II.js
2022-02-08 08:29:01 +13:00
nujw
d4e9aff5c9
Update app.js
2022-02-08 08:27:32 +13:00
nujw
cd58073383
Update metadata.json
2022-02-08 08:17:59 +13:00
nujw
3e9df1a711
Update app.js
2022-02-08 08:17:31 +13:00
Gordon Williams
777914871c
Merge pull request #1394 from nujw/master
...
New Features : VMG and Android display mirroring over BLE
2022-02-07 10:45:12 +00:00
Gordon Williams
65874f7bc4
Merge pull request #1391 from Ronin0000/master
...
Torch For Bangle.js 2
2022-02-07 10:43:43 +00:00
Gordon Williams
25116c15e6
bump version
2022-02-07 10:42:48 +00:00
Gordon Williams
14986d6f09
Merge pull request #1400 from lightnin/master
...
Messages: Use large font for message body when message < 2 lines
2022-02-07 10:42:05 +00:00
Gordon Williams
5b93191a4e
Merge pull request #1398 from fbedussi/feature/barometer
...
feat: add barometer
2022-02-07 10:38:27 +00:00
Gordon Williams
a2e5379f0d
Merge branch 'master' of github.com:espruino/BangleApps
2022-02-07 10:38:03 +00:00
Gordon Williams
f5e4cf8a56
recorder 0.11: Fix KML and GPX export when there is no GPS data
2022-02-07 10:36:28 +00:00
Gordon Williams
76b65015ff
Merge pull request #1392 from halemmerich/bthrm
...
BTHRM - Fix bugs during initial connect phase
2022-02-07 10:21:15 +00:00
Gordon Williams
413142bc36
Merge pull request #1396 from andrewgoz/master
...
Authentiwatch version 0.05
2022-02-07 10:20:51 +00:00
Gordon Williams
b74bd390ec
Merge pull request #1397 from fbedussi/bugfix/widbata
...
widbata: fix vertical align
2022-02-07 10:20:04 +00:00
Gordon Williams
2292de4809
fix build fail
2022-02-07 10:19:28 +00:00
Gordon Williams
bd181abb1e
Merge pull request #1402 from xxDUxx/master
...
ContourClock: Fixed bug in settings menu / four more fonts
2022-02-07 10:18:30 +00:00
Gordon Williams
0e12828df2
Merge pull request #1404 from dashavoo/hrm_no_force_backlight
...
HRM: Don't force screen to be on for Bangle 2.
2022-02-07 10:15:13 +00:00
Gordon Williams
fa244185ac
oops
2022-02-07 09:51:47 +00:00
Gordon Williams
624f91d8ef
0.10: Fix broken recorder settings (when launched from settings app)
2022-02-07 09:46:54 +00:00
Andrew Gregory
bc70dfb34f
Update interface.html
2022-02-07 14:56:03 +08:00
nujw
ecad0366a8
Update GPS Adv Sports II.js
2022-02-07 14:34:36 +13:00
nujw
d6750c423b
Update GPS Adv Sports II.js
2022-02-07 13:17:30 +13:00
Mo Abrahams
b3f09660c0
Don't force screen to be on for Bangle 2.
2022-02-06 22:02:03 +00:00
Martin Boonk
d0ca5d38a5
bthrm - fix error during planned disconnect when turning BTHRM off
2022-02-06 22:04:37 +01:00
Andrew
650b710e06
Update app.js
2022-02-06 09:07:07 -08:00
xxDUxx
f7f5a73652
Update contourclock.settings.js
2022-02-06 13:58:37 +01:00
Amos Blanton
77d89ad0db
Allow large font for message body that fits in 2 lines
2022-02-06 13:26:04 +01:00
Amos Blanton
4274503bff
When message body is < 1 line wide, use large font.
2022-02-06 11:25:30 +01:00
xxDUxx
dbd9375d00
Update ChangeLog
2022-02-06 11:20:43 +01:00
xxDUxx
ec689d05f5
Update contourclock.settings.js
2022-02-06 11:16:00 +01:00
xxDUxx
b6397ae03f
Update metadata.json
2022-02-06 11:14:30 +01:00
xxDUxx
d0abf9d28b
Add files via upload
2022-02-06 11:10:31 +01:00
xxDUxx
ef6aafbd97
Delete contourclock-9.json
2022-02-06 11:07:46 +01:00
xxDUxx
ec37c129d0
Delete contourclock-8.json
2022-02-06 11:07:38 +01:00
xxDUxx
acfd7dab9e
Delete contourclock-7.json
2022-02-06 11:07:29 +01:00
xxDUxx
5b608254f5
Delete contourclock-6.json
2022-02-06 11:07:20 +01:00
xxDUxx
744263402e
Delete contourclock-5.json
2022-02-06 11:07:10 +01:00
xxDUxx
74f8567187
Delete contourclock-4.json
2022-02-06 11:07:01 +01:00
xxDUxx
734c0346d6
Delete contourclock-3.json
2022-02-06 11:06:51 +01:00
xxDUxx
3ebd2f83c9
Delete contourclock-2.json
2022-02-06 11:06:43 +01:00
xxDUxx
40ff2c169d
Delete contourclock-1.json
2022-02-06 11:06:35 +01:00
xxDUxx
8099f250c9
Delete contourclock-0.json
2022-02-06 11:06:25 +01:00
Francesco Bedussi
39cdf2e615
feat: add barometer
2022-02-06 10:28:32 +01:00
Francesco Bedussi
371cd8ba13
widbata: fix vertical align
2022-02-06 10:23:26 +01:00
Andrew Gregory
565aea574c
Update interface.html
2022-02-06 17:06:49 +08:00
Andrew Gregory
bded3b9171
Update interface.html
2022-02-06 16:26:35 +08:00
Andrew Gregory
dcd23f5dd9
Update interface.html
2022-02-06 14:18:30 +08:00
Andrew Gregory
e3cecb6d73
Update interface.html
2022-02-06 14:07:39 +08:00
Andrew Gregory
5df7e94d8f
Update README.md
2022-02-06 13:31:28 +08:00
Andrew Gregory
7cb9e2b206
Update README.md
2022-02-06 13:21:14 +08:00
Andrew Gregory
64fc4c96ed
Update metadata.json
2022-02-06 13:12:10 +08:00
Andrew Gregory
6483b8d71a
Update ChangeLog
2022-02-06 13:11:46 +08:00
Andrew Gregory
f979da095b
Update interface.html
...
Fix #6
2022-02-06 13:10:40 +08:00
Andrew Gregory
f14a474178
Merge branch 'espruino:master' into master
2022-02-06 12:53:09 +08:00
Andrew
b4c80074ab
0.07
2022-02-05 20:40:23 -08:00
Andrew
9f740268cb
Rename aptsciclkquotes.txt to quotes.txt
2022-02-05 20:39:13 -08:00
Andrew
e3d6e86af2
Added GLaDOS
...
Added GLaDOS as a potato and some quotes of hers.
2022-02-05 20:36:51 -08:00
Andrew
4eb279d2a1
Create aptsciclkquotes.txt
2022-02-05 20:35:34 -08:00
nujw
fded063975
Update GPS Adv Sports II.js
2022-02-06 11:41:01 +13:00
nujw
5ac315a202
Update README.md
2022-02-06 11:39:57 +13:00
nujw
ed7ee9c48d
Update README.md
2022-02-06 11:34:38 +13:00
nujw
133bc20126
Update README.md
2022-02-06 11:12:36 +13:00
nujw
c7301112dd
Update README.md
2022-02-06 11:10:46 +13:00
nujw
3b600d82c8
Update README.md
2022-02-06 01:25:11 +13:00
nujw
353044e1a3
Update README.md
2022-02-06 01:17:48 +13:00
nujw
ba81e3a140
Update metadata.json
2022-02-06 01:04:52 +13:00
nujw
315391ca3f
Update app.js
2022-02-06 01:04:27 +13:00
nujw
3a99b9e08e
Update GPS Adv Sports II.js
2022-02-06 00:55:51 +13:00
nujw
fc3698dff3
Update metadata.json
2022-02-05 23:29:10 +13:00
nujw
d86c67d594
Update app.js
2022-02-05 23:28:47 +13:00
nujw
1df4b4521b
Update GPS Adv Sports II.js
2022-02-05 20:51:16 +13:00
nujw
1037034487
Update metadata.json
2022-02-05 20:49:04 +13:00
nujw
037a21d9a3
Update app.js
2022-02-05 20:48:36 +13:00
nujw
e3a6f961fa
Update GPS Adv Sports II.js
2022-02-05 20:46:28 +13:00
nujw
ab31c898b0
Update GPS Adv Sports II.js
2022-02-05 17:21:38 +13:00
nujw
736f24279b
Update README.md
2022-02-05 17:11:58 +13:00
nujw
aebc88c170
Update README.md
2022-02-05 17:11:08 +13:00
nujw
bbdb0c90c4
Update README.md
2022-02-05 17:01:26 +13:00
nujw
93d7027e1f
Add files via upload
2022-02-05 17:00:27 +13:00
nujw
e6a5693fd1
Update README.md
2022-02-05 16:44:18 +13:00
nujw
56f4280a22
Update ChangeLog
2022-02-05 16:26:27 +13:00
nujw
6a1c4463d1
Update ChangeLog
2022-02-05 16:25:47 +13:00
nujw
a80d287c29
Update GPS Adv Sports II.js
2022-02-05 16:24:25 +13:00
nujw
ce039a95a8
Update GPS Adv Sports II.js
2022-02-05 14:41:48 +13:00
nujw
2f900bc1f7
Update metadata.json
2022-02-05 13:34:30 +13:00
nujw
6b8e63f27b
Update app.js
2022-02-05 13:33:58 +13:00
nujw
189850ad34
Merge branch 'espruino:master' into master
2022-02-05 12:24:38 +13:00
nujw
3fcd694c6f
Create GPS Adv Sports II.js
2022-02-05 12:24:12 +13:00
nujw
0a970c0974
Update metadata.json
2022-02-05 11:11:30 +13:00
nujw
caa71bb8ae
Update app.js
2022-02-05 11:10:56 +13:00
nujw
b35b9f1a3f
Update metadata.json
2022-02-05 09:52:53 +13:00
nujw
6c77fd7fbd
Update app.js
2022-02-05 09:52:30 +13:00
nujw
17953c285c
Update app.js
2022-02-05 09:50:53 +13:00
Peter Kuppelwieser
5b383f51e7
initial version
2022-02-04 17:00:40 +01:00
pkkpp
16a9b11095
Delete 7x7dotsclock.img.js
2022-02-04 16:57:19 +01:00
pkkpp
a3a8956dda
Create 7x7dotsclock.img.js
2022-02-04 16:56:59 +01:00
pkkpp
500baf3b36
Create 7x7dotsclock.img.js
2022-02-04 16:54:00 +01:00
Ronin0000
4f7a439f2d
Update metadata.json
2022-02-04 07:00:41 -08:00
Ronin0000
17ee846faf
Delete appb2.js
2022-02-04 07:00:22 -08:00
Ronin0000
2134ca103d
Update app.js
2022-02-04 07:00:13 -08:00
pkkpp
ab737fa3b6
Create 7x7dotsclock.app.js
...
Initial version
A Clock with Big 7x7 Dots Font
2022-02-04 14:45:20 +01:00
Martin Boonk
d347d0a0af
Bump version
2022-02-04 13:06:27 +01:00
Martin Boonk
228a2c410d
BTHRM - Fix infinite recursion if no cached data is available
2022-02-04 13:04:47 +01:00
Martin Boonk
d16ee688d2
BTHRM - Fix connection problem if no request grace period is configured
2022-02-04 13:03:22 +01:00
Gordon Williams
6872c38a8d
run 0.06: Add option to record a run using the recorder app automatically
2022-02-04 12:00:48 +00:00
Gordon Williams
591618ea07
hrm 0.07: Update scaling for new firmware
2022-02-04 09:11:20 +00:00
nujw
5b9d9b74fe
Update metadata.json
2022-02-04 22:07:04 +13:00
nujw
a3d05f8975
Update app.js
2022-02-04 22:06:26 +13:00
nujw
0e0ffb0bff
Update metadata.json
2022-02-04 21:52:48 +13:00
nujw
34cddd0641
Update app.js
2022-02-04 21:52:29 +13:00
Gordon Williams
c972abe75c
Merge branch 'master' of github.com:espruino/BangleApps
2022-02-04 08:05:57 +00:00
Gordon Williams
85532f752a
Merge pull request #1389 from halemmerich/bthrv
...
BT HRV - Adds app for taking HRV measurements
2022-02-04 08:03:46 +00:00
Gordon Williams
cb9e67faa2
Merge pull request #1388 from halemmerich/bthrm
...
BTHRM - Allow reading more characteristics if the sensor supports them
2022-02-04 08:03:03 +00:00
Gordon Williams
3be35ef5d2
Merge branch 'master' of github.com:espruino/BangleApps
2022-02-04 07:59:49 +00:00
Martin Boonk
a166417831
Recorder - Log src property of HRM events to differentiate between internal and external source
2022-02-04 08:19:16 +01:00
Martin Boonk
5197045e39
BT HRM - Allow reading multiple characteristics and services
2022-02-04 08:19:16 +01:00
nujw
4c7c871505
Update metadata.json
2022-02-04 17:40:11 +13:00
nujw
9cde3de152
Update app.js
2022-02-04 17:39:26 +13:00
nujw
da597bb00d
Update metadata.json
2022-02-04 16:39:28 +13:00
nujw
d288e57f31
Update app.js
2022-02-04 16:36:20 +13:00
nujw
00f05b1be4
Update metadata.json
2022-02-04 15:34:36 +13:00
nujw
de0defedc8
Update app.js
2022-02-04 15:33:45 +13:00
nujw
f022ecba6d
Update app.js
2022-02-04 15:29:14 +13:00
nujw
d30a2c41a8
Update metadata.json
2022-02-04 15:17:52 +13:00
nujw
87cd88e03b
Update app.js
2022-02-04 15:17:25 +13:00
nujw
a1670f7300
Update metadata.json
2022-02-04 14:37:05 +13:00
nujw
763e171cd2
Update app.js
2022-02-04 14:36:40 +13:00
Ronin0000
8d3f6bb0ba
Add files via upload
2022-02-03 17:32:20 -08:00
nujw
0c87c0fc20
Update metadata.json
2022-02-04 14:24:02 +13:00
nujw
b3cdb8a22c
Update app.js
2022-02-04 14:23:40 +13:00
Ronin0000
42d0104d02
Update metadata.json
2022-02-03 17:23:06 -08:00
Ronin0000
aafb1dda50
Update ChangeLog
2022-02-03 17:14:49 -08:00
Ronin0000
1bd2da533a
Update metadata.json
2022-02-03 17:13:07 -08:00
Ronin0000
846475d447
Update metadata.json
2022-02-03 17:06:35 -08:00
Ronin0000
4c72fe50d5
Delete apps/rtorch directory
2022-02-03 17:04:17 -08:00
Ronin0000
697d12e18d
Update metadata.json
2022-02-03 17:03:47 -08:00
Ronin0000
992f4cdf88
Create appb2.js
2022-02-03 17:02:34 -08:00
nujw
d2877ccff7
Update metadata.json
2022-02-04 14:02:06 +13:00
nujw
a99adf7dc0
Update app.js
2022-02-04 14:01:01 +13:00
nujw
f0e9bc9f19
Update metadata.json
2022-02-04 13:52:59 +13:00
nujw
82c0adab31
Update app.js
2022-02-04 13:52:37 +13:00
nujw
10ef8a8b52
Update metadata.json
2022-02-04 13:44:05 +13:00
nujw
8ed7c8f861
Update app.js
2022-02-04 13:43:39 +13:00
Danny
c459820105
allow a forced draw on settime
2022-02-04 00:59:53 +01:00
Danny
afd46a389a
Merge branch 'master' of https://github.com/espruino/BangleApps
2022-02-04 00:55:04 +01:00
Alessandro Cocco
5cf772923a
Launcher: Add /*LANG*/ tags
2022-02-03 22:50:45 +01:00
Alessandro Cocco
1bed603882
Launcher: Add an option to hide clocks from the app list
2022-02-03 22:50:45 +01:00
Martin Boonk
4ea4966feb
Recorder - Allow creation of new file instead of overwriting
2022-02-03 22:40:54 +01:00
Martin Boonk
dc435c3733
BT HRV - Adds app for taking HRV measurements
2022-02-03 22:26:54 +01:00
nujw
0de6be55ae
Update metadata.json
2022-02-04 10:08:59 +13:00
nujw
4132fefcb5
Update app.js
2022-02-04 10:08:37 +13:00
nujw
14ffee9bb4
Update metadata.json
2022-02-04 09:50:13 +13:00
nujw
997c023efa
Update app.js
2022-02-04 09:49:39 +13:00
nujw
c5e5ff611a
Update metadata.json
2022-02-04 09:36:05 +13:00
nujw
ff2f662c1e
Update app.js
2022-02-04 09:35:35 +13:00
nujw
554cb5786e
Update app.js
2022-02-04 08:35:29 +13:00
nujw
e65a152198
Update metadata.json
2022-02-04 08:35:08 +13:00
nujw
82cf0b2f62
Update app.js
2022-02-04 08:34:46 +13:00
nujw
f9971493e0
Merge branch 'espruino:master' into master
2022-02-04 08:17:21 +13:00
nujw
ae18893119
Update metadata.json
2022-02-04 08:17:00 +13:00
nujw
41803e2fc5
Update app.js
2022-02-04 08:16:29 +13:00
Gordon Williams
9e0191cf1b
message docs
2022-02-03 14:00:48 +00:00
nujw
6356653df6
Update metadata.json
2022-02-03 22:06:40 +13:00
nujw
8a4accecb4
Update app.js
2022-02-03 22:06:18 +13:00
nujw
84e12010ac
Update settings.js
2022-02-03 21:47:26 +13:00
nujw
9ebb3b4d41
Update metadata.json
2022-02-03 21:46:35 +13:00
nujw
e2d1bd10cd
Update app.js
2022-02-03 21:45:34 +13:00
Gordon Williams
4198189fbb
Merge pull request #1385 from Ronin0000/master
...
Add Torch App Color Options
2022-02-03 08:44:36 +00:00
nujw
44f5d4efea
Update ChangeLog
2022-02-03 21:43:57 +13:00
Gordon Williams
d81e6b3597
Merge pull request #1382 from halemmerich/recorder
...
Recorder - Extract number from file name for overwrite prompt
2022-02-03 08:43:24 +00:00
Gordon Williams
5bcf12e1a8
Merge pull request #1384 from hughbarney/master
...
Lazybones - idle timer
2022-02-03 08:42:18 +00:00
Gordon Williams
aae304bcf9
Merge pull request #1379 from rigrig/android-gbridge-charging
...
android/gbridge: Include charging state in battery updates to phone
2022-02-03 08:41:33 +00:00
Ronin0000
ce605f82ee
Update metadata.json
2022-02-02 16:26:08 -08:00
Ronin0000
76d932ea41
Update settings.js
2022-02-02 16:18:55 -08:00
Ronin0000
e94813a4f8
Update settings.js
2022-02-02 16:14:56 -08:00
Ronin0000
44e9662d96
Update settings.js
2022-02-02 16:13:37 -08:00
Ronin0000
03a72675d4
Update app.js
2022-02-02 16:07:08 -08:00
Ronin0000
bb3e237092
Update app.js
2022-02-02 16:01:40 -08:00
Ronin0000
caf60baa55
Update metadata.json
2022-02-02 15:56:01 -08:00
Ronin0000
76dc660ab2
Update ChangeLog
2022-02-02 15:55:23 -08:00
hughbarney
e00fee1c0e
Lazybones: idle timer based on step threshold
2022-02-02 23:40:48 +00:00
hughbarney
2492ac9a7e
Lazybones: idle timer based on step threshold
2022-02-02 23:37:41 +00:00
Ronin0000
8bbdb82af5
Update metadata.json
2022-02-02 15:36:37 -08:00
Ronin0000
48aed2c04e
Update app.js
2022-02-02 15:34:12 -08:00
Ronin0000
b1601ae4b3
Update settings.js
2022-02-02 15:33:16 -08:00
Ronin0000
0400d6d498
Update metadata.json
2022-02-02 15:30:14 -08:00
Ronin0000
0020533864
add settings.js
2022-02-02 15:29:32 -08:00
hughbarney
df8251024e
Lazybones: idle timer based on step threshold
2022-02-02 23:19:27 +00:00
hughbarney
272cfaa2d3
Lazybones: idle timer based on step threshold
2022-02-02 23:19:11 +00:00
hughbarney
57e325548f
Lazybones: idle timer based on step threshold
2022-02-02 22:35:06 +00:00
Martin Boonk
704fdb5a35
Recorder - Extract number from file name for overwrite prompt
2022-02-02 22:25:15 +01:00
Danny
ac05df0964
codeoptimze and metadata emulator
2022-02-02 22:16:44 +01:00
Gordon Williams
0b4d2b5b5d
health 0.11: Pre-minified boot&lib - folds constants and saves RAM
2022-02-02 19:57:44 +00:00
Richard de Boer
f131426976
gbridge: Include charging state in battery updates to phone
2022-02-02 20:34:06 +01:00
Richard de Boer
6315a192d6
android: Include charging state in battery updates to phone
2022-02-02 20:34:05 +01:00
Gordon Williams
a1bcc2f9a3
recorder 0.08: Memory usage improvements for recorder app itself
2022-02-02 15:21:00 +00:00
Gordon Williams
2831919d6e
0.09: Enable 'ams' on new firmwares (ams/ancs can now be enabled individually) ( fix #1365 )
2022-02-02 13:06:20 +00:00
Gordon Williams
9de0a3676d
remove beta tag
2022-02-02 11:41:08 +00:00
Danny
7ef30431f1
su colored lines...
2022-02-02 01:05:49 +01:00
Danny
243538ac4c
no red pls ;)
2022-02-02 00:57:39 +01:00
Danny
8ee18f1eed
colorize only sunday
2022-02-02 00:53:53 +01:00
Danny
5f8a3317a9
fixed SuClr drawlines
2022-02-02 00:43:12 +01:00
Danny
7cd333db57
fixed copy issue; force 1 widget line
2022-02-02 00:35:49 +01:00
Danny
d63d2fd330
app v 0.03
2022-02-02 00:00:11 +01:00
Danny
1a13b81ccf
updated generated metadata.json
2022-02-01 23:59:48 +01:00
Danny
235b61e5c0
Merge remote-tracking branch 'upstream/master'
2022-02-01 23:53:33 +01:00
Danny
6840f5f8ce
changelog v0.03
2022-02-01 23:46:53 +01:00
Danny
6e054468ab
0.03-settings fixed, app 90% automated tested
2022-02-01 23:44:59 +01:00
Gordon Williams
c90af4c674
version test tweak
2022-02-01 20:14:33 +00:00
Gordon Williams
ae42515fc1
2v12 bootloader
2022-02-01 17:26:24 +00:00
Gordon Williams
1634c959e6
Merge pull request #1376 from myxor/circlesclock_v0.09
...
Circlesclock v0.09
2022-02-01 09:01:34 +00:00
Gordon Williams
7a11f410b5
tweak version format
2022-02-01 08:51:16 +00:00
Gordon Williams
95904fdc8b
Merge pull request #1374 from xxDUxx/master
...
ContourClock update
2022-02-01 08:50:15 +00:00
Gordon Williams
eddd49ce52
notes on 314324cc1e
2022-02-01 08:40:35 +00:00
Marco Heiming
bd4366278c
Make HRM validity period configurable
2022-02-01 08:54:21 +01:00
Marco Heiming
15d2e00fa3
Increase timeout for HRM value reset
2022-02-01 07:50:05 +01:00
Marco Heiming
10c9eeaea0
Fix warnings
2022-01-31 21:07:52 +01:00
Marco Heiming
cfb8340893
This is not java ;)
2022-01-31 21:04:30 +01:00
xxDUxx
8d75b7c6de
Update contourclock.settings.js
2022-01-31 21:00:57 +01:00
xxDUxx
288ce5d4a2
Update app.js
2022-01-31 21:00:16 +01:00
xxDUxx
b371c386f3
Update lib.js
2022-01-31 20:59:16 +01:00
Benjamin_6848
2b077835a1
Fixed Color-Issues and Screen-Update-Order
...
I fixed 2 Problems:
1. When trying to clear the old Text, so it could get updated, previously it got cleared by using "g.theme.fg" as color which is white. But it should be "g.theme.bg" which is black.
2. Previously the Date got "deleted" by the falling Shards, this problem should be fixed.
2022-01-31 20:51:40 +01:00
xxDUxx
6a8182cc24
Update metadata.json
2022-01-31 20:09:14 +01:00
xxDUxx
edf0c34bc3
Update metadata.json
2022-01-31 20:04:49 +01:00
xxDUxx
d095a3d762
Update font-Phosphate.json
2022-01-31 19:46:24 +01:00
xxDUxx
50dd8d4883
Update font-Yumaro.json
2022-01-31 19:45:44 +01:00
xxDUxx
a4b4c41c53
Update font-Impact.json
2022-01-31 19:45:22 +01:00
xxDUxx
51a91e0fb9
Update metadata.json
2022-01-31 19:45:07 +01:00
Marco Heiming
069c96f36c
Let us wait a bit before we overwrite "good" HRM values
2022-01-31 19:16:39 +01:00
xxDUxx
6fd97db561
Add files via upload
2022-01-31 18:38:00 +01:00
xxDUxx
fb39233352
Update metadata.json
2022-01-31 18:37:37 +01:00
xxDUxx
e5bd05d19c
Add files via upload
2022-01-31 18:34:03 +01:00
xxDUxx
91e2eb7f23
Create ChangeLog
2022-01-31 15:14:32 +01:00
xxDUxx
1f9b53524e
Add files via upload
2022-01-31 15:12:03 +01:00
Gordon Williams
507b36b790
Merge branch 'master' of github.com:espruino/BangleApps
2022-01-31 10:49:22 +00:00
Gordon Williams
7f21a5d46d
Merge pull request #1360 from HilmarSt/master
...
Add "Chime the Time" to Vector Clock
2022-01-31 10:48:03 +00:00
Gordon Williams
5708e0b433
run 0.05: exstats updated so update 'distance' label is updated, option for 'speed'
2022-01-31 10:40:35 +00:00
Gordon Williams
c7bfc902e2
Merge pull request #1367 from Johoseph/app/sonic-clock
...
Added configurable settings to Sonic Clock app
2022-01-31 10:08:49 +00:00
Gordon Williams
8305b66b24
version for last PR
2022-01-31 10:08:21 +00:00
Gordon Williams
8bde346597
Merge pull request #1368 from Benjamin-6848/patch-1
...
fixed Font-Name in Morse App
2022-01-31 10:07:20 +00:00
Gordon Williams
5207ecf328
Merge pull request #1369 from thedod/banglejs-1-compatibility
...
`acmaze` and `ftclock` are `bangle.js 1` compat
2022-01-31 10:06:29 +00:00
Gordon Williams
39cc14f7f1
Merge pull request #1370 from emarc/master
...
New Ruuvi Watch version, redesigned and refactored
2022-01-31 10:06:05 +00:00
Marco Heiming
8fdd4455c4
Fix empty circle data setting when no data is set yet
2022-01-30 22:00:34 +01:00
Marc Englund
bcfb9167bd
New version, redesigned and refactored
...
A bit of re-design and refactor before making things configurable.
Removed flicker.
2022-01-30 22:22:36 +02:00
Marco Heiming
c96a52238f
Improve settings sorting
2022-01-30 20:55:22 +01:00
Marco Heiming
12bf75d924
Fix battery icon and gauge of barometer values
2022-01-30 20:46:51 +01:00
Marco Heiming
93fb41dfe0
Color depending on value (green -> red, red -> green)
2022-01-30 20:28:31 +01:00
Andrew
4e4db7c502
Fixed spelling error
2022-01-30 10:24:19 -08:00
Marco Heiming
b02c2f4de8
Fix circle filling
2022-01-30 19:04:15 +01:00
Andrew
f16bc390b6
Formating
2022-01-30 09:47:51 -08:00
Andrew
8e10db315e
Update ChangeLog
2022-01-30 09:47:22 -08:00
The Dod
faec5bd021
`acmaze` and `ftclock` are `bangle.js 1` compat
...
Both apps were tested on a `bangle.js 1` by forum user Mi:
https://forum.espruino.com/comments/16376253/
(thanks for testing).
2022-01-30 15:17:39 +02:00
Marco Heiming
41a9cf851d
Bump version
2022-01-29 22:44:33 +01:00
Marco Heiming
37ecd01c5e
Fix colorize setting reading
2022-01-29 22:43:01 +01:00
Marco Heiming
686cfe249f
Update README
2022-01-29 22:34:56 +01:00
Marco Heiming
fdd68f2de2
Colorization of icon can be toggled
2022-01-29 22:33:43 +01:00
Marco Heiming
7de40d9c8c
Refactor settings menu & make colors of circles configurable
2022-01-29 21:51:44 +01:00
Marco Heiming
40ee16c873
Clean up
2022-01-29 13:47:42 +01:00
Marco Heiming
1207fc4130
Update changelog
2022-01-29 13:43:35 +01:00
Marco Heiming
eacd618eae
Fix drawing
2022-01-29 13:40:34 +01:00
Marko.Kl.Berkenbusch@gmail.com
522e19b0c3
Use layout manager in cscsensor
2022-01-28 22:26:12 -05:00
Marko.Kl.Berkenbusch@gmail.com
ebcbf87828
Merge remote-tracking branch 'upstream/master'
2022-01-28 22:24:56 -05:00
Andrew Gregory
97673461a8
Merge branch 'espruino:master' into master
2022-01-29 09:44:35 +08:00
Joseph Moroney
55e4866efd
patch - 2v11 changes + `fullReset` update
2022-01-29 11:05:26 +10:00
Benjamin-6848
1babca18ba
fixed Font-Name in Morse App
...
fixed Font-Name in Morse App
2022-01-29 00:11:30 +01:00
Joseph Moroney
9d5ce3ae7d
Merge branch 'master' of https://github.com/espruino/BangleApps into app/sonic-clock
2022-01-29 08:52:06 +10:00
Joseph Moroney
ddbaf97b7d
patch - call `Bangle.setUI` when exiting settings
2022-01-29 08:37:46 +10:00
Marco Heiming
2fe7872fd8
Fix drawing
2022-01-28 21:48:07 +01:00
Gordon Williams
2c9e164a06
Add 2v11.58 bootloader detect
2022-01-28 13:59:32 +00:00
Marco Heiming
f9d2d59e60
Cache for pressure values to get faster drawing + some layout improvements
2022-01-28 13:19:15 +01:00
Marco Heiming
4e7833b808
Update readme
2022-01-28 12:02:09 +01:00
Danny
ad7b0df2a1
settings fixed, first version BangleTestRunner
2022-01-28 11:23:43 +01:00
Gordon Williams
2f3a9c8c87
Merge branch 'run_module'
2022-01-28 09:46:39 +00:00
Gordon Williams
d2ec2ce3e6
run 0.04: Use the exstats module, and make what is displayed configurable
2022-01-28 09:45:56 +00:00
Marco Heiming
efbd6be868
Improve font size choosing for circle inner text
2022-01-28 10:19:29 +01:00
Marco Heiming
075889f4d3
Improvements for pressure sensor values
2022-01-28 10:19:00 +01:00
Gordon Williams
96bf4c444e
Merge pull request #1354 from halemmerich/health
...
health - Adds 3 minute setting
2022-01-28 08:50:54 +00:00
Gordon Williams
d19734c6c1
Merge pull request #1355 from halemmerich/HRMACC
...
Adds app for recording HRM and accelerometer events
2022-01-28 08:48:24 +00:00
Gordon Williams
535cef2c90
Merge pull request #1358 from thedod/acmaze-0.03
...
Avoid erasing bottom widgets
2022-01-28 08:46:48 +00:00
Martin Boonk
5828e55dce
Adds app for recording HRM and accelerometer events
2022-01-28 00:22:48 +01:00
Marco Heiming
9896b85e16
Further support for temperature, air pressure or altitude from internal pressure sensor
2022-01-27 22:20:32 +01:00
Hilmar Strauch
38ea17592a
Update app.js
2022-01-27 21:58:24 +01:00
Hilmar Strauch
6718b4317f
Update settings.js
2022-01-27 21:55:01 +01:00
Hilmar Strauch
22c30219a1
Update metadata.json
2022-01-27 21:51:06 +01:00
Hilmar Strauch
b930a8d2af
Update ChangeLog
2022-01-27 21:38:57 +01:00
Marco Heiming
546c8efa58
Inital support for temperature and pressure from internal watch sensor
2022-01-27 21:36:25 +01:00
Marco Heiming
d7ecbc865b
Fix icon position if four circles are used
2022-01-27 20:20:01 +01:00
Marco Heiming
73f9511128
Fix sunprogress calculation during night
2022-01-27 20:18:57 +01:00
Peer David
9c6b4b0e45
Merge branch 'espruino:master' into master
2022-01-27 19:30:40 +01:00
David Peer
d2791b0bac
Enable sleep modus only if alarm is not enabled.
2022-01-27 19:30:25 +01:00
Martin Boonk
2f531799db
health - Adds 3 minute setting
2022-01-27 18:27:10 +01:00
Gordon Williams
8d198bba6d
tweak window text
2022-01-27 16:37:11 +00:00
Gordon Williams
5ce3b4adaf
Improve firmware updater app to allow it to easily update bootloader
2022-01-27 16:35:30 +00:00
The Dod
fd4461b51e
Avoid erasing bottom widgets
...
Turns out bottom widgets (specifically, digital clock widget)
were disappearing during maze generation. Still not clear _why_,
but calling `Bangle.drawWidgets()` from inside the `Maze` object
constructor solves this.
Also: say "Btn1" in order to be less confusing on `bangle.js 1`
(before I ask people to test this app on that platform).
2022-01-27 18:05:08 +02:00
Gordon Williams
30d038324a
create xstats module and make run app configurable to display different stats
2022-01-27 14:05:47 +00:00
Gordon Williams
5a46508ad2
Merge pull request #1350 from jes/wpmoto
...
Add Waypointer Moto
2022-01-27 08:25:13 +00:00
Gordon Williams
890d5fa40d
Merge pull request #1353 from halemmerich/bthrm
...
bthrm - Better stability and auto reconnect
2022-01-27 08:21:13 +00:00
Gordon Williams
099db1ccba
Merge pull request #1351 from thedod/lapcounter-0.03
...
Make lapcounter behave better on `Bangle.js 1`
2022-01-27 08:21:04 +00:00
nujw
28083b6411
Update ChangeLog
2022-01-27 13:36:14 +13:00
nujw
500333ccaa
Update ChangeLog
2022-01-27 13:29:45 +13:00
nujw
0eb763c3c3
Fix version number
2022-01-27 13:26:40 +13:00
Martin Boonk
26226ffc9c
bthrm - Better stability and auto reconnect
2022-01-26 22:29:51 +01:00
The Dod
f65746266f
Make lapcounter behave better on `Bangle.js 1`
...
* 1 bit icon on opening screen (appears in fg color)
* Say "button 1" instead of "button"
2022-01-26 18:22:45 +02:00
James Stanley
8c4d97e547
Implement Waypointer Moto
2022-01-26 16:01:19 +00:00
James Stanley
058d39a285
Copy waypointer to wpmoto
2022-01-26 16:01:14 +00:00
Gordon Williams
d46f9bd1ee
Merge pull request #1349 from HilmarSt/master
...
RAM Widget: Now also visible on Bangle.js 2
2022-01-26 14:02:14 +00:00
Hilmar Strauch
b6d425f4ad
Update widget.js
2022-01-26 14:42:48 +01:00
Hilmar Strauch
b7cb979c6b
Update metadata.json
2022-01-26 14:41:38 +01:00
Hilmar Strauch
947f403ba0
Update widget.js
2022-01-26 14:29:53 +01:00
Hilmar Strauch
88ac23b657
Update metadata.json
2022-01-26 14:27:12 +01:00
Hilmar Strauch
50e139bd99
Update ChangeLog
2022-01-26 14:26:41 +01:00
Marco Heiming
50b40aa5a4
Code format
2022-01-26 12:56:23 +01:00
Marco Heiming
d23746d913
Update metadata.json
2022-01-26 12:54:35 +01:00
Marco Heiming
519b13c1e3
Add new screenshots and update README
2022-01-26 12:49:39 +01:00
Marco Heiming
9489375a1c
Allow configuration of up to 4 circles in a row
2022-01-26 11:55:16 +01:00
Gordon Williams
96b67513a1
Merge pull request #1345 from hughbarney/master
...
Simplest: renamed some files
2022-01-26 08:16:52 +00:00
David Peer
828a08cb31
First time load data always
2022-01-26 07:36:20 +01:00
David Peer
0c3cb8f4e0
Fix
2022-01-26 07:35:19 +01:00
jeffyactive
053b5a9b98
Improved proximity identification settings specific to Bangle.js
2022-01-25 21:21:56 -05:00
hughbarney
db045959e7
Merge remote-tracking branch 'upstream/master'
2022-01-25 21:32:41 +00:00
hughbarney
1374f48e63
Simplest: tweak filenames
2022-01-25 21:32:19 +00:00
David Peer
32af021c5c
Use sleep icon instead of text
2022-01-25 20:14:54 +01:00
David Peer
6b7bf55359
Ad sleep modus
2022-01-25 18:45:46 +01:00
David Peer
b2e2362a4e
Fixed typo
2022-01-25 18:44:53 +01:00
David Peer
c3708cb9b5
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-01-25 18:44:42 +01:00
Peer David
e8918680b1
Merge branch 'espruino:master' into master
2022-01-25 18:44:35 +01:00
David Peer
29576627f4
Updated version
2022-01-25 18:44:26 +01:00
David Peer
1f457f999a
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-01-25 18:44:02 +01:00
David Peer
63b46e2df2
Battery improvements
2022-01-25 18:43:57 +01:00
jeffyactive
d83bcbc96b
Corrected path to screenshot
2022-01-25 11:03:36 -05:00
jeffyactive
9dbc182d99
Version bump
2022-01-25 10:59:05 -05:00
jeffyactive
475bb44598
Controls section includes persistent storage of settings
2022-01-25 10:56:51 -05:00
jeffyactive
2f092e4326
Added Pareto Anywhere screenshot
2022-01-25 10:51:06 -05:00
jeffyactive
cf8e6fbb4c
Established UPDATE_MILLISECONDS as constant
2022-01-25 10:30:26 -05:00
jeffyactive
80a66f6414
Write settings to persistent storage
2022-01-25 10:22:24 -05:00
jeffyactive
bf5e16b2b4
Move settings file to data rather than storage
2022-01-25 10:03:44 -05:00
jeffyactive
d8db499671
Move persistent settings to flash memory
2022-01-25 09:47:25 -05:00
Gordon Williams
3dac14d07d
Merge pull request #1343 from storm64/master
...
sleepphasealarm: Compatibility to Bangle.js 2 and new firmware
2022-01-25 09:17:37 +00:00
storm64
67b10536c1
sleepphasealarm: Update app.js
...
Make app compatible with _E.showMessage(...)_ on new firmware:
- adjust actual time height to be drawn above the alarm time from _E.showMessage(...)_
2022-01-25 00:39:37 +01:00
storm64
5718e31d3c
sleepphasealarm: Update ChangeLog
2022-01-25 00:35:40 +01:00
storm64
40820960f6
sleepphasealarm: Update ChangeLog
2022-01-25 00:23:36 +01:00
storm64
5846b7d506
sleepphasealarm: Update metadata.json
...
Add Bangle.js 2 support, increment version.
2022-01-25 00:20:59 +01:00
storm64
9858354027
sleepphasealarm: Update app.js
...
Make app compatible with Bangle.js 2:
- check hardware
- _drawString(s, x, y)_: removed _x_, always centered
- _drawString(s, y)_: _g.reset()_ before _g.clearRect(...)_
- adjust heights for Bangle.js 2 for each _drawString(s, y)_ call
- _drawApp()_: on Bangle.js 2's always on display save energy by drawing time only at every next minute
- _drawTime()_: hide seconds on Bangle.js 2 (only refreshed every minute)
- _drawApp()_: add _"Alarm at "_ to distinct from actual time (no difference in seconds)
- execute _load()_ on Bangle.js 2's BTN
2022-01-25 00:17:43 +01:00
Andrew
95d53fe4ae
Update ChangeLog
2022-01-24 11:59:42 -08:00
Andrew
eaa766f711
Fixed small bug
...
Small bugfix where the warning would be in a strange colour as it is monochrome
2022-01-24 11:57:34 -08:00
Hilmar Strauch
d17f60554d
Update clock-impword.js
...
Time-word now readable on Bangle.js 2
2022-01-24 19:12:15 +01:00
Hilmar Strauch
5360bfb5a9
Update metadata.json
2022-01-24 19:11:19 +01:00
Hilmar Strauch
a87e105432
Update ChangeLog
2022-01-24 19:10:55 +01:00
Peer David
c6c1b118ec
Merge branch 'espruino:master' into master
2022-01-24 17:45:27 +01:00
David Peer
fc35cda136
Version 0.02 - Improved readability of steps
2022-01-24 17:43:19 +01:00
marko
ecfc4b6fe2
Merge remote-tracking branch 'upstream/master'
2022-01-24 10:54:55 -05:00
Gordon Williams
c061ed38af
Merge pull request #1335 from hughbarney/master
...
Run: fix distance calculation
2022-01-24 13:34:18 +00:00
Gordon Williams
550eae9aec
Merge pull request #1339 from myxor/circlesclock_v0.07
...
Circlesclock 0.07
2022-01-24 13:33:52 +00:00
Gordon Williams
0cc00df54f
Merge pull request #1338 from myxor/sensible-tag
...
Add tag bluetooth to SensiBLE
2022-01-24 13:33:22 +00:00
Gordon Williams
68da5e7659
Merge pull request #1336 from storm64/lightswitch
...
Add Light Switch Widget
2022-01-24 13:33:07 +00:00
Gordon Williams
75a58a3942
Merge pull request #1332 from HilmarSt/master
...
1. Balltastic App now also works on Bangle.js 2; 2. Hour Strike App: Add some customisation options
2022-01-24 08:59:02 +00:00
Gordon Williams
fac6abe77e
Merge pull request #1333 from peerdavid/master
...
New Clock for BJS 2 - Not Analog
2022-01-24 08:57:41 +00:00
Marco Heiming
edb13e26db
Add tag bluetooth to SensiBLE
2022-01-23 11:56:14 +01:00
Marco Heiming
79613b2328
Allow configuration of minimal heart rate confidence
2022-01-23 11:52:14 +01:00
Hilmar Strauch
90f3e8c939
Update app.js
...
Just a funny alpha version:
It's playable on Bangle.js 2 but looks strange due to the missing double buffering.
Try out the hidden "multi-ball feature".
2022-01-22 14:42:56 +01:00
Hilmar Strauch
33c1582d3c
Update app.js
2022-01-22 14:20:51 +01:00
Hilmar Strauch
04460509be
Update ChangeLog
2022-01-22 14:18:34 +01:00
Hilmar Strauch
0c5a4b0d39
Update metadata.json
2022-01-22 14:17:41 +01:00
Hilmar Strauch
3407ce5fa7
Add files via upload
2022-01-22 14:12:53 +01:00
storm64
172fb7fd92
lightswitch: Update metadata.json
...
Correct structure and tags
2022-01-22 12:38:13 +01:00
storm64
91000eb153
lightswitch: Update metadata.json description
...
Correct misspelling
2022-01-22 12:16:53 +01:00
storm64
478e06ec48
lightswitch: Update README.md
...
Correct misspelling
2022-01-22 12:13:30 +01:00
storm64
2f47bd27a6
lightswitch: Update metadata.json description
...
Shorten description
2022-01-22 11:47:11 +01:00
storm64
6e83c9e840
lightswitch: Update README.md
...
Improve readability in the app launcher
2022-01-22 11:41:28 +01:00
storm64
0f3bcb4c45
lightswitch: Update README.md
...
Improve readability in the app launcher
2022-01-22 11:32:20 +01:00
David Peer
dd85859cd3
Performance improvements + Show if GPS is on.
2022-01-22 11:20:55 +01:00
storm64
2711f72a4a
lightswitch: Update README.md
...
Improve readability in the app launcher
2022-01-22 11:20:09 +01:00
storm64
12d3703443
lightswitch: Update README.md
...
Improve readability in the app launcher
2022-01-22 11:13:04 +01:00
storm64
48413bcb90
lightswitch: Update README.md
...
Improve readability in the app launcher
2022-01-22 11:11:54 +01:00
David Peer
f445666f72
Dont show weather if its old.
2022-01-22 08:54:26 +01:00
David Peer
cc64bfdd6a
Refactoring + added timer which can easily be started / stopped.
2022-01-22 08:43:44 +01:00
hughbarney
9a9625c112
Run: fixed distance calculation
2022-01-22 00:20:06 +00:00
hughbarney
5532df8306
Merge remote-tracking branch 'upstream/master'
2022-01-22 00:19:26 +00:00
hughbarney
8470049601
Run: fixed distance calculation
2022-01-22 00:14:10 +00:00
Ronin0000
d9000f3a31
Update metadata.json
2022-01-21 15:40:52 -08:00
David Peer
ea028454af
Minor changes
2022-01-21 22:34:36 +01:00
David Peer
79f92215b9
Included minimalistic style again while keeping the data to show.
2022-01-21 22:13:51 +01:00
David Peer
faab31f3e7
Performance Improvements.
2022-01-21 21:36:45 +01:00
David Peer
e4f8eda890
Fixed charging icon color. Show lock whenever bangle is locked.
2022-01-21 21:25:25 +01:00
David Peer
2ba29a5717
fixed lcars
2022-01-21 21:12:54 +01:00
David Peer
15589d5c08
fixed theme
2022-01-21 21:12:41 +01:00
David Peer
79fa62b8ff
fixed theme
2022-01-21 21:11:32 +01:00
David Peer
95792cdf80
Added outside temp.
2022-01-21 21:10:53 +01:00
storm64
d28635dabe
Merge branch 'espruino:master' into lightswitch
2022-01-21 20:22:49 +01:00
storm64
f162459305
lightswitch: Update version
...
Add the option to enable touching the widget only on clock and settings.
2022-01-21 20:22:23 +01:00
storm64
72f29c90ec
lightswitch: Add setting
...
Add the option to enable touching the widget only on clock and settings.
2022-01-21 20:21:42 +01:00
storm64
8ab2a1ce65
lightswitch: Update README.md
...
Improve readability in the app launcher
2022-01-21 20:20:53 +01:00
storm64
ea7de8df2d
lightswitch: Change default timeout
...
Change default timeout value to 2s.
2022-01-21 20:12:14 +01:00
storm64
ebe6bf620a
lightswitch: Add setting
...
Add the option to enable touching the widget only on clock and settings + change default timeout to 2s.
2022-01-21 20:10:58 +01:00
storm64
963697575c
lightswitch: Add setting
...
Add the option to enable touching the widget only on clock and settings.
2022-01-21 20:09:25 +01:00
David Peer
474bd7f24d
Change color if step goals is reached. Change icon if charging.
2022-01-21 20:04:48 +01:00
storm64
d379a287f4
lightswitch: Update README.md
...
Redesigned the images paragraph.
2022-01-21 20:03:10 +01:00
storm64
c9b6351dee
lightswitch: Move images into folder
2022-01-21 19:48:26 +01:00
storm64
cf0e9858a3
lightswitch: Correct misspelling in filename
2022-01-21 19:46:58 +01:00
storm64
65db836e79
lightswitch: Correct misspelling in filename
2022-01-21 19:46:34 +01:00
David Peer
ab0c963e46
Fixed theme bug.
2022-01-21 19:46:19 +01:00
David Peer
fa870eff16
Design improvements
2022-01-21 19:46:07 +01:00
storm64
316beed3fe
lightswitch: Move images into folder
2022-01-21 19:45:46 +01:00
storm64
5742244195
lightswitch: Move images into folder
2022-01-21 19:45:35 +01:00
storm64
1dcd614625
lightswitch: Move images into folder
2022-01-21 19:45:28 +01:00
storm64
6edec2c560
lightswitch: Move images into folder
2022-01-21 19:45:22 +01:00
storm64
8232725fec
lightswitch: Move images into folder
2022-01-21 19:45:17 +01:00
storm64
0d9b810aa4
lightswitch: Move images into folder
2022-01-21 19:45:11 +01:00
storm64
646542a3c8
lightswitch: Move images into folder
2022-01-21 19:45:04 +01:00
storm64
db85a8a1e6
lightswitch: Move images into folder
2022-01-21 19:44:58 +01:00
storm64
f876ffe9db
lightswitch: Move images into folder
2022-01-21 19:44:51 +01:00
storm64
753ca13a3f
lightswitch: Move images into folder
2022-01-21 19:44:37 +01:00
storm64
6e071a568d
lightswitch: Move images into folder
2022-01-21 19:44:30 +01:00
storm64
7de1ce9720
lightswitch: Move images into folder
2022-01-21 19:44:24 +01:00
storm64
0b860ba28c
lightswitch: Move images into folder
2022-01-21 19:44:17 +01:00
storm64
cc168a2d5b
lightswitch: Move images into folder
2022-01-21 19:44:00 +01:00
storm64
e65920b65f
lightswitch: Move images into folder
2022-01-21 19:43:17 +01:00
storm64
a4d19d463e
lightswicht: Move previews to a separate folder
2022-01-21 19:41:05 +01:00
storm64
f91725b5e2
lightswicht: Move previews to a separate folder
2022-01-21 19:39:20 +01:00
storm64
5392405c4d
lightswicht: Upload image previews
2022-01-21 19:35:58 +01:00
storm64
98a0930dfd
lightswicht: Upload image previews
2022-01-21 19:31:58 +01:00
storm64
2fc5630656
lightswitch: Delete images.png
...
Replace this by separate images.
2022-01-21 19:29:46 +01:00
storm64
dad791a1eb
lightswitch: Update README.md
...
Completed the readme.
2022-01-21 19:28:29 +01:00
David Peer
861b9c530d
More intuitive bat level
2022-01-21 19:18:24 +01:00
David Peer
911eb805fd
Try again to fix the build
2022-01-21 19:05:45 +01:00
David Peer
893d9cc534
Try to fix build error (no transparency)
2022-01-21 19:01:01 +01:00
David Peer
5d55798a8d
Included time to overview
2022-01-21 18:57:57 +01:00
David Peer
84f3763407
Added a better description and made the hands a big bigger for better readability.
2022-01-21 18:48:39 +01:00
David Peer
8b479e9c55
Add not analog clock
2022-01-21 17:05:52 +01:00
Hilmar Strauch
51c061fd83
Merge branch 'master' into master
2022-01-21 15:19:34 +01:00
Hilmar Strauch
3bb50770b0
Update ChangeLog
2022-01-21 14:21:25 +01:00
Hilmar Strauch
ae13770d69
Update metadata.json
2022-01-21 14:19:54 +01:00
Andrew Gregory
0f3be07fe6
Merge branch 'espruino:master' into master
2022-01-21 19:56:16 +08:00
Bela
dbdd731511
add timerclk app
2022-01-21 11:46:13 +01:00
hughbarney
3b80c5e6a6
Pastel: remove dependancy on widpedom
2022-01-20 23:29:37 +00:00
Hilmar Strauch
40c63e68e2
Update boot.js
2022-01-20 23:24:35 +01:00
Hilmar Strauch
a8e25c8181
Update boot.js
2022-01-20 23:09:59 +01:00
Hilmar Strauch
78d7879a9d
Update hourstrike.json
2022-01-20 22:20:22 +01:00
Hilmar Strauch
5de1aa8373
Update boot.js
2022-01-20 22:19:15 +01:00
Hilmar Strauch
f60c9d9fca
Update app.js
2022-01-20 22:13:49 +01:00
Sebastian Di Luzio
2faa870e7e
adjust banglerun/app.ts to not do some stupid self assign logic
2022-01-20 21:30:44 +01:00
Sebastian Di Luzio
ebbbf69670
adjust module target version during build
2022-01-20 21:23:17 +01:00
Sebastian Di Luzio
da0e2a7909
Update metadata.json
2022-01-20 21:04:42 +01:00
Sebastian Di Luzio
c825c8ec86
Merge remote-tracking branch 'upstream/master'
2022-01-20 21:03:57 +01:00
Sebastian Di Luzio
7b37391553
remove unused files from /banglerun, replace banglerun js code with newly compiled code
2022-01-20 20:58:26 +01:00
storm64
dfb30407ec
lightswitch: Create README.md
2022-01-20 20:14:17 +01:00
Gordon Williams
72e9a576e0
fix regression in metadata
2022-01-20 17:08:21 +00:00
Ronin0000
0eca1182c2
Merge branch 'espruino:master' into master
2022-01-20 07:28:27 -08:00
storm64
2333be7831
lightswitch: Create ChangeLog
2022-01-20 12:59:25 +01:00
storm64
6ced9effc4
lightswitch: Update metadata.json
...
Add readme path.
2022-01-20 12:55:48 +01:00
storm64
fe5c71eb9f
lightswitch: Update metadata.json
...
Add support field.
2022-01-20 12:53:50 +01:00
storm64
a860d95231
lightswitch: Update metadata.json
...
Add icon and screenshots.
2022-01-20 12:51:36 +01:00
storm64
4eeb618c84
lightswicht: Upload app icon and screenshots
2022-01-20 12:47:28 +01:00
storm64
4253cec68d
lightswitch: Update images.json
...
Sort icons alphabetical.
2022-01-20 12:46:13 +01:00
storm64
64a7aab087
lightswitch: Update metadata.json
...
Add shortName, description and change files and data format.
2022-01-20 11:18:56 +01:00
storm64
7e06b11b54
lightswitch: Create images.json
2022-01-20 10:59:23 +01:00
storm64
55e5c98646
lightswitch: Create settings.js
2022-01-20 10:58:11 +01:00
storm64
14f48df813
lightswitch: Create lib.js
2022-01-20 10:56:11 +01:00
storm64
a81ff52449
lightswitch: Create boot.js
2022-01-20 10:44:12 +01:00
storm64
c806d11fbc
lightswitch: Create widget.js
2022-01-20 10:39:15 +01:00
storm64
7eab67dd8c
lightswitch: Create settings.json
2022-01-20 10:33:04 +01:00
Hilmar Strauch
a2318fe01d
Update app.js
...
Remove 'predraw'
2022-01-20 10:24:10 +01:00
storm64
a53c340224
lightswitch: Create metadata.json
2022-01-20 10:21:29 +01:00
Gordon Williams
b3c5d3c30c
Merge pull request #1327 from HilmarSt/HilmarSt-patch-1
...
Days left App now also works on Bangle.js 2
2022-01-20 08:31:32 +00:00
Gordon Williams
1544571f2c
Merge pull request #1325 from hughbarney/master
...
widlock,widbata,widpa,widpb - set sort order in widget code
2022-01-20 08:21:30 +00:00
Danny
a9804987aa
timecal 0.02
2022-01-20 00:41:47 +01:00
hughbarney
b9522a3b65
set widget sortorder through code for widpa,widpb,widbata,widlock
2022-01-19 23:19:35 +00:00
hughbarney
3670ff2170
set widget sortorder through code for widpa,widpb,widbata,widlock
2022-01-19 23:09:52 +00:00
hughbarney
c4946c7a3c
set widget sortorder through code for widpa,widpb,widbata,widlock
2022-01-19 22:45:16 +00:00
Hilmar Strauch
75b2a1e7ff
Update metadata.json
2022-01-19 19:35:11 +01:00
Hilmar Strauch
5ba78438b3
Update app.js
2022-01-19 19:01:46 +01:00
Hilmar Strauch
e4c18eea20
Update app.js
2022-01-19 18:57:04 +01:00
Hilmar Strauch
118742440d
Update metadata.json
...
Hour Strike App also works on Bangle.js 2
2022-01-19 18:10:00 +01:00
Ronin0000
c2b4525ab1
fix version number
2022-01-19 08:26:08 -08:00
Ronin0000
57ee7f59d1
Update ChangeLog
2022-01-19 08:25:50 -08:00
Ronin0000
3e0a6b3848
fix version number
2022-01-19 08:25:18 -08:00
Ronin0000
7258ff3f2c
fix version number
2022-01-19 08:25:00 -08:00
Ronin0000
f330288c3b
fix version number
2022-01-19 08:23:26 -08:00
Ronin0000
2ef2bf612c
fix version number
2022-01-19 08:22:50 -08:00
Ronin0000
c7be324693
fix version number
2022-01-19 08:22:15 -08:00
Ronin0000
ab3022fb24
fix version number
2022-01-19 08:21:57 -08:00
Ronin0000
cb78c063d1
fix version number
2022-01-19 08:21:30 -08:00
Ronin0000
e68a40c3d8
fix version number
2022-01-19 08:21:00 -08:00
Ronin0000
86dcfc8854
fix version number
2022-01-19 08:19:58 -08:00
Ronin0000
12ce8447db
fix version number
2022-01-19 08:19:36 -08:00
Ronin0000
67f0cbd0b7
fix version number
2022-01-19 08:19:03 -08:00
Ronin0000
7cdef418cd
Update ChangeLog
2022-01-19 08:18:41 -08:00
Ronin0000
e905c69119
fix version number
2022-01-19 08:17:44 -08:00
Ronin0000
7f54166eb1
fix version number
2022-01-19 08:17:27 -08:00
Ronin0000
1e70740fa5
Update metadata.json
2022-01-19 08:16:42 -08:00
Ronin0000
d32b518f59
fix version number
2022-01-19 08:16:26 -08:00
Ronin0000
4ddb082bb1
fix version number
2022-01-19 08:15:34 -08:00
Ronin0000
e8db13f288
fix version number
2022-01-19 08:13:53 -08:00
Ronin0000
d6d7b07d47
fix version number
2022-01-19 08:13:23 -08:00
Ronin0000
43f1fb8492
fix version number
2022-01-19 08:12:20 -08:00
Ronin0000
7f1f1a5dbe
fix version number
2022-01-19 08:11:54 -08:00
Ronin0000
12d1d4d5f3
Update metadata.json
2022-01-19 08:11:07 -08:00
Ronin0000
f033cbc3a1
Add files via upload
2022-01-19 08:09:51 -08:00
Ronin0000
3ab69aee5e
Update metadata.json
2022-01-19 08:09:17 -08:00
Ronin0000
6f1885272b
Add files via upload
2022-01-19 08:06:42 -08:00
Ronin0000
fde04f0346
Update metadata.json
2022-01-19 08:06:33 -08:00
Ronin0000
05fb11ebe3
Merge branch 'espruino:master' into master
2022-01-19 08:05:51 -08:00
Ronin0000
bf633ce114
Update metadata.json
2022-01-19 08:05:03 -08:00
Ronin0000
8631c0495c
Update metadata.json
2022-01-19 08:03:34 -08:00
Ronin0000
b3f37a7c67
Update metadata.json
2022-01-19 08:01:22 -08:00
Gordon Williams
7feaed5b8e
Merge branch 'master' of github.com:espruino/BangleApps
2022-01-19 15:58:16 +00:00
Gordon Williams
c3e3147510
remove clock back - ref #1319
2022-01-19 15:58:03 +00:00
Gordon Williams
999e4225c9
Merge pull request #1320 from rozek/master
...
provide metadata for "configurable_clock"
2022-01-19 15:57:24 +00:00
Gordon Williams
020e575ec7
Tweaks after 5e5d23c921
2022-01-19 15:56:33 +00:00
Andreas Rozek
45841a46f4
Create metadata.json
2022-01-19 16:44:34 +01:00
Andreas Rozek
279122d01d
Delete BangleApps__apps__variable_clock__README.md
2022-01-19 16:44:30 +01:00
Gordon Williams
16ebe01df3
openstmap If in 3 bit mode, go through all the data beforehand and
...
turn the saturation up to maximum, so when thresholded it
works a lot better - see #1276
2022-01-19 15:13:13 +00:00
Adam Schmalhofer
d3af80efc9
Merge branch 'master' into jekyll-apps.json
2022-01-19 15:21:50 +01:00
Gordon Williams
e56d75eb88
minor extra language translations
2022-01-19 11:49:59 +00:00
David Peer
b2db7f0a7f
Typo
2022-01-19 10:14:46 +01:00
David Peer
bc73b1dbb9
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-01-19 10:13:42 +01:00
David Peer
53db4b2a04
Version 0.14
2022-01-19 10:13:40 +01:00
Peer David
2ad5076443
Merge branch 'espruino:master' into master
2022-01-19 10:10:04 +01:00
Gordon Williams
dc6833112e
party parrot bangle2 #1312
2022-01-19 08:08:26 +00:00
Gordon Williams
ec850868c9
slevel 0.04: Now work with different themes
2022-01-18 14:47:44 +00:00
Gordon Williams
991fd5c78f
Merge pull request #1310 from HilmarSt/master
...
1. GPS Info App: Show satellites "in view" separated by GNS-system; 2. Spirit Level App: Now also visible on Bangle.js 2
2022-01-18 14:38:55 +00:00
Gordon Williams
0ac95dcfd3
Merge pull request #1307 from KTibow/patch-1
...
Unify launcher for bangle.js 2 and 1
2022-01-18 14:37:04 +00:00
Adam Schmalhofer
1c8d7d757c
Merge branch 'master' into jekyll-apps.json
2022-01-18 15:16:49 +01:00
Peer David
b825c6d3d0
Merge branch 'espruino:master' into master
2022-01-18 14:49:53 +01:00
Adam Schmalhofer
4dbec88b7f
Port banglerun to new typescript system
2022-01-18 14:49:28 +01:00
Hilmar Strauch
6d5df8019e
Update spiritlevel.js
...
Now also visible on Bangle.js 2
2022-01-18 13:05:09 +01:00
Hilmar Strauch
96b11df930
Update ChangeLog
2022-01-18 13:01:36 +01:00
Hilmar Strauch
feef089aba
Update gps-info.js
2022-01-18 11:44:31 +01:00
Gordon Williams
7d86f40f4b
Merge pull request #1301 from myxor/circlesclock_v0.06
...
Circlesclock v0.06: sun progress and more
2022-01-18 10:13:10 +00:00
Gordon Williams
f7583413ac
Merge pull request #1306 from kyleplo/patch-5
...
Fix a couple of issues with TouchMenu
2022-01-18 10:12:28 +00:00
Gordon Williams
0d07f68ebd
Merge pull request #1309 from hughbarney/master
...
Run: set format of time to h:mm:ss, pace to mm:ss, settings to disable GPS/HRM
2022-01-18 10:12:08 +00:00
Marco Heiming
5d6a028144
Convert wind speed from kmh to Beaufort
2022-01-18 10:06:21 +01:00
Marco Heiming
4022da2ad9
Fix night progress calculation
2022-01-18 08:27:00 +01:00
hughbarney
7feaff48f1
Run: added settings menu, set pace and time format to mm:ss, h:mm:ss
2022-01-17 22:49:51 +00:00
hughbarney
cd1112d2e4
Run: added settings menu, set pace and time format to mm:ss, h:mm:ss
2022-01-17 22:00:24 +00:00
hughbarney
f1ea2a0540
Run: added settings menu, set pace and time format to mm:ss, h:mm:ss
2022-01-17 21:43:51 +00:00
Richard de Boer
e8de7aa662
wid_edit: "highlight" hidden widgets when editing
2022-01-17 21:39:04 +01:00
Richard de Boer
d28f2c6236
wid_edit: shrink boot code a bit
2022-01-17 21:18:02 +01:00
Richard de Boer
d5a14cacbd
wid_edit: clean up removed widgets in settings app instead
...
to keep boot code as small as possible
2022-01-17 21:02:44 +01:00
Richard de Boer
9a8ccf0f4f
wid_edit: sort widgets with same sortorder by name
...
(assuming Array.sort() is stable)
2022-01-17 20:54:34 +01:00
Richard de Boer
80a1513030
wid_edit: clean up removed widgets from settings file on boot
2022-01-17 20:54:34 +01:00
Richard de Boer
66120e31e4
wid_edit: only allow top row, don't "disable" widgets
2022-01-17 20:54:33 +01:00
Richard de Boer
0be14efaec
wid_edit: Widget Editor
2022-01-17 19:00:41 +01:00
Marco Heiming
9f3480d7a4
Imrove day progress calculation
2022-01-17 16:48:50 +01:00
Hilmar Strauch
97fb4d77dc
debug mode
2022-01-17 16:46:41 +01:00
Hilmar Strauch
a253aaa148
Update ChangeLog
2022-01-17 16:39:16 +01:00
Hilmar Strauch
f03c566ee2
Update gps-info.js
...
Show satellites "in view" separated by GNS-system
2022-01-17 16:38:44 +01:00
Marco Heiming
589eb45f55
Update changelog and readme
2022-01-17 13:06:28 +01:00
Marco Heiming
1055da2914
Load steps from Bangle health if available
2022-01-17 12:25:56 +01:00
Marco Heiming
1b535d99cb
Fix sunset/sunrise calculation
2022-01-17 12:25:40 +01:00
Gordon Williams
0d0b84ff41
Merge pull request #1299 from jameycribbs/master
...
Add Crow Clock app
2022-01-17 10:40:11 +00:00
Gordon Williams
ac5f6ae07c
Remove ANCS widget as it's now been replaced by native firmware support and the 'ios' app
2022-01-17 10:25:36 +00:00
Gordon Williams
3e0d263cea
Merge pull request #1291 from StuntsPT/master
...
Add colour configuration to vector clock
2022-01-17 09:31:13 +00:00
Gordon Williams
47e686f6a6
Merge pull request #1298 from rozek/master
...
some fixes in AC-AC customizer
2022-01-17 09:29:30 +00:00
Gordon Williams
f0be8f4907
Merge pull request #1297 from HilmarSt/patch-1
...
TinyDraw App: Don't start drawing with white colour on white canvas
2022-01-17 09:28:57 +00:00
Gordon Williams
2f60a8e87a
Merge pull request #1302 from thedod/acmaze-0.02
...
Faster maze generation for acmaze
2022-01-17 09:28:33 +00:00
Marco Heiming
8f959117ef
Further improve sunset/sunrise calculations
2022-01-16 18:44:08 +01:00
Marco Heiming
f0dc9fdf2e
Improve sunset/sunrise calculations
2022-01-16 18:36:24 +01:00
Adam Schmalhofer
703e2bb4ab
Fix typo
2022-01-16 12:47:50 +01:00
hughbarney
058d473e2e
fixed sortorder or lock, bata, widpa, widpa widgets
2022-01-16 10:58:56 +00:00
David Peer
dec56414c8
Added description to printRow
2022-01-16 11:44:48 +01:00
David Peer
838bae3ded
Print row can be assync. Therefore we set the font there.
2022-01-16 11:43:13 +01:00
David Peer
7b1624a18e
Use math.round to get precise values.
2022-01-16 11:41:28 +01:00
Kendell R
68e1f94e4a
Update ChangeLog
2022-01-15 15:35:10 -08:00
Kendell R
1affe5f4d4
Delete app-bangle1.js
2022-01-15 15:34:17 -08:00
Kendell R
75ff63338f
Unify launcher for bangle.js 2 and 1
2022-01-15 15:33:19 -08:00
kyleplo
f9f2380355
Update ChangeLog
2022-01-15 17:32:23 -05:00
kyleplo
fa6f7214d5
Update touchmenu.boot.js
2022-01-15 17:30:27 -05:00
Danny
b36531e8ca
Merge remote-tracking branch 'upstream/master'
2022-01-15 22:40:53 +01:00
Diego Pereyra
58a9b19aa1
typo
2022-01-15 16:23:48 -03:00
Diego Pereyra
4c8c1a6d2f
Option to keep or not the textual translations
2022-01-15 16:18:59 -03:00
Andreas Rozek
2e9f505935
Update Customizer.html
2022-01-15 18:01:24 +01:00
Peer David
e15a09c6c2
Merge branch 'espruino:master' into master
2022-01-15 14:43:16 +01:00
David Peer
100457a56f
Minor improvements - use bpm via build in function getHealthStatus
2022-01-15 14:42:33 +01:00
The Dod
4ae37809d0
Cover an edge case
...
[probably very rare, but still]
2022-01-15 15:19:57 +02:00
Sebastian Di Luzio
2d9080da72
Merge branch 'espruino:master' into master
2022-01-15 14:07:49 +01:00
The Dod
d61d3e2cea
Faster maze generation for acmaze
2022-01-15 14:48:17 +02:00
Adam Schmalhofer
3f95330025
Merge branch 'master' into jekyll-apps.json
2022-01-15 11:08:53 +01:00
Marco Heiming
a539325f7a
Write "?" when no sun progress data is available
2022-01-15 10:41:50 +01:00
Marco Heiming
ee7497b45c
Update README
2022-01-15 09:57:06 +01:00
Andreas Rozek
e229ad6cdf
Update Customizer.html
2022-01-15 08:23:43 +01:00
Andreas Rozek
7dbdd601d0
Create twelvenumberedClockFace.png
2022-01-15 08:21:56 +01:00
Andreas Rozek
42572fb1fe
Create fournumberedClockFace.png
2022-01-15 08:21:53 +01:00
Andreas Rozek
5ed43bae8a
Delete twelvefoldClockFace.png
2022-01-15 08:21:47 +01:00
Andreas Rozek
33d78b1f0c
Delete fourfoldClockFace.png
2022-01-15 08:21:45 +01:00
Hilmar Strauch
debff91aaa
Update app.js
2022-01-15 02:34:15 +01:00
hughbarney
fa887e7e02
Widpb: correct onStep()
2022-01-14 22:24:19 +00:00
Marco Heiming
3e74405376
Show moon icon instead of sun during night on weather circle
2022-01-14 22:24:40 +01:00
Marco Heiming
4c3b34d93b
No default location
2022-01-14 22:21:55 +01:00
Marco Heiming
e6326301fb
Support to show time and progress until next sunrise or sunset
2022-01-14 22:16:49 +01:00
Marco Heiming
7cfb207781
Fix bug where no circle is filled for heart data when no maxHR is configured
2022-01-14 21:31:04 +01:00
Jamey Cribbs
1632e3e553
update readme
2022-01-14 14:44:37 -05:00
Jamey Cribbs
962838c07f
updated readme
2022-01-14 14:41:00 -05:00
Jamey Cribbs
77fb548e19
added changelog
2022-01-14 14:31:06 -05:00
Jamey Cribbs
70c2c66b04
use better screenshot
2022-01-14 14:22:44 -05:00
Jamey Cribbs
7e86c51f5c
fix var
2022-01-14 14:03:00 -05:00
Jamey Cribbs
2f2ac3ac7d
fix icon js code
2022-01-14 13:56:53 -05:00
Francisco Pina Martins
38f285df92
Adds the colour 'black' to match light themes
2022-01-14 17:58:35 +00:00
Francisco Pina Martins
43a7d8fc52
Changes default values to dynamically change according to the set theme. Thanks to @gfwilliams feedback
2022-01-14 17:57:34 +00:00
Jamey Cribbs
72b284a055
fixed crowclk readme
2022-01-14 11:58:18 -05:00
Jamey Cribbs
b5f8ab9ef3
added crowclk app
2022-01-14 11:52:41 -05:00
Andreas Rozek
c4bac89bfc
Merge branch 'master' of https://github.com/rozek/BangleApps
2022-01-14 17:22:52 +01:00
Andreas Rozek
f4fd7e1d41
Update Customizer.html
2022-01-14 17:22:49 +01:00
Hilmar Strauch
746b7c2871
Update ChangeLog
2022-01-14 16:42:25 +01:00
Hilmar Strauch
cd9520272b
Don't start drawing with white colour on white canvas
2022-01-14 16:31:05 +01:00
Marco Heiming
e633bf00a0
Code cleanup & moved common code to functions
2022-01-14 16:14:42 +01:00
Marco Heiming
107c299b18
Support to choose between humidity and wind speed for weather circle progress
2022-01-14 15:43:17 +01:00
Marco Heiming
a5fd98756b
Quicker lookup of circle positions
2022-01-14 15:19:00 +01:00
Marco Heiming
3e6fb2755c
Allow setting empty circles
2022-01-14 14:46:59 +01:00
David Peer
eb4279d2ce
Better error handling
2022-01-14 14:34:46 +01:00
David Peer
ae68361bd4
Stability improvements for data
2022-01-14 14:29:31 +01:00
David Peer
ebb35f75aa
Stability improvement for alt.
2022-01-14 13:13:49 +01:00
David Peer
a746510f0b
Included altitude.
2022-01-14 13:05:17 +01:00
Gordon Williams
3606267aec
Merge pull request #1296 from myxor/banglexercise_v0.02
...
BanglExercise v0.02
2022-01-14 09:08:54 +00:00
Gordon Williams
b9d3bc8c8a
Merge pull request #1295 from hughbarney/master
...
Simple, Lato Pedometer - resize on step count reset. Widlock: set sortorder -1 in apps.json
2022-01-14 09:08:15 +00:00
Gordon Williams
13af640964
Merge pull request #1293 from thedod/acmaze-0.01
...
Add AccelaMaze game app
2022-01-14 09:07:14 +00:00
Marco Heiming
db0e55b18e
Add sit ups
...
Add more feedback to the user about the exercises
Clean up code
2022-01-14 09:47:26 +01:00
Andrew Gregory
76dd6960ac
Merge branch 'espruino:master' into master
2022-01-14 11:13:02 +08:00
Adam Schmalhofer
3de7692e2c
Merge branch 'master' into jekyll-apps.json
2022-01-13 21:41:39 +01:00
hughbarney
b80909be9b
Widlock: set sortorder -1
2022-01-13 19:24:57 +00:00
hughbarney
d77403162e
Simple Pedometer and Lato Pedometer widgets, fix size after step count reset
2022-01-13 18:58:22 +00:00
David Peer
6508bb7281
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-01-13 18:24:35 +01:00
David Peer
fbbb0bb367
New version.
2022-01-13 18:24:30 +01:00
David Peer
5dbca35e2a
Improved battery visualization
2022-01-13 18:22:13 +01:00
Francisco Pina Martins
298c709a6a
Fixes the settings reading values
2022-01-13 16:55:21 +00:00
Francisco Pina Martins
fa151780f3
Changes a default value from it's debug state
2022-01-13 16:54:40 +00:00
The Dod
7e8df5593e
Add AccelaMaze game app
2022-01-13 17:53:42 +02:00
Francisco Pina Martins
2e3a94c8df
Adds version information
2022-01-13 15:49:39 +00:00
Francisco Pina Martins
bddd130c3f
Allows colour customization. Adds settings
2022-01-13 15:48:05 +00:00
Gordon Williams
3a8c781a28
Merge branch 'master' of https://github.com/isaacphi/BangleApps into isaacphi-master
...
# Conflicts:
# apps.json
2022-01-13 13:52:39 +00:00
Gordon Williams
c047609b72
remove photos and add screencaps from real-life bangle
2022-01-13 13:22:08 +00:00
Gordon Williams
74ed936ac6
Merge branch 'ffcniftya-clock-0.02' of https://github.com/DDDanny/BangleApps into DDDanny-ffcniftya-clock-0.02
2022-01-13 13:18:20 +00:00
Gordon Williams
81833a6cec
Merge pull request #1278 from myxor/circlesclock_bugfix
...
Circlesclock: Minor fix
2022-01-13 13:16:55 +00:00
Gordon Williams
d2859303cd
Merge pull request #1282 from rozek/master
...
AC-AC, "A Customizable Analog Clock"
2022-01-13 13:16:46 +00:00
Gordon Williams
e802c29fd7
Merge pull request #1290 from rigrig/qmsched-theme
...
qmsched: use Bangle.CLOCK instead of __FILE__
2022-01-13 13:16:31 +00:00
Gordon Williams
10138c90e9
Merge pull request #1285 from halemmerich/recorder
...
Recorder improvements
2022-01-13 13:15:49 +00:00
Richard de Boer
fbdc932bd2
qmsched: use Bangle.CLOCK instead of __FILE__
2022-01-13 10:54:46 +01:00
Andreas Rozek
94581314ef
Merge branch 'espruino:master' into master
2022-01-13 10:30:47 +01:00
Gordon Williams
fd1511d7c6
Merge pull request #1281 from benjarn/agps_select_gnss
...
Select which GNSS system to use
2022-01-13 09:28:21 +00:00
Gordon Williams
b81a0f5ae1
Merge branch 'master' of github.com:espruino/BangleApps
2022-01-13 09:21:45 +00:00
Gordon Williams
5257a78f55
docs
2022-01-13 09:21:40 +00:00
Gordon Williams
73bd8e5b17
add accelgraph
2022-01-13 09:21:33 +00:00
Andreas Rozek
115b826d6e
Update Customizer.html
2022-01-13 09:55:57 +01:00
Andreas Rozek
0998247fc5
Create largePlaceholders.png
2022-01-13 09:55:53 +01:00
Andreas Rozek
857ea225c4
Create smallPlaceholders.png
2022-01-13 09:55:51 +01:00
Gordon Williams
7af90cf8d1
Merge pull request #1283 from rigrig/qmsched-theme
...
qmsched: theme switching
2022-01-13 08:36:14 +00:00
Andreas Rozek
8219a9d805
Update Customizer.html
2022-01-13 09:33:47 +01:00
Gordon Williams
34b97314ee
Merge pull request #1287 from hughbarney/master
...
Simple Pedometer and Lato Pedometer
2022-01-13 08:32:36 +00:00
Gordon Williams
ba3ad2a6f6
Merge pull request #1286 from halemmerich/bthrm_fixmultireadings
...
BTHRM - Prevent mixed readings from both sensors
2022-01-13 08:31:42 +00:00
Gordon Williams
82d2698266
Merge pull request #1288 from DDDanny/anton-clock-0.06
...
Anton clock 0.06 - fixes #1271
2022-01-13 08:30:49 +00:00
Andreas Rozek
48c5cb0f13
Update Customizer.html
2022-01-13 09:00:17 +01:00
Andreas Rozek
6ca4bf2040
Update Customizer.html
2022-01-13 08:53:05 +01:00
Andreas Rozek
174cc4c014
Update Customizer.html
2022-01-13 08:43:27 +01:00
Andreas Rozek
f3ba11492d
Update Customizer.html
2022-01-13 08:25:09 +01:00
Andreas Rozek
856e978134
Update Customizer.html
2022-01-13 08:11:17 +01:00
Andreas Rozek
6631304226
Update app.js
2022-01-13 07:11:42 +01:00
Andreas Rozek
8ecadeb217
Update Customizer.html
2022-01-13 07:02:04 +01:00
Andreas Rozek
ee02b17196
Update Customizer.html
2022-01-13 06:42:13 +01:00
Danny
d9cd0f9cbd
Merge branch 'anton-clock-0.06'
2022-01-13 01:02:20 +01:00
Danny
6098af08b8
removed two log statements
2022-01-13 01:02:02 +01:00
Danny
5ee1b288be
Merge branch 'anton-clock-0.06'
2022-01-13 00:07:04 +01:00
Danny
b9031b1844
settings txt weeknumber was to long
2022-01-13 00:06:49 +01:00
Danny
6577d6681d
Merge branch 'anton-clock-0.06'
2022-01-12 23:58:34 +01:00
Danny
223f6b6b81
fixes #1271 & some code rework
...
+ moved settings-helper method def to load settings method
+ settingsfile as const
+ isBangle1 via HWVERSION==1
2022-01-12 23:57:44 +01:00
hughbarney
60bb06a655
Simple Pedometer and Lato Pedometer widgets
2022-01-12 22:46:16 +00:00
hughbarney
a98a6015b1
Simple Pedometer and Lato Pedometer widgets
2022-01-12 22:45:42 +00:00
Martin Boonk
56e33ed98b
Bump version and changelog
2022-01-12 23:36:56 +01:00
Martin Boonk
9aba113acb
Show actual source for HRM event
2022-01-12 23:36:56 +01:00
Martin Boonk
e0a4cea3b8
Explicit call to setBTHRMPower is not needed
2022-01-12 23:36:56 +01:00
Martin Boonk
b02befe3dd
Record empty string if no value instead of 0
2022-01-12 23:36:56 +01:00
Martin Boonk
92139253be
Set src property if emitting an event
2022-01-12 23:36:56 +01:00
Martin Boonk
225c5566cd
Move previously registered HRM listener over if needed
2022-01-12 23:36:56 +01:00
Martin Boonk
6b22bd8486
Bump version and changelog for recorder
2022-01-12 23:04:56 +01:00
Martin Boonk
412b5dd20c
Move recorder code to plugin in coretemp app
2022-01-12 23:04:56 +01:00
Martin Boonk
c9efc09581
Always log bpm and confidence
2022-01-12 22:53:40 +01:00
Martin Boonk
58e9a47051
Record empty string if no value instead of 0
2022-01-12 22:53:40 +01:00
Martin Boonk
8edda16ca2
Log pressure if sensor is available
2022-01-12 22:53:40 +01:00
Richard de Boer
0b455f921c
qmsched: set minutes in 5-min steps
2022-01-12 19:53:41 +01:00
Richard de Boer
73062edf83
qmsched: switch theme
...
fixes #1266
2022-01-12 19:53:41 +01:00
Andreas Rozek
906d26e834
Merge branch 'espruino:master' into master
2022-01-12 19:46:53 +01:00
Andreas Rozek
2ccc6b4f3b
Update app-screenshot.png
2022-01-12 19:33:22 +01:00
Marcus Olsson
fa07467c42
Select which GNSS system to use
...
fewer GNSS systems could decrease time to fix.
This patch adds a checkbox for each choice.
2022-01-12 18:39:28 +01:00
The Dod
1c8083ba6e
Remove a `;` that was disturbing Travis
...
Also make `fourTwentyTz.js` sorted
(to minimize diffs in the future).
2022-01-12 19:36:27 +02:00
The Dod
9691d0bb04
RAM efficient version of `fourTwentyTz.js`
...
As suggested by @gfwilliams here:
https://github.com/espruino/BangleApps/pull/1152#issuecomment-1009739110
Also make `apps.json` entry more accurate, and play nice with dark theme.
2022-01-12 19:19:16 +02:00
Andreas Rozek
25285d524d
Update Customizer.html
2022-01-12 17:18:29 +01:00
Gordon Williams
910c3c0b5b
add screenshot, minor tweaks
2022-01-12 15:59:30 +00:00
Marco Heiming
1d8febed9f
Do not overwrite circle on event (e.g. charging) if there is a circle configured for that place
2022-01-12 16:57:42 +01:00
Andreas Rozek
f0ebecdb7f
Update Customizer.html
2022-01-12 16:50:37 +01:00
Gordon Williams
12254e06f3
Add 'run' app
2022-01-12 15:46:38 +00:00
Andreas Rozek
276fdd647e
Update Customizer.html
2022-01-12 16:45:28 +01:00
Andreas Rozek
116dec3cb9
Update Customizer.html
2022-01-12 16:36:28 +01:00
Andreas Rozek
4429288362
Update Customizer.html
2022-01-12 16:02:28 +01:00
Andreas Rozek
3636b32084
Update Customizer.html
2022-01-12 15:58:20 +01:00
Andreas Rozek
b54c6514b7
Update Customizer.html
2022-01-12 15:54:57 +01:00
Gordon Williams
4c193b3fd1
Try and locate the map more accurately
2022-01-12 14:21:18 +00:00
Andreas Rozek
69e99f0474
Update Customizer.html
2022-01-12 15:15:44 +01:00
Andreas Rozek
0d8efbe015
Merge remote-tracking branch 'upstream/master'
2022-01-12 14:56:15 +01:00
Marco Heiming
f1a3601b2c
Add leaflet geosearch control
2022-01-12 14:54:21 +01:00
Gordon Williams
55c0a37fc3
comments
2022-01-12 13:37:45 +00:00
Gordon Williams
5ea2cf8b56
settings 0.41: Stop users disabling all wake-up methods and locking themselves out ( fix #1272 )
2022-01-12 13:37:39 +00:00
Gordon Williams
ad92c1afd9
Merge branch 'master' of github.com:espruino/BangleApps
2022-01-12 13:02:45 +00:00
Gordon Williams
0b742e4ff1
assistedgps 0.02: Update to work with Bangle.js 2
2022-01-12 13:02:39 +00:00
Andreas Rozek
bda5512db4
Update Customizer.html
2022-01-12 13:02:52 +01:00
Gordon Williams
1e420d2ddc
Merge pull request #1269 from peerdavid/master
...
[LCARS clock] Adds humidity to datapoints.
2022-01-12 11:06:50 +00:00
Gordon Williams
a650e5b4f2
Merge branch 'master' of github.com:espruino/BangleApps
2022-01-12 11:05:42 +00:00
Gordon Williams
569c5f9e2b
Add LANG tags to settings for translations
2022-01-12 10:59:02 +00:00
Gordon Williams
ea44abb791
android 0.06: Option to keep messages after a disconnect (default false) ( fix #1186 )
2022-01-12 10:58:47 +00:00
Gordon Williams
044fa45381
Merge pull request #1270 from myxor/banglexercise
...
BanglExercise
2022-01-12 10:48:47 +00:00
Marco Heiming
ffcdcbce6b
Rename "recording" to "training" (because there is no recording for now)
2022-01-12 11:24:04 +01:00
Andreas Rozek
f878a33652
Create app-screenshot.png
2022-01-12 10:58:21 +01:00
Andreas Rozek
797d5fbd81
Update Customizer.html
2022-01-12 10:57:10 +01:00
Danny
9b25177dd1
Merge remote-tracking branch 'upstream/master'
2022-01-12 10:40:37 +01:00
Marco Heiming
4b8490645d
Fix typo and disable debug logging
2022-01-12 10:31:05 +01:00
Marco Heiming
3e6cfc95a9
Improve layout and add exit menu item
2022-01-12 10:27:39 +01:00
Gordon Williams
5e353b6755
messages : If showMessage called with no message (eg all messages deleted) now return to the clock ( fix #1267 )
2022-01-12 09:14:33 +00:00
Andreas Rozek
84a403a24f
Merge branch 'master' of https://github.com/rozek/BangleApps
2022-01-12 10:08:49 +01:00
Andreas Rozek
54ad33318a
Update README.md
2022-01-12 10:08:42 +01:00
Andreas Rozek
6bcad8995f
Merge branch 'espruino:master' into master
2022-01-12 10:07:41 +01:00
Andreas Rozek
9a5e302b5c
Create app-icon.js
2022-01-12 10:07:18 +01:00
Andreas Rozek
10896c63dd
Create app-icon.png
2022-01-12 10:07:15 +01:00
Andreas Rozek
63d1fbd827
Merge branch 'master' of https://github.com/rozek/BangleApps
2022-01-12 09:43:42 +01:00
Andreas Rozek
657cf26dc5
Update Customizer.html
2022-01-12 09:43:39 +01:00
Gordon Williams
eed2d521e3
Merge pull request #1268 from DDDanny/devstopwatch-app-0.04
...
Devstopwatch app 0.04 - fixes #1157
2022-01-12 08:23:05 +00:00
Andreas Rozek
15691b8a4e
Merge branch 'espruino:master' into master
2022-01-12 08:51:36 +01:00
Andreas Rozek
15649e0d3d
Create hollowClockHands.png
2022-01-12 08:50:59 +01:00
Andreas Rozek
4db21069e7
Create roundedClockHands.png
2022-01-12 08:50:56 +01:00
Andreas Rozek
4fcad7444e
Create simpleClockHands.png
2022-01-12 08:50:53 +01:00
Andreas Rozek
efa24b4479
Create smartClockSize.png
2022-01-12 08:50:51 +01:00
Andreas Rozek
44f0eb74a8
Create simpleClockSize.png
2022-01-12 08:50:48 +01:00
Andreas Rozek
d20f6ddd1e
Create RainbowClockFace.png
2022-01-12 08:50:43 +01:00
Andreas Rozek
5cb2febf95
Create twelvefoldClockFace.png
2022-01-12 08:50:40 +01:00
Andreas Rozek
4039f71dd6
Create fourfoldClockFace.png
2022-01-12 08:50:37 +01:00
Andreas Rozek
4b4a4e117b
Create custom.png
2022-01-12 08:50:25 +01:00
Andreas Rozek
fcfa78cb98
Create none.png
2022-01-12 08:50:21 +01:00
David Peer
2e564e0691
Created V0.12
2022-01-12 07:20:52 +01:00
David Peer
dfd04df0f3
Fixed weather
2022-01-12 07:20:08 +01:00
Danny
83bc662945
Merge branch 'devstopwatch-app-0.04'
2022-01-12 00:26:20 +01:00
Danny
382dce1176
Update README.md
2022-01-12 00:18:52 +01:00
Danny
30f8546319
Update README.md
2022-01-12 00:17:23 +01:00
Danny
009df38104
fixed and aligned for bangle2
...
*bugfix* stopwatch broken with v0.03 setUI
realigned quick n dirty screen positions
help adjusted to fit bangle1 & bangle2 screen-size with widgets
fixed bangle2 colors for chrono and last lap highlight
added screen for bangle2 and a small README
2022-01-12 00:16:01 +01:00
David Peer
1f06e6cfc5
Added humidity
2022-01-11 21:24:23 +01:00
Richard de Boer
a945a32f51
messages: Back button now goes back to list of messages
2022-01-11 19:30:00 +01:00
Richard de Boer
d32674f825
messages: Spread message action buttons out
2022-01-11 19:30:00 +01:00
Richard de Boer
8467a8810a
messages: app-specific icon colors
2022-01-11 19:29:59 +01:00
Adam Schmalhofer
81aac6f020
Merge 'master' into jekyll-apps.json
2022-01-11 18:33:56 +01:00
David Peer
755f44cf3f
Bugfix: Alarm not working.
2022-01-11 18:20:53 +01:00
David Peer
2d06208e33
Updated screenshot.
2022-01-11 18:11:49 +01:00
David Peer
5de8ca8184
Updated changelog, readme, screenshots etc. More consistent naming of datapoints.
2022-01-11 18:10:05 +01:00
Danny
eaf4149baf
Merge remote-tracking branch 'upstream/master'
2022-01-11 17:45:41 +01:00
David Peer
1cdcedc997
Bugfix: If the weather module does not exist, an exception was thrown. Now its hidden in a function.
2022-01-11 17:41:02 +01:00
David Peer
d260e7c507
Merge remote-tracking branch 'upstream/master'
2022-01-11 17:27:45 +01:00
David Peer
0a6aaa7447
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-01-11 17:22:21 +01:00
David Peer
7b1c19f67f
Removed swipe gestures to be compatible with the ecosystem
2022-01-11 17:22:17 +01:00
Andreas Rozek
3715ae433a
Create Customizer.html
2022-01-11 16:30:48 +01:00
Andreas Rozek
0666181c8d
Create README.md
2022-01-11 16:29:24 +01:00
Andreas Rozek
216610780f
Create app.js
2022-01-11 16:29:19 +01:00
Andreas Rozek
94c41d4dbc
Merge branch 'master' of https://github.com/rozek/BangleApps
2022-01-11 16:25:27 +01:00
Marco Heiming
800624f2d4
Fix missing module requirement
2022-01-11 16:18:10 +01:00
Marco Heiming
a3ada12a92
Add settings for buzz; more timeouts to better detect activities; reduce memory usage
2022-01-11 16:04:54 +01:00
Gordon Williams
24f4ba9b54
Merge pull request #1264 from myxor/circlesclock_v0.05
...
Circlesclock: Show correct percentage values in circles & show humidity as weather circle progress
2022-01-11 13:57:26 +00:00
Marco Heiming
a29dbeedd3
Update changelog
2022-01-11 14:08:48 +01:00
Marco Heiming
d12a415740
Show humidity as weather circle data
2022-01-11 13:52:19 +01:00
Marco Heiming
83aa32ee84
Moved exercise threshold values to the exercise type configuration & initial support for curls
2022-01-11 12:38:19 +01:00
Marco Heiming
d59db5ba38
Show correct percentage values in circles
2022-01-11 11:48:10 +01:00
Marco Heiming
c9fa1b8f65
Update screenshot
2022-01-11 11:44:07 +01:00
Gordon Williams
b522f51f3f
Merge pull request #1263 from BartS23/gpsinfo_PR
...
Fix: GPS Info FIFO_FULL error
2022-01-11 10:37:48 +00:00
Romek
0c0d7e9dd1
Update changelog and version
2022-01-11 11:10:54 +01:00
Gordon Williams
da70a991b4
Merge pull request #1262 from DDDanny/antonclk-clock-0.05-showWeeknumber
...
Antonclk clock 0.05 show weeknumber *bugfix*
2022-01-11 10:05:12 +00:00
BartS23
8053de3307
Fix layout and double enabling of event GPS-raw
2022-01-11 10:25:30 +01:00
BartS23
7905d3cffc
Reduce FIFO_FULL messages
...
1. the lazy layout rendering takes too much time.
2. enable the gps at the end of the file.
3. save SATinView to detect changes.
2022-01-11 10:25:21 +01:00
Gordon Williams
445b707750
Merge pull request #1260 from halemmerich/hralarm
...
New widget: Heart rate alarm
2022-01-11 09:20:06 +00:00
Gordon Williams
78f0b4bd35
Merge pull request #1261 from halemmerich/lapcountericon
...
Lap Counter - Use themeable icon
2022-01-11 09:19:34 +00:00
Gordon Williams
0a30374b5d
Merge pull request #1152 from thedod/ftclock-resolve
...
Add Four Twenty Clock
2022-01-11 09:08:28 +00:00
The Dod
be678511aa
Merge branch 'master' into ftclock-resolve
2022-01-11 10:20:30 +02:00
Peer David
8f82844e46
Merge branch 'espruino:master' into master
2022-01-11 09:12:13 +01:00
Danny
fb9a35d838
Merge branch 'antonclk-clock-0.05-showWeeknumber'
2022-01-11 00:17:42 +01:00
Danny
dcc4dc8e66
app.js - bugfix: removed codefragement testdata "thursday"
...
added todo for locale "week"
2022-01-11 00:16:40 +01:00
Danny
3e45811504
Updated readme.md type / format
2022-01-11 00:13:34 +01:00
Danny
1a21358f2b
Updated readme.md typo / format
2022-01-11 00:12:04 +01:00
Danny
52647e7a8a
fixed typo in readme.md
2022-01-11 00:08:06 +01:00
Danny
6ffb1bb0c7
Merge remote-tracking branch 'upstream/master'
2022-01-10 23:55:28 +01:00
Martin Boonk
53f787fff7
Lap Counter - Use themeable icon
2022-01-10 22:03:40 +01:00
Jon Warrington
2855ace46e
Incrementing the version number
2022-01-10 13:47:50 -07:00
Adam Schmalhofer
d3b923bafd
Merge branch master into jekyll-apps.json
2022-01-10 20:52:33 +01:00
Martin Boonk
791f88b061
New widget: Heart rate alarm
2022-01-10 20:47:47 +01:00
Jon Warrington
78dc343afa
Fixing a problem with the lcars settings
2022-01-10 11:48:57 -07:00
Jon Warrington
05215fab73
Updating version info for lcars
2022-01-10 11:38:26 -07:00
Jon Warrington
0f2a58ddde
Adding current weather to lcars
2022-01-10 11:31:37 -07:00
Marco Heiming
bfe2725483
Show heart rate during training
...
Alot of code cleanup and improvements
2022-01-10 19:02:39 +01:00
Marco Heiming
b711b50f88
Initial version of BanglExercise
2022-01-10 16:10:42 +01:00
Gordon Williams
1d793a037f
Merge branch 'master' of github.com:espruino/BangleApps
2022-01-10 14:06:58 +00:00
Gordon Williams
eaaddae946
fix broken instagram icon
2022-01-10 14:06:50 +00:00
Gordon Williams
594d944dc4
Merge pull request #1244 from psbest/master
...
add changes mmind app
2022-01-10 08:58:12 +00:00
Gordon Williams
84b7dd2595
Merge pull request #1237 from myxor/circlesclock_v0.04
...
Circlesclock v0.04
2022-01-10 08:48:43 +00:00
Gordon Williams
6243e849c7
Merge pull request #1238 from qucchia/master
...
0.04 Fix alarm not activating
2022-01-10 08:48:18 +00:00
Gordon Williams
d062831379
Changelog for #1240
...
0.41: Add Keyboard and Mouse Bluetooth HID option
2022-01-10 08:47:52 +00:00
Gordon Williams
0c3605a64e
Merge pull request #1240 from 7kasper/patch-1
...
Add mouse keyboard combination HID to Banglejs settings and boot.
2022-01-10 08:46:26 +00:00
Gordon Williams
0f6c2a554e
Merge branch 'master' into update_long_date_sv_se_locale
2022-01-10 08:40:34 +00:00
Gordon Williams
0006599dc5
Merge pull request #1247 from hughbarney/master
...
Limelight - simple analogue clock with configurable fonts, support for full or normal screen
2022-01-10 08:39:54 +00:00
Gordon Williams
75e73ce0e5
Merge pull request #1245 from rigrig/menuwheel-setui-fix
...
menuwheel: override Bangle.setUI to clear up touch handler
2022-01-10 08:39:05 +00:00
Gordon Williams
e28117a2c3
Merge pull request #1253 from adamschmalhofer/wohrm-bjs2
...
Workout HRM 0.09
2022-01-10 08:37:13 +00:00
Gordon Williams
04ee04defc
Merge pull request #1254 from adamschmalhofer/widhwt-bjs2
...
Hand Wash Timer 0.02
2022-01-10 08:36:35 +00:00
Gordon Williams
99bfd0915c
Merge pull request #1256 from DDDanny/antonclk-clock-0.05-showWeeknumber
...
Anton-Clock can optionally show ISO-8601 calendar weeknumber
2022-01-10 08:35:40 +00:00
Danny
20406ca29c
Clock can optionally show ISO-8601 calendar weeknumber
2022-01-10 00:11:24 +01:00
Adam Schmalhofer
a92e7c00cf
Merge remote-tracking branch 'upstream/master' into widhwt-bjs2
2022-01-09 19:03:10 +01:00
Adam Schmalhofer
4343e9ba6d
Merge remote-tracking branch 'upstream/master' into wohrm-bjs2
2022-01-09 18:54:45 +01:00
Marco Heiming
6f1b109362
Add TODOs to README
2022-01-09 13:46:12 +01:00
Marco Heiming
05f0d3003a
Fix minor glitch in circle drawing
2022-01-09 13:45:50 +01:00
Marco Heiming
7ad707793f
Fix drawing of full circle
2022-01-09 13:42:01 +01:00
The Dod
6896b282b2
Rewrite mkFourTwentyTz in JS (instead of Python)
2022-01-09 14:17:14 +02:00
Didgeridoohan
72eb128272
Tweak long date
2022-01-09 07:32:57 +01:00
hughbarney
4341efb46a
Updated simplest to make it simpler, tweak to Pastel to make it cycle better
2022-01-08 20:43:06 +00:00
Marcus Olsson
a1ebca296c
Fixed sv_SE formatting
...
Long date does not work well for Bangle.js2
This aligns with default locale en_GB.
2022-01-08 21:16:55 +01:00
Andrew
b8985e4b99
Update ChangeLog
2022-01-08 12:03:21 -08:00
Andrew
401aff4bca
"support" for light mode
...
Doesn't look as good in my opinion
2022-01-08 12:02:32 -08:00
The Dod
971ee4190d
Merge branch 'master' into ftclock-resolve
2022-01-08 21:50:23 +02:00
Marco Heiming
968e7b5840
Make text size in heart rate circle slightly bigger as it does not have any units
2022-01-08 10:25:24 +01:00
Andrew Gregory
f1d0088fe7
Merge branch 'espruino:master' into master
2022-01-08 17:15:23 +08:00
hughbarney
049555a08d
Simplest, switched to queueDraw() method, update once per minute
2022-01-08 00:25:43 +00:00
hughbarney
597efeab00
limelight README tweak
2022-01-07 23:14:15 +00:00
hughbarney
2a2c26393f
limelight README tweak
2022-01-07 23:11:14 +00:00
Richard de Boer
2db23a39a6
menuwheel: override Bangle.setUI to clear up touch handler
...
Because apps/libraries expect setUI to clean up touch handlers.
2022-01-07 23:48:18 +01:00
hughbarney
c8ea4c55b3
Limelight, switched to bolted hands, redid screenshots
2022-01-07 22:43:49 +00:00
Danny
2089b1d9ac
Merge branch 'sleepphasealarm-app-0.03'
2022-01-07 23:00:12 +01:00
Danny
5622c2de29
added qalarm
2022-01-07 22:59:46 +01:00
hughbarney
6ab90e62e0
merge with upstream, add full screen option to Limelight
2022-01-07 21:49:33 +00:00
Danny
b6ebf8bb9d
Merge branch 'sleepphasealarm-app-0.03'
2022-01-07 21:44:31 +01:00
Danny
f6d5c25f5f
changelog v0.03
2022-01-07 21:44:12 +01:00
Danny
2394064b97
Merge branch 'alarm-app-0.15'
2022-01-07 21:15:33 +01:00
Danny
8d4820bd0a
Added missing menu 'back' in timer
2022-01-07 21:14:40 +01:00
Danny
436aecbca3
ISO8601 added in changelog and readme
2022-01-07 20:28:00 +01:00
Danny
4c07cecbdb
Merge remote-tracking branch 'upstream/master'
2022-01-07 20:23:29 +01:00
Marco Heiming
8bbe2a43b4
Same size for every circle
2022-01-07 18:33:09 +01:00
Marco Heiming
83debe93ee
Bigger weather icons & a bit thinner circles
2022-01-07 18:21:36 +01:00
David Peer
243fe5ab12
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2022-01-07 17:26:36 +01:00
David Peer
677cd16f8b
Fixed bug that clock is unresponsive
2022-01-07 17:26:34 +01:00
Peer David
0c3c5a9720
Merge branch 'espruino:master' into master
2022-01-07 17:25:35 +01:00
7kasper
3fca1a3135
Merge pull request #1 from 7kasper/patch-2
...
Add HID option to settings.
2022-01-07 16:48:58 +01:00
7kasper
47da82a547
Add HID option to settings.
2022-01-07 16:48:15 +01:00
7kasper
9e0bef98ae
Add combination HID to bootupdate.
2022-01-07 16:44:54 +01:00
Didgeridoohan
efc8845c13
Update ChangeLog
2022-01-07 16:42:29 +01:00
Didgeridoohan
ea71f6a0ea
Swedish localisation with English text (en_SE)
2022-01-07 16:39:45 +01:00
Qucchia
426ba76ad4
Update ChangeLog
2022-01-07 16:25:15 +01:00
Qucchia
209d05e6d6
Fix alarm not activating
2022-01-07 16:24:36 +01:00
Marco Heiming
2397f5957a
Add weather functionality
...
Improve circle position finding
2022-01-07 13:30:09 +01:00
Peter Slendebroek
2fe1ea524d
correct some typo's
2022-01-07 13:15:54 +01:00
Adam Schmalhofer
740f1fdb71
Merge remote-tracking branch 'upstream/master' into jekyll-apps.json
2022-01-07 13:04:35 +01:00
Peter Slendebroek
b0238957b6
fix update mmind.icon,js from 176px to 48px
2022-01-07 12:56:53 +01:00
Gordon Williams
53d7103272
Merge pull request #1229 from halemmerich/bthrm
...
BLE Heart Rate Monitor improvements
2022-01-07 10:14:32 +00:00
Gordon Williams
a25d1b6d4d
Merge pull request #1228 from halemmerich/recorderimprovements
...
Recorder improvements
2022-01-07 10:13:32 +00:00
Martin Boonk
01d236b761
Bump version and changelog
2022-01-07 10:59:00 +01:00
Martin Boonk
47cc9434a3
Bump version and changelog
2022-01-07 10:59:00 +01:00
Martin Boonk
3baf11613b
Adds recorder app plugin to record the BTHRM event
2022-01-07 10:59:00 +01:00
Martin Boonk
55c7ed5dd8
Adds app to check status of BT/HRM
2022-01-07 10:59:00 +01:00
Martin Boonk
089f0cd438
Emit additional BTHRM event and allow overwriting HRM optionally
2022-01-07 10:59:00 +01:00
Martin Boonk
95c3b70af4
Log confidence alongside heartrate instead of discarding confidence 0 samples
2022-01-07 10:58:48 +01:00
Marco Heiming
c47cabe156
Update ChangeLog
2022-01-07 10:43:06 +01:00
Marco Heiming
96802b0bd4
Make min- & maxHR settings more granular
2022-01-07 10:32:39 +01:00
Marco Heiming
2f16365e6c
Redraw background rectangle before drawing circles (fixes graphical glitch)
2022-01-07 10:26:45 +01:00
Gordon Williams
e419b17523
Merge pull request #1234 from stephenPspackman/round-dev
...
Round dev
2022-01-07 09:22:08 +00:00
Gordon Williams
dd68b04f47
Merge pull request #1232 from dirkhillbrecht/ptlaunch
...
ptlaunch: Improve documentation in README.md
2022-01-07 09:21:34 +00:00
Gordon Williams
34a83bcc5c
Merge pull request #1230 from emarc/master
...
Add Ruuvi Watch
2022-01-07 09:21:10 +00:00
Gordon Williams
554e3ef0d5
Merge branch 'master' of github.com:espruino/BangleApps
2022-01-07 09:16:17 +00:00
Marco Heiming
aa47b7fa99
Hopefully fix bug where no HRM data is received
2022-01-07 09:53:40 +01:00
Gordon Williams
341080e09b
widpedom 0.22: Fix 'stps' regression for 0.21 ( fix #1233 )
2022-01-07 08:53:32 +00:00
stephenPspackman
328f2d0e09
Update app.js
...
Remove internal autolight logic.
2022-01-06 22:40:34 -08:00
hughbarney
fe66e54b4f
Limelight fix icon
2022-01-07 01:48:39 +00:00
stephenPspackman
99c7dba8f2
Update ChangeLog
2022-01-06 17:43:05 -08:00
stephenPspackman
f10a7b6e3e
Merge branch 'espruino:master' into round-dev
2022-01-06 17:30:14 -08:00
stephenPspackman
3068a647d6
Update README.md
2022-01-06 17:28:32 -08:00
stephenPspackman
b878ae1f24
Update ChangeLog
2022-01-06 17:25:01 -08:00
stephenPspackman
673865b314
Update app.js
...
Remove unnecessary keywords.
Remove autolight, since the system once again provides this service.
Add optional autorotate while charging.
Distinguish ‘slow’ second hand from regular second hand, visually.
Tweak fonts.
2022-01-06 17:23:48 -08:00
hughbarney
32a1d04877
Limelight - screenshots
2022-01-07 01:00:22 +00:00
hughbarney
a31b22d3fb
limelight sorted icon and png
2022-01-07 00:38:15 +00:00
hughbarney
bce36e9afc
limelight fixes
2022-01-06 23:29:38 +00:00
Adam Schmalhofer
d8d0dae4b5
metadata for _example_app, _widget
...
as the folder starts with "_" jekyll ignores that. So no additional
logic needed in apps.json
2022-01-06 23:37:38 +01:00
Adam Schmalhofer
9a0b3f07e8
Merge remote-tracking branch 'upstream/master' into jekyll-apps.json
2022-01-06 23:26:43 +01:00
hughbarney
cc7cbd24e1
limelight fixes
2022-01-06 22:18:46 +00:00
Dirk Hillbrecht (home)
33a10e5393
ptlaunch: Improve documentation
2022-01-06 23:17:40 +01:00
hughbarney
59c7cb49d6
limelight fixed apps.json, added settings file
2022-01-06 22:10:56 +00:00
hughbarney
e5dad4094b
fixed apps.json for limelight
2022-01-06 21:58:44 +00:00
Peter Slendebroek
36f42e6462
Merge branch 'master' into master
2022-01-06 22:46:35 +01:00
hughbarney
32fb5dc58e
Limelight: configurable analogue clock
2022-01-06 21:39:23 +00:00
Marc Englund
28bb2f73e0
Visual fixes
...
Make apploader logo black.
Clear gfx before drawing logo on startup.
2022-01-06 21:42:43 +02:00
Peter Slendebroek
3558049233
Update README.md
2022-01-06 20:35:28 +01:00
Marc Englund
2c2141c9ec
Initial version of Ruuvi Watch
...
Added Ruuvi Watch, an app to watch the status of RuuviTags in range.
2022-01-06 21:20:14 +02:00
Martin Boonk
c8126f5ce4
Changed icons and colors for better visibility
2022-01-06 19:22:02 +01:00
Gordon Williams
6ad25385dc
Merge pull request #1227 from HilmarSt/master
...
Update "A Battery Widget (with percentage)"
2022-01-06 17:17:46 +00:00
Gordon Williams
3146b354be
Merge branch 'master' of github.com:espruino/BangleApps
2022-01-06 17:04:31 +00:00
Gordon Williams
d1d478015e
widpedom 0.21: Memory usage improvements, fix widget initial width ( fix #1170 )
2022-01-06 17:04:24 +00:00
Martin Boonk
e60b27a5b0
Actually interpret the file content instead of the name
2022-01-06 17:27:24 +01:00
Martin Boonk
f13aa4f94a
Adds battery stats
2022-01-06 17:26:57 +01:00
Martin Boonk
fec507c926
Only show plotting of speed if Latitude is available
2022-01-06 17:24:31 +01:00
Marco Heiming
ba20a7b51e
Center clock text & better placement for date texts
2022-01-06 15:37:33 +01:00
Marco H
5b3ba52c4f
Merge branch 'espruino:master' into circlesclock_v0.04
2022-01-06 15:25:26 +01:00
Hilmar Strauch
c7fef8134c
Update widget.js
...
Increase screen update rate when charging.
2022-01-06 15:20:09 +01:00
Marco Heiming
5e7afb2827
Increase size of circles and fonts inside
...
Updated screenshots
2022-01-06 15:18:45 +01:00
Hilmar Strauch
4497595b97
Update ChangeLog
2022-01-06 15:15:58 +01:00
Gordon Williams
5cd600c5ad
Merge pull request #1226 from HilmarSt/master
...
Update GPS Info app: Leave GPS power switched on on exit (will switch off after 0.5 seconds anyway)
2022-01-06 13:44:06 +00:00
Gordon Williams
a9ea028ede
fwupdate 0.03: Improve bootloader update safety. Now sets unsafeFlash:1 to allow flash with 2v11 and later
...
Add CRC checks for common bootloaders that we know don't work
2022-01-06 12:13:21 +00:00
Marco H
33deb83a67
Fix rounding of step distance
2022-01-06 13:01:36 +01:00
Adam Schmalhofer
cec31972b5
Merge remote-tracking branch 'upstream/master' into jekyll-apps.json
...
Ported all of apps.json to metadata.json
2022-01-06 12:47:26 +01:00
Peer David
ac8dfe5c44
Merge branch 'espruino:master' into master
2022-01-06 12:00:16 +01:00
Hilmar Strauch
5f0511bd82
Merge branch 'espruino:master' into master
2022-01-06 11:49:30 +01:00
Marco Heiming
66294b3c8a
Round step distance
2022-01-06 11:17:27 +01:00
Marco Heiming
39ac9002f6
Merge branch 'circlesclock_v0.04' of https://github.com/myxor/BangleApps into circlesclock_v0.04
2022-01-06 11:09:38 +01:00
Marco Heiming
aba0d7126b
Fix widget height
2022-01-06 11:08:46 +01:00
Hilmar Strauch
f59e97c5fc
Update gps-info.js
...
Leave GPS power switched on on exit (will switch off after 0.5 seconds anyway).
2022-01-06 11:04:14 +01:00
Hilmar Strauch
f6e374838f
Update ChangeLog
2022-01-06 11:04:01 +01:00
Gordon Williams
adc5ae0071
fix issues with flipper pr
2022-01-06 09:03:35 +00:00
Marco H
e99b518870
Merge branch 'espruino:master' into circlesclock_v0.04
2022-01-06 10:00:47 +01:00
Gordon Williams
0e0ef464d1
Merge pull request #1165 from dirkhillbrecht/anton-0.04
...
Update Anton Clock with optional seconds and ISO-8601 date
2022-01-06 08:57:47 +00:00
Gordon Williams
657e72234e
Merge pull request #1222 from HilmarSt/master
...
Update GPS Info App and "Battery Level Widget (with percentage)"
2022-01-06 08:54:05 +00:00
Gordon Williams
c3ec875714
Merge pull request #1223 from Ronin0000/master
...
Update Pro Menu for Bangle.js 2
2022-01-06 08:51:01 +00:00
Gordon Williams
0e2a14d248
Merge pull request #1225 from numerist/patch-5
...
Update README.md
2022-01-06 08:50:31 +00:00
Joseph Moroney
d9cd94226e
Missing semi-colon
2022-01-06 17:38:41 +10:00
Joseph Moroney
97696f7928
sonicclk minor - add settings to control twist/lcd
2022-01-06 17:29:22 +10:00
stephenPspackman
c2646e5b9f
Update resourcer.js
...
Improve character shapes.
2022-01-05 22:28:52 -08:00
Andrew Gregory
f7b5ad2294
Merge branch 'espruino:master' into master
2022-01-06 14:21:46 +08:00
Andreas Rozek
3571435499
Update README.md
2022-01-06 07:19:43 +01:00
Andreas Rozek
4d4071e151
Update README.md
2022-01-06 07:05:49 +01:00
Andreas Rozek
f495cddef5
Update app.js
2022-01-06 06:49:46 +01:00
Andreas Rozek
4ffee250d7
Create README.md
2022-01-06 06:36:08 +01:00
Andreas Rozek
0751aaa2bc
Create BangleApps__apps__variable_clock__README.md
2022-01-06 06:34:05 +01:00
Andreas Rozek
01d6e37f18
Create Screenshot-25.png
2022-01-06 06:34:02 +01:00
Andreas Rozek
59eb274eeb
Create Screenshot-24.png
2022-01-06 06:34:00 +01:00
Andreas Rozek
2733d77ae6
Create Screenshot-23.png
2022-01-06 06:33:57 +01:00
Andreas Rozek
b28719da16
Create Screenshot-22.png
2022-01-06 06:33:55 +01:00
Andreas Rozek
0331269cfb
Create Screenshot-21.png
2022-01-06 06:33:53 +01:00
Andreas Rozek
7b148f4149
Create Screenshot-13.png
2022-01-06 06:33:50 +01:00
Andreas Rozek
9cc680155c
Create Screenshot-12.png
2022-01-06 06:33:48 +01:00
Andreas Rozek
ec65e98431
Create Screenshot-11.png
2022-01-06 06:33:46 +01:00
Andreas Rozek
ea01048788
Create Screenshot-04.png
2022-01-06 06:33:42 +01:00
Andreas Rozek
350458f9e0
Create Screenshot-03.png
2022-01-06 06:33:39 +01:00
Andreas Rozek
d89f1eef84
Create Screenshot-02.png
2022-01-06 06:33:37 +01:00
Andreas Rozek
54ee423106
Create Screenshot-01.png
2022-01-06 06:33:34 +01:00
Andreas Rozek
db5cb644fd
Create LICENSE
2022-01-06 06:33:32 +01:00
Andreas Rozek
a499ad279a
Create app-icon.js
2022-01-06 06:33:27 +01:00
Andreas Rozek
9eaf501ce7
Create app-icon.png
2022-01-06 06:33:24 +01:00
Andreas Rozek
56a25fb3f6
Create app-screenshot.png
2022-01-06 06:33:20 +01:00
Andreas Rozek
117348cb16
Create app.js
2022-01-06 06:33:17 +01:00
Andreas Rozek
754e752a8b
Create LICENSE
2022-01-06 06:33:09 +01:00
Andreas Rozek
49bee5390b
Create LICENSE
2022-01-06 06:33:06 +01:00
Andreas Rozek
670c232f28
Create LICENSE
2022-01-06 06:33:01 +01:00
numerist
b9dcd0a875
Update README.md
...
This description now fits both Bangle watch versions, 1 and 2.
2022-01-05 21:09:15 -05:00
Hilmar Strauch
d343de172e
Update ChangeLog
2022-01-06 02:01:54 +01:00
Hilmar Strauch
d305de0bdc
Update widget.js
...
Increase screen update rate when charging, as requested by issue https://github.com/espruino/BangleApps/issues/1137
2022-01-06 01:59:22 +01:00
hughbarney
84174a270b
Flipper: added README
2022-01-05 23:45:22 +00:00
Ronin0000
d330d6dfd5
remove exclamation from change log
2022-01-05 15:41:48 -08:00
Ronin0000
d546921177
fix text overlapping text issue
2022-01-05 15:35:57 -08:00
Ronin0000
3aada0243d
Update ChangeLog
2022-01-05 15:25:39 -08:00
Ronin0000
9c7039af4c
Merge branch 'espruino:master' into master
2022-01-05 15:23:42 -08:00
hughbarney
4f4cb8aba5
Flipper: switch between light and dark theme and vice versa
2022-01-05 22:36:45 +00:00
Hilmar Strauch
f167ab829b
Update ChangeLog
2022-01-05 23:17:04 +01:00
Hilmar Strauch
97200f4ac5
Update ChangeLog
2022-01-05 23:16:33 +01:00
Hilmar Strauch
71228efb4b
Update gps-info.js
...
Resolve one FIFO_FULL case and exit App with button press
2022-01-05 23:12:16 +01:00
Danny
c0cec48a6e
Merge remote-tracking branch 'upstream/master'
2022-01-05 22:46:44 +01:00
hughbarney
ebc7005e37
Flipper: switch between light and dark theme and vice versa
2022-01-05 21:27:21 +00:00
Dirk Hillbrecht (home)
d36743032c
Anton clock: Smaller seconds, weekday with seconds, seconds without colon, cleaner configuration
2022-01-05 22:23:44 +01:00
Adam Schmalhofer
01d3615663
Let apps.json be generated by jekyll
...
Reading
https://github.com/espruino/BangleApps/issues/1020
https://github.com/espruino/BangleApps/issues/46
My understanding is that the requirement for a splitt apps.json solution
is:
- work seemlessly with github pages (no manually calling a script)
- single (or at most a few) apps.json for the browser to load for the
store so the store page is fast
As the github pages already use jekyll to build the store page this can
be solved by a minimal jekyll plugin. This is a proof of concept of
that. If the concept is accepted in a next step, I will create the
splitt files for mmore that just the two here.
2022-01-05 21:39:45 +01:00
Marco Heiming
c15b700ef6
Fix widget drawing
2022-01-05 19:50:07 +01:00
Marco Heiming
9a5937a3eb
Improve widget visibility
2022-01-05 19:38:18 +01:00
Marco Heiming
c87d1d1650
Fix settings default values
2022-01-05 19:28:32 +01:00
Gordon Williams
1906dd2839
Merge pull request #1220 from Athemis/calendar-font
...
calendar: Use a larger font for dates
2022-01-05 17:01:07 +00:00
Gordon Williams
bf5f5f6832
updated as per https://github.com/espruino/BangleApps/pull/1143#issuecomment-1005894992
2022-01-05 16:56:12 +00:00
Ronin0000
1adeef592b
Create bootb2.js
2022-01-05 08:51:42 -08:00
Peer David
1d70eb85de
Merge branch 'espruino:master' into master
2022-01-05 17:51:15 +01:00
Ronin0000
91896bf9d6
Merge branch 'espruino:master' into master
2022-01-05 08:49:44 -08:00
David Peer
6cd9167565
Fixed 100% battery level.
2022-01-05 17:49:05 +01:00
Gordon Williams
8ce8f374a7
Merge branch 'master' of github.com:espruino/BangleApps
2022-01-05 16:47:19 +00:00
Gordon Williams
37eac55854
merge dozenal time into one app
2022-01-05 16:46:09 +00:00
Gordon Williams
8e666f00e1
Merge branch 'master' of https://github.com/numerist/BangleApps into numerist-master
2022-01-05 16:37:57 +00:00
Gordon Williams
109bf15c91
boot 0.40: Bootloader now rebuilds for new firmware versions
2022-01-05 16:37:18 +00:00
Gordon Williams
2624588c9f
Merge pull request #1199 from 7kasper/master
...
Presentor App release 3.0
2022-01-05 16:35:49 +00:00
Gordon Williams
b63471c948
Merge pull request #1213 from peerdavid/master
...
[LCARS clock] Show Launcher
2022-01-05 16:31:57 +00:00
Alexander Minges
9a1543c171
calendar: Update screenshot
2022-01-05 17:26:32 +01:00
Alexander Minges
af187929ea
calendar: Use larger font for dates
2022-01-05 17:25:07 +01:00
David Peer
9bd1127ebc
Design adaptions.
2022-01-05 17:17:41 +01:00
Dirk Hillbrecht (home)
7829af0ef2
Anton clock: Switch between vector and 6x8 font for date and day of week
2022-01-05 15:52:14 +01:00
Dirk Hillbrecht (home)
322a3a0b5a
Anton clock: README added
2022-01-05 15:52:09 +01:00
Dirk Hillbrecht (home)
a245fa748d
Anton clock: Coloured seconds, date format config, small enhancements
...
Result of the feedback on the first version.
2022-01-05 15:51:30 +01:00
Dirk Hillbrecht (home)
0b34ffefd5
Anton clock: Update with optional seconds and ISO-8601 date
2022-01-05 15:51:12 +01:00
Marco Heiming
801237b2cf
Let's only register HRM and battery events when respective circle is visible
2022-01-05 15:35:01 +01:00
Dirk Hillbrecht (home)
cabb0c2d7d
Puzzle15: v0.05: Central game end function
2022-01-05 15:31:51 +01:00
Dirk Hillbrecht (home)
3633078a46
Puzzle15: v0.04 with settings, formatting changes, about screen
2022-01-05 15:31:51 +01:00
Dirk Hillbrecht (home)
46286e13b5
Puzzle15: v0.03 with splash screen and working menu system
2022-01-05 15:31:51 +01:00
Dirk Hillbrecht (home)
43e87247d7
Puzzle15: v0.02 with shuffled board init, menu-based control flow etc.
...
Now it actually starts making sense…
2022-01-05 15:31:51 +01:00
Dirk Hillbrecht (home)
f1c923d4b5
Puzzle15: First playable version of the 15-puzzle
2022-01-05 15:30:36 +01:00
Marco Heiming
639bc1962e
Allow widgets to detect this is a clock
2022-01-05 15:28:18 +01:00
7kasper
382bc6a35f
Merge branch 'master' into master
2022-01-05 15:27:10 +01:00
Gordon Williams
f1559632ac
Merge pull request #1214 from rigrig/weather-widget-fix
...
weather: fix widget icon
2022-01-05 13:49:55 +00:00
Gordon Williams
b21a2bcf84
mclockplus 0.03: Allow widgets to detect this is a clock
2022-01-05 13:40:41 +00:00
David Peer
793e8c8246
Show battery grey
2022-01-05 14:30:43 +01:00
Marco Heiming
3ba696ed0e
Fix settings
2022-01-05 14:30:02 +01:00
Marco Heiming
ad371e9678
Update changelog and bump version
2022-01-05 14:21:01 +01:00
Marco Heiming
f174cb56fb
Update README
2022-01-05 14:14:56 +01:00
Marco Heiming
3538c6024f
Configuration of stepDistanceGoal and stepLength
2022-01-05 14:14:47 +01:00
Marco Heiming
ee252a3a97
Fix position, default settings and add green step distance icon
2022-01-05 14:04:04 +01:00
Marco Heiming
766d3cc189
Make the types of the circles configurable
2022-01-05 13:27:50 +01:00
The Dod
ed168546b9
Merge branch 'master' into ftclock-resolve
2022-01-05 13:41:35 +02:00
David Peer
e0130c4510
Minor changes.
2022-01-05 12:30:31 +01:00
Marco Heiming
c41bae14c9
Update README
2022-01-05 12:16:38 +01:00
Marco Heiming
71504a7414
Setting to toggle visibility of widgets
...
Setting to set minimal heart rate
2022-01-05 12:16:14 +01:00
Richard de Boer
cf41ff2bc6
weather: fix widget icon
2022-01-05 12:13:06 +01:00
David Peer
5e00b6d136
Minor changes
2022-01-05 11:54:56 +01:00
David Peer
8b89d41e69
Minor changes
2022-01-05 11:51:16 +01:00
Andrew Gregory
99e9639655
Merge branch 'espruino:master' into master
2022-01-05 18:37:27 +08:00
Peer David
889f3687b5
Merge branch 'espruino:master' into master
2022-01-05 10:37:59 +01:00
David Peer
154dc0a315
Created version 0.09
2022-01-05 10:35:58 +01:00
David Peer
47b93192b2
Open luncher on touch.
2022-01-05 10:33:58 +01:00
David Peer
34b73682ed
Design improvements
2022-01-05 10:30:10 +01:00
Gordon Williams
a177b7ce3a
Merge pull request #1210 from adamschmalhofer/cprassist-bjs2
...
Ported cprassist to Bangle.js2
2022-01-05 08:38:25 +00:00
Gordon Williams
ddac45f580
Merge pull request #1208 from jeroenpeters1986/master
...
Updates ios, messages, widbatpc
2022-01-05 08:37:25 +00:00
Gordon Williams
680f19a423
Merge pull request #1203 from hughbarney/master
...
Pastel: Added weather icons, other small changes that have been soak tested over christmas
2022-01-05 08:35:27 +00:00
Gordon Williams
39f16b5e96
Merge branch 'master' into app/sonic-clock
2022-01-05 08:32:56 +00:00
Gordon Williams
98fed5ba0f
Merge pull request #1202 from kyleplo/patch-5
...
Add Touch Menu
2022-01-05 08:32:16 +00:00
Andrew Gregory
712f01675c
Merge branch 'espruino:master' into dev
2022-01-05 11:53:15 +08:00
Ronin0000
6bdbd310bc
fix light mode not selected color from -10 to -20
2022-01-04 16:41:05 -08:00
Danny
93cd01cc13
Merge branch 'master' of https://github.com/DDDanny/BangleApps
2022-01-05 00:59:38 +01:00
Danny
fa4f3bfebe
settings name typo
2022-01-05 00:24:45 +01:00
Danny
d7f324e9c8
Update settings.js
2022-01-05 00:24:45 +01:00
Danny
bb44d75303
Update settings.js
2022-01-05 00:24:45 +01:00
Danny
036d2c55c0
Update screenshot_nifty.png
2022-01-05 00:24:28 +01:00
Danny
df2cfd7015
fix settings filename
2022-01-05 00:24:15 +01:00
Danny
07e6eb4090
settings and apps.json
2022-01-05 00:24:15 +01:00
Danny
b024319de4
fix settings, missing in apps.json
2022-01-05 00:24:15 +01:00
Danny
b3fe124e19
fix settings + added screenshots and changed README
2022-01-05 00:24:14 +01:00
Danny
4f70dd568e
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Update README.md"""""""""
...
This reverts commit cf5377cbed .
2022-01-05 00:22:44 +01:00
Danny
bccd692ec2
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Update README.md""""""""
...
This reverts commit 762a6b055a .
2022-01-05 00:22:44 +01:00
Danny
cd88e61dd8
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Update README.md"""""""
...
This reverts commit 4a333b718c .
2022-01-05 00:22:44 +01:00
Danny
3a769087ed
Revert "Revert "Revert "Revert "Revert "Revert "Update README.md""""""
...
This reverts commit c053c591f8 .
2022-01-05 00:22:44 +01:00
Danny
3c52401998
Revert "Revert "Revert "Revert "Revert "Update README.md"""""
...
This reverts commit 599e492a83 .
2022-01-05 00:22:44 +01:00
Danny
8425d8d64e
Revert "Revert "Revert "Revert "Update README.md""""
...
This reverts commit 2d7a22f473 .
2022-01-05 00:22:44 +01:00
Danny
3349a53863
Revert "Revert "Revert "Update README.md"""
...
This reverts commit 0d28e3bd98 .
2022-01-05 00:22:44 +01:00
Danny
d2ce046f62
Revert "Revert "Update README.md""
...
This reverts commit 410eb7b8e3 .
2022-01-05 00:22:43 +01:00
Danny
2887798bab
Revert "Update README.md"
...
This reverts commit c21b6b560b .
2022-01-05 00:22:43 +01:00
Danny
757f463420
Update README.md
...
missing spaces :-(
2022-01-05 00:22:43 +01:00
Danny
36283ebdf4
Update core
...
0.15: Fix: Dims of notification icon (v0.12) are retrieved from icon header (no more hardcoded width=64px)
2022-01-05 00:22:19 +01:00
Danny
a6d87816bb
Nifty-A Clock with iso week number
...
* code changed to show iso week number
* settings file created
* screenshot updated
* settings screenshot created
* readme adjusted
* and app.json increased to v0.02
2022-01-05 00:21:47 +01:00
Adam Schmalhofer
58777f64af
Merge remote-tracking branch 'upstream/master' into cprassist-bjs2
2022-01-04 23:33:32 +01:00
Jeroen Peters
beac243db6
Merge branch 'espruino:master' into master
2022-01-04 23:08:18 +01:00
Peter Slendebroek
cd71d7937d
Update mmind.info
2022-01-04 23:02:47 +01:00
Peter Slendebroek
8931817a2b
Add files via upload
2022-01-04 23:00:36 +01:00
Peter Slendebroek
ed9b7f2e6b
Update README.md
2022-01-04 22:44:04 +01:00
Peter Slendebroek
1fdf05958d
Update README.md
2022-01-04 22:36:51 +01:00
Peter Slendebroek
786b13925c
Add files via upload
2022-01-04 22:32:36 +01:00
Peter Slendebroek
b4809c9cdd
Add files via upload
2022-01-04 21:32:54 +01:00
hughbarney
8fd1eb5d24
merge with upstream, resolve conflicts
2022-01-04 18:42:45 +00:00
Sebastian Di Luzio
47dd9c848f
Merge branch 'espruino:master' into master
2022-01-04 19:37:08 +01:00
David Peer
26854f8fba
Minor improvements.
2022-01-04 18:37:18 +01:00
Gordon Williams
6b829c7e71
Merge pull request #1205 from myxor/weatherApp_v0.14
...
Weather app v0.14: use weather condition code for icon selection
2022-01-04 17:05:53 +00:00
Gordon Williams
e0a1732f79
Fix GPX file format for banglerun/recorder ( fix #1197 )
2022-01-04 16:51:01 +00:00
Jeroen Peters
4c3720ee26
Merge branch 'master' of https://github.com/espruino/BangleApps into espruino-master
...
# Conflicts:
# apps.json
# apps/messages/ChangeLog
# apps/messages/app.js
2022-01-04 16:54:06 +01:00
kyleplo
7b9c0dc8f9
Merge branch 'master' into patch-5
2022-01-04 10:46:16 -05:00
kyleplo
f6a3411e64
Update README.md
2022-01-04 10:41:19 -05:00
kyleplo
2472a2bc77
Add files via upload
2022-01-04 10:39:51 -05:00
Joseph Moroney
2ffd7d4861
Merge branch 'master' into app/sonic-clock
2022-01-05 01:20:08 +10:00
Joseph Moroney
704ef33761
patch - text alignment + twist acceleration
2022-01-05 01:01:49 +10:00
Jeroen Peters
cb85dc0c8e
Messages app: bring back icons in code, not on top
2022-01-04 15:32:48 +01:00
Gordon Williams
128f2d4e66
messages 0.16: Fix text wrapping so it fits the screen even if title is big ( fix #1147 )
2022-01-04 14:27:23 +00:00
Gordon Williams
c06afa1132
chronowid 0.05: Fix error running app on new firmwares ( fix #1140 )
2022-01-04 14:06:06 +00:00
Marco Heiming
fe747934c8
Update changelog and bump version
2022-01-04 12:16:05 +01:00
Marco Heiming
8b0498b195
debug
2022-01-04 12:10:15 +01:00
Gordon Williams
cde46c2cf5
version
2022-01-04 11:03:47 +00:00
Marco Heiming
144f4d3196
Fix naming of variable
2022-01-04 12:03:23 +01:00
Gordon Williams
82723965b7
Merge pull request #1156 from Cramill/patch-1
...
Update calendar weekend colors for start on Sunday
2022-01-04 11:02:03 +00:00
Gordon Williams
0c7cc770fa
remove un-needed files
2022-01-04 11:00:56 +00:00
Gordon Williams
972ed597c1
Merge branch 'master' of github.com:espruino/BangleApps
2022-01-04 11:00:39 +00:00
Gordon Williams
8a9e13b19c
remove un-needed files
2022-01-04 11:00:26 +00:00
Gordon Williams
201f6a2fab
Merge pull request #1196 from trufae/add-tinydraw-0.1
...
Initial import of the tinydraw application
2022-01-04 10:59:53 +00:00
Gordon Williams
7091e551df
Merge pull request #1195 from myxor/weatherClock0.05
...
WeatherClock: Use weather condition code for icon selection
2022-01-04 10:58:53 +00:00
Marco Heiming
fdc519c3df
Intial try to use weather condition code for icon selection
2022-01-04 11:58:04 +01:00
Gordon Williams
b3420c18cc
Merge branch 'master' into master
2022-01-04 10:46:40 +00:00
Gordon Williams
b7d5cbf9b6
icon rename
2022-01-04 10:44:24 +00:00
Gordon Williams
d200ce0815
Merge branch 'master' into master
2022-01-04 10:42:59 +00:00
Gordon Williams
e869ffe415
Merge pull request #1185 from halemmerich/qrcodebrightness
...
Custom QR Code: Change brightness on touch
2022-01-04 10:30:23 +00:00
Gordon Williams
f753a59e94
Merge branch 'master' into touchtimer
2022-01-04 10:29:34 +00:00
Gordon Williams
7e9a81c3b2
Merge pull request #1189 from ihewitt/master
...
Tidy up CoreTemp app
2022-01-04 10:28:30 +00:00
Gordon Williams
599a2c6ac9
Merge pull request #1193 from fparri/patch-1
...
Fixed Italian localization
2022-01-04 10:24:41 +00:00
Gordon Williams
9b32b66194
Merge branch 'master' into master
2022-01-04 10:23:25 +00:00
Gordon Williams
f5e6d07365
Merge pull request #1181 from untbu/master
...
Added grid positioning and swipe controls to calculator app
2022-01-04 10:21:05 +00:00
Gordon Williams
8db4a87575
Merge branch 'master' into swp2clk
2022-01-04 10:17:53 +00:00
Gordon Williams
1ad676fcda
Merge branch 'master' into master
2022-01-04 10:15:30 +00:00
Gordon Williams
7eb746ae48
Merge branch 'master' of github.com:espruino/BangleApps
2022-01-04 10:13:24 +00:00
Gordon Williams
61b214da81
Update version for #1167
2022-01-04 10:13:20 +00:00
Gordon Williams
83fcb599aa
Merge pull request #1167 from HilmarSt/patch-1
...
GPS Info App: Added number of satellites in view and fixed crash with GPS time
2022-01-04 10:12:42 +00:00
Gordon Williams
3add5ecf43
Merge pull request #1169 from t0m1o1/Base
...
Fix bug with debug info
2022-01-04 10:10:08 +00:00
Gordon Williams
4a56ede38a
Merge pull request #1175 from EmVee381/master
...
corrected cs_CZ "trans" messages
2022-01-04 10:09:26 +00:00
Gordon Williams
0deb0b32cd
Merge branch 'master' into master
2022-01-04 10:08:50 +00:00
Gordon Williams
cef6efe12e
Merge pull request #1163 from alainsaas/master
...
AwairMonitor v0.02: the app is now a clock, UI improvements on disconnection
2022-01-04 10:05:53 +00:00
Gordon Williams
f9a34bf2c8
fix icon
2022-01-04 10:03:30 +00:00
Gordon Williams
8cebf0ea6a
Merge branch 'master' into master
2022-01-04 10:00:54 +00:00
Gordon Williams
4a9fe0a427
Merge pull request #1161 from peeweek/app/hcclock-messages
...
High Contrast Clock : Added Support for messages
2022-01-04 09:58:25 +00:00
Gordon Williams
e73c24244b
Merge pull request #1160 from ColtJLaCh/master
...
Slime Hunt!
2022-01-04 09:57:29 +00:00
Gordon Williams
faf14dfe99
Merge pull request #1153 from xxDUxx/master
...
New Clock "Contour Clock"
2022-01-04 09:50:30 +00:00
Gordon Williams
5105a7e454
Merge pull request #1158 from crazysaem/ptlaunch
...
Pattern launcher: improve pattern detection and pattern drawing
2022-01-04 09:48:51 +00:00
Gordon Williams
2109a2b859
Merge branch 'master' into master
2022-01-04 09:45:20 +00:00
Gordon Williams
494630973e
Merge pull request #1141 from peerdavid/master
...
[LCARS Clock] Multiple screens including graphs for health data.
2022-01-04 09:34:36 +00:00
Gordon Williams
d3eb68a278
Merge pull request #1135 from MindTwister/master
...
Disable screen turn on on bluetooth status change
2022-01-04 09:33:24 +00:00
Gordon Williams
22420ea269
Merge pull request #1133 from reelyactive/master
...
Refactored for efficiency, corrected sensor value inaccuracies
2022-01-04 09:32:12 +00:00
Gordon Williams
d8d3c44c1d
Merge pull request #1131 from myxor/circleclock_v0.03
...
Circles clock v0.03
2022-01-04 09:31:45 +00:00
Marco H
b5b40b8db6
Extend TODO list
2022-01-04 09:47:00 +01:00
David Peer
a614a398cc
Minor design improvements
2022-01-04 09:05:31 +01:00
David Peer
85d4ca6eb8
Updated readme
2022-01-04 08:47:23 +01:00
David Peer
12977ca3e4
Design chnges
2022-01-04 08:45:23 +01:00
David Peer
0e167ada67
Lower line as battery indicator
2022-01-04 08:05:59 +01:00
Joseph Moroney
6da9121f24
v1.00 - Added sonic clock app
2022-01-04 13:39:50 +10:00
Grant Stankaitis
aa7938162f
Fix leading zero for hours < 12
2022-01-03 15:19:06 -10:00
kyleplo
deb46f9aa7
Create README.md
2022-01-03 20:14:00 -05:00
kyleplo
d03fa62805
Add files via upload
2022-01-03 19:58:37 -05:00
kyleplo
868e5af855
Create ChangeLog
2022-01-03 19:53:25 -05:00
kyleplo
3fdd87e728
Rename apps/touchmenu.boot.js to apps/touchmenu/touchmenu.boot.js
2022-01-03 19:52:34 -05:00
kyleplo
e66210b85d
Create touchmenu.boot.js
2022-01-03 19:50:09 -05:00
Jeroen Peters
2d72459433
APP ios: 0.08: Added more app identifiers, added 'cannot display' in case a message goes empty because of replacements
2022-01-04 00:44:48 +01:00
Jeroen Peters
8c10eb12dd
APP ios: 0.08: Added more app identifiers, added 'cannot display' in case a message goes empty because of replacements
2022-01-03 23:19:15 +01:00
Jeroen Peters
37c8fa0921
WIDGET widbatpc:
...
0.15: Added option to always display the icon when charging (useful if 'hide if charge greater than' is enabled)
2022-01-03 22:41:40 +01:00
Jeroen Peters
61797894af
WIDGET widbatpc:
...
0.15: Added option to always display the icon when charging (useful if 'hide if charge greater than' is enabled)
2022-01-03 20:28:10 +01:00
Jeroen Peters
e33b817acf
Merge remote-tracking branch 'origin/master'
2022-01-03 19:57:56 +01:00
Jeroen Peters
3909c912bc
WIDGET widbatpc:
...
0.15: Added option to always display the icon when charging (useful if 'hide if charge greater than' is enabled)
2022-01-03 19:57:42 +01:00
David Peer
a58f32b042
Performane improvements
2022-01-03 19:33:49 +01:00