Skip to content

Commit 445dc3e

Browse files
authored
Merge pull request #11 from Hamster45105/more-improvements
Small Improvements
2 parents 8572ce5 + e9229ea commit 445dc3e

File tree

6 files changed

+12
-3
lines changed

6 files changed

+12
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
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.
77

88
<p align="middle">
9-
<img src="./fastlane/metadata/android/en-US/images/featureGraphic.png" width="97%" />
109
<img src="./fastlane/metadata/android/en-US/images/phoneScreenshots/slide1.png" width="19%" />
1110
<img src="./fastlane/metadata/android/en-US/images/phoneScreenshots/slide2.png" width="19%" />
1211
<img src="./fastlane/metadata/android/en-US/images/phoneScreenshots/slide3.png" width="19%" />
@@ -42,4 +41,6 @@ You can donate via [GitHub Sponsors](https://github.com/sponsors/Myzel394)
4241
or via [crypto currencies](https://github.com/Myzel394/contact-me?tab=readme-ov-file#donations).
4342

4443
## Help
45-
See [HELP.md](HELP.md)
44+
For help with the app see [HELP](HELP.md)
45+
46+
For details about the permissions used in the app see [SECURITY](SECURITY.md)

SECURITY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Permissions
2+
3+
The following permissions are used in the NumberHub app
4+
15
### `com.sadellie.numberhub.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION`
26

37
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.
2226

2327
Not used explicitly. Added automatically by Widget feature.
2428

29+
# F-Droid Anti-Features
30+
31+
These may appear on F-Droid app page
32+
2533
### Non-free network service
2634

2735
Non-free means that you can't host the given service on your machine.

data/licenses/src/main/java/app/myzel394/numberhub/data/licenses/ThirdParty.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ val ALL_THIRD_PARTY by lazy {
3131
ThirdParty(
3232
name = "currency-api",
3333
dev = "Fawaz Ahmed (fawazahmed0)",
34-
website = "https://github.com/fawazahmed0/currency-api",
34+
website = "https://github.com/fawazahmed0/exchange-api",
3535
license = "The Unlicense",
3636
description = "Free Currency Rates API",
3737
),
-92.7 KB
Binary file not shown.

readme_content/badge_obtainium.png

-17.6 KB
Binary file not shown.

readme_content/obtainium-badge.png

16.7 KB
Loading

0 commit comments

Comments
 (0)