version 2.2.10 beta (2019-09-24) + changes
This commit is contained in:
parent
0fec7bcea2
commit
5aa83a0db4
2 changed files with 8 additions and 3 deletions
|
@ -7,6 +7,8 @@
|
||||||
* replace YouTube links with Invidious links (PAM)
|
* replace YouTube links with Invidious links (PAM)
|
||||||
* rework profile view (PAM)
|
* rework profile view (PAM)
|
||||||
* introduce app intro and some help screens (PAM)
|
* introduce app intro and some help screens (PAM)
|
||||||
|
* fixed minor security issues
|
||||||
|
* share XMPP uri from channel search by long pressing a result
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
||||||
#### Version 2.2.9
|
#### Version 2.2.9
|
||||||
|
@ -19,8 +21,11 @@
|
||||||
* fixes for Jingle file transfer
|
* fixes for Jingle file transfer
|
||||||
* fixed some rare crashes
|
* fixed some rare crashes
|
||||||
* when sharing a message from and to messenger insert it as quote
|
* when sharing a message from and to messenger insert it as quote
|
||||||
* find orphaned files and show them in the chat again instead of showing them deleted
|
* find orphaned files and show them in the chat again instead of showing them deleted (PAM)
|
||||||
* introduce file uploads/downloads with queue (PAM)
|
* introduce file uploads/downloads with queue (PAM)
|
||||||
|
* fixed connection issues over Tor
|
||||||
|
* P2P file transfer (Jingle) now offers direct candidates
|
||||||
|
* support XEP-0396: Jingle Encrypted Transports - OMEMO
|
||||||
* bug fixes
|
* bug fixes
|
||||||
|
|
||||||
#### Version 2.2.7
|
#### Version 2.2.7
|
||||||
|
|
|
@ -104,8 +104,8 @@ android {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
|
|
||||||
versionCode 270
|
versionCode 271
|
||||||
versionName "2.2.10 beta (2019-09-23)"
|
versionName "2.2.10 beta (2019-09-24)"
|
||||||
|
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "de.pixart.messenger"
|
applicationId "de.pixart.messenger"
|
||||||
|
|
Reference in a new issue