Andy Smy
23e646edf0
Create interface.html
2025-04-17 15:32:48 +01:00
Andy Smy
6f65d13905
Update metadata.json
2025-04-17 15:01:10 +01:00
Andy Smy
fdbecd0c65
Update app.js added storage as csv
2025-04-17 13:57:26 +01:00
Andy Smy
4eadb8fcc9
Added icon for app loader
2025-04-17 13:41:16 +01:00
Andy Smy
e2b313b2c6
Update app.js
2025-04-17 13:38:41 +01:00
Andy Smy
c0d04784c3
Create metadata.json
2025-04-17 13:37:35 +01:00
Andy Smy
4fb2c29592
Update app-icon.js
2025-04-17 13:34:03 +01:00
Andy Smy
6317206cc3
Create app-icon.js
2025-04-17 13:33:43 +01:00
Andy Smy
8a79248fa7
Update app.js
2025-04-17 13:13:38 +01:00
Andy Smy
4e55049c3d
Create app.js
2025-04-17 13:12:56 +01:00
Andy Smy
83db9b8a66
Delete apps/umpire/umpire.app.js
2025-04-17 13:12:17 +01:00
Andy Smy
04d5d1cba8
Create umpire.app.js
2025-04-17 13:11:19 +01:00
Rob Pilling
fd06a5de3b
bikespeedo: 0.08
2025-04-16 18:21:01 +01:00
Rob Pilling
2d6b9ad488
bikespeedo: `g.reset()` on main draw functions
...
i.e. `drawFix()`, `updateClock()` and `start()`
2025-04-16 18:19:24 +01:00
Rob Pilling
e34caa8014
bikespeedo: whitespace
2025-04-16 18:18:31 +01:00
Rob Pilling
cc051726cc
Merge pull request #3683 from bobrippling/feat/pace-reset
...
pace: handle GPS skew, allow reset of time/splits
2025-04-16 08:15:57 +01:00
Gordon Williams
ed35b19751
increase fallback packet size (128 was much smaller than needed)
2025-04-16 08:06:48 +01:00
Gordon Williams
ae23497608
Add a fallback - if packet upload fails, try again after setting the upload packet size right down
...
Fixes https://github.com/espruino/BangleApps/issues/3792
2025-04-15 14:56:44 +01:00
Gordon Williams
c0b774206d
misc updates for reliability
2025-04-15 14:42:03 +01:00
Gordon Williams
35d758d201
uart 1.14: Ignore 'backspace' character when searching for newlines Remove fs/noACK from espruinoSendFile if not needed Longer log messages
2025-04-15 14:27:06 +01:00
Gordon Williams
90d6ad67e1
add File Upload Compatibility mode (disables binary packet upload)
2025-04-15 09:59:37 +01:00
Gordon Williams
dc899a755e
Report low disk space on Bangle.js, also retry on upload error and finally report it (rather than just hanging)
2025-04-14 16:18:06 +01:00
Travis Evans
4cbdaa231a
Provision for setting chained timers in the UI
2025-04-11 21:20:24 -05:00
Gordon Williams
67e07ec9fd
0.66: Fix 'Auto-Open Unread Msg' polarity - previously checking the box would ignore unread messages
2025-04-11 16:47:49 +01:00
Gordon Williams
335bf9edb5
clockbg 0.07: Added 'rings'and 'tris' background styles
2025-04-11 16:47:49 +01:00
Rob Pilling
2dc852265c
Merge pull request #3793 from czeppi/cc_astro
...
Add a new face clock
2025-04-11 12:12:20 +01:00
Rob Pilling
b6ce3bce76
Merge pull request #3794 from czeppi/cc_abstract
...
Add a new face clock "cc-abstract"
2025-04-11 12:12:09 +01:00
Rob Pilling
42a81ef4ef
Merge pull request #3797 from randyheydon/agenda_clkinfo_allday
...
agenda: fix all-day event offsets in clock info.
2025-04-11 09:00:05 +01:00
Randy Heydon
5a253983ed
agenda: fix all-day event offsets in clock info.
...
All-day events synchronized from Gadgetbridge always start at midnight UTC,
which causes them to display as different days depending on time zone offset
(specifically negative offsets display the date as one day early). This was
previously fixed in the agenda app in pull request #3695 (commit bcf88c3 ).
This commit replicates that fix in the clockinfo that agenda provides.
2025-04-09 20:52:22 -04:00
Travis Evans
c7a0451649
Automatically assign IDs to timers so that referencing is possible
2025-04-09 17:01:41 -05:00
Travis Evans
1a9e5dbd64
Fix PrimitiveTimer.to_msec if value is 0
2025-04-08 15:37:00 -05:00
Travis Evans
ac2a1c5e53
Switch to triple-picker for setting timers
2025-04-07 14:43:28 -05:00
thyttan
9be612592d
Merge pull request #3762 from randyheydon/noteify_clkinfo
...
noteify: make notes available to clock info.
2025-04-06 21:15:17 +02:00
Travis Evans
0fdd128f37
Simplify PrimitiveTimer.to_msec
2025-04-06 12:59:13 -05:00
thyttan
5aa6c3ba41
Merge pull request #3790 from thyttan/master
...
cutelauncher + taglaunch: Clear cached app list when updating showClocks setting
2025-04-06 19:30:29 +02:00
thyttan
1d568b5785
Merge pull request #3789 from thyttan/dtlaunch
...
dtlaunch: fix caching preventing settings taking effect and use own chache file
2025-04-06 02:02:45 +02:00
thyttan
33fd0ab4fe
dtluanch: respect showLaunchers setting
2025-04-06 01:59:32 +02:00
Travis Evans
fef2f224a6
Adjust font sizes
2025-04-04 18:27:30 -05:00
Travis Evans
7294b0477c
Add accidentally omitted function (though I don't plan on using it)
2025-04-04 18:27:23 -05:00
Travis Evans
91edde0428
Bit of code simplification/cleanup
2025-04-04 16:37:58 -05:00
Gordon Williams
298167fdf5
uart 1.13: Ensure UART.eval waits for a newline for the result like the Puck.js lib (rather than just returning whatever there was)
2025-04-04 09:10:18 +01:00
Travis Evans
b6d169f189
Fix bugs in UI timer update timing
2025-04-03 17:17:01 -05:00
Travis Evans
127b1b5f5e
Finish implementation of TimerFormatView
2025-04-02 17:07:47 -05:00
Travis Evans
4854c45762
Change “view mode” terminology to “format”
2025-04-02 17:07:47 -05:00
czeppi
f09ef6667c
fix problem with "polygon" variable
2025-04-01 21:34:49 +02:00
Gordon Williams
c6c5475dd8
launch 0.25: Remove Vector Font size option (Vector fonts added as other font styles)
...
Add Height option to set menu item height independently of Font
2025-04-01 13:40:55 +01:00
Gordon Williams
fe144348cd
Merge pull request #3788 from thyttan/launch
...
launch: fix fullscreen and showClocks setting
2025-04-01 12:53:09 +01:00
Gordon Williams
144d9385f7
Fix lint
2025-04-01 11:27:49 +01:00
Gordon Williams
1702b15b11
Update app.js after having stopped setUI in latest firmware from adding back icon
2025-04-01 11:26:18 +01:00
Gordon Williams
b26bcadad5
Merge branch 'master' into launch
2025-04-01 09:57:17 +01:00