From 768f9266974dc22a6df8fb8c6217bf04ead8ce9e Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Wed, 13 Jul 2016 11:47:15 +0100 Subject: [PATCH] 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