1
0
Fork 0
Commit Graph

8717 Commits (9ff42c928e3fb18141886040b110cf02d2f7c33f)

Author SHA1 Message Date
storm64 7de1ce9720
lightswitch: Move images into folder 2022-01-21 19:44:24 +01:00
storm64 0b860ba28c
lightswitch: Move images into folder 2022-01-21 19:44:17 +01:00
storm64 cc168a2d5b
lightswitch: Move images into folder 2022-01-21 19:44:00 +01:00
storm64 e65920b65f
lightswitch: Move images into folder 2022-01-21 19:43:17 +01:00
storm64 a4d19d463e
lightswicht: Move previews to a separate folder 2022-01-21 19:41:05 +01:00
storm64 f91725b5e2
lightswicht: Move previews to a separate folder 2022-01-21 19:39:20 +01:00
storm64 5392405c4d
lightswicht: Upload image previews 2022-01-21 19:35:58 +01:00
storm64 602b749b93
lightswicht: Upload image previews 2022-01-21 19:34:09 +01:00
storm64 98a0930dfd
lightswicht: Upload image previews 2022-01-21 19:31:58 +01:00
storm64 2fc5630656
lightswitch: Delete images.png
Replace this by separate images.
2022-01-21 19:29:46 +01:00
storm64 dad791a1eb
lightswitch: Update README.md
Completed the readme.
2022-01-21 19:28:29 +01:00
David Peer 861b9c530d More intuitive bat level 2022-01-21 19:18:24 +01:00
David Peer 911eb805fd Try again to fix the build 2022-01-21 19:05:45 +01:00
David Peer 893d9cc534 Try to fix build error (no transparency) 2022-01-21 19:01:01 +01:00
David Peer 5d55798a8d Included time to overview 2022-01-21 18:57:57 +01:00
David Peer 84f3763407 Added a better description and made the hands a big bigger for better readability. 2022-01-21 18:48:39 +01:00
David Peer 8b479e9c55 Add not analog clock 2022-01-21 17:05:52 +01:00
Hilmar Strauch 51c061fd83
Merge branch 'master' into master 2022-01-21 15:19:34 +01:00
Hilmar Strauch 3bb50770b0
Update ChangeLog 2022-01-21 14:21:25 +01:00
Hilmar Strauch ae13770d69
Update metadata.json 2022-01-21 14:19:54 +01:00
Andrew Gregory 0f3be07fe6
Merge branch 'espruino:master' into master 2022-01-21 19:56:16 +08:00
Gordon Williams 04a51b28fa
Merge pull request #1331 from untbu/master
Add Timer Clock app
2022-01-21 11:28:45 +00:00
Bela dbdd731511 add timerclk app 2022-01-21 11:46:13 +01:00
Gordon Williams ee24887d09
Merge pull request #1330 from hughbarney/master
Pastel: remove dependancy on widpedom
2022-01-21 09:46:35 +00:00
Gordon Williams 56677962b4
Merge pull request #1324 from rigrig/local-appstore
Support for localhost appstore
2022-01-21 09:46:21 +00:00
hughbarney 3b80c5e6a6 Pastel: remove dependancy on widpedom 2022-01-20 23:29:37 +00:00
Hilmar Strauch 40c63e68e2
Update boot.js 2022-01-20 23:24:35 +01:00
Hilmar Strauch a8e25c8181
Update boot.js 2022-01-20 23:09:59 +01:00
Hilmar Strauch 78d7879a9d
Update hourstrike.json 2022-01-20 22:20:22 +01:00
Hilmar Strauch 5de1aa8373
Update boot.js 2022-01-20 22:19:15 +01:00
Hilmar Strauch f60c9d9fca
Update app.js 2022-01-20 22:13:49 +01:00
Sebastian Di Luzio e6d23cbc7e remove unnecessary steps from github actions 2022-01-20 22:05:03 +01:00
Sebastian Di Luzio 016a0c89ea fix indenting in github actions yaml 2022-01-20 22:03:55 +01:00
Sebastian Di Luzio 391fbc2095 use checkout v2 and import submodules for github actions 2022-01-20 22:01:34 +01:00
Sebastian Di Luzio 455c89cbec add some debugging logs as to why the module cant be found in the pipeline, but locally 2022-01-20 21:55:20 +01:00
Sebastian Di Luzio f869b53730 move app testing in front of TS build steps to see if that makes any difference 2022-01-20 21:41:41 +01:00
Sebastian Di Luzio df7c92080f add steps that travis CI does to the github actions pipeline 2022-01-20 21:34:28 +01:00
Sebastian Di Luzio 2faa870e7e adjust banglerun/app.ts to not do some stupid self assign logic 2022-01-20 21:30:44 +01:00
Sebastian Di Luzio ebbbf69670 adjust module target version during build 2022-01-20 21:23:17 +01:00
Sebastian Di Luzio 4727652627 rename build step to be less confusing for widgets 2022-01-20 21:09:57 +01:00
Sebastian Di Luzio da0e2a7909 Update metadata.json 2022-01-20 21:04:42 +01:00
Sebastian Di Luzio c825c8ec86 Merge remote-tracking branch 'upstream/master' 2022-01-20 21:03:57 +01:00
Sebastian Di Luzio 643c304a1e trigger github actions on PR as well 2022-01-20 21:00:04 +01:00
Sebastian Di Luzio 7b37391553 remove unused files from /banglerun, replace banglerun js code with newly compiled code 2022-01-20 20:58:26 +01:00
Sebastian Di Luzio e22e06e585
Merge pull request #2 from adamschmalhofer/add-typescript-support
Port banglerun to new typescript system
2022-01-20 20:53:43 +01:00
Richard de Boer 46fbccf711
tell git to ignore modified `apps.json` when running create_apps.json.sh
Only if no arguments given: `create_apps_json.sh apps.json` will leave
it alone if someone really wants to overwrite+commit apps.json.
2022-01-20 20:41:30 +01:00
Richard de Boer e75a828fce
always use shell script to generate apps.json, remove js version
Gets rid of duplicated functionality, but allows passing a filename
argument to write to a different file instead of `apps.json`.
2022-01-20 20:41:30 +01:00
Richard de Boer a3b49a0d82
Support for localhost appstore
- Adds a script to generate `apps.local.json` from all metadata
- Makes the loader use `apps.local.json` when serving from localhost
- Adds npm `local` script to watch for changed metadata, while serving
  from localhost
2022-01-20 20:41:29 +01:00
storm64 dfb30407ec
lightswitch: Create README.md 2022-01-20 20:14:17 +01:00
Gordon Williams e997ad59ed more compatible app loader 2022-01-20 17:08:31 +00:00