diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-11-11 23:41:43 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-11-11 23:41:43 +0100 |
commit | 61ff7a1361a883d274d46f81fcdfe702dc11e655 (patch) | |
tree | 64a2bec02a1855e51c654959d79eef75f12d7ccd | |
parent | 6971b3e05326528271e2aa57936ded7612532aff (diff) |
version 1.15.0 + changelog
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | build.gradle | 5 |
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d123586..eddde3819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ###Changelog +###Version 1.15.0 +* make OMEMO working with other clients +* make OMEMO encryption standard for 1:1 chats as default +* start navigation app directly from show location activity +* show map preview on shared locations +* show contacts name on shared VCARDs +* send text directly via ShareWithActivity +* bug fixes + ###Version 1.14.5 * error message accessible via context menu for failed messages * don't include pgp signature in anonymous mucs diff --git a/build.gradle b/build.gradle index 2ab8bccd4..21cafdd87 100644 --- a/build.gradle +++ b/build.gradle @@ -61,6 +61,7 @@ dependencies { compile 'com.google.android.gms:play-services-maps:9.6.1' compile 'pub.devrel:easypermissions:0.1.9' compile 'com.wefika:flowlayout:0.4.1' + compile 'com.googlecode.ez-vcard:ez-vcard:0.10.0' //compile 'com.jakewharton:disklrucache:2.0.2' //compile group: 'commons-io', name: 'commons-io', version: '2.5' @@ -80,9 +81,9 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 24 - versionCode 172 + versionCode 174 - versionName "1.14.6 beta (2016-11-07)" + versionName "1.15.0" archivesBaseName += "-$versionName" applicationId "de.pixart.messenger" |