From 33833ae7616568577ff8f23d0de83605705e0d1a Mon Sep 17 00:00:00 2001 From: relan Date: Fri, 27 Sep 2019 21:51:12 +0300 Subject: [PATCH] New app: Private DNS Quick Tile Closes fdroid/rfp#1109. --- metadata/com.jpwolfso.privdnsqt.yml | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 metadata/com.jpwolfso.privdnsqt.yml diff --git a/metadata/com.jpwolfso.privdnsqt.yml b/metadata/com.jpwolfso.privdnsqt.yml new file mode 100644 index 0000000000..9f8ddf0552 --- /dev/null +++ b/metadata/com.jpwolfso.privdnsqt.yml @@ -0,0 +1,35 @@ +Categories: + - System + - Connectivity +License: GPL-3.0-only +AuthorName: Joshua Wolfsohn +AuthorEmail: jpwolfso@edu.uwaterloo.ca +SourceCode: https://github.com/joshuawolfsohn/Private-DNS-Quick-Tile +IssueTracker: https://github.com/joshuawolfsohn/Private-DNS-Quick-Tile/issues +Changelog: https://github.com/joshuawolfsohn/Private-DNS-Quick-Tile/releases + +AutoName: Private DNS Quick Tile +Summary: Quickly toggle the Private DNS feature introduced in Android 9.0 +Description: |- + Adds a Private DNS quick tile to the Quick Settings in the System UI. + You must manually grant the WRITE_SECURE_SETTINGS permission to this app, + using the Android Debug Bridge (ADB), in order for the tile to properly + function. This can be done in an ADB shell with the command + + pm grant com.jpwolfso.privdnsqt android.permission.WRITE_SECURE_SETTINGS + +RepoType: git +Repo: https://github.com/joshuawolfsohn/Private-DNS-Quick-Tile.git + +Builds: + - versionName: 1.1.1 + versionCode: 2 + commit: v1.1.1 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.1.1 +CurrentVersionCode: 2