1.0.1 changelogs #25

Merged
Sergei Poljanski merged 1 commit from develop into master 2024-12-13 20:23:47 +00:00
5 changed files with 12 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,2 @@
* Fixed message input focus loss
* Addressed potential crashes caused by NullPointerException

View file

@ -0,0 +1,2 @@
* Исправлен баг с фокусировкой на клавиатуре при вводе сообщений
* Устранены возможные сбои, вызванные NullPointerException (NPE)

View file

@ -0,0 +1,2 @@
* Виправлено помилку з фокусом клавіатури під час набору тексту
* Виправлено можливі збої, спричинені NullPointerException (NPE)