diff --git a/webapp-creator/app/Main.qml b/webapp-creator/app/Main.qml
index 37ed9c2..3bdd3d9 100644
--- a/webapp-creator/app/Main.qml
+++ b/webapp-creator/app/Main.qml
@@ -197,7 +197,7 @@ MainView {
contentWidth: width
contentHeight: height + units.gu(20)
maximumLineCount: 0
- placeholderText: i18n.tr("App description to be shown in the OpenStore")
+ placeholderText: i18n.tr("App description")
}
TextField {
@@ -264,7 +264,7 @@ MainView {
text: i18n.tr("Additional Info")
font.bold: true
}
-
+
Label {
width: parent.width
height: units.gu(3)
@@ -359,7 +359,7 @@ MainView {
}
placeholderText: i18n.tr("Splash screen color footer. Cambiar a color picker")
//X-Ubuntu-Splash-Color-Footer
- }
+ }
*/
}
Column {
@@ -739,7 +739,9 @@ MainView {
if (!webappTypeColumn.isRed() && !webappTypeColumn.isEmpty()) {mainPageStack.push(pageSimpleWebapp);}
}
}
-
+
+ // TODO bring this back if the ogra template is updated
+ /*
ListItem{
width: parent.width
divider.visible: true
@@ -760,6 +762,7 @@ MainView {
if (!webappTypeColumn.isRed() && !webappTypeColumn.isEmpty()) {mainPageStack.push(Qt.resolvedUrl("pageOgraWebapp.qml"));}
}
}
+ */
}
@@ -767,7 +770,7 @@ MainView {
} //Main Page
-
+
Page {
id: pageSimpleWebapp
visible: false
@@ -831,7 +834,7 @@ MainView {
width: parent.width - marginColumn * 4
anchors.horizontalCenter: parent.horizontalCenter
anchors.topMargin: units.gu(5)
-
+
Label {
id: typeTitle
width: parent.width
@@ -852,9 +855,9 @@ MainView {
delegate: ListItem {
id: expandingItem
height: units.gu(5)
- Text {
+ Text {
width: parent.width - marginColumn * 6
- text: i18n.tr(type)
+ text: i18n.tr(type)
anchors.centerIn: parent
}
onClicked: {
@@ -865,12 +868,12 @@ MainView {
desfaultLabelPerms.text = i18n.tr("Permissions: Networking, Webview")
break
case i18n.tr("Multimedia"): defaultLabel.text = i18n.tr("Audio and video permissions are activated. Session cookies will be stored and a navigation bar will appear. Recommended for social networks")
- desfaultLabelPerms.text = i18n.tr("Permissions: audio, camera, keep-display-on, microphone, music_files, picture_files, video, video_files")
+ desfaultLabelPerms.text = i18n.tr("Permissions: audio, camera, keep-display-on, microphone, video")
//100110110
//01010000000101101100001101
break
case i18n.tr("Game"): defaultLabel.text = i18n.tr("Audio and video permissions are activated. Session cookies will be stored and fullscreen is enabled. Recommended for games")
- desfaultLabelPerms.text = i18n.tr("Permissions: audio, keep-display-on, music_files, sensors, video")
+ desfaultLabelPerms.text = i18n.tr("Permissions: audio, keep-display-on, sensors, video")
//100110000
//01000000000100101100101001
break
@@ -880,7 +883,7 @@ MainView {
}
}
}
-
+
}
ListModel {
id: listModel
@@ -924,7 +927,7 @@ MainView {
width: parent.width - marginColumn * 4
anchors.horizontalCenter: parent.horizontalCenter
anchors.topMargin: units.gu(3)
-
+
//TODO: --inspector[=PORT] Run a remote inspector on a specified port or 9221 as the default port
Row {
@@ -969,7 +972,7 @@ MainView {
}
}
//--accountSwitcher
-
+
Row {
spacing: units.gu(1)
CheckBox {
@@ -983,7 +986,7 @@ MainView {
}
}
//--store-session-cookies
-
+
Row {
spacing: units.gu(1)
CheckBox {
@@ -996,8 +999,8 @@ MainView {
text: i18n.tr("Enable media-hub for audio playback")
}
}
- //--enable-media-hub-audio
-
+ //--enable-media-hub-audio
+
TextArea {
id: appUserAgent
width: parent.width
@@ -1009,7 +1012,7 @@ MainView {
onFocusChanged: text != "" ? optionsCustom = optionsCustom.slice(0,5) + "1" + optionsCustom.slice(6) : optionsCustom = optionsCustom.slice(0,5) + "0" + optionsCustom.slice(6)
}
//--user-agent-string=USER_AGENT Overrides the default User Agent with the provided one.
-
+
Row {
spacing: units.gu(1)
CheckBox {
@@ -1029,7 +1032,7 @@ MainView {
}
}
//--enable-back-forward Enable the display of the back and forward buttons (implies --enable-addressbar)
-
+
Row {
spacing: units.gu(1)
CheckBox {
@@ -1048,7 +1051,7 @@ MainView {
}
}
//--enable-addressbar
-
+
Row {
spacing: units.gu(1)
CheckBox {
@@ -1139,22 +1142,7 @@ MainView {
wrapMode: Text.Wrap
}
}
-
- Row {
- width: parent.width
- spacing: units.gu(1)
- CheckBox {
- anchors.verticalCenter: parent.verticalCenter
- id: permCalendar
- checked: false
- onClicked: checked ? permissionsCustom = permissionsCustom.slice(0,2) + "1" + permissionsCustom.slice(3) : permissionsCustom = permissionsCustom.slice(0,2) + "0" + permissionsCustom.slice(3)
- }
- Label {
- width: parent.width - marginColumn * 4
- text: "calendar: " + i18n.tr("Webapp will have access to calendar") // groups[2]
- wrapMode: Text.Wrap
- }
- }
+
Row {
width: parent.width
spacing: units.gu(1)
@@ -1185,21 +1173,6 @@ MainView {
wrapMode: Text.Wrap
}
}
- Row {
- width: parent.width
- spacing: units.gu(1)
- CheckBox {
- anchors.verticalCenter: parent.verticalCenter
- id: permContacts
- checked: false
- onClicked: checked ? permissionsCustom = permissionsCustom.slice(0,5) + "1" + permissionsCustom.slice(6) : permissionsCustom = permissionsCustom.slice(0,5) + "0" + permissionsCustom.slice(6)
- }
- Label {
- width: parent.width - marginColumn * 4
- text: "contacts: " + i18n.tr("Webapp will access contacts") // groups[5]
- wrapMode: Text.Wrap
- }
- }
Row {
width: parent.width
spacing: units.gu(1)
@@ -1230,52 +1203,6 @@ MainView {
wrapMode: Text.Wrap
}
}
- Row {
- width: parent.width
- spacing: units.gu(1)
- CheckBox {
- anchors.verticalCenter: parent.verticalCenter
- id: permDebug
- checked: false
- onClicked: checked ? permissionsCustom = permissionsCustom.slice(0,8) + "1" + permissionsCustom.slice(9) : permissionsCustom = permissionsCustom.slice(0,8) + "0" + permissionsCustom.slice(9)
- }
- Label {
- width: parent.width - marginColumn * 4
- text: "debug: " + i18n.tr("Webapp will be run in debug mode. Not suited for final webapp") // groups[8]
- wrapMode: Text.Wrap
- }
- }
- Row {
- width: parent.width
- spacing: units.gu(1)
- CheckBox {
- anchors.verticalCenter: parent.verticalCenter
- id: permHistory
- checked: false
- onClicked: checked ? permissionsCustom = permissionsCustom.slice(0,9) + "1" + permissionsCustom.slice(10) : permissionsCustom = permissionsCustom.slice(0,9) + "0" + permissionsCustom.slice(10)
- }
- Label {
- width: parent.width - marginColumn * 4
- text: "history: " + i18n.tr("Webapp will ask for the history-service (SMS and call logs)") // groups[9]
- wrapMode: Text.Wrap
- }
- }
-
- Row {
- width: parent.width
- spacing: units.gu(1)
- CheckBox {
- anchors.verticalCenter: parent.verticalCenter
- id: permInAppPurchases
- checked: false
- onClicked: checked ? permissionsCustom = permissionsCustom.slice(0,10) + "1" + permissionsCustom.slice(11) : permissionsCustom = permissionsCustom.slice(0,10) + "0" + permissionsCustom.slice(11)
- }
- Label {
- width: parent.width - marginColumn * 4
- text: "in-app-purchases: " + i18n.tr("Webapp will be able to accept purchases. Deprecated?") // groups[10]
- wrapMode: Text.Wrap
- }
- }
Row {
width: parent.width
spacing: units.gu(1)
@@ -1321,81 +1248,6 @@ MainView {
wrapMode: Text.Wrap
}
}
- Row {
- width: parent.width
- spacing: units.gu(1)
- CheckBox {
- anchors.verticalCenter: parent.verticalCenter
- id: permMusicFiles
- checked: false
- onClicked: checked ? permissionsCustom = permissionsCustom.slice(0,14) + "1" + permissionsCustom.slice(15) : permissionsCustom = permissionsCustom.slice(0,14) + "0" + permissionsCustom.slice(15)
- }
- Label {
- width: parent.width - marginColumn * 4
- text: "music_files: " + i18n.tr("Webapp will be target or source of music files only") // groups[14]
- wrapMode: Text.Wrap
- }
- }
- Row {
- width: parent.width
- spacing: units.gu(1)
- CheckBox {
- anchors.verticalCenter: parent.verticalCenter
- id: permMusicFilesRead
- checked: false
- onClicked: checked ? permissionsCustom = permissionsCustom.slice(0,15) + "1" + permissionsCustom.slice(16) : permissionsCustom = permissionsCustom.slice(0,15) + "0" + permissionsCustom.slice(16)
- }
- Label {
- width: parent.width - marginColumn * 4
- text: "music_files_read: " + i18n.tr("Webapp will be able to read music files") // groups[15]
- wrapMode: Text.Wrap
- }
- }
- Row {
- width: parent.width
- spacing: units.gu(1)
- CheckBox {
- anchors.verticalCenter: parent.verticalCenter
- id: permPicFile
- checked: false
- onClicked: checked ? permissionsCustom = permissionsCustom.slice(0,17) + "1" + permissionsCustom.slice(18) : permissionsCustom = permissionsCustom.slice(0,17) + "0" + permissionsCustom.slice(18)
- }
- Label {
- width: parent.width - marginColumn * 4
- text: "picture_files: " + i18n.tr("Webapp will be target or source of picture files") // groups[17]
- wrapMode: Text.Wrap
- }
- }
- Row {
- width: parent.width
- spacing: units.gu(1)
- CheckBox {
- anchors.verticalCenter: parent.verticalCenter
- id: permPicFilesRead
- checked: false
- onClicked: checked ? permissionsCustom = permissionsCustom.slice(0,18) + "1" + permissionsCustom.slice(19) : permissionsCustom = permissionsCustom.slice(0,18) + "0" + permissionsCustom.slice(19)
- }
- Label {
- width: parent.width - marginColumn * 4
- text: "picture_files_read: " + i18n.tr("Webapp will be able to read picture files") // groups[18]
- wrapMode: Text.Wrap
- }
- }
- Row {
- width: parent.width
- spacing: units.gu(1)
- CheckBox {
- anchors.verticalCenter: parent.verticalCenter
- id: permNotifictions
- checked: false
- onClicked: checked ? permissionsCustom = permissionsCustom.slice(0,19) + "1" + permissionsCustom.slice(20) : permissionsCustom = permissionsCustom.slice(0,19) + "0" + permissionsCustom.slice(20)
- }
- Label {
- width: parent.width - marginColumn * 4
- text: "push_notification_client: " + i18n.tr("Webapp will be able to receive push notifications. Limited by the OS") // groups[19]
- wrapMode: Text.Wrap
- }
- }
Row {
width: parent.width
spacing: units.gu(1)
@@ -1411,21 +1263,6 @@ MainView {
wrapMode: Text.Wrap
}
}
- Row {
- width: parent.width
- spacing: units.gu(1)
- CheckBox {
- anchors.verticalCenter: parent.verticalCenter
- id: permUserMetrics
- checked: false
- onClicked: checked ? permissionsCustom = permissionsCustom.slice(0,21) + "1" + permissionsCustom.slice(22) : permissionsCustom = permissionsCustom.slice(0,21) + "0" + permissionsCustom.slice(22)
- }
- Label {
- width: parent.width - marginColumn * 4
- text: "user_metrics: " + i18n.tr("Webapp will be able to access to home screen metrics") // groups[21]
- wrapMode: Text.Wrap
- }
- }
Row {
width: parent.width
spacing: units.gu(1)
@@ -1441,37 +1278,6 @@ MainView {
wrapMode: Text.Wrap
}
}
- Row {
- width: parent.width
- spacing: units.gu(1)
- CheckBox {
- anchors.verticalCenter: parent.verticalCenter
- id: permVideoFiles
- checked: false
- onClicked: checked ? permissionsCustom = permissionsCustom.slice(0,23) + "1" + permissionsCustom.slice(24) : permissionsCustom = permissionsCustom.slice(0,23) + "0" + permissionsCustom.slice(24)
- }
- Label {
- width: parent.width - marginColumn * 4
- text: "video_files: " + i18n.tr("Webapp will be source or target of video files") // groups[23]
- wrapMode: Text.Wrap
- }
- }
- Row {
- width: parent.width
- spacing: units.gu(1)
- CheckBox {
- anchors.verticalCenter: parent.verticalCenter
- id: permVideoFilesRead
- checked: false
- onClicked: checked ? permissionsCustom = permissionsCustom.slice(0,24) + "1" + permissionsCustom.slice(25) : permissionsCustom = permissionsCustom.slice(0,24) + "0" + permissionsCustom.slice(25)
- }
- Label {
- width: parent.width - marginColumn * 4
- text: "video_files_read: " + i18n.tr("Webapp will be able to read video files") // groups[24]
- wrapMode: Text.Wrap
- }
- }
-
}
Column {
id: buttonsColumn
@@ -1480,7 +1286,7 @@ MainView {
anchors.horizontalCenter: parent.horizontalCenter
anchors.topMargin: units.gu(5)
spacing: units.gu(3)
-
+
Button {
width: units.gu(25)
height: width * .2
@@ -1496,7 +1302,7 @@ MainView {
case i18n.tr("Default"): permissionsVector = "00000000000000001000000001"; //Networking, webview
optionsVector = "000000000"
break
- case i18n.tr("Multimedia"): permissionsVector = "01010000000101101100001101";
+ case i18n.tr("Multimedia"): permissionsVector = "01010000000101001000001101";
optionsVector = "100110110"
break
case i18n.tr("Game"): permissionsVector = "01000000000100101100101001";
diff --git a/webapp-creator/backend/modules/Webapp_Creator/mytype.cpp b/webapp-creator/backend/modules/Webapp_Creator/mytype.cpp
index 2df267f..e1fc8d1 100644
--- a/webapp-creator/backend/modules/Webapp_Creator/mytype.cpp
+++ b/webapp-creator/backend/modules/Webapp_Creator/mytype.cpp
@@ -118,26 +118,14 @@ void MyType::insertApparmor (QString qgroups, QString qname, bool ogra){
if (qgroups.toUtf8().data()[2]=='1'){f << " \"calendar\",\n";}
if (qgroups.toUtf8().data()[3]=='1'){f << " \"camera\",\n";}
if (qgroups.toUtf8().data()[4]=='1'){f << " \"connectivity\",\n";}
- if (qgroups.toUtf8().data()[5]=='1'){f << " \"contacts\",\n";}
if (qgroups.toUtf8().data()[6]=='1'){f << " \"content_exchange\",\n";}
if (qgroups.toUtf8().data()[7]=='1'){f << " \"content_exchange_source\",\n";}
- if (qgroups.toUtf8().data()[8]=='1'){f << " \"debug\",\n";}
- if (qgroups.toUtf8().data()[9]=='1'){f << " \"history\",\n";}
- if (qgroups.toUtf8().data()[10]=='1'){f << " \"in-app-purchases\",\n";}
if (qgroups.toUtf8().data()[11]=='1'){f << " \"keep-display-on\",\n";}
if (qgroups.toUtf8().data()[12]=='1'){f << " \"location\",\n";}
if (qgroups.toUtf8().data()[13]=='1'){f << " \"microphone\",\n";}
- if (qgroups.toUtf8().data()[14]=='1'){f << " \"music_files\",\n";}
- if (qgroups.toUtf8().data()[15]=='1'){f << " \"music_files_read\",\n";}
if (qgroups.toUtf8().data()[16]=='1'){f << " \"networking\",\n";}
- if (qgroups.toUtf8().data()[17]=='1'){f << " \"picture_files\",\n";}
- if (qgroups.toUtf8().data()[18]=='1'){f << " \"picture_files_read\",\n";}
- if (qgroups.toUtf8().data()[19]=='1'){f << " \"push-notification-client\",\n";}
if (qgroups.toUtf8().data()[20]=='1'){f << " \"sensors\",\n";}
- if (qgroups.toUtf8().data()[21]=='1'){f << " \"usermetrics\",\n";}
if (qgroups.toUtf8().data()[22]=='1'){f << " \"video\",\n";}
- if (qgroups.toUtf8().data()[23]=='1'){f << " \"video_files\",\n";}
- if (qgroups.toUtf8().data()[24]=='1'){f << " \"video_files_read\",\n";}
if (qgroups.toUtf8().data()[25]=='1'){f << " \"webview\"\n";}
f << " ],\n"
" \"policy_version\": 1.3\n"
diff --git a/webapp-creator/clickable.json b/webapp-creator/clickable.json
index 056fc6f..2f9b7d2 100644
--- a/webapp-creator/clickable.json
+++ b/webapp-creator/clickable.json
@@ -1,4 +1,4 @@
{
- "template": "cmake",
+ "builder": "cmake",
"kill": "qmlscene"
}
diff --git a/webapp-creator/po/webapp-creator.jujuyeh.pot b/webapp-creator/po/webapp-creator.jujuyeh.pot
index 74e4958..994b701 100644
--- a/webapp-creator/po/webapp-creator.jujuyeh.pot
+++ b/webapp-creator/po/webapp-creator.jujuyeh.pot
@@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# This file is distributed under the same license as the package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-29 01:15+0000\n"
+"POT-Creation-Date: 2020-08-25 04:15+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -26,11 +26,11 @@ msgid "Install/Save with"
msgstr ""
#: ../app/Main.qml:68 ../app/pageAbout.qml:39
-#: /home/mateo/Desktop/webapp-creator/build-webapp-creator-Ubuntu_Device3_GCC_armhf_ubuntu_sdk_15_04_builder_armhf-Default/po/webapp-creator.desktop.in.h:1
+#: /home/brian/dev/ubuntu/external/webapp-creator/webapp-creator/build/arm-linux-gnueabihf/app/po/webapp-creator.desktop.in.h:1
msgid "Webapp Creator"
msgstr ""
-#: ../app/Main.qml:81 ../app/Main.qml:807 ../app/pageInstallShare.qml:46
+#: ../app/Main.qml:81 ../app/Main.qml:810 ../app/pageInstallShare.qml:46
#: ../app/pageOgraWebapp.qml:29
msgid "Information"
msgstr ""
@@ -56,7 +56,7 @@ msgid "Lowercase app name with no spaces"
msgstr ""
#: ../app/Main.qml:200
-msgid "App description to be shown in the OpenStore"
+msgid "App description"
msgstr ""
#: ../app/Main.qml:210
@@ -115,230 +115,172 @@ msgstr ""
msgid "Please, check fields in red"
msgstr ""
-#: ../app/Main.qml:727 ../app/Main.qml:778
+#: ../app/Main.qml:727 ../app/Main.qml:781
msgid "Simple Webapp"
msgstr ""
-#: ../app/Main.qml:747
-msgid "Alternate Webapp (Ogra)"
-msgstr ""
-
-#: ../app/Main.qml:791 ../app/pageInstallShare.qml:30
+#: ../app/Main.qml:794 ../app/pageInstallShare.qml:30
msgid "&Back"
msgstr ""
-#: ../app/Main.qml:839
+#: ../app/Main.qml:842
msgid "Webapp Style"
msgstr ""
-#: ../app/Main.qml:845 ../app/Main.qml:1487 ../app/Main.qml:1492
-#: ../app/Main.qml:1509
+#: ../app/Main.qml:848 ../app/Main.qml:1293 ../app/Main.qml:1298
+#: ../app/Main.qml:1315
msgid "Select"
msgstr ""
-#: ../app/Main.qml:864 ../app/Main.qml:1496
+#: ../app/Main.qml:867 ../app/Main.qml:1302
msgid "Default"
msgstr ""
-#: ../app/Main.qml:864
+#: ../app/Main.qml:867
msgid ""
"It keeps the essential properties for the WebApp functioning. No session "
"cookies will be stored and a navigation bar will appear. In case of doubt, "
"choose this option."
msgstr ""
-#: ../app/Main.qml:865
+#: ../app/Main.qml:868
msgid "Permissions: Networking, Webview"
msgstr ""
-#: ../app/Main.qml:867 ../app/Main.qml:1499
+#: ../app/Main.qml:870 ../app/Main.qml:1305
msgid "Multimedia"
msgstr ""
-#: ../app/Main.qml:867
+#: ../app/Main.qml:870
msgid ""
"Audio and video permissions are activated. Session cookies will be stored "
"and a navigation bar will appear. Recommended for social networks"
msgstr ""
-#: ../app/Main.qml:868
-msgid ""
-"Permissions: audio, camera, keep-display-on, microphone, music_files, "
-"picture_files, video, video_files"
+#: ../app/Main.qml:871
+msgid "Permissions: audio, camera, keep-display-on, microphone, video"
msgstr ""
-#: ../app/Main.qml:872 ../app/Main.qml:1502
+#: ../app/Main.qml:875 ../app/Main.qml:1308
msgid "Game"
msgstr ""
-#: ../app/Main.qml:872
+#: ../app/Main.qml:875
msgid ""
"Audio and video permissions are activated. Session cookies will be stored "
"and fullscreen is enabled. Recommended for games"
msgstr ""
-#: ../app/Main.qml:873
-msgid "Permissions: audio, keep-display-on, music_files, sensors, video"
+#: ../app/Main.qml:876
+msgid "Permissions: audio, keep-display-on, sensors, video"
msgstr ""
-#: ../app/Main.qml:897 ../app/Main.qml:920 ../app/Main.qml:1068
-#: ../app/Main.qml:1478 ../app/Main.qml:1505
+#: ../app/Main.qml:900 ../app/Main.qml:923 ../app/Main.qml:1071
+#: ../app/Main.qml:1284 ../app/Main.qml:1311
msgid "Custom"
msgstr ""
-#: ../app/Main.qml:940
+#: ../app/Main.qml:943
msgid "Display app in full screen mode"
msgstr ""
-#: ../app/Main.qml:952
+#: ../app/Main.qml:955
msgid "Online account provider for the app"
msgstr ""
-#: ../app/Main.qml:967
+#: ../app/Main.qml:970
msgid "Switch Online Accounts identities"
msgstr ""
-#: ../app/Main.qml:982
+#: ../app/Main.qml:985
msgid "Store session cookies"
msgstr ""
-#: ../app/Main.qml:996
+#: ../app/Main.qml:999
msgid "Enable media-hub for audio playback"
msgstr ""
-#: ../app/Main.qml:1008 ../app/pageOgraWebapp.qml:78
+#: ../app/Main.qml:1011 ../app/pageOgraWebapp.qml:78
msgid "Optional: Override the default User Agent with the provided one"
msgstr ""
-#: ../app/Main.qml:1028
+#: ../app/Main.qml:1031
msgid "Display back, forward and address bar"
msgstr ""
-#: ../app/Main.qml:1047
+#: ../app/Main.qml:1050
msgid "Display the address bar"
msgstr ""
-#: ../app/Main.qml:1061
+#: ../app/Main.qml:1064
msgid "Open external URLs in overlay"
msgstr ""
-#: ../app/Main.qml:1077 ../app/Main.qml:1109
+#: ../app/Main.qml:1080 ../app/Main.qml:1112
msgid "Permissions"
msgstr ""
-#: ../app/Main.qml:1081
+#: ../app/Main.qml:1084
msgid "Mandatory"
msgstr ""
-#: ../app/Main.qml:1093
+#: ../app/Main.qml:1096
msgid "Networking"
msgstr ""
-#: ../app/Main.qml:1105
+#: ../app/Main.qml:1108
msgid "Webview"
msgstr ""
-#: ../app/Main.qml:1123
+#: ../app/Main.qml:1126
msgid "Webapp will be able to ask access to user accounts"
msgstr ""
-#: ../app/Main.qml:1138
+#: ../app/Main.qml:1141
msgid "Webapp will have access to audio"
msgstr ""
-#: ../app/Main.qml:1154
-msgid "Webapp will have access to calendar"
-msgstr ""
-
-#: ../app/Main.qml:1169
+#: ../app/Main.qml:1157
msgid "Webapp will ask for camera access"
msgstr ""
-#: ../app/Main.qml:1184
+#: ../app/Main.qml:1172
msgid "Webapp will ask for coarse network connectivity information access"
msgstr ""
-#: ../app/Main.qml:1199
-msgid "Webapp will access contacts"
-msgstr ""
-
-#: ../app/Main.qml:1214
+#: ../app/Main.qml:1187
msgid "Webapp will be target of content-hub"
msgstr ""
-#: ../app/Main.qml:1229
+#: ../app/Main.qml:1202
msgid "Webapp will be source to content-hub"
msgstr ""
-#: ../app/Main.qml:1244
-msgid "Webapp will be run in debug mode. Not suited for final webapp"
-msgstr ""
-
-#: ../app/Main.qml:1259
-msgid "Webapp will ask for the history-service (SMS and call logs)"
-msgstr ""
-
-#: ../app/Main.qml:1275
-msgid "Webapp will be able to accept purchases. Deprecated?"
-msgstr ""
-
-#: ../app/Main.qml:1290
+#: ../app/Main.qml:1217
msgid "The screen will be on while webapp is shown"
msgstr ""
-#: ../app/Main.qml:1305
+#: ../app/Main.qml:1232
msgid "Webapp will ask to access GPS location"
msgstr ""
-#: ../app/Main.qml:1320
+#: ../app/Main.qml:1247
msgid "Webapp will ask to access the microphone"
msgstr ""
-#: ../app/Main.qml:1335
-msgid "Webapp will be target or source of music files only"
-msgstr ""
-
-#: ../app/Main.qml:1350
-msgid "Webapp will be able to read music files"
-msgstr ""
-
-#: ../app/Main.qml:1365
-msgid "Webapp will be target or source of picture files"
-msgstr ""
-
-#: ../app/Main.qml:1380
-msgid "Webapp will be able to read picture files"
-msgstr ""
-
-#: ../app/Main.qml:1395
-msgid "Webapp will be able to receive push notifications. Limited by the OS"
-msgstr ""
-
-#: ../app/Main.qml:1410
+#: ../app/Main.qml:1262
msgid "Webapp will be able to access to device sensors"
msgstr ""
-#: ../app/Main.qml:1425
-msgid "Webapp will be able to access to home screen metrics"
-msgstr ""
-
-#: ../app/Main.qml:1440
+#: ../app/Main.qml:1277
msgid "Webapp will be able to ask for video access"
msgstr ""
-#: ../app/Main.qml:1455
-msgid "Webapp will be source or target of video files"
-msgstr ""
-
-#: ../app/Main.qml:1470
-msgid "Webapp will be able to read video files"
-msgstr ""
-
-#: ../app/Main.qml:1492
+#: ../app/Main.qml:1298
msgid "Select a profile"
msgstr ""
-#: ../app/Main.qml:1492 ../app/pageOgraWebapp.qml:250
+#: ../app/Main.qml:1298 ../app/pageOgraWebapp.qml:250
msgid "Create Webapp"
msgstr ""