Illuminating emerald

This commit is contained in:
Sad Ellie 2023-03-01 16:51:44 +04:00
parent 7150fc9133
commit bfafed4501
16 changed files with 35 additions and 45 deletions

View File

@ -32,8 +32,8 @@ android {
applicationId = "com.sadellie.unitto"
minSdk = 21
targetSdk = 33
versionCode = 16
versionName = "Hot magenta"
versionCode = 17
versionName = "Illuminating emerald"
}
buildTypes {

View File

@ -0,0 +1,5 @@
"Illuminating emerald" update is here:
• Calculator
• Nautical mile
That's it, thanks

View File

@ -1,8 +1,12 @@
This is Unitto — free unit converter and calculator mobile app for Android.
Calculator, unit converter and more.
Key features
• More than 430 units
• Built-in calculator
<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
@ -11,17 +15,3 @@ Key features
• Ability to disable unit groups
• Customizable number formatter
• SI Standard
• No ads, obviously
• Supports Dynamic Theming
And many more!
The app is in active development and has its own Trello board, where you can check out all the new stuff that will be added. You can also leave your feature requests.
Trello board link: https://trello.com/b/cxAbRlvu/unitto
Also, this app has a cool open source page, where you can find Terms and Conditions, Privacy Policy, Press Kit and contact links:
https://sadellie.github.io/unitto/
Background images:
Pawel Czerwinski: https://unsplash.com/@pawel_czerwinski
Hans Isaacson: https://unsplash.com/@hans_isaacson

View File

@ -1 +1 @@
Unit converter and calculator for Android
Calculator, unit converter and more

View File

@ -1 +1 @@
Unitto — unit converter and calculator
Unitto — calculator and unit converter

View File

@ -0,0 +1,5 @@
Обновление "Illuminating emerald":
• Калькулятор
• Морская миля
На этом всё, спасибо

View File

@ -1,27 +1,17 @@
Это Unitto — бесплатное приложения для перевода величин и калькулятор.
Калькулятор, перевод величин и многое другое.
Ключевые особенности:
• Более 430 единиц измерений и валют
• Встроенный калькулятор
<b>Особенности</b>
• Мгновенный расчет выражений
• История выражений
• Копируй, вставляй и вырезай выражения
• Динамические темы даже для старых устройств
• Более 500 единиц измерений и валют
• Умный поиск
• Адаптивный алгоритм сортировки
• Маленький размер приложения
• Перевод сразу во все единицы измерения
• Перевод сразу нескольких величин
• Избранные единицы измерения
• Возможность отключать группы единиц измерений
• Настраиваемое форматирование чисел
• Стандарт SI
• Нет рекламы
• Поддерживает динамические темы
И многое другое!
Приложение находится в активной разработке и имеет собственную доску Trello, где вы можете проверить все новые функции, которые будут добавлены. Вы также можете оставить свои пожелания.
Ссылка на доску Trello: https://trello.com/b/cxAbRlvu/unitto
Кроме того, у этого приложения есть классная страница с открытым исходным кодом, где вы можете найти Условия использования, Политику конфиденциальности, Пресс-Кит и контакты:
https://sadellie.github.io/unitto/
Фоновые изображения:
Павел Червински: https://unsplash.com/@pawel_czerwinski
Ханс Исааксон: https://unsplash.com/@hans_isaacson

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 127 KiB

View File

@ -1 +1 @@
Перевод величин и калькулятор
Калькулятор, перевод величин и другое

View File

@ -1 +1 @@
Unitto — перевод величин и калькулятор
Unitto — калькулятор и перевод величин

View File

@ -1,6 +1,6 @@
[versions]
appCode = "16"
appName = "Hot magenta"
appCode = "17"
appName = "Illuminating emerald"
kotlin = "1.8.10"
androidxCore = "1.9.0"
androidGradlePlugin = "7.4.1"