From c30ddb1d34b6e588c4e3b93f1d34934ef6cec399 Mon Sep 17 00:00:00 2001 From: nephros Date: Mon, 20 Mar 2023 09:51:09 +0100 Subject: [PATCH] Add Categories selector Contributes-To: #40 --- qml/config/meta.js | 57 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/qml/config/meta.js b/qml/config/meta.js index f444a30..3b12b15 100644 --- a/qml/config/meta.js +++ b/qml/config/meta.js @@ -66,6 +66,63 @@ var data = { }, { "name": "flashing", "displayName": "Flashing", "description": "Installing/flashing OS images" +======= + */ +var data = { + "categories": [ + { "id": 0, "name": "none", "displayName": "None", + "description": "No specific category" + }, + { "id": 1, "name": "android_app_support", "displayName": "Android App Support", + "description": "" + }, + { "id": 2, "name": "backup", "displayName": "Backup", + "description": "The Sailfish Backup system" + }, + { "id": 3, "name": "bluetooth", "displayName": "Bluetooth", + "description": "BT connection or devices" + }, + { "id": 4, "name": "browser", "displayName": "Browser", + "description": "Web browsing" + }, + { "id": 5, "name": "calendar", "displayName": "Calendar", + "description": "Calendar sync or management problems" + }, + { "id": 6, "name": "contacts", "displayName": "Contacts", + "description": "Contact sync or management problems" + }, + { "id": 7, "name": "exchange", "displayName": "Exchange", + "description": "Exchange/O356 sync or management problems" + }, + { "id": 8, "name": "fingerprint", "displayName": "Fingerprint", + "description": "Fingerprint Reader" + }, + { "id": 9, "name": "mail", "displayName": "EMail", + "description": "General EMail" + }, + { "id": 10, "name": "media_tracker", "displayName": "Media Indexing", + "description": "Media Player remote control (MPRIS)" + }, + { "id": 11, "name": "mobile_data", "displayName": "Mobile Data", + "description": "" + }, + { "id": 12, "name": "mpris", "displayName": "MPRIS", + "description": "" + }, + { "id": 13, "name": "native_app", "displayName": "SFOS App", + "description": "Sailfish stock apps" + }, + { "id": 14, "name": "network", "displayName": "Networking", + "description": "" + }, + { "id": 15, "name": "ngfd", "displayName": "UI Feedback", + "description": "Non-graphical feedback" + }, + { "id": 16, "name": "oom_killer", "displayName": "OOM", + "description": "Out-of-memory conditions" + }, + { "id": 17, "name": "positioning", "displayName": "Positioning", + "description": "GPS and other positioning methods" }, ] }