Merge pull request #11 from Hamster45105/more-improvements

Small Improvements
This commit is contained in:
Myzel394 2024-05-16 17:43:50 +02:00 committed by GitHub
commit 445dc3eb31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 12 additions and 3 deletions

View File

@ -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.
<p align="middle">
<img src="./fastlane/metadata/android/en-US/images/featureGraphic.png" width="97%" />
<img src="./fastlane/metadata/android/en-US/images/phoneScreenshots/slide1.png" width="19%" />
<img src="./fastlane/metadata/android/en-US/images/phoneScreenshots/slide2.png" width="19%" />
<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)
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)

View File

@ -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.

View File

@ -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",
),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB