From e9c25a2a6ff65a908b277a12bf372cf9cbe3176e Mon Sep 17 00:00:00 2001 From: dapgo Date: Mon, 8 Feb 2021 15:38:08 +0100 Subject: [PATCH 1/3] Update apps.json add testuserInput app --- apps.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps.json b/apps.json index 5a19eabf1..c794567e0 100644 --- a/apps.json +++ b/apps.json @@ -2750,6 +2750,18 @@ {"name":"oblique.app.js","url":"app.js"}, {"name":"oblique.img","url":"app-icon.js","evaluate":true} ] +}, +{ "id": "testuserInput", + "name": "Test User Input", + "shortName":"Test User Input", + "icon": "app.png", + "version":"0.02", + "description": "Basic app to test the bangle.js input interface. It displays the result in text or a switch on/off image.", + "tags": "interface","buttons","touch" + "storage": [ + {"name":"test_userInput.app.js","url":"app.js"}, + {"name":"test_userInput.img","url":"app-icon.js","evaluate":true} + ] } ] From b03055530dc555e780c8d06cc603741ca939fbe2 Mon Sep 17 00:00:00 2001 From: dapgo Date: Mon, 8 Feb 2021 15:39:30 +0100 Subject: [PATCH 2/3] Update apps.json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index c794567e0..926c55e58 100644 --- a/apps.json +++ b/apps.json @@ -2757,7 +2757,7 @@ "icon": "app.png", "version":"0.02", "description": "Basic app to test the bangle.js input interface. It displays the result in text or a switch on/off image.", - "tags": "interface","buttons","touch" + "tags": "interface","buttons","touch", "storage": [ {"name":"test_userInput.app.js","url":"app.js"}, {"name":"test_userInput.img","url":"app-icon.js","evaluate":true} From 2417c7d8c1118ccd36afc9e7546db59b5237748e Mon Sep 17 00:00:00 2001 From: dapgo Date: Mon, 8 Feb 2021 15:41:32 +0100 Subject: [PATCH 3/3] Update apps.json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 926c55e58..cbf102915 100644 --- a/apps.json +++ b/apps.json @@ -2757,7 +2757,7 @@ "icon": "app.png", "version":"0.02", "description": "Basic app to test the bangle.js input interface. It displays the result in text or a switch on/off image.", - "tags": "interface","buttons","touch", + "tags": "input,interface,buttons,touch", "storage": [ {"name":"test_userInput.app.js","url":"app.js"}, {"name":"test_userInput.img","url":"app-icon.js","evaluate":true}