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
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
noobejby
e0adbd3c62
Bug fix screen backlight flashing
2024-12-24 00:44:59 +01:00
noobejby
5426519246
updated readme
2024-12-23 23:27:20 +01:00
noobejby
9dc668680d
updated readme
2024-12-23 23:26:07 +01:00
noobejby
754820fcdc
Merge branch 'bttfclock' of https://github.com/NoobEjby/BangleApps into bttfclock
2024-12-23 23:20:11 +01:00
noobejby
6e8f46185c
Added charging screen
2024-12-23 23:18:43 +01:00
Tom Wallroth
a6b0be9bad
Nicer UI, Refactoring, new icon
2024-12-23 22:49:26 +01:00
Carl Chan
8fde4d05d5
Update apps/dsky_clock/metadata.json
...
Co-authored-by: thyttan <97237430+thyttan@users.noreply.github.com>
2024-12-23 13:40:58 -05:00
Carl Chan
b330596991
Update apps/dsky_clock/metadata.json
...
Co-authored-by: thyttan <97237430+thyttan@users.noreply.github.com>
2024-12-23 13:40:51 -05:00
Rob Pilling
bb1ac194a9
Merge pull request #3699 from thinkpoop/master
...
[mylocation] fix missing lon; add locate & find-marker buttons
2024-12-23 18:16:21 +00:00
Carl Chan
19d37fec7a
cleaned up draw and datetime functions and commented out unused functions
2024-12-23 08:56:04 -05:00
Carl Chan
663eaa06ba
renamed to app.js per @thyttan suggestion - forgot to add renamed file
2024-12-23 08:44:58 -05:00
Carl Chan
0b4fe5f889
renamed to app.js per @thyttan suggestion
2024-12-23 08:43:03 -05:00