Gordon Williams
92a5acdbca
Add more tooltips, allow sorting by Clock Info
2023-04-28 09:58:39 +01:00
Simon Weis
a7283e71ad
Add info about git submodules
2022-12-29 06:39:38 +01:00
Gordon Williams
3e5c0538a9
Support for provides_widgets entry in metadata, and try and tag existing widgets
...
Support for 'default' tag and add it to apps that we expect would be used by default with the Bangle
split widalarm out of alarm
fixes https://github.com/espruino/BangleApps/issues/2353
2022-12-06 10:25:32 +00:00
Gordon Williams
c4e1fd01be
Added clkinfosunrise to allow clocks to display sunrise and sunset if they use clock_info
2022-11-21 16:37:04 +00:00
lauzonhomeschool
85efd91e00
Update README.md
...
It's frustrating for newcomers to try to tweak an existing app in the Web IDE and get "Module ... not found" and not know why, when this section just seem to state that any "require" should work. The extra note clarifies this.
2022-11-20 00:03:55 -05:00
Gordon Williams
0fb45cb6fc
Add module app type and provides_modules,
2022-11-16 15:17:28 +00:00
Gordon Williams
1369047259
Add Espruino terminal - to allow communications with Espruino devices via terminal
2022-07-19 12:20:24 +01:00
Felix Wiedenbach
267f043dfe
documents all four possible widget areas
2022-06-16 10:28:25 +02:00
Felix Wiedenbach
924ec23211
updates Github action and replaces TravisCI badge
2022-06-15 09:23:14 +02:00
Gordon Williams
3a3a01136b
mylocation 0.07: Move mylocation app into 'Settings -> Apps'
2022-05-26 12:50:44 +01:00
Gordon Williams
e9bf775780
link in screenshots
2022-05-03 09:21:13 +01:00
Gordon Williams
67fc91fb62
remove duplication
2022-04-29 09:31:06 +01:00
Gordon Williams
9d758075da
Add extra checks for app type and dependencies, document available types, and fix invalid app types
2022-04-29 09:29:02 +01:00
Gordon Williams
a5e6047d9f
minor tweaks
2022-04-25 11:45:17 +01:00
Gordon Williams
e4fbd662c1
docs
2022-03-21 08:50:56 +00:00
Gordon Williams
401f197d1e
fix #1548
2022-03-08 11:43:04 +00:00
Gordon Williams
cb4ca8dddd
mention changelog
2022-02-11 11:09:10 +00:00
Gordon Williams
78d424ba2b
Fix #1337 - code ended up in `openstmap`
2022-01-24 13:52:17 +00:00
Gordon Williams
2a813e221a
Updated docs!
2022-01-19 16:21:07 +00:00
Richard de Boer
832f308fde
readme: add widget `sortorder`, no more bottom bar
2022-01-17 20:54:34 +01:00
Richard de Boer
3baa465f01
remove Settings module
...
Better not to have this at all than to have a library that you can't
actually use in widgets/boot/settings code
2021-12-01 19:34:52 +01:00
Richard de Boer
efd12d627a
Settings library: use `appid.json`, update README.md and sanitycheck.js
2021-11-20 17:52:44 +01:00
Gordon Williams
d852dbe4f0
update readme
2021-11-19 08:35:36 +00:00
Gordon Williams
935d409f4c
ability to depend on a specific app ID
...
Layout can display images in buttons
iOS and Android integration apps
2021-11-04 17:16:02 +00:00
David Skrabal
77a74fbeb7
Update README.md
...
Updated links to travis-ci.org to app.travis-ci.com per "ORG Shutdown" https://blog.travis-ci.com/2021-05-07-orgshutdown
2021-10-29 17:37:33 -04:00
Gordon Williams
eefa209af4
support for 'supports:["DEVICEID"]` for files in apps, merge launchb2 and launch
2021-10-28 12:14:02 +01:00
Gordon Williams
0161b1a8d2
Added screenshot display in app list (automatic screenshots should follow soonish)
2021-10-26 13:15:21 +01:00
Gordon Williams
a94790391a
Get rid of "b2" and "bno2" tags and add "supports" array.
...
Use the opportunity to refactor apps.json so everything looks pretty
2021-10-20 15:11:04 +01:00
James Stanley
c90aa5371f
Fix typo
2021-09-14 11:09:09 +01:00
Gordon Williams
ffbd2b5d60
Add support for 'customConnect' so custom app loaders can tailor what they upload based on the device
2021-09-02 11:51:17 +01:00
Gordon Williams
039024c4ad
Allow 'data' style app files to be uploaded with the app (and switch over settings files for various apps)
2021-04-09 09:58:38 +01:00
Gordon Williams
bde59c00bc
areas
2021-03-22 10:07:46 +00:00
Gordon Williams
4c78076603
Allow custom modules for apps
2020-12-09 13:43:29 +00:00
Gordon Williams
2e45174d4a
Fix sanity check - handle 'to RAM' uploads better, allowing the app loader to upload stuff that doesn't actually ever stay in storage
2020-09-23 11:38:02 +01:00
Gordon Williams
063929f750
Handle 'RAM' as filename to allow direct uploads
...
Add ability to upload assisted GPS data
2020-09-23 11:18:20 +01:00
Gordon Williams
8ad5d13516
Allow customised apps to be minified/pretokenised
2020-09-01 14:43:54 +01:00
Gordon Williams
27d57623ed
Update docs, tweak eslintignores
2020-08-21 15:17:16 +01:00
Gordon Williams
f89f069a3f
tweak
2020-08-18 09:18:01 +01:00
Gordon Williams
f0ee77b38e
update docs about app type
2020-08-18 09:16:35 +01:00
Gordon Williams
519262793d
Added ability to specify dependencies (used for `notify` at the moment)
...
Gadgetbridge: Modified to use the 'notify' library
2020-06-04 15:19:37 +01:00
Gordon Williams
ab5861126c
App description can now be markdown
2020-05-28 14:34:40 +01:00
Gordon Williams
4391b48aeb
Tweaks to appease the sanity checker
2020-05-12 08:08:19 +01:00
Richard de Boer
9f0adf1900
Data files: remove settings magic, some more sanitychecks
2020-04-16 20:42:23 +02:00
Richard de Boer
9e0fd91339
Data files: save all data files as a single string
...
Separate regular and storage files by a semicolon
2020-04-16 14:30:37 +02:00
Richard de Boer
217d198154
Add a "data" section to apps.json, with data files to clean on uninstall
...
These are added to `appid.info` as "dataFiles" or "storageFiles", and
can contain wildcards.
2020-04-16 14:30:37 +02:00
Gordon Williams
c70ced75c1
update
2020-04-08 13:27:19 +01:00
Gordon Williams
858d979f00
Merge pull request #230 from rigrig/welcome
...
Move loading of welcome to boot.js
2020-04-07 09:02:09 +01:00
Gordon Williams
fc2060e7f0
tweaks and docs for readme file
2020-04-07 08:59:24 +01:00
Richard de Boer
4a9cf92acb
Readme: welcome.js is no longer special (they now use *.boot.js)
2020-04-07 00:27:06 +02:00
Gordon Williams
62ef241369
license notes
2020-04-04 14:33:43 +01:00