From f8daccffc061e2f05f6605913c19d4aa807eaddb Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 9 Nov 2020 15:37:31 +0100 Subject: initial auto-update implementation: introducing fatweb flavor, pgpverify go library and bitmask core library, basic update mechanism --- app/src/main/res/values/strings.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6d4c62e1..dd1ddeb4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -142,4 +142,10 @@ %s cannot execute features like VPN Hotspot or IPv6 firewall without root permissions. Start %s + Tap here to start the download. + A new %s version has been found. + Downloading a new %s version + Storage access is required to web update. + Storage permission request was denied. + -- cgit v1.2.3 From 95554c3eb064114f9a8d494aec7ba05e8cd3aaf1 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 28 Dec 2020 00:06:00 +0100 Subject: improve invisible activity theme --- app/src/main/res/values/themes.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 7e98ccf4..ab489fc6 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -22,6 +22,8 @@ -- cgit v1.2.3 From 8efd199a90e6d9388400b19e9fc6b68c81284f11 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 28 Dec 2020 00:06:27 +0100 Subject: add new download notification strings --- app/src/main/res/values/strings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index dd1ddeb4..5ba51afe 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -147,5 +147,6 @@ Downloading a new %s version Storage access is required to web update. Storage permission request was denied. - + A new %s version has been downloaded. + Tap here to install the update. -- cgit v1.2.3 From c008a935f92b79cb7b6f649fc876d398e20ebb22 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Mon, 28 Dec 2020 00:47:19 +0100 Subject: download apk, request permission and install app update --- app/src/main/res/values/strings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5ba51afe..d047da21 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -149,4 +149,7 @@ Storage permission request was denied. A new %s version has been downloaded. Tap here to install the update. + PGP verification error. Ignoring download. + Update failed. + No permissions to install app. -- cgit v1.2.3