version 1.13.9

This commit is contained in:
Christian Schneppe 2016-08-13 22:28:25 +02:00
parent 6343d4c208
commit 19a18b3a04
2 changed files with 18 additions and 12 deletions

View file

@ -1,5 +1,11 @@
###Changelog
###Version 1.13.9
* add icons for files in chat view
* reworked backup service to automatically backup database encrypted to local storage at 4 am each day
* make human readable log export optional
* bug fixes
###Version 1.13.8
* bug fixes

View file

@ -30,7 +30,7 @@ configurations {
dependencies {
compile project(':libs:MemorizingTrustManager')
compile project(':libs:audiowife')
playstoreCompile 'com.google.android.gms:play-services-gcm:9.2.1'
playstoreCompile 'com.google.android.gms:play-services-gcm:9.4.0'
compile 'org.sufficientlysecure:openpgp-api:10.0'
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
compile 'com.android.support:support-v13:24.1.1'
@ -44,20 +44,20 @@ dependencies {
compile 'de.timroes.android:EnhancedListView:0.3.4'
compile 'me.leolin:ShortcutBadger:1.1.4@aar'
compile 'com.kyleduo.switchbutton:library:1.2.8'
compile 'org.whispersystems:axolotl-android:1.3.4'
compile 'com.makeramen:roundedimageview:2.2.0'
compile 'org.whispersystems:axolotl-android:1.4.3'
compile 'com.makeramen:roundedimageview:2.2.1'
compile 'jetty:javax.servlet:5.1.12'
compile 'com.google.code.gson:gson:2.4'
compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:multidex:1.0.1'
compile 'com.github.bumptech.glide:glide:3.5.2'
compile 'com.github.chrisbanes:PhotoView:1.2.6'
compile 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.0'
compile 'com.google.android.gms:play-services-location:9.2.1'
compile 'com.google.android.gms:play-services-maps:9.2.1'
compile 'pub.devrel:easypermissions:0.1.7'
compile 'com.google.android.gms:play-services-gcm:9.2.1'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.github.chrisbanes:PhotoView:1.3.0'
compile 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.1'
compile 'com.google.android.gms:play-services-location:9.4.0'
compile 'com.google.android.gms:play-services-maps:9.4.0'
compile 'pub.devrel:easypermissions:0.1.9'
compile 'com.google.android.gms:play-services-gcm:9.4.0'
}
ext {
@ -73,8 +73,8 @@ android {
minSdkVersion 14
targetSdkVersion 23
versionCode 159
versionName "1.13.8"
versionCode 160
versionName "1.13.9"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"