Commit Graph

16243 Commits (a4f5978fb699ecb3bb10acead419e1f4fd2084d5)

Author SHA1 Message Date
Rob Pilling 09bea87f18 Reassign to data, rather than separate settings 2024-09-30 08:46:46 +01:00
Rob Pilling b8fa3b03f2
Merge pull request #3569 from aemkai/master
blc: Updated Binary LED Clock
2024-09-30 08:42:46 +01:00
Brendan Sleight a6d51bf370 Correcting size of app-icon.js 2024-09-29 22:51:54 +01:00
Brendan Sleight fad2475742 Correcting js url in metadata 2024-09-29 21:44:00 +01:00
Brendan Sleight fb6ea77f47 Correcting js url in metadata 2024-09-29 21:22:21 +01:00
Brendan Sleight 7fc3c985b8 Correcting js url in metadata 2024-09-29 21:16:03 +01:00
Brendan Sleight d3b6a9f7cb Correctung type in metadata 2024-09-29 21:05:43 +01:00
Brendan Sleight edf8e18b97 Correctung Readme 2024-09-29 19:47:35 +01:00
Brendan Sleight c557fa6139 Correcting icons and screenshots 2024-09-29 19:44:26 +01:00
Brendan Sleight add8b5ff89 Correcting metadata storage 2024-09-29 18:33:29 +01:00
Brendan Sleight a2025e9bac Correcting typos and adding icon 2024-09-29 17:52:01 +01:00
thyttan 2cb9c922a8 recorder: list tracks in reverse chronological order 2024-09-29 13:52:57 +02:00
Brendan Sleight 3dec5f90b7 Typo 2024-09-28 23:37:34 +01:00
Brendan Sleight 5c33007b10 First commit 2024-09-28 23:25:56 +01:00
Freubert b6296b22c1
Bump app version 2024-09-27 14:02:06 +02:00
Freubert cfd5755286
Bump app version 2024-09-27 14:01:34 +02:00
Freubert 2bafbf394e
Bump app version 2024-09-27 13:57:49 +02:00
Freubert c2699a02b1
Bump app version 2024-09-27 13:56:39 +02:00
Freubert a0459c06b4
remove special chars for 7seg font 2024-09-27 11:00:23 +02:00
Freubert f3db296830
remove special chars for 7seg font 2024-09-27 10:59:31 +02:00
Rob Pilling 2834c72e2e
Merge pull request #3591 from kamilkrz/fix/widbtstates-is-not-clkinfo
fix: widbtstates is not clkinfo
2024-09-27 08:56:32 +01:00
kamilkrz 43d910d96a widbtstates is not clkinfo 2024-09-27 08:33:24 +02:00
xxDUxx 237417a6fb
Update metadata.json 2024-09-26 11:41:45 +02:00
xxDUxx 8235c07e5f
Update ChangeLog 2024-09-26 11:41:27 +02:00
xxDUxx 7a92eb693e
Update app.js 2024-09-26 11:39:58 +02:00
Daniel Schulz 0849edf198 [mtnclock] Fix lint errors 2024-09-26 08:25:35 +02:00
Daniel Schulz a2e054e958 [mtnclock] Fix widgets disappearing on weather update 2024-09-26 08:25:22 +02:00
Milo Bauman 51684c98cd Added new version data 2024-09-25 16:31:55 -04:00
kamilkrz f4109eb6bd clkinfomsg: initial commit 2024-09-25 21:12:17 +02:00
aemkai b4f7f6f617
Update apps/blc/blc.settings.json
Yes, i found it in a tutorial this way, but i'm fairly new to JS

Co-authored-by: Rob Pilling <robpilling@gmail.com>
2024-09-25 19:58:31 +02:00
Milo Bauman 1814838f87 Removed HRV measurement functionality. Added milliseconds to the timestamp. Cleaned up some of the existing code. 2024-09-25 13:26:11 -04:00
xxDUxx 1f2b612525
Update ChangeLog - new version 2024-09-25 11:00:31 +02:00
xxDUxx 153421d9cc
Update metadata.json 2024-09-25 10:58:53 +02:00
xxDUxx 030a38df0e
Update widalt.wid.js 2024-09-25 10:53:35 +02:00
Gordon Williams 648ebd4321
Tweak slightly confusing coee that tries to set Object property name to an array 2024-09-25 09:23:03 +01:00
xxDUxx 0b194a2cd4
Merge branch 'master' into development 2024-09-25 10:12:58 +02:00
Gordon Williams 4689f45da5
Merge pull request #3575 from atjn/remove-meridians
locale: Remove meridians from time patterns
2024-09-24 08:40:55 +01:00
Rob Pilling 4eb59fe28b
Merge pull request #3582 from thyttan/edgeclk
edgeclk: live updates of step count
2024-09-23 22:10:18 +01:00
thyttan e8e24574b7 edgeclk: refactor step event handling
Only register event handler if we want to actually use the event.
2024-09-23 22:26:07 +02:00
Rob Pilling cc79ecc751
Merge pull request #3558 from flaparoo/hadash
hadash: initial release
2024-09-23 20:33:53 +01:00
Rob Pilling 25b16a1738 pace: use duration instead of time stat
time is total (or elapsed) time, duration is active time
2024-09-22 22:14:50 +01:00
Rob Pilling 1c7649b62f pace: resume, instead of start anew 2024-09-22 22:14:34 +01:00
Rob Pilling 5220bf6f86 pace: use `exstats` for measurements 2024-09-22 21:57:09 +01:00
Rob Pilling 594d08bf60 sched/clkinfo: schedule an alarm via `setAlarm`
... to ensure timers are scheduled from now
2024-09-22 21:55:26 +01:00
Rob Pilling 6657d34123 sched/clkinfo: ignore taps on events 2024-09-22 21:55:11 +01:00
thyttan 7a47e33441 edgeclk: live updates of step count 2024-09-22 12:53:03 +02:00
thyttan c5fbfa4482
Merge pull request #3568 from stweedo/boxclk
Update boxclk to v0.10
2024-09-22 10:32:12 +02:00
Anton 8367a865c4 Fix linter 2024-09-22 08:52:42 +02:00
Anton c8200c5067 Add a test locale 2024-09-22 08:46:06 +02:00
Rob Pilling 943de6fca8 sched/clkinfo: tapping an alarm toggles it on/off 2024-09-19 14:17:58 +01:00
Rob Pilling 84f12124fc clock_info: describe use of `dynamic` 2024-09-19 14:06:55 +01:00
Anton 9c173f313a counter: Support translations 2024-09-16 23:42:14 +02:00
Gordon Williams 5875cba522 0.03: Extend range slightly to include Ukrainian fonts 2024-09-16 16:40:52 +01:00
Anton f57992f3ae Remove meridians from time patterns 2024-09-16 13:24:37 +02:00
Gordon Williams 86b795220c
Merge pull request #3573 from atjn/locale-check
Improve sanity check for locales
2024-09-16 11:39:46 +01:00
Anton 0e53f127a1 Improve sanity check for locales 2024-09-14 22:01:43 +02:00
Flaparoo a6bf39620e hadash: banish evil eval 2024-09-13 20:50:07 +08:00
Rob Pilling 753780c4aa
Merge pull request #3570 from bobrippling/feat/promenu-long-title
promenu: scroll long titles
2024-09-13 12:45:11 +01:00
Gordon Williams 27450db7a6 Merge pull request #3572 from Guptilious/master 2024-09-13 09:05:53 +01:00
Rob Pilling aa6e46898f promenu: generate js 2024-09-12 18:22:47 +01:00
Rob Pilling 4061b419c6 promenu: scroll truncated menu lines 2024-09-12 18:22:37 +01:00
Rob Pilling 8aa839be26 promenu: factor out `drawLine()` 2024-09-12 18:21:46 +01:00
aemkai b7b23b83f1
Update blc.settings.js 2024-09-12 18:08:26 +02:00
aemkai 15c2ddb3c9
Update blc.settings.js 2024-09-12 18:05:31 +02:00
aemkai b5491e1371
Update blc.js 2024-09-12 18:05:12 +02:00
aemkai 3bdaad5fa4
Update blc.js
removed unused variables and cleaned tab/space-mix
2024-09-12 18:02:53 +02:00
aemkai 8336e4e7c5
Update blc.settings.js
removed space/tab mix
2024-09-12 18:02:07 +02:00
aemkai 3b37203584
Merge branch 'espruino:master' into master 2024-09-12 16:47:17 +02:00
aemkai 8bd5f3e56f
Update ChangeLog 2024-09-12 16:46:40 +02:00
aemkai 19391a0136
Update README.md
Added description for new functionalities.
2024-09-12 16:44:52 +02:00
aemkai 5403964960
Delete apps/blc/screenshot_blc.bmp
screenshot is outdated
2024-09-12 16:40:04 +02:00
aemkai db315f4b74
add settings files
add settings files for V4.0
2024-09-12 16:39:19 +02:00
aemkai ca055b4a31
upload new screenshots
upload new screenshots for V0.4
2024-09-12 16:37:23 +02:00
aemkai 2da349874b
Update metadata.json 2024-09-12 16:35:14 +02:00
aemkai 2569ef966a
Update blc.js
additional functions (change colors in settings)
2024-09-12 16:33:07 +02:00
thyttan 431100f724
Merge pull request #3548 from Guptilious/master
tv remote app
2024-09-12 11:25:20 +02:00
Guptilious beaa23da2d
Update apps/tvremote/app.js
Co-authored-by: thyttan <97237430+thyttan@users.noreply.github.com>
2024-09-12 10:05:40 +01:00
stweedo 824fef0e1a
Update screenshot to match boxclk-2.json config change 2024-09-12 03:02:18 -05:00
Guptilious ca004b2700
Update app.js
added an if statement to display an alert message if the tv config file is not present.
2024-09-12 07:56:31 +01:00
thyttan d1dbcc35aa
Merge pull request #3562 from flaparoo/calculator
calculator: truncate long numbers
2024-09-12 08:19:44 +02:00
stweedo 624cf0f510
Revised suffix formatting in getDate function 2024-09-11 23:38:00 -05:00
Gordon Williams bb92699e88
Merge pull request #3563 from thyttan/setui-proposal-preview
setuichange: throw if custom drag on some modes
2024-09-11 08:55:24 +01:00
Flaparoo 8113cbba4d hadash: added more to-dos 2024-09-11 10:29:10 +08:00
Flaparoo 6bf66d5fa2 calculator: append '...' to truncated numbers 2024-09-11 07:08:22 +08:00
thyttan 35b59ad217
gbdiscon: add note re Gadgetbridge version requirement 2024-09-10 22:39:28 +02:00
Rob Pilling d447b5c2e6 pace: initial app 2024-09-10 18:51:30 +01:00
thyttan ed534de39c gbdiscon: new app to disconnect from Gadgetbridge
gbdiscon sends an action intent that's picked up by Gadgetbridge to
disconnect the Bangle.js. It requires the Bluetooth intent API to be
enabled in Gadgetbridge. The clock face is loaded immediately.
2024-09-10 18:22:38 +02:00
thyttan c757b85760 setuichange: throw if custom drag on some modes
If custom drag handler is added together with mode updown or leftright
throw an exception.
2024-09-10 16:13:16 +02:00
Flaparoo dbeeee980f calculator: clean-up unused variables 2024-09-10 21:45:41 +08:00
Flaparoo 393f68260f calculator: clean-up unused variables 2024-09-10 21:42:35 +08:00
Flaparoo 563829bf82 calculator: truncate long numbers 2024-09-10 21:28:41 +08:00
thyttan 4d8c46ba51
Merge pull request #3541 from thyttan/pomoplus
pomoplus: increase size of fonts and buttons
2024-09-07 23:33:29 +02:00
thyttan c43f2c9f23
Merge pull request #3557 from flaparoo/aviatorclk
aviatorclk: v1.02 - various improvements
2024-09-07 23:07:58 +02:00
thyttan e353a4b6f1
Merge pull request #3560 from whenlit/master
New app: Dutch clock
2024-09-07 22:59:41 +02:00
stweedo 4287509061 Bump version 2024-09-07 13:09:14 -05:00
stweedo 42dd3b94f4
Changed event handlers from an object to individual functions 2024-09-07 11:08:41 -05:00
Martin Pool e4518870a6 Prune Changelog 2024-09-07 15:00:24 +02:00
Martin Pool 0d6f7687fc Remove unused constant 2024-09-07 12:59:15 +02:00
Martin Pool 490b165862 Make compatible with top and bottom widgets 2024-09-07 12:49:56 +02:00
stweedo 4bf23b4fbb Revise event handlers 2024-09-07 02:37:03 -05:00
Martin Pool 4bdf4a0b5c Move initialization into initialize function 2024-09-06 23:39:29 +02:00
Martin Pool 0219eeb0ef Fix loadWidgets location 2024-09-06 23:10:45 +02:00
Martin Pool 072db5c9b9 Fix midnight decisively 2024-09-06 22:53:14 +02:00
Martin Pool 610e1808f5 Fix midnight better 2024-09-06 22:45:18 +02:00
Martin Pool 85650f6d4b Fix midnight 2024-09-06 22:33:54 +02:00
Martin Pool bbc9d63d51 Fix widgets reappearing 2024-09-06 21:43:14 +02:00
stweedo 69d12f3114
Remove boxKeys declaration 2024-09-06 08:32:21 -05:00
stweedo 5f6fd9247d
Simplified code by removing boxKeys array 2024-09-06 08:21:00 -05:00
stweedo 48e02ba13f
Move check for cachedSize into calcBoxSize 2024-09-06 01:22:58 -05:00
stweedo 16a5650c41
Remove redundant code 2024-09-06 00:13:44 -05:00
stweedo 078e11173c
Update to V0.08 2024-09-05 23:42:39 -05:00
Martin Pool 17b82f9ae1 Add changelog 2024-09-05 22:00:59 +02:00
Martin Pool a53d1c2503 Update version 2024-09-05 21:55:02 +02:00
Martin Pool d4229a75d2 Make icon more readable 2024-09-05 21:51:46 +02:00
Flaparoo 1bc60185dd hadash: initial release 2024-09-05 11:25:55 +08:00
Flaparoo 11e51623e5 aviatorclk: v1.02 - various improvements 2024-09-05 09:33:32 +08:00
Martin Pool 2f91496e57 Add Midnight
Add README
2024-09-04 01:10:59 +02:00
Martin Pool 42947f27bc Fix time and date lines 2024-09-04 00:13:23 +02:00
Brian Whelan 919e7243b7 Support Gadgetbridge canned responses 2024-09-03 22:57:35 +01:00
Martin Pool 966452854e Finetuning 2024-09-03 23:57:14 +02:00
Martin Pool 5977d9b412 Fix timelines 2024-09-03 23:51:05 +02:00
Martin Pool 97785aadbd Add time line 2024-09-03 23:46:05 +02:00
Martin Pool f61aa0650a Fix setting name 2024-09-03 23:32:19 +02:00
Martin Pool b8a8d9bbd7 Add date and time settings 2024-09-03 23:26:21 +02:00
Martin Pool f35a7e5097 Add some screenshots 2024-09-03 23:20:15 +02:00
Martin Pool 2cb7ed6f9f Fix bug 2024-09-03 23:17:01 +02:00
Martin Pool 4bca60e070 Fix bug
Up version
2024-09-03 23:12:02 +02:00
Martin Pool 9753795231 Add settings for time and date lines
Add separate defaults file
2024-09-03 23:05:45 +02:00
stweedo f46e454a0b
Bump version 2024-09-03 01:59:15 -05:00
stweedo 53b72754ff
Update comments 2024-09-03 00:27:51 -05:00
stweedo 3de80a7217
Update example config to match screenshot 2024-09-03 00:22:38 -05:00
stweedo 3cc5c3f31d
Restore custom background function, fix clockbg usage, restore img linked in readme 2024-09-03 00:20:29 -05:00
Martin Pool 45cc0dc60f Allow emulator 2024-09-03 00:55:10 +02:00
Martin Pool bdb681d848 Add dutchclock app 2024-09-03 00:41:50 +02:00
Rob Pilling 48d077e2e4
Merge pull request #3549 from pavelmachek/m_31_trail
trail: initial import
2024-09-02 18:11:50 +01:00
Gordon Williams 54326e622b
Merge pull request #3554 from paul-arg/messageicons
messageicons: add more icons including gmail, google agenda, google m…
2024-09-02 11:18:14 +01:00
Rob Pilling c359ea44e5
Merge pull request #3550 from pavelmachek/m_32_sixths
sixths: create version 0.10
2024-09-01 21:57:11 +01:00
thyttan d7f7d2b95d pomoplus: fix unintentional redraws when unlocking 2024-08-31 22:43:39 +02:00
thyttan ff3228c8f2 pomoplus: refactor function names
touchHandler -> onTouchSoftwareButtons
switchGraphicsOnButton -> onButtonSwitchGraphics
2024-08-31 22:23:05 +02:00
thyttan 12fa580e0d
Merge pull request #3472 from paul-arg/elapsed_t
elapsed_t: use new pickers from the more_pickers module, add seconds display settings
2024-08-31 22:07:47 +02:00
thyttan f20683cc4e pomoplus: fix typo in readme 2024-08-31 21:57:44 +02:00
thyttan 70be2ed03f pomoplus: HW button hide/show widgets + SW buttons 2024-08-31 21:55:24 +02:00
paul-arg 4b1e4d01ce elapsed_t: remove unused function 2024-08-31 21:55:23 +02:00
thyttan 8ab198ea21
Merge pull request #3551 from atjn/gbmusic-lang
gbmusic: Upgrade to new translation system
2024-08-30 02:23:32 +02:00
paul-arg 1005b67c54 messageicons: add more icons including gmail, google agenda, google messages 2024-08-29 22:33:21 +02:00
Anton f894bd5898 Release new version 2024-08-29 21:12:58 +02:00
Anton 8662f635d8 Upgrade to new translation system 2024-08-29 21:11:06 +02:00
Pavel Machek e521b67d59 sixths: Mark version as 0.10 for consistency with other apps. 2024-08-29 11:32:50 +02:00
Guptilious 1a1d8cf1dd
Update app.js 2024-08-29 10:09:28 +01:00
Guptilious f49a9341a5
Update app.js 2024-08-29 09:38:30 +01:00