From: Soren Stoutner Date: Thu, 26 Aug 2021 16:11:42 +0000 (-0700) Subject: Fix a few typos. X-Git-Tag: v1.1~2 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff_plain;h=2f280a085efa15139e1a2df023f983bf296981f6 Fix a few typos. --- diff --git a/app/src/main/assets/css/theme.css b/app/src/main/assets/css/theme.css index a164cb0..a78eb75 100644 --- a/app/src/main/assets/css/theme.css +++ b/app/src/main/assets/css/theme.css @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Privacy Browser. If not, see . + * along with Privacy Cell. If not, see . */ /* Dark colors. */ diff --git a/app/src/main/assets/en/changelog.html b/app/src/main/assets/en/changelog.html index f7d01a2..b946149 100644 --- a/app/src/main/assets/en/changelog.html +++ b/app/src/main/assets/en/changelog.html @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Privacy Browser. If not, see . --> + along with Privacy Cell. If not, see . --> @@ -27,8 +27,8 @@ -

1.0 (version code 1)

-

28 August 2021 - minimum API 30, target API 30

+

1.0 (version code 1)

+

25 August 2021 - minimum API 30, target API 30.

  • Initial release.
diff --git a/app/src/main/assets/en/contributors.html b/app/src/main/assets/en/contributors.html index d443d03..468ce0c 100644 --- a/app/src/main/assets/en/contributors.html +++ b/app/src/main/assets/en/contributors.html @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Privacy Browser. If not, see . --> + along with Privacy Cell. If not, see . --> diff --git a/app/src/main/assets/en/licenses.html b/app/src/main/assets/en/licenses.html index bf26251..d0999c4 100644 --- a/app/src/main/assets/en/licenses.html +++ b/app/src/main/assets/en/licenses.html @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Privacy Browser. If not, see . --> + along with Privacy Cell. If not, see . --> diff --git a/app/src/main/assets/en/permissions.html b/app/src/main/assets/en/permissions.html index 3bd484a..b97caa5 100644 --- a/app/src/main/assets/en/permissions.html +++ b/app/src/main/assets/en/permissions.html @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Privacy Browser. If not, see . --> + along with Privacy Cell. If not, see . --> @@ -29,7 +29,7 @@

Privacy Cell uses the following permission.

-

Phone

+

Read phone status and identity

android.permission. READ_PHONE_STATE

Required to determine which protocols are being used by the cell phone network.

diff --git a/app/src/main/assets/en/privacy_policy.html b/app/src/main/assets/en/privacy_policy.html index 376cad5..adec1d8 100644 --- a/app/src/main/assets/en/privacy_policy.html +++ b/app/src/main/assets/en/privacy_policy.html @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Privacy Browser. If not, see . --> + along with Privacy Cell. If not, see . --> diff --git a/app/src/main/assets/images/bug_report_rounded.svg b/app/src/main/assets/images/bug_report_rounded.svg index dba6977..fbac78c 100644 --- a/app/src/main/assets/images/bug_report_rounded.svg +++ b/app/src/main/assets/images/bug_report_rounded.svg @@ -1,11 +1,11 @@ + along with Privacy Cell. If not, see . --> + along with Privacy Cell. If not, see . --> + along with Privacy Cell. If not, see . --> + along with Privacy Cell. If not, see . --> + along with Privacy Cell. If not, see . --> + along with Privacy Cell. If not, see . --> + along with Privacy Cell. If not, see . --> . + Changes copyright © 2021 Soren Stoutner . The resulting file is released under the GPLv3+ license. This file is part of Privacy Cell . @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Privacy Browser. If not, see . --> + along with Privacy Cell. If not, see . --> + along with Privacy Cell. If not, see . --> + along with Privacy Cell. If not, see . --> + along with Privacy Cell. If not, see . --> . + Changes copyright © 2016,2021 Soren Stoutner . The resulting file is released under the GPLv3+ license. This file is part of Privacy Cell . @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Privacy Browser. If not, see . --> + along with Privacy Cell. If not, see . --> + along with Privacy Cell. If not, see . --> . + * along with Privacy Cell. If not, see . */ package com.stoutner.privacycell.activities diff --git a/app/src/main/java/com/stoutner/privacycell/dialogs/PhonePermissionDialog.kt b/app/src/main/java/com/stoutner/privacycell/dialogs/PhonePermissionDialog.kt index df5fa9f..a792114 100644 --- a/app/src/main/java/com/stoutner/privacycell/dialogs/PhonePermissionDialog.kt +++ b/app/src/main/java/com/stoutner/privacycell/dialogs/PhonePermissionDialog.kt @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Privacy Browser. If not, see . + * along with Privacy Cell. If not, see . */ package com.stoutner.privacycell.dialogs diff --git a/app/src/main/java/com/stoutner/privacycell/dialogs/WebViewDialog.kt b/app/src/main/java/com/stoutner/privacycell/dialogs/WebViewDialog.kt index 0559d45..8fd2edb 100644 --- a/app/src/main/java/com/stoutner/privacycell/dialogs/WebViewDialog.kt +++ b/app/src/main/java/com/stoutner/privacycell/dialogs/WebViewDialog.kt @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Privacy Browser. If not, see . + * along with Privacy Cell. If not, see . */ package com.stoutner.privacycell.dialogs diff --git a/app/src/main/res/drawable/not_secure.xml b/app/src/main/res/drawable/not_secure.xml index de128f3..d049d20 100644 --- a/app/src/main/res/drawable/not_secure.xml +++ b/app/src/main/res/drawable/not_secure.xml @@ -1,7 +1,7 @@ + along with Privacy Cell. If not, see . --> . + Changes copyright © 2016,2021 Soren Stoutner . The resulting image is released under the GPLv3+ license. This file is part of Privacy Cell . @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Privacy Browser. If not, see .The resulting image is released under the GPLv3+ license. --> + along with Privacy Cell. If not, see . --> . + Changes copyright © 2016,2021 Soren Stoutner . The resulting image is released under the GPLv3+ license. This file is part of Privacy Cell . @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Privacy Browser. If not, see .The resulting image is released under the GPLv3+ license. --> + along with Privacy Cell. If not, see . --> . --> + along with Privacy Cell. If not, see . --> . --> + along with Privacy Cell. If not, see . --> . --> + along with Privacy Cell. If not, see . --> . --> + along with Privacy Cell. If not, see . --> . --> + along with Privacy Cell. If not, see . --> diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 2293934..2f017fa 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Privacy Browser. If not, see . --> + along with Privacy Cell. If not, see . --> diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml index 5b24de0..ac28058 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/src/main/res/values-night/themes.xml @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Privacy Browser. If not, see . --> + along with Privacy Cell. If not, see . -->