Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTI1208 committed Oct 2, 2021
1 parent 5ee5f8b commit a7e2036
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ android {
applicationId = "ru.art2000.calculator"
minSdk = 16
targetSdk = 31
versionCode = 9
versionCode = 10

val major = 1
val minor = 2
val patch = 1
val minor = 3
val patch = 0

versionName = "$major.$minor.$patch"

Expand Down
13 changes: 13 additions & 0 deletions app/src/main/res/raw-ru/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v1.3.0
- Название единицы измерения резделено на полное и сокращение
- Добавлена возможность скопировать только значение и значение вместе с сокращением в конвертере величин
- Добавлено автоскрытие поля ввода в конвертере валют при закртыии клавиатуры
- Улучшена поддержка RTL раскладки
- Draw calculator IO layout behind statusbar instead of setting statusbar color
- Use scientific notation in unit converter for big and small values
- Исправлено отображение только одной категории в конвертере валют в не-английских локализациях на API 16
- Исправлено падение при открытии редактора валют когда не было добавлено для отображения ни одной валюты
- Исправлено отсутвие сообщения о том, что все доступные валюты добавлены, при открытии вкладки добавления в редакторе валют
- Исправлено обновление данных о валютах при каждом открытии вкладки вместо только первого раза
- Исправлено неверная конвертация некоторых величин

v1.2.1
- Добавлена поддержка версий Android 4.1-4.2 (API 16-17)
- Исправлено падение при открытии отладочной информации в калькуляторе
Expand Down
13 changes: 13 additions & 0 deletions app/src/main/res/raw/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v1.3.0
- Split unit converter name into short and full ones
- Added ability to copy unit value only and value with short name
- Added auto-hide of text input field in Currency Converter screen on IME close
- Improved RTL layout support
- Draw calculator IO layout behind statusbar instead of setting statusbar color
- Use scientific notation in unit converter for big and small values
- Fixed Unit Converter displayed only one category in non-English locales on API 16
- Fixed crash when opening Currencies editor when no currencies were added
- Fixed absence of message in Currency Add Screen after opening when all currencies were already added
- Fixed currencies update on every open of tab instead of only first one
- Fixed wrong unit conversions

v1.2.1
- Added support of Android versions 4.1-4.2 (API 16-17)
- Fixed crash on open of Calculator Expertise View
Expand Down

0 comments on commit a7e2036

Please sign in to comment.