Compare commits
2 commits
master
...
fdroid/cha
Author | SHA1 | Date | |
---|---|---|---|
Sergei Poljanski | 03fcd01ddb | ||
Sergei Poljanski | cf9d0e13b1 |
1210
CHANGELOG.md
1210
CHANGELOG.md
File diff suppressed because it is too large
Load diff
12
README.md
12
README.md
|
@ -2,6 +2,12 @@
|
|||
|
||||
<p align="center">Conversations Classic: the very last word in instant messaging</p>
|
||||
|
||||
<p align="center"><a href="https://f-droid.org/packages/eu.siacs.conversations.classic">
|
||||
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
|
||||
alt="Get it on F-Droid"
|
||||
height="80">
|
||||
</a></p>
|
||||
|
||||
## Design principles
|
||||
|
||||
* Be as beautiful and easy to use as possible without sacrificing security or
|
||||
|
@ -109,7 +115,7 @@ SCRAM-SHA1, PLAIN, EXTERNAL (client certs) and DIGEST-MD5.
|
|||
Some Bind failures are transient and resolve themselves after a reconnect.
|
||||
|
||||
When trying to connect to OpenFire the bind failure can be a permanent problem when the domain part of the Jabber ID entered in Conversations Classic doesn’t match the domain the OpenFire server feels responsible for. For example OpenFire is configured to use the domain `a.tld` but the Jabber ID entered is `user@b.tld` where `b.tld` also points to the same host. During bind OpenFire tries to reassign the Jabber to `user@a.tld`. Conversations Classic doesn’t like that.
|
||||
This can be fixed by creating a new account in Conversations Classic that uses the Jabber ID `user@a.tld`.
|
||||
This can be fixed by creating a new account in Conversations Classic that uses the Jabber ID `user@a.tld`.
|
||||
|
||||
Note: This is kind of a weird quirk in OpenFire. Most other servers would just throw a 'Server not responsible for domain' error instead of attempting to reassign the Jabber ID.
|
||||
|
||||
|
@ -128,7 +134,7 @@ The foreground notification is still controlled over the expert settings within
|
|||
Long press the permanent notification and disable that particular type of notification by moving the slider to the left. This will make the notification disappear but create another notification (this time created by the operating system itself.) that will complain about Conversations (and other apps) using battery. Starting with Android 8.1 you can disable that notification again with the same method described above.
|
||||
|
||||
##### Android 9.0+
|
||||
Long press the permanent notification and press the info `(i)` button to get into the App info screen. In that screen touch the 'Notification' entry. In the next screen remove the checkbox for the 'Foreground service' entry.
|
||||
Long press the permanent notification and press the info `(i)` button to get into the App info screen. In that screen touch the 'Notification' entry. In the next screen remove the checkbox for the 'Foreground service' entry.
|
||||
|
||||
#### Conversations doesn’t work for me. Where can I get help?
|
||||
|
||||
|
@ -284,4 +290,4 @@ Read more about the concept on https://gultsch.de/trust.html
|
|||
|
||||
#### I found a bug
|
||||
|
||||
Please report it to our XMPP conference [`xmppclient-dev@conference.narayana.im`](xmpp:xmppclient-dev@conference.narayana.im).
|
||||
Please report it to our XMPP conference [`xmppclient-dev@conference.narayana.im`](xmpp:xmppclient-dev@conference.narayana.im).
|
||||
|
|
6
fastlane/metadata/android/en-US/changelogs/4211504.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/4211504.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
* Added account indicator
|
||||
* Group chats are now marked with an additional icon
|
||||
* Saved messages now have a brighter background color
|
||||
* Added nickname in reply in Multi-User Chats(MUC)
|
||||
* Contact status is now displayed separately
|
||||
* Updated Russian and Ukrainian localizations
|
6
fastlane/metadata/android/ru/changelogs/4211504.txt
Normal file
6
fastlane/metadata/android/ru/changelogs/4211504.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
* Добавлен индикатор учетной записи
|
||||
* Групповые чаты теперь отмечены дополнительным значком
|
||||
* Закрепленные сообщения теперь имеют более яркий цвет фона
|
||||
* Добавлен никнейм в ответ в многопользовательских чатах(MUC)
|
||||
* Статус контакта теперь отображается в отдельно
|
||||
* Обновлены русская и украинская локализации
|
6
fastlane/metadata/android/uk/changelogs/4211504.txt
Normal file
6
fastlane/metadata/android/uk/changelogs/4211504.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
* Добавлен индикатор учетной записи
|
||||
* Групповые чаты теперь отмечены дополнительным значком
|
||||
* Закрепленные сообщения теперь имеют более яркий цвет фона
|
||||
* Добавлен никнейм в ответ в многопользовательских чатах(MUC)
|
||||
* Статус контакта теперь отображается в отдельно
|
||||
* Обновлены русская и украинская локализации
|
Loading…
Reference in a new issue