aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-11-11 23:41:43 +0100
committerChristian Schneppe <christian@pix-art.de>2016-11-11 23:41:43 +0100
commit61ff7a1361a883d274d46f81fcdfe702dc11e655 (patch)
tree64a2bec02a1855e51c654959d79eef75f12d7ccd
parent6971b3e05326528271e2aa57936ded7612532aff (diff)
version 1.15.0 + changelog
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md9
-rw-r--r--build.gradle5
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"