version 2.1.5 + CHANGELOG
This commit is contained in:
parent
04c3a1f08b
commit
71350931e4
3 changed files with 8 additions and 3 deletions
|
@ -6,6 +6,10 @@
|
|||
* let the user forbid android from taking screenshots
|
||||
* make PEP avatars public to play nice with Prosody 0.11
|
||||
* fixed re-sending failed files in group chats
|
||||
* OMEMO stability improvements
|
||||
* context menu wen long pressing avatar in 1:1 chat
|
||||
* synchronize group chat join/leaves across multiple clients
|
||||
* fixed sending PGP encrypted messages from quick reply
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.1.4
|
||||
|
|
|
@ -99,8 +99,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
|
||||
versionCode 249
|
||||
versionName "2.1.5 beta (2018-12-04)"
|
||||
versionCode 250
|
||||
versionName "2.1.5"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
along with this program. If not, see https://www.gnu.org/licenses
|
||||
\n\nDownload the full original source code at https://github.com/siacs/Conversations (Copyright © 2014-2018 Daniel Gultsch)
|
||||
\n\nDownload the modified source code at https://github.com/kriztan/Pix-Art-Messenger
|
||||
\n\n\n\Pix-Art Messenger recommends blabber.im as provider. More information can be found at https://blabber.im
|
||||
\n\nPix-Art Messenger recommends blabber.im as provider. More information can be found at https://blabber.im
|
||||
\n\nYou can support me by making a donation in form of a gift in sense of § 516 ff BGB i.e. a gratuitous donation.
|
||||
</string>
|
||||
<string name="pref_about_libraries" translatable="false"><b>Libraries</b>
|
||||
\n\nhttps://www.bouncycastle.org\n(The MIT License (MIT))
|
||||
|
|
Reference in a new issue