riot: add tracking antifeature
It's now included in the fdroid build and opt-out.
This commit is contained in:
parent
2c386dd5b9
commit
1589fabe33
|
@ -1,3 +1,4 @@
|
||||||
|
AntiFeatures:Tracking
|
||||||
Categories:Internet,Phone & SMS
|
Categories:Internet,Phone & SMS
|
||||||
License:Apache-2.0
|
License:Apache-2.0
|
||||||
Web Site:https://riot.im
|
Web Site:https://riot.im
|
||||||
|
@ -41,8 +42,11 @@ Features include:
|
||||||
Note that the F-Droid release does not use GCM for notifications - instead it
|
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
|
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 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. Also
|
sync or even disable background sync completely, in the settings page.
|
||||||
please note that Google Analytics has been removed from the F-Droid release.
|
|
||||||
|
Antifeatures:
|
||||||
|
|
||||||
|
* Includes opt-out Piwik analytics.
|
||||||
|
|
||||||
For developers:
|
For developers:
|
||||||
|
|
||||||
|
@ -258,7 +262,7 @@ Build:0.7.03,70301
|
||||||
sed -i -e '/com.google.android.gms/d' build.gradle && \
|
sed -i -e '/com.google.android.gms/d' build.gradle && \
|
||||||
sed -i -e '/com.google.gms.google-services/d' build.gradle
|
sed -i -e '/com.google.gms.google-services/d' build.gradle
|
||||||
|
|
||||||
Build:0.7.08-dev,70800
|
Build:0.7.08,70800
|
||||||
commit=9da011858efc05d5e843e39aea78f849b47059f9
|
commit=9da011858efc05d5e843e39aea78f849b47059f9
|
||||||
subdir=vector
|
subdir=vector
|
||||||
sudo=apt-get update && \
|
sudo=apt-get update && \
|
||||||
|
|
Loading…
Reference in a new issue