From 2e45174d4a87d9cb47e6c47d7e28f96394c01b05 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Wed, 23 Sep 2020 11:38:02 +0100 Subject: [PATCH] Fix sanity check - handle 'to RAM' uploads better, allowing the app loader to upload stuff that doesn't actually ever stay in storage --- README.md | 7 ++++++- apps.json | 5 ++--- core | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 326599d14..240163f6c 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,12 @@ and which gives information about the app for the Launcher. "shortName": "Short name", // short name for launcher "icon": "icon.png", // icon in apps/ "description": "...", // long description (can contain markdown) - "type":"...", // optional(if app) - 'app'/'widget'/'launch'/'bootloader' + "type":"...", // optional(if app) - + // 'app' - an application + // 'widget' - a widget + // 'launch' - replacement launcher app + // 'bootloader' - code that runs at startup only + // 'RAM' - code that runs and doesn't upload anything to storage "tags": "", // comma separated tag list for searching "dependencies" : { "notify":"type" } // optional, app 'types' we depend on // for instance this will use notify/notifyfs is they exist, or will pull in 'notify' diff --git a/apps.json b/apps.json index 284116c5e..50f76f875 100644 --- a/apps.json +++ b/apps.json @@ -902,9 +902,8 @@ "description": "Downloads assisted GPS data to Bangle.js for faster GPS startup and more accurate fixes", "custom": "custom.html", "tags": "tool,outdoors", - "readme": "README.md", - "storage": [ - ] + "type": "RAM", + "storage": [ ] }, { "id": "pomodo", diff --git a/core b/core index 1b66c4ce1..62615f6ea 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 1b66c4ce1ba71036bcb612a2f16bbd7fbc2c66de +Subproject commit 62615f6ea4855381e0b4b4b74f8ca69aa594181e