Commit Graph

16529 Commits (1e32d090d02517fac4de61016216f45983bc0b93)

Author SHA1 Message Date
thyttan 7041a9d77d
Merge pull request #3618 from retcurve/edgewrite
EdgeWrite keyboard
2024-10-21 21:29:32 +02:00
thyttan 141981a40a
Merge pull request #3615 from pavelmachek/m_33_sixths
sixths 0.11: implement sunrise/sunset times
2024-10-21 21:26:50 +02:00
thyttan ad9a3003d4
Merge pull request #3616 from pavelmachek/m_34_trail
trail 0.10: Redesign to make screen updates fast
2024-10-21 21:25:17 +02:00
thyttan 5c2760ab02
Merge pull request #3614 from bobrippling/feat/promenu-scroll-no-dots
promenu: don't show "..." when a string is fully scrolled in
2024-10-21 21:22:20 +02:00
Ian Ward 77f82b7c1e hide widget bar 2024-10-21 19:48:12 +01:00
Ian Ward 993873c9a7 New keyboard 2024-10-21 15:45:46 +01:00
Gordon Williams 2c534e5a44 docs 2024-10-21 10:34:46 +01:00
Gordon Williams fcdced1c86 0.02: Removed many non-interesting facts 2024-10-21 10:34:45 +01:00
thyttan 50604037c1
Merge pull request #3565 from bobrippling/feat/pace-app
New app: pace
2024-10-18 13:24:51 +02:00
Pavel Machek 6da5a5eb09 trail: remove unused functions 2024-10-17 18:29:15 +02:00
Pavel Machek 4a654cc75d trail: mark this as 0.10. 2024-10-17 18:26:03 +02:00
Pavel Machek 2b84cc3760 trail: fix distance when line is zero length. 2024-10-17 18:26:03 +02:00
Pavel Machek 50cf977f79 trail: fix end-of-track in demo, cleanups 2024-10-17 18:25:59 +02:00
Pavel Machek 594a7e446a trail: actually redraw when we are near the boundary
avoid repainting same segments over and over to make stuff faster.
Speed optimalizations (faster but less correct).
2024-10-17 18:25:45 +02:00
Pavel Machek 3d4661c099 trail: get arrow painting back to work. 2024-10-17 18:25:45 +02:00
Pavel Machek 148abc5ac2 trail: Provide a bit of feedback while loading. 2024-10-17 18:25:45 +02:00
Pavel Machek 80e519fad9 trail: start using zoom library. I guess it is still buggy. 2024-10-17 18:25:27 +02:00
Pavel Machek 1f567f0bcd trail: accept r.*.egt, too, for return tracks. 2024-10-17 18:25:26 +02:00
Pavel Machek 3342d9ec28 trail: allow displaying overview
introduce off-screen buffer for overview
2024-10-17 18:25:19 +02:00
Pavel Machek 8e630bfe9d sixths: Mark this as 0.11 2024-10-17 15:00:02 +02:00
Pavel Machek 8c78f552df sixths: only display times when set/rise is close 2024-10-17 15:00:02 +02:00
Pavel Machek b12cb9ff8b sixths: add sunset/sunrise support. 2024-10-17 14:59:52 +02:00
Rob Pilling 7c2f191fa7 promenu: don't show "..." if the string isn't truncated 2024-10-16 21:58:19 +01:00
Rob Pilling d1de2fa67c promenu: consts 2024-10-16 21:57:55 +01:00
Rob Pilling 47a8d264ab pace: draw split text in theme fg colour 2024-10-16 21:26:57 +01:00
Rob Pilling dc84e2600f pace: make app icon white
- compression
- transparency
- inverted
2024-10-16 21:24:43 +01:00
thyttan 8e78202737
Merge pull request #3611 from retcurve/tinyheads
Tinyheads
2024-10-15 21:00:10 +02:00
thyttan 4841c9841b messagegui: add screenshot directions notification 2024-10-15 16:17:50 +02:00
Rob Pilling 7718374e12 pace: generate js 2024-10-15 08:24:24 +01:00
Rob Pilling 53a4f4b002 pace: note todo/feature ideas in README 2024-10-15 08:23:26 +01:00
Rob Pilling 566042bdac typescript: generate types (boolean -> ShortBoolean)
also patch btadv
2024-10-15 08:23:26 +01:00
Rob Pilling 281b178613 pace: fix pace calculation 2024-10-15 08:23:26 +01:00
Rob Pilling a19d56c860 pace: backlight-on, on twist 2024-10-15 08:23:26 +01:00
Rob Pilling 625f065834 pace: fix distance totalling 2024-10-15 08:23:26 +01:00
Rob Pilling fa0a6f2ab8 pace: save splits 2024-10-15 08:23:26 +01:00
Rob Pilling 09a46eccfd pace: compensate for next split 2024-10-15 08:23:26 +01:00
Rob Pilling 160093a07b pace: fix split calcs
i.e. time/distance mix-up
2024-10-15 08:23:26 +01:00
Ian Ward d5147271d8 add missing lets 2024-10-14 22:55:13 +01:00
Woogal fc8254c09e
Merge branch 'espruino:master' into tinyheads 2024-10-14 22:48:10 +01:00
Ian Ward 98de95415f new app: tinyheads clock 2024-10-14 22:45:19 +01:00
Rob Pilling ca1cb2253a pace: drop lazyUnlazy 2024-10-14 18:39:37 +01:00
Rob Pilling 5c9a4aed62 pace: reset exstats on load 2024-10-14 18:39:37 +01:00
Rob Pilling eabb2a8828 pace: fix duration formatting 2024-10-14 18:39:37 +01:00
Rob Pilling 4493b343bd pace: factor out `drawSplit()` 2024-10-14 18:39:37 +01:00
thyttan 13d982881b
Merge pull request #3588 from mjearlb/master
Update 0.02
2024-10-14 17:51:59 +02:00
thyttan 9d7542701f
Merge pull request #3607 from bobrippling/feat/recorder-dl-cache
recorder: cache downloaded tracks
2024-10-13 00:45:01 +02:00
thyttan c614891b27 kineticscroll: forward the type of touch (short/long).
Bring in change from the firmware implementation forwarding the type of touch (short/long).
2024-10-12 00:42:51 +02:00
thyttan 4771e0f556 swscroll: forward the type of touch (short/long).
Bring in change from the firmware implementation forwarding the type of touch (short/long).
2024-10-12 00:24:56 +02:00
thyttan a52920f005 alarm: toggle alarm from main menu
... either by long touch on an alarm entry or touching its icon on the
right.
2024-10-11 12:32:00 +02:00
Rob Pilling e1c63e8583 sched: add disabled event icon 2024-10-09 22:01:42 +01:00
Rob Pilling c01c81f78e sched: remove unused param 2024-10-09 21:54:45 +01:00
Gordon Williams 028b2e37e6 clockbg 0.05: Random square+plasma speed improvements (~2x faster) 2024-10-09 19:40:58 +01:00
Gordon Williams fac80e8f12 Add simple clock using 'Clock Backgrounds' to allow custom colour or image backgrounds. The date is in the widget bar which you can swipe down 2024-10-09 14:55:03 +01:00
Gordon Williams c1555ee6be Add 'fact clock' that puts one of 300 facts (according to Google AI) on the screen 2024-10-09 14:51:49 +01:00
Gordon Williams c3f275caf4 update example app 2024-10-09 14:49:56 +01:00
Gordon Williams b658ad91c6 clockbg 0.04: More options for different background colors
+      'Plasma' generative background
+      Add a 'view' option in settings menu to view the current background
2024-10-09 12:26:02 +01:00
Gordon Williams 66a9f8b6cb updated pebblepp with fix for bottom line and other improvements 2024-10-09 11:22:43 +01:00
Gordon Williams 78dd28b389 lint ex 2024-10-09 11:22:16 +01:00
Rob Pilling 620fb0769d recorder: cache downloaded tracks
to allow a user to save as GPX, then instantly as CSV, rather than
waiting to download the same data again.
2024-10-08 20:38:44 +01:00
Gordon Williams 0dbdaad3b8 messagesgui: 0.81: Fix issue stopping Music message for being marked as read
Make sure play button image is transparent
      Add top-right menu to music playback to allow message to be deleted
