version 2.1.0 beta (2018-06-30) + changes

This commit is contained in:
Christian Schneppe 2018-06-30 23:56:13 +02:00
parent 502ea4b891
commit 46accae255
2 changed files with 14 additions and 8 deletions

View file

@ -1,9 +1,15 @@
### Changelog
#### Version 2.0.3 (not yet released)
* show avatar for group chats in group details
* fade in image previews and avatars
#### Version 2.1.0 (not yet released)
* use group chat name as primary identifier
* upload group chat avatar on compatible servers
* show group name and subject in group chat details
* UI improvements
* introduce Expert Setting to enable direct search
* introduce Paste As Quote on Android 6+
* fixed issues with HTTP Upload
* fixed connection problems with TLS1.3 servers
* attempt to delete broken bundles from PEP
* bug fixes
#### Version 2.0.2

View file

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.1.3'
}
}
@ -38,7 +38,7 @@ dependencies {
exclude group: 'com.google.firebase', module: 'firebase-core'
}
implementation 'org.sufficientlysecure:openpgp-api:10.0'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.+'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0'
implementation 'org.bouncycastle:bcmail-jdk15on:1.58'
implementation 'org.jitsi:org.otr4j:0.22'
implementation 'org.gnu.inet:libidn:1.15'
@ -62,7 +62,7 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:3.8.0'
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
implementation 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.3'
implementation 'pub.devrel:easypermissions:1.1.3'
implementation 'pub.devrel:easypermissions:1.2.0'
implementation 'com.wefika:flowlayout:0.4.1'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.3'
implementation 'in.championswimmer:SimpleFingerGestures_Android_Library:1.2'
@ -82,8 +82,8 @@ android {
minSdkVersion 16
targetSdkVersion 25
versionCode 234
versionName "2.0.3 (beta 2018-06-03)"
versionCode 235
versionName "2.1.0 (beta 2018-06-30)"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"