From 768f9266974dc22a6df8fb8c6217bf04ead8ce9e Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Wed, 13 Jul 2016 11:47:15 +0100 Subject: [PATCH 1/3] update description for Vector --- metadata/im.vector.alpha.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metadata/im.vector.alpha.txt b/metadata/im.vector.alpha.txt index 2b55b0ce14..eca8e044e3 100644 --- a/metadata/im.vector.alpha.txt +++ b/metadata/im.vector.alpha.txt @@ -31,6 +31,8 @@ Features include: * Full message search * Excellent support for all Android device sizes and orientations +Note that the F-Droid release does not use GCM for notifications - instead it will keep syncing in the background. If you find that the ongoing background sync is using too much battery, you can add a delay or change the timeout of the sync or even disable background sync completely, in the settings page. + For developers: * Vector is a Matrix client - built on the Matrix.org open standard and ecosystem, providing interoperability with all other Matrix compatible apps, servers and integrations @@ -54,6 +56,7 @@ Repo Type:git Repo:https://github.com/vector-im/vector-android Build:0.3.2,14 + prebuild=sed -i -e '/play-services/d' build.gradle && git clone https://github.com/matrix-org/matrix-android-sdk.git && cd matrix-android-sdk && gradle build && cp matrix-android-sdk/matrix-sdk/build/outputs/aar/matrix-sdk-release-*.aar ../vector/libs/matrix-sdk.aar commit=3a82249de2abb839ce7ecc0796773e3c9097a1a1 subdir=vector gradle=appfdroid From c8844ed781601469b8cb8695a5ac3fcd50f9e802 Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Wed, 13 Jul 2016 11:50:25 +0100 Subject: [PATCH 2/3] Remove obsolete pre-build --- metadata/im.vector.alpha.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata/im.vector.alpha.txt b/metadata/im.vector.alpha.txt index eca8e044e3..fb6cbeef88 100644 --- a/metadata/im.vector.alpha.txt +++ b/metadata/im.vector.alpha.txt @@ -56,7 +56,6 @@ Repo Type:git Repo:https://github.com/vector-im/vector-android Build:0.3.2,14 - prebuild=sed -i -e '/play-services/d' build.gradle && git clone https://github.com/matrix-org/matrix-android-sdk.git && cd matrix-android-sdk && gradle build && cp matrix-android-sdk/matrix-sdk/build/outputs/aar/matrix-sdk-release-*.aar ../vector/libs/matrix-sdk.aar commit=3a82249de2abb839ce7ecc0796773e3c9097a1a1 subdir=vector gradle=appfdroid From 7beac3ee25872a01a34d8c5a00ebd3b79f639502 Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Wed, 13 Jul 2016 12:05:48 +0100 Subject: [PATCH 3/3] rewritemeta changes --- metadata/im.vector.alpha.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metadata/im.vector.alpha.txt b/metadata/im.vector.alpha.txt index fb6cbeef88..da855a0254 100644 --- a/metadata/im.vector.alpha.txt +++ b/metadata/im.vector.alpha.txt @@ -31,7 +31,10 @@ Features include: * Full message search * Excellent support for all Android device sizes and orientations -Note that the F-Droid release does not use GCM for notifications - instead it will keep syncing in the background. If you find that the ongoing background sync is using too much battery, you can add a delay or change the timeout of the sync or even disable background sync completely, in the settings page. +Note that the F-Droid release does not use GCM for notifications - instead it +will keep syncing in the background. If you find that the ongoing background +sync is using too much battery, you can add a delay or change the timeout of the +sync or even disable background sync completely, in the settings page. For developers: