Compare commits
2 commits
210d1c9ac0
...
b9759a256a
Author | SHA1 | Date | |
---|---|---|---|
Sergei Poljanski | b9759a256a | ||
Sergei Poljanski | 6aff5c5105 |
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### another.im 1.0.1
|
||||||
|
* Fixed message input focus loss
|
||||||
|
* Addressed potential crashes caused by NullPointerException (NPE)
|
||||||
|
|
||||||
### another.im 1.0.0
|
### another.im 1.0.0
|
||||||
* Implementation of OTR chats
|
* Implementation of OTR chats
|
||||||
* Rebranding from Conversation Clasic to another.im
|
* Rebranding from Conversation Clasic to another.im
|
||||||
|
|
|
@ -104,8 +104,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 1
|
versionCode 2
|
||||||
versionName "1.0.0"
|
versionName "1.0.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "im.narayana.another"
|
applicationId "im.narayana.another"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
2
fastlane/metadata/android/en-US/changelogs/204.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/204.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Fixed message input focus loss
|
||||||
|
* Addressed potential crashes caused by NullPointerException
|
2
fastlane/metadata/android/ru/changelogs/204.txt
Normal file
2
fastlane/metadata/android/ru/changelogs/204.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Исправлен баг с фокусировкой на клавиатуре при вводе сообщений
|
||||||
|
* Устранены возможные сбои, вызванные NullPointerException (NPE)
|
2
fastlane/metadata/android/uk/changelogs/204.txt
Normal file
2
fastlane/metadata/android/uk/changelogs/204.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Виправлено помилку з фокусом клавіатури під час набору тексту
|
||||||
|
* Виправлено можливі збої, спричинені NullPointerException (NPE)
|
Loading…
Reference in a new issue