version 2.2.0 beta (2019-02-09) + changes
This commit is contained in:
parent
d287badc34
commit
a10d57e618
2 changed files with 20 additions and 2 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,5 +1,23 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 2.2.0
|
||||
* add ability to set/edit nickname in own profile (PAM)
|
||||
* add ability to configure autojoin flag in groupchat details (PAM)
|
||||
* support for Android 9 'message style' notifications
|
||||
* OMEMO stability improvements
|
||||
* do not show deleted files in media browser
|
||||
* added 'Keep Original' as image and video quality choice (PAM)
|
||||
* fixed avatar not being refreshed in group chats
|
||||
* make users avatars configurable (prefer either from xmpp or addressbook) (PAM)
|
||||
* integrate last message deletion on remote devices (server and client need support for message correction) (PAM)
|
||||
* clearly distinguish between (private) group chats and (public) channels
|
||||
* redesigned participants view for group chats and channels
|
||||
* redesigned create new contact/group chat/channel flow in Start Conversation screen
|
||||
* reworked backup & restore
|
||||
* use Ad-Hoc Commands to invite new users (PAM)
|
||||
* show link preview in chat (PAM)
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.1.5
|
||||
* improved handling of bookmark nicks
|
||||
* long press on 'allow' or 'add back' snackbar to bring up 'reject'
|
||||
|
|
|
@ -77,7 +77,7 @@ dependencies {
|
|||
implementation project(':libs:xmpp-addr')
|
||||
implementation 'org.hsluv:hsluv:0.2'
|
||||
implementation 'org.conscrypt:conscrypt-android:1.4.2'
|
||||
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15' // last working version for minSDK 16
|
||||
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15' // 1.2.15 is last working version for minSDK 16
|
||||
implementation 'me.drakeet.support:toastcompat:1.1.0'
|
||||
implementation 'org.osmdroid:osmdroid-android:6.0.3'
|
||||
implementation 'com.leinardi.android:speed-dial:2.0.1'
|
||||
|
@ -99,7 +99,7 @@ android {
|
|||
targetSdkVersion 28
|
||||
|
||||
versionCode 251
|
||||
versionName "2.1.6 beta (2019-01-07)"
|
||||
versionName "2.2.0 beta (2019-02-09)"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Reference in a new issue