Skip to content

Commit

Permalink
Version 1.2.1 — Dialog rotation crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillsmirnov1 committed Nov 13, 2019
1 parent 5c91a04 commit 4cf0906
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.trulden.friends"
minSdkVersion 19
targetSdkVersion 29
versionCode 23
versionName "1.2"
versionCode 24
versionName "1.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
dataBinding.enabled = true
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/raw-ru/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<changelog>

<release versionCode="24" versionName="Версия 1.2.1">
<info>• При редактировании друга старое имя отображается сверху.</info>
<info>• Уточнил сообщения об ошибках при изменении частоты взаимодействий.</info>
<bugfix>Проверка готовности трекеров после восстановления данных.</bugfix>
<bugfix>Исправил несколько случаев внезапного завершения приложения при повороте экрана.</bugfix>
</release>

<release versionCode="23" versionName="Версия 1.2">
<new>Теперь вы можете изменить частоту взаимодействий нажав на иконку часов в развернутом трекере.</new>
</release>
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<changelog>

<release versionCode="24" versionName="Version 1.2.1">
<info>• In Edit Friend window old name is displayed at top of the screen.</info>
<info>• Specified error messages on frequency edit.</info>
<bugfix>Check trackers readiness on import.</bugfix>
<bugfix>Fixed several crashes on screen rotation.</bugfix>
</release>

<release versionCode="23" versionName="Version 1.2">
<new>Now you can set custom frequency for interactions by clicking clock icon in opened tracker.</new>
</release>
Expand Down

0 comments on commit 4cf0906

Please sign in to comment.