2024-10-08 11:21:29 +01:00
Gordon Williams 3929f98801 Android: 0.38: Don't rewrite settings file on every boot! 2024-10-08 11:20:46 +01:00
thyttan 1f6195f2d5 alarm: fix uncaught error if no scroller (Bangle 1) 2024-10-07 20:47:24 +02:00
thyttan 8ae59c8db6
Merge pull request #3579 from bobrippling/feat/alarm-clkinfo
Allow toggling an alarm via clkinfo
2024-10-07 09:56:35 +02:00
Rob Pilling 4d9deeaa6d
sched: fix event icon b/w
Co-authored-by: thyttan <97237430+thyttan@users.noreply.github.com>
2024-10-06 22:02:09 +01:00
Rob Pilling 5671c8bbe0 sched: add clkinfo text for events 2024-10-06 11:16:09 +01:00
Rob Pilling a5a915e38a sched: add clkinfo icon for events 2024-10-06 11:16:01 +01:00
Rob Pilling 46321d91b7 sched clkinfo: reset a timer when triggering 2024-10-03 21:07:39 +01:00
Rob Pilling 5fc1f5cd13 sched clkinfo: revert to toggling `alarm.on` 2024-10-03 21:07:08 +01:00
Rob Pilling acc940d99f sched: add `resetTimer()` 2024-10-03 21:06:44 +01:00
thyttan 4861719176
Merge pull request #3601 from bobrippling/fix/promenu-mutate
promenu: don't modify the menu object
2024-10-03 15:36:23 +02:00
Rob Pilling bb769a0bb9 promenu: don't modify the menu object
This fixes hadash, which uses `menu[""]` after calling `showMenu`
2024-10-03 12:01:42 +01:00
thyttan 7f37e90d70
Merge pull request #3595 from bmsleight/master
Exact Words Clock App
2024-10-03 00:26:44 +02:00
Brendan Sleight 87a02e3b48 Patch by thyttan - compatible with themes 2024-10-02 23:06:52 +01:00
Flaparoo 317f4903d6 hadash: wrapper function for showMenu; better way to implement silent option 2024-10-02 10:07:35 +08:00
Flaparoo 3b955b6d12 hadash: remember scoll positions of menus; "silent" option for service calls 2024-10-01 19:59:48 +08:00
Brendan Sleight aa85488155 Removing unused variable 2024-09-30 22:00:16 +01:00
Rob Pilling b54b0539c3
Merge pull request #3598 from kamilkrz/fix/widminbt-is-a-bluetooth-widget
widminbt: register as a bt widget
2024-09-30 21:19:46 +01:00
Rob Pilling 68191d9ec8
Merge pull request #3587 from kamilkrz/newapp/msgclkinf
clkinfomsg: clockinfo for displaying messages count
2024-09-30 20:45:56 +01:00
Rob Pilling a4ba610cdc
Merge pull request #3586 from gloriousDan/fix-mtnclock-widgets
mtnclock: fix widgets disappearing on weather update
2024-09-30 20:30:27 +01:00
kamilkrz 144c8aabf8 widminbt is now correct bt widget 2024-09-30 13:19:49 +02:00
kamilkrz 8673330457 Typos and garbage removal 2024-09-30 12:07:45 +02:00
Gordon Williams a6436483da
Merge pull request #3594 from thyttan/recorder
recorder: list tracks in reverse chronological order
2024-09-30 10:02:14 +01:00
Gordon Williams e87a71508b
Merge pull request #3530 from atjn/test-locale
Add a test locale
2024-09-30 09:57:48 +01:00
Gordon Williams 6f8871ca90
Merge pull request #3556 from WhelanB/reply-gadgetbridge
Support Gadgetbridge Canned Responses
2024-09-30 09:55:22 +01:00
Rob Pilling 50e47f27f7
Merge pull request #3592 from Freubert/master
lcdclock/lcdclockplus: fix special characters in clockinfo menus
2024-09-30 08:55:25 +01:00
Rob Pilling 741b24d56f
Merge pull request #3590 from xxDUxx/master
Altimeter Widget 0.03
2024-09-30 08:53:45 +01:00
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
Pavel Machek 468f55950d sixths: fix warnings 2024-08-29 09:38:47 +02:00
Pavel Machek cfcfe8e985 sixths: Increase version 2024-08-29 09:36:05 +02:00
Pavel Machek 1b40897ea2 sixths: add fixme. 2024-08-29 09:32:39 +02:00
Pavel Machek 942ff4aaf8 sixths: gethour was not available, try this 2024-08-29 09:32:39 +02:00
Pavel Machek a104f12f7e sixths: show version on info 2024-08-29 09:32:39 +02:00
Pavel Machek d25b643c49 sixths: start testing Sun time/pos 2024-08-29 09:32:39 +02:00
Pavel Machek 68ae86361c sixths: start importing suncalc. 2024-08-29 09:32:39 +02:00
Pavel Machek 5c77834a6b sixths: Activate delta pressure measurement 2024-08-29 09:32:39 +02:00
Pavel Machek 7057b34e6f sixths: fix hPa formatting. 2024-08-29 09:32:39 +02:00
Pavel Machek bc0a490bea sixths: better implementation of "info". 2024-08-29 09:32:39 +02:00
Pavel Machek 099e504d3f sixths: fix alt up/down counts. 2024-08-29 09:32:39 +02:00
Pavel Machek 6b201ceb7f sixths: simplify climb/descent display, scalable altitude warnings. 2024-08-29 09:32:39 +02:00
Pavel Machek 64cfbeb157 sixths: more altitude fixups, hopefully correct 2024-08-29 09:32:39 +02:00
Pavel Machek 462dc3827b sixths: fixup altitude totals. Still not fully correct. 2024-08-29 09:32:39 +02:00
Pavel Machek ba21c2ba7b sixths: Tweak settings for easier debugging. 2024-08-29 09:32:39 +02:00
Pavel Machek f61a98d1b9 sixths: start implementing climb/descent. 2024-08-29 09:32:39 +02:00
Pavel Machek e6f864d441 sixths: Fix pressure change handling. 2024-08-29 09:32:39 +02:00
Pavel Machek a27f40c9f6 sixths: save night pressure to watch trend. 2024-08-29 09:32:39 +02:00
Pavel Machek 08870ec31a sixths: start logging more data. 2024-08-29 09:32:39 +02:00
Pavel Machek 543e51846b sixhts: Warn when GPS altitude does not match baro. 2024-08-29 09:32:39 +02:00
Pavel Machek 6c04da4c01 sixths: Keep GPS on for longer. 2024-08-29 09:32:39 +02:00
Pavel Machek 8d19a35853 sixths: add pressure formatting. 2024-08-29 09:32:39 +02:00
Pavel Machek bc98682aa9 sixths: use icons from library. 2024-08-29 09:32:39 +02:00
Pavel Machek 1498c501d9 sixths: start using fmt library. 2024-08-29 09:32:39 +02:00
Pavel Machek ee934d5bb5 sixths: fixup moving to struct. 2024-08-29 09:32:39 +02:00
Pavel Machek 522a53c5b7 sixths: move state into struct so we can save it 2024-08-29 09:32:38 +02:00
Pavel Machek fda027fa18 sixths: Get my location from... mylocation. 2024-08-29 09:32:38 +02:00
Pavel Machek d9fa77f818 sixths: Implement hiding info after timeout 2024-08-29 09:32:38 +02:00
Pavel Machek 23d2766bf1 sixths: This should keep power with GPS on 2024-08-29 09:32:38 +02:00
Pavel Machek 8d6c4f70ca sixths: This should fix keep_fix_for logic 2024-08-29 09:32:38 +02:00
Pavel Machek a06e73b316 sixths: Allow keeping distances over restarts, better debug display implementation 2024-08-29 09:32:38 +02:00
Pavel Machek 2e8a52198d sixths: fix docs, adjust times for keeping the gps fix. 2024-08-29 09:32:38 +02:00
Pavel Machek 490f37f7c6 siths: Acknowledge commands. 2024-08-29 09:32:38 +02:00
Pavel Machek 661bf324fd sixths: Refactor info printing, so we can scroll down less important stuff 2024-08-29 09:32:38 +02:00
Pavel Machek 19e9fa8361 sixths: fix issues in emulator, a bit bigger font 2024-08-29 09:32:38 +02:00
Pavel Machek e876804ebc trail: fix warnings 2024-08-29 09:12:38 +02:00
Pavel Machek db223d4ca3 trail: initial import.
Initial import of GPX-following application.
2024-08-29 09:07:13 +02:00
Guptilious 6ad651e273
Update README.md 2024-08-28 13:32:12 +01:00
Guptilious 4d63ddf134
Update README.md 2024-08-28 13:31:24 +01:00
Guptilious f3bbaeb7f0
Update README.md 2024-08-28 13:20:56 +01:00
Guptilious abec3f7701
Create README.md 2024-08-28 13:02:22 +01:00
Guptilious 022181a3e5
Update app.js
amended app back button
2024-08-28 12:36:17 +01:00
thyttan 15f8906723 pomoplus: hide buttons and widgets when locked 2024-08-27 23:48:15 +02:00
thyttan 65ab758bea pomoplus: tweak var names, apply scaling to radius
Also reword the comment regarding SCALING.
2024-08-27 22:09:44 +02:00
Anton effa1b654a Support forced meridians 2024-08-27 13:51:06 +02:00
Gordon Williams 43893bab27
Merge pull request #3535 from atjn/meridian-fix-1
Improve support for meridians
2024-08-27 11:18:09 +01:00
thyttan b558052d83
Merge pull request #3540 from reelyactive/master
Added OpenLocate Beacon app
2024-08-27 10:39:48 +02:00
Gordon Williams a5930b12e1
Merge pull request #3513 from WhelanB/messagegui
Add support for reply lib to messagegui app
2024-08-27 09:29:20 +01:00
jeffyactive d66fc98676 Corrected version number to match ChangeLog 2024-08-26 09:27:22 -04:00
jeffyactive c330ef9cc0 Version bump 2024-08-26 09:24:50 -04:00
jeffyactive fc4428a054 Shortened menu title (app name) to fit screen 2024-08-26 09:22:16 -04:00
jeffyactive 5d241b3830 Removed HDOP from menu/display to elimate need for scrolling 2024-08-26 09:20:16 -04:00
frederic wagner 4ceebd72ee gipy: bump metadata version 2024-08-26 10:59:11 +02:00
frederic wagner b667ace938 Merge branch 'master' of github.com:espruino/BangleApps 2024-08-26 10:55:24 +02:00
Guptilious 1906e8a8b9
Create metadata.json
added metadata
2024-08-26 09:26:39 +01:00
Guptilious 99b09b5617
Create app-icon.js
adding app-icon
2024-08-26 09:18:42 +01:00
Guptilious 55bdf8cff7
added app image
app image
2024-08-26 09:08:26 +01:00
Guptilious d6a506ac9a
Rename tvremove.app.js to app.js 2024-08-26 09:07:09 +01:00
Guptilious 74394f10f3
Create tvremove.app.js
added inital code
2024-08-26 09:04:57 +01:00
thyttan ffdfe98b92 pomoplus: add README.md 2024-08-25 14:30:09 +02:00
thyttan 9a6bc59045
Add readme field to metadata 2024-08-25 12:21:04 +02:00
thyttan f38a4b9512
Create README.md 2024-08-25 12:17:57 +02:00
aemkai 77ae38464a
Update blc.js
- commented unused variables out
- little simplifications at msbits-array
- changed variable names to English
2024-08-24 20:09:25 +02:00
thyttan 1e8acd2ce6
Update ChangeLog 2024-08-24 19:47:38 +02:00
thyttan d4f0c98717
Update and rename Change.log to ChangeLog 2024-08-24 19:46:10 +02:00
thyttan e262880005 pomoplus: increase size of fonts and buttons
for legibility and ease of use.

