1
0
Fork 0
Commit Graph

16928 Commits (c1043379f2ccd8c971a76b13edb85ab1ea55201b)

Author SHA1 Message Date
PastaRhythm cfbc148a86
Create metadata.json 2023-08-27 11:37:42 -04:00
PastaRhythm fd367c06dc
Create app-icon.js 2023-08-27 11:35:56 -04:00
PastaRhythm a109cfd391
Create ChangeLog
Added the changelog.
2023-08-27 11:35:34 -04:00
PastaRhythm f95e150887
Create app.js
Added the code for the app.
2023-08-27 11:35:03 -04:00
frederic wagner 52ee0825c5 sokoban: small fixes 2023-08-24 10:56:59 +02:00
frederic wagner cf0695c3eb gipy : fix for backwards position in heights 2023-08-24 10:01:50 +02:00
frederic wagner b8e29f397d gipy: doc change 2023-08-23 08:29:21 +02:00
frederic wagner 463bba4996 gipy: min height 2023-08-23 08:00:05 +02:00
Travis Evans fde449c8c0 Bump version number 2023-08-22 16:39:35 -05:00
Travis Evans e7ad809732 Add missing semicolons (fix warnings in IDE) 2023-08-22 16:38:06 -05:00
Travis Evans 822ca78504 Fix field name for movementPerDay() 2023-08-22 16:00:50 -05:00
frederic wagner 7baa0d2173 gipy: small fixes 2023-08-22 17:05:41 +02:00
frederic wagner e6f30b9dc0 gipy: removed 'lost' message 2023-08-22 16:52:28 +02:00
frederic wagner b9dc5a11ce gipy: wasm fix 2023-08-22 14:50:37 +02:00
frederic wagner df46cd643e gipy: elevation 2023-08-22 14:37:44 +02:00
frederic wagner 3a6eb8b2ad gipy: parsing heights 2023-08-21 17:02:29 +02:00
frederic wagner 6b51925109 gipy: jit is back 2023-08-21 15:09:34 +02:00
frederic wagner e379e52dd4 sokoban: more renaming 2023-08-20 17:34:49 +02:00
Erik Andresen 5947397938 astrocalc encoding 2023-08-19 16:32:44 +02:00
Erik Andresen b45bcab181 astrocalc azimuth fixes
- Fixes #2651 azimuth value: 0° is south, so add 180°
- Show all values in degrees
2023-08-19 16:28:04 +02:00
Richard de Boer 4473acdbde
messagelist: Fix app crashing when new message arrives
new Layout(...) calls Bangle.setUI(), causing uiRemove() to be called
whenever a new messages arrives, instead of only when the app exits.

This fixes that by unsetting Bangle.uiRemove before calling Layout, and
restoring it afterwards.
2023-08-19 13:48:17 +02:00
Richard de Boer c9ba8997b6
messagelist: add `debug()` statements
Set `global.DEBUG_MESSAGELIST = true` to enable
2023-08-19 13:48:17 +02:00
David Peer 463a107c28 Show ? instead of err if weather is unknown. 2023-08-19 07:22:56 +02:00
David Peer 0cec394aab Minor design change 2023-08-19 07:21:12 +02:00
David Peer 188aaa99f7 clear icon area in case weather condition changed 2023-08-19 07:18:53 +02:00
Pavel Machek 1c96a66db9 Fix tabs-vs-spaces warning, remove extra debugging. 2023-08-18 22:49:30 +02:00
Pavel Machek 3158d945aa Add Space Weaver -- vector map application.
This really needs more work (as documented in README), but this is
already quite useful.

Please check app.js file -- I used library for conversion between xyz
and lat/lon, so its license applies. It seems to be compatible with
bangle apps license.
2023-08-18 22:41:41 +02:00
Erik Andresen 2d7fdd88c2 sched/calendar: Fix timezone handling on ical 2023-08-18 20:40:24 +02:00
David Peer a335acf17e Added contributors 2023-08-18 18:37:51 +02:00
David Peer 817607287c Ensure same default settings in app.js and settings.js 2023-08-18 18:35:58 +02:00
David Peer 03b12614c3 Changed default 2023-08-18 17:53:46 +02:00
David Peer ff8b799427 Added option to show weather 2023-08-18 17:51:14 +02:00
Gordon Williams 918be9e7bb set pretokenise value correctly at startup - fix https://github.com/espruino/EspruinoAppLoaderCore/issues/53 2023-08-18 10:06:54 +01:00
Gordon Williams 881dcde6b3
Merge pull request #2976 from pavelmachek/m_7_orloj
Add astronomical clock
2023-08-18 09:22:31 +01:00
Gordon Williams b98da07b3c
Update tags to show it's a clock 2023-08-18 09:21:09 +01:00
Pavel Machek 5b515bf2b8 Add astronomical clock. The plan is to have an (analog) astronomical
clock with a lot of information on single dial.
2023-08-18 10:15:57 +02:00
frederic wagner ebc95fda69 sokoban: renamed level file 2023-08-17 09:11:23 +02:00
Gordon Williams f67d9eb85f Remove 'beta' label from passkey - it's been around for a while and works ok 2023-08-16 09:47:01 +01:00
Gordon Williams 720d34bb8e
Merge pull request #2973 from ssievert42/whitelist_address_resolve
boot, setting: whitelist: try to resolve peer address
2023-08-16 09:45:16 +01:00
Gordon Williams 8ccbec811c Add compiled c code into espruinotools, and ensure it can be used (fix #2972) 2023-08-16 09:43:20 +01:00
Gordon Williams a9c8f76222
Merge pull request #2974 from pebl-hank/master
Poweroff
2023-08-16 08:46:44 +01:00
Dennis Kueper ef4ee7e478 Not beautiful but finally working 2023-08-16 09:35:50 +02:00
Simon Sievert e1692a4dbc
boot, setting: whitelist: try to resolve peer address
This uses NRF.resolveAddress() on newer firmwares, to try to resolve "random private resolvable addresses" of peers that connect, before checking the whitelist.
2023-08-16 09:14:09 +02:00
Dennis Kueper 8715e0df92 fix 2023-08-16 09:06:18 +02:00
Dennis Kueper 0fb770795f fix 2023-08-16 08:53:17 +02:00
Dennis Kueper c4ced443e0 Fix js 2023-08-16 08:46:54 +02:00
Dennis Kueper f0304b5b43 Add settings to configure prompt 2023-08-16 08:44:25 +02:00
Gordon Williams 656b8a275c 0.05: fix alignment of clock items caused by 0.04 (fix #2970)
Also move var->let, to stop fast load memory leaks
2023-08-15 08:21:50 +01:00
Gordon Williams 9eded4cb3c
Merge pull request #2969 from matijatosic/poweroff
Add prompt before shutdown
2023-08-14 12:14:16 +01:00
Matija Tošić 5dcf0790cc Update changelog 2023-08-14 11:54:27 +02:00