Skip to content

Commit

Permalink
Version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTI1208 committed Nov 18, 2022
1 parent 34e6248 commit 1586ead
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ setupAndroidModule()

val major = 1
val minor = 5
val patch = 2
val code = 16
val patch = 3
val code = 17

android {
signingConfigs {
Expand Down
5 changes: 5 additions & 0 deletions settings/src/androidMain/res/raw-ru/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.5.3 (2022-11-18)
- Исправлена невозможность ввода минуса первым символом выражения
- Исправлено неправильное поведение кнопки "C"
- Исправлена стилизация панели навигациии в кнопочных режимах на Android 8.1+ (API 27+)

v1.5.2 (2022-11-12)
- Исправлено падение на Android <4.3 (API <18) при загрузке курса валют
- Исправлено переключение автоматической тёмной темы на Android <5 (API <21) в режимах "Как в системе" и "По сбережению батареи"
Expand Down
5 changes: 5 additions & 0 deletions settings/src/androidMain/res/raw/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.5.3 (2022-11-18)
- Fix minus cannot be inputted as first character of expression
- Fix input cannot be cleared by clicking "C" button
- Fix navigation bar styling in button modes on Android 8.1+ (API 27+)

v1.5.2 (2022-11-12)
- Fix crash on Android <4.3 (API <18) when loading currency data
- Fix auto dark theme on Android <5 (API <21) in Follow System and Follow Battery modes
Expand Down

0 comments on commit 1586ead

Please sign in to comment.