Skip to content

Commit

Permalink
Merge pull request #11 from Hamster45105/more-improvements
Browse files Browse the repository at this point in the history
Small Improvements
  • Loading branch information
Myzel394 authored May 16, 2024
2 parents 8572ce5 + e9229ea commit 445dc3e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%" />
Expand Down Expand Up @@ -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)
8 changes: 8 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
Expand Down
Binary file not shown.
Binary file removed readme_content/badge_obtainium.png
Binary file not shown.
Binary file added readme_content/obtainium-badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 445dc3e

Please sign in to comment.