Also center the images correctly with regards to their anchoring.
2024-08-24 19:41:17 +02:00
aemkai b566d5cd02
Update blc.js
changed comments to English and some cleanup
2024-08-24 19:11:14 +02:00
aemkai e867b86b63
Add Changelog 2024-08-24 19:03:19 +02:00
aemkai c7b47dc9d7
upload additional files 2024-08-24 18:03:07 +02:00
aemkai 5edca54501
Create blc.js 2024-08-24 17:54:26 +02:00
aemkai 67a0c80a33
Delete apps/binaryledclk directory 2024-08-24 17:53:14 +02:00
aemkai 109646eca8
Rename binaryledclk.info to metadata.json 2024-08-24 17:40:28 +02:00
aemkai fb07b54938
Upload additional files 2024-08-24 17:37:37 +02:00
aemkai a1c17b6416
Rename binaryledclk to binaryledclk.app.js 2024-08-24 17:28:25 +02:00
aemkai 5df6ec8526
Create binaryledclk 2024-08-24 17:27:41 +02:00
jeffyactive 058e19ad49 Corrected typo and removed extra newlines 2024-08-20 09:06:19 -04:00
jeffyactive 1443cc4000 Removed remaining invalid references to Number.isFinite() 2024-08-19 18:22:03 -04:00
jeffyactive eb20a35e0d Version bump 2024-08-19 18:09:01 -04:00
jeffyactive 46de0a5ae8 Corrected test for NaN 2024-08-19 18:00:30 -04:00
jeffyactive 431f7570d7 Corrected shortName 2024-08-19 17:47:59 -04:00
jeffyactive 17267ebbba Corrected variable/function names 2024-08-19 14:00:48 -04:00
jeffyactive f1453c5b81 Added OpenLocate Beacon app 2024-08-19 13:51:28 -04:00
Rob Pilling e51f7bfbe7
Merge pull request #3539 from devsnd/supaclock-0.02
supaclock: 0.02
2024-08-19 12:18:17 +01:00
Rob Pilling 99c5cf96b9
Merge pull request #3538 from bobrippling/feat/drained-charging
drained: make it clear when charging, via the clock
2024-08-19 12:17:32 +01:00
Rob Pilling 32e3cc705d drained: make it clear when charging, via the clock 2024-08-19 12:15:56 +01:00
Rob Pilling bc39a32483
Merge pull request #3529 from atjn/custom-locale
locale: Support custom date and time formats, save the last uploaded locale
2024-08-19 08:22:04 +01:00
Rob Pilling 78c4f73e81
Merge pull request #3528 from nxdefiant/gipy
gipy: display track on openstmap and update lint
2024-08-19 08:21:47 +01:00
Rob Pilling f9663e3e26 Merge branch 'gipy-fix' of https://github.com/atjn/BangleApps 2024-08-19 07:38:38 +01:00
Rob Pilling 9230d112c0 promenu: bump version 2024-08-19 07:35:07 +01:00
Tom Wallroth f73e92c0bb supaclock: 0.02 2024-08-17 13:01:32 +02:00
Anton 332d3ca336 Add `is12Hour` function to locale 2024-08-15 17:14:17 +02:00
Anton 10b2e9e8dd Only return meridian for 12-hour clocks 2024-08-15 17:13:58 +02:00
Anton d40a0100b8 gipy: Fix lint issues 2024-08-15 12:21:58 +02:00
Rob Pilling 84aabfade4
Merge pull request #3502 from only-meeps/master
8ball: add app and change boxclk to use clockbackgrounds app
2024-08-13 07:26:46 +01:00
Rob Pilling 19f3d83e16
Merge pull request #3527 from Septolum/lato
lato: add optional date display
2024-08-13 07:25:08 +01:00
Erik Andresen c873bf3dd3 gipy openstmap: clear area before redraw 2024-08-11 12:59:34 +02:00
Rob Pilling c6d4713f5b promenu: only calculate offsets for plain (non-image) strings
This fixes the alarm app, for example, which shows images within the strings
2024-08-10 16:19:30 +01:00
Rob Pilling 5dac7b2624 promenu: return a scroller (fixes alarms app) 2024-08-10 15:54:12 +01:00
Anton 7fd7b531d2 Minor fixes
This makes the document standards-compliant
2024-08-07 18:06:59 +02:00
Anton ece3735684 Save the last uploaded locale 2024-08-07 17:33:46 +02:00
Anton fce8ef2d12 Support custom date and time formats 2024-08-07 15:20:13 +02:00
Gordon Williams 477165153a 2v24 crc 2024-08-07 08:52:38 +01:00
Septolum 2d26028e24 Update changelog 2024-08-06 21:52:42 +01:00
Septolum 77fded87dc Add date settings, update readme 2024-08-06 18:42:53 +01:00
Septolum 734e64ec53 Remove commented out alt method (slower code) 2024-08-06 13:34:55 +01:00
Septolum 93f6dbae74 Add date display 2024-08-06 13:32:15 +01:00
Erik Andresen a0119ba74c gipy: increment version 2024-08-06 05:45:46 +02:00
Erik Andresen 01edc827f3 gipy openstmap: drag, zoom 2024-08-06 05:45:14 +02:00
Rob Pilling f59a198e2d
Merge pull request #3525 from bobrippling/fix/slopeclockpp-clkinfo-colour
slopeclockpp: avoid reusing background colour for clkinfo
2024-08-05 20:06:21 +01:00
Rob Pilling 2c4e52d720 Apply background/clockbg 2024-08-05 19:59:57 +01:00
Rob Pilling 438c3b83c8 Revert dropped code 2024-08-05 19:59:44 +01:00
Rob Pilling 8de9870850 Revert changes from IDE 2024-08-05 19:59:24 +01:00
Rob Pilling a6e0991065 slopeclockpp: bump version 2024-08-03 14:06:14 +01:00
Rob Pilling 08e9d34392 slopeclockpp: fix lint 2024-08-03 14:06:14 +01:00