diff --git a/README.md b/README.md index ba4fa1c4..987d36fd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Unfortunately, it has been archived on March 1st, 2024 (https://github.com/sadellie/unitto) without any notice or explanation. Since there has been no activity from sadellie on GitHub since then, I guess they are not actively working on projects anymore. I will maintain this app, but I do not plan to add new features. I don't have enough time to do that, but you are welcome to contribute. I will review and merge your pull requests.
-
@@ -42,4 +41,6 @@ You can donate via [GitHub Sponsors](https://github.com/sponsors/Myzel394)
or via [crypto currencies](https://github.com/Myzel394/contact-me?tab=readme-ov-file#donations).
## Help
-See [HELP.md](HELP.md)
+For help with the app see [HELP](HELP.md)
+
+For details about the permissions used in the app see [SECURITY](SECURITY.md)
diff --git a/SECURITY.md b/SECURITY.md
index e976848b..b56ce65a 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -1,3 +1,7 @@
+# Permissions
+
+The following permissions are used in the NumberHub app
+
### `com.sadellie.numberhub.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION`
Read (boring): https://developer.android.com/about/versions/14/behavior-changes-14#runtime-receivers-exported
@@ -22,6 +26,10 @@ Not used explicitly. Added automatically by Widget feature.
Not used explicitly. Added automatically by Widget feature.
+# F-Droid Anti-Features
+
+These may appear on F-Droid app page
+
### Non-free network service
Non-free means that you can't host the given service on your machine.
diff --git a/data/licenses/src/main/java/app/myzel394/numberhub/data/licenses/ThirdParty.kt b/data/licenses/src/main/java/app/myzel394/numberhub/data/licenses/ThirdParty.kt
index 6dd141c5..7985add7 100644
--- a/data/licenses/src/main/java/app/myzel394/numberhub/data/licenses/ThirdParty.kt
+++ b/data/licenses/src/main/java/app/myzel394/numberhub/data/licenses/ThirdParty.kt
@@ -31,7 +31,7 @@ val ALL_THIRD_PARTY by lazy {
ThirdParty(
name = "currency-api",
dev = "Fawaz Ahmed (fawazahmed0)",
- website = "https://github.com/fawazahmed0/currency-api",
+ website = "https://github.com/fawazahmed0/exchange-api",
license = "The Unlicense",
description = "Free Currency Rates API",
),
diff --git a/fastlane/metadata/android/en-US/images/featureGraphic.png b/fastlane/metadata/android/en-US/images/featureGraphic.png
deleted file mode 100644
index 14e46809..00000000
Binary files a/fastlane/metadata/android/en-US/images/featureGraphic.png and /dev/null differ
diff --git a/readme_content/badge_obtainium.png b/readme_content/badge_obtainium.png
deleted file mode 100644
index a4cf4f9c..00000000
Binary files a/readme_content/badge_obtainium.png and /dev/null differ
diff --git a/readme_content/obtainium-badge.png b/readme_content/obtainium-badge.png
new file mode 100644
index 00000000..99534ba2
Binary files /dev/null and b/readme_content/obtainium-badge.png differ