Skip to content

Commit 9b22417

Browse files
committed
Fix up app metadata - spaces/uppercase in tags meant these apps wouldn't have appeared in some searches
1 parent 0208268 commit 9b22417

File tree

36 files changed

+47
-47
lines changed

36 files changed

+47
-47
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ and which gives information about the app for the Launcher.
271271
// 'locale' - provides 'locale' library for language-specific date/distance/etc
272272
// (a version of 'locale' is included in the firmware)
273273
// 'defaultconfig' - a set of apps that will can be installed and will wipe out all previously installed apps
274-
"tags": "", // comma separated tag list for searching
274+
"tags": "", // comma separated tag list for searching (don't include uppercase or spaces)
275275
// common types are:
276276
// 'clock' - it's a clock
277277
// 'widget' - it is (or provides) a widget

apps/UI4swatch/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.02",
66
"description": "A UI/UX for espruino smartwatches, displays dinamically calc. x,y coordinates.",
77
"icon": "app.png",
8-
"tags": "Color,input,buttons,touch,UI",
8+
"tags": "color,input,buttons,touch,ui",
99
"supports": ["BANGLEJS"],
1010
"readme": "README.md",
1111
"screenshots": [{"url":"UI4swatch_icon.png"},{"url":"UI4swatch_s1.png"}],

apps/Uke/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "0.04",
55
"description": "Wrist mounted ukulele chords",
66
"icon": "app.png",
7-
"tags": "uke, chords",
8-
"supports" : ["BANGLEJS2"],
7+
"tags": "uke,chords",
8+
"supports" : ["BANGLEJS2"],
99
"readme": "README.md",
1010
"storage": [
1111
{"name":"Uke.app.js","url":"app.js"},

apps/bblobface/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "A fully featured watch face with a playable game on the side.",
77
"readme":"README.md",
88
"type": "clock",
9-
"tags": "clock, game",
9+
"tags": "clock,game",
1010
"supports" : ["BANGLEJS2"],
1111
"storage": [
1212
{"name":"bblobface.app.js","url":"app.js"},

apps/beeptest/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.01",
66
"description": "Aerobic fitness test created by Léger & Lambert",
77
"icon": "beeptest.png",
8-
"tags": "Health",
8+
"tags": "health",
99
"supports": ["BANGLEJS2"],
1010
"readme": "README.md",
1111
"storage": [

apps/bordle/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "Bangle version of a popular word search game",
77
"supports" : ["BANGLEJS2"],
88
"readme": "README.md",
9-
"tags": "game, text",
9+
"tags": "game,text",
1010
"storage": [
1111
{"name":"bordle.app.js","url":"bordle.app.js"},
1212
{"name":"wordlencr.txt","url":"wordlencr.txt"},

apps/calclock/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "Show the current and upcoming events synchronized from Gadgetbridge",
77
"icon": "calclock.png",
88
"type": "clock",
9-
"tags": "clock agenda",
9+
"tags": "clock,agenda",
1010
"supports": ["BANGLEJS2"],
1111
"readme": "README.md",
1212
"storage": [

apps/cassioWatch/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"icon": "app.png",
77
"version": "0.13",
88
"type": "clock",
9-
"tags": "clock, weather, cassio, retro",
9+
"tags": "clock,weather,cassio,retro",
1010
"supports": ["BANGLEJS2"],
1111
"allow_emulator": true,
1212
"readme": "README.md",

apps/chronlog/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version":"0.01",
44
"description": "Record time active on a task, course, work or anything really.",
55
"icon": "app.png",
6-
"tags": "logging, record, work, tasks",
6+
"tags": "logging,record,work,tasks",
77
"supports" : ["BANGLEJS2"],
88
"readme": "README.md",
99
"screenshots" : [ { "url":"dump.png"}, { "url":"dump1.png" }, { "url":"dump2.png" }, { "url":"dump3.png" }, { "url":"dump4.png" }, { "url":"dump5.png" }, { "url":"dump6.png" } ],

apps/color_catalog/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "0.03",
66
"description": "Displays RGB565 and RGB888 colors, its name and code in screen.",
77
"icon": "app.png",
8-
"tags": "Color,input,buttons,touch,UI",
8+
"tags": "color,input,buttons,touch,ui",
99
"supports": ["BANGLEJS"],
1010
"readme": "README.md",
1111
"storage": [

0 commit comments

Comments
 (0)