Rob Pilling
cf506999ac
Merge pull request #3715 from thinkpoop/master
...
[weatherClock] Add yellow to error icon to show on dark theme
2025-01-12 09:56:26 +00:00
Logan B
25c6d02bc2
[weatherClock] Add yellow to error icon to show on dark theme
2025-01-11 17:45:37 -06:00
Rob Pilling
1aa9b7af03
Merge pull request #3709 from carlchan/master
...
dsky_clock: fix display alignment
2025-01-06 21:34:54 +00:00
thyttan
6ff96932a4
Merge pull request #3705 from BlueFox4/master
...
Fixed taglauncher crashing with certain apps installed
2025-01-04 12:02:31 +01:00
BlueFox
ae2ad48870
Fixed contributors list in the README of the taglaunch app
2025-01-04 11:55:45 +01:00
BlueFox
3950635373
Fixed wrong heading in README.md
2025-01-04 11:55:45 +01:00
BlueFox
5cc7c70336
Added acknowledgements to the README of the taglaunch app
2025-01-04 11:55:45 +01:00
BlueFox
b30bcd00fd
Added short info into the ChangeLog of the taglaunch app
2025-01-04 11:55:45 +01:00
BlueFox
30afc9ca20
Bumped version tag in taglaunch app
2025-01-04 11:55:45 +01:00
BlueFox
824b3447d8
Fixed a crash if an app has no tags (app.tags is undefined)
2025-01-04 11:55:45 +01:00
thyttan
08aeebc0b8
Merge pull request #3706 from thyttan/doztime
...
doztime: Bangle 1 - fix scoping of vars `time` and `wait`
2025-01-04 00:16:57 +01:00
thyttan
49faae79b4
doztime: Bangle 1 - fix lint warns
2025-01-04 00:14:23 +01:00
thyttan
c7eabbee8c
doztime: Bangle 1 - fix scoping of vars `time` and `wait`
2025-01-04 00:06:35 +01:00
Rob Pilling
1ccde9ccc0
Merge pull request #3703 from devsnd/promenu-0.11
...
promenu 0.11: Add options for natural scroll and disabling wrap-around
2025-01-02 20:20:48 +00:00
Tom Wallroth
c9c9003014
Merge branch 'espruino:master' into promenu-0.11
2025-01-02 10:24:56 +01:00
Tom Wallroth
d166c4224a
remove sanitycheck exception, by builing using `typescript/build.sh`
2025-01-02 10:22:06 +01:00
Carl Chan
2be0d5d385
fix display alignment
2024-12-31 14:40:18 -05:00
thyttan
1cef4fec3d
Merge pull request #3704 from thyttan/master
...
sanitycheck.js: rm known warns re setting/clkinfo pertaining to the file not ending in `)`.
2024-12-31 14:20:22 +01:00
thyttan
036afc5708
sanitycheck.js: rm known warns re setting/clkinfo
...
pertaining to the file not ending in `)`.
2024-12-31 14:09:23 +01:00
thyttan
2a959a787b
chore: rm cmnts at end of some settings/clkinfos
...
as to not trigger the sanitychecker when it looks to see if the file
ends with `)`.
2024-12-31 14:04:01 +01:00
thyttan
1e32d090d0
Merge pull request #3700 from carlchan/dsky_clock
...
initial commit of dsky_clock
2024-12-30 21:17:51 +01:00
Tom Wallroth
15ece50d53
add exception for sanity check of promenu.settings.{js,ts}
2024-12-30 16:28:56 +01:00
Tom Wallroth
8e5453bc56
fixed promenu-0.11 metadata.json
2024-12-30 16:23:45 +01:00
Tom Wallroth
26114d9767
0.11: Add options for natural scroll and disabling wrap-around
2024-12-30 16:18:28 +01:00
Carl Chan
ddeceab7a4
Merge pull request #1 from thyttan/dsky_clock
2024-12-28 20:20:09 -05:00
thyttan
005329e388
dsky_clock: hide widgets before building layout
...
so that the layout doesn't account for the widget bar when `dsky_clock`
is fast loaded into.
Also handle the hardware button through the layout library instead of
`Bangle.setUI`. Also set `Bangle.CLOCK` directly.
2024-12-28 21:25:16 +01:00
Carl Chan
ebb2f7dc5f
remove fast-load and layout.setUI to so launcher load works again
2024-12-27 18:04:36 -05:00
Carl Chan
9dec0643e1
handle missing weather libs per https://github.com/espruino/BangleApps/pull/3700\#discussion_r1898658072
2024-12-27 17:24:24 -05:00
Carl Chan
4a93991fc6
fix type in isActive check
2024-12-25 19:08:02 -05:00
Carl Chan
d2f8d172fe
remove more unused variables and functions from previous versions
2024-12-25 19:07:24 -05:00
Carl Chan
3e24a5c599
remove more unused variables and functions from previous versions
2024-12-25 19:06:49 -05:00
Carl Chan
b71480ef89
more cleanup after some lint checking
2024-12-25 17:08:51 -05:00
Carl Chan
ae23db5136
learning how to declar variables in js
2024-12-25 17:02:01 -05:00
Carl Chan
a5c6c6d1e3
update app icon with png version
2024-12-25 11:39:38 -05:00
Carl Chan
0c64bdac68
try fix restore from launcher
2024-12-24 21:00:01 -05:00
Carl Chan
31e9ee5c19
add altdraw modes, moved around order of modes
2024-12-24 21:00:01 -05:00
Carl Chan
c0e1173925
change swipe direction
2024-12-24 21:00:01 -05:00
Carl Chan
cb8d3ddce1
ensure UI resets properly after return from launcher
2024-12-24 21:00:01 -05:00
Carl Chan
c03d38517a
remove altdrawtimer on exit to launcher
2024-12-24 21:00:01 -05:00
Carl Chan
32dc122a3a
update changelog
2024-12-24 21:00:01 -05:00
Carl Chan
92fe968e94
updated metadata to reflect new features
2024-12-24 21:00:01 -05:00
Carl Chan
3d02e82644
v2 with altmodes
2024-12-24 21:00:01 -05:00
Carl Chan
d14c4675ab
Merge branch 'espruino:master' into dsky_clock
2024-12-24 18:03:07 -05:00
Rob Pilling
62869129ca
Merge pull request #3701 from devsnd/contacts-0.05
...
Contacts 0.05: Nicer UI, Refactoring, new icon
2024-12-24 17:59:53 +00:00
Carl Chan
1495684a87
Merge branch 'espruino:master' into dsky_clock
2024-12-24 12:30:35 -05:00
Tom Wallroth
6ad70f347e
Update contacts.app.js
2024-12-24 15:11:52 +01:00
Tom Wallroth
8d9c8ad01b
Update apps/contacts/contacts.app.js
...
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2024-12-24 15:04:29 +01:00
Rob Pilling
f76b9e81d1
Merge pull request #3702 from NoobEjby/bttfclock
...
bttfclock: add charging screen
2024-12-24 08:43:21 +00:00
Carl Chan
a1bcd0dbad
replaced app-icon.js
2024-12-23 23:53:28 -05:00
Carl Chan
7c06bf454f
added app-icon.js
2024-12-23 23:49:11 -05:00