Skip to content

Commit

Permalink
Version 1.2.2.1 — Fix text hiding beneath keyboard and lost tab
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillsmirnov1 committed Nov 26, 2019
1 parent cb48d9c commit 8b04769
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
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 25
versionName "1.2.2"
versionCode 26
versionName "1.2.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
dataBinding.enabled = true
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/raw-ru/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<changelog>

<release versionCode="26" versionName="Версия 1.2.2.1">
<bugfix>Иногда при редактировании взаимодействия клавиатура скрывала под собой часть текста. Исправил это. </bugfix>
<bugfix>Выбранная вкладка последних взаимодействий сбрасывалась при блокировке экрана. Исправил это. </bugfix>
</release>

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

<release versionCode="26" versionName="Version 1.2.2.1">
<bugfix>Sometimes while editing an interaction keyboard hid part of text. Fixed that.</bugfix>
<bugfix>The position of chosen last interaction tab was lost at screen lock. Fixed that.</bugfix>
</release>

<release versionCode="25" versionName="Version 1.2.2">
<new>Night mode</new>
<new>Sharing interactions</new>
Expand Down

0 comments on commit 8b04769

Please sign in to comment.