Skip to content

Commit

Permalink
Add Categories selector
Browse files Browse the repository at this point in the history
Contributes-To: #40
  • Loading branch information
nephros authored and Peter G. (nephros) committed May 23, 2023
1 parent 8cfc979 commit c30ddb1
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions qml/config/meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
]
}
Expand Down

0 comments on commit c30ddb1

Please sign in to comment.