mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-07-01 14:10:56 +02:00
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
Calculator, unit converter and more.
|
|
|
|
<b>Features</b>
|
|
|
|
• Instant expression evaluation
|
|
• Expressions history
|
|
• Copy, paste and cut expression
|
|
• Material You Theme even for old devices
|
|
• More than 500 units and currencies
|
|
• Smart units search
|
|
• Adaptive units sorting algorithm
|
|
• Small app size
|
|
• Bulk convert units
|
|
• Favorite units
|
|
• Ability to disable unit groups
|
|
• Customizable number formatter
|
|
• SI Standard
|
|
|
|
<b>Permissions</b>
|
|
|
|
com.sadellie.unitto.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
|
|
Read (boring): https://developer.android.com/about/versions/14/behavior-changes-14#runtime-receivers-exported
|
|
|
|
android.permission.INTERNET
|
|
Used in Unit Converter to update currency rates. Requests are made only when you select a currency unit.
|
|
|
|
android.permission.ACCESS_NETWORK_STATE
|
|
Used in Unit Converter as a callback. Retries to update currency rates if there was an error (no network, for example) and the Internet connection is back.
|
|
|
|
Non-free network service
|
|
<i>Non-free</i> doesn't mean that you need to pay, put your credit card away. In this context it means that you can't host it on your machine.
|
|
|
|
The app uses https://github.com/fawazahmed0/currency-api by https://github.com/fawazahmed0
|
|
Requests are send to cdn.jsdelivr.net.
|