Transdroid: Remove anti-feature tracking
According to https://github.com/erickok/transdroid/issues/60, Transdroid versions with updatecheck_available=false don't do any sort of tracking.
This commit is contained in:
parent
9e54a111d3
commit
aa26ab0fdf
|
@ -1,4 +1,3 @@
|
|||
AntiFeatures:Tracking
|
||||
Categories:Internet
|
||||
License:GPLv3
|
||||
Web Site:http://www.transdroid.org/
|
||||
|
@ -13,10 +12,6 @@ Transdroid is an Android remote client for your torrent application running on a
|
|||
server or home computer. Currently Transmission, uTorrent, Bittorrent, Deluge, Vuze
|
||||
and rTorrent are supported. It can show the active torrents, pause, resume or remove
|
||||
them and new torrents can be added via URL, RSS feed or using the integrated search.
|
||||
|
||||
Anti-Feature: Tracking. It will connect to transdroid.org as
|
||||
soon as you run it, and periodically after that. Information exposed is probably
|
||||
limited to your IP address, OS version and Transdroid version.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
AntiFeatures:Tracking
|
||||
Categories:Internet
|
||||
License:LGPL
|
||||
Web Site:http://www.transdroid.org/
|
||||
|
@ -14,8 +13,6 @@ provides torrent search results (links to .torrent files) from various web
|
|||
sources. These results are exposed via a ContentProvider that multiple Android
|
||||
apps can use to search for torrents while maintaining control over the search
|
||||
interface.
|
||||
|
||||
Anti-feature: Tracking. It checks for updates to the app.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
Loading…
Reference in a new issue