mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 16:25:27 +02:00
48 lines
1.5 KiB
Plaintext
48 lines
1.5 KiB
Plaintext
Calculator, converter and more.
|
|
|
|
Look for <b>Calculator</b> on your home screen after installing the app.
|
|
|
|
• Deep customization: themes, number formatter and etc.
|
|
• No ads, in-app purchases or asking for donations
|
|
• Open source
|
|
|
|
<b>Calculator</b>
|
|
|
|
• Copy, paste, save and share expression results
|
|
• Trigonometric functions
|
|
• Fractional output
|
|
|
|
<b>Unit converter</b>
|
|
|
|
• 570 units
|
|
• Built-in currency converter
|
|
• Favorite units
|
|
• Organize unit groups
|
|
• Smart search algorithm
|
|
|
|
<b>Date calculator</b>
|
|
• Add and subtract dates
|
|
• Calculate difference
|
|
• Create events in calendar
|
|
|
|
<b>Time converter</b>
|
|
• Add to favorites
|
|
• Add labels to time zones
|
|
|
|
<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.
|