Compare commits

..

No commits in common. "b9759a256a5fdc0e4e7f41c578f03c235c8a44f7" and "210d1c9ac03fdfbf74bb71a4ff643f9b84c50c89" have entirely different histories.

5 changed files with 2 additions and 12 deletions

View file

@ -1,9 +1,5 @@
# Changelog
### another.im 1.0.1
* Fixed message input focus loss
* Addressed potential crashes caused by NullPointerException (NPE)
### another.im 1.0.0
* Implementation of OTR chats
* Rebranding from Conversation Clasic to another.im

View file

@ -104,8 +104,8 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 34
versionCode 2
versionName "1.0.1"
versionCode 1
versionName "1.0.0"
archivesBaseName += "-$versionName"
applicationId "im.narayana.another"
resValue "string", "applicationId", applicationId

View file

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

View file

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

View file

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