From 9e54a111d3cc52c47cf4a4ea25fc1bd57c0fbebe Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 4 Dec 2013 13:00:29 +0100 Subject: [PATCH 1/3] Transdroid 2.0 updates Updated Transdroid and Trandroid Search to 2.0. We zap the update check in org.transdroid.full by setting updatecheck_available to false. But it's still unclear if this removes the Tracking Anti-Feature completely. More info: https://github.com/erickok/transdroid/issues/60 --- metadata/org.transdroid.full.txt | 35 ++++++++++++++++++++++++++++++ metadata/org.transdroid.search.txt | 13 ++++++----- 2 files changed, 43 insertions(+), 5 deletions(-) create mode 100644 metadata/org.transdroid.full.txt diff --git a/metadata/org.transdroid.full.txt b/metadata/org.transdroid.full.txt new file mode 100644 index 0000000000..602953893c --- /dev/null +++ b/metadata/org.transdroid.full.txt @@ -0,0 +1,35 @@ +AntiFeatures:Tracking +Categories:Internet +License:GPLv3 +Web Site:http://www.transdroid.org/ +Source Code:https://github.com/erickok/transdroid +Issue Tracker:https://github.com/erickok/transdroid/issues +Donate:http://www.transdroid.org/ + +Auto Name:Transdroid Torrent Manager +Summary:Manage BitTorrent clients +Description: +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 +Repo:https://github.com/erickok/transdroid.git + +Build:2.1.1,210 + commit=329a36d05eaa8bc446f2a5962c27eea3d2e312ff + subdir=full + prebuild=mkdir ../lib/build \ + && ant -f ../lib/build.xml \ + && sed -i 's;true;false;' ../core/res/values/bools.xml \ + && sed -i 's;true;false;' res/values/bools.xml \ + && mkdir src + + +Auto Update Mode:None diff --git a/metadata/org.transdroid.search.txt b/metadata/org.transdroid.search.txt index 13819447f8..247dcf5f4c 100644 --- a/metadata/org.transdroid.search.txt +++ b/metadata/org.transdroid.search.txt @@ -1,9 +1,9 @@ AntiFeatures:Tracking Categories:Internet License:LGPL -Web Site:http://code.google.com/p/transdroid-search/ -Source Code:http://code.google.com/p/transdroid-search/source/checkout -Issue Tracker:http://code.google.com/p/transdroid-search/issues/list +Web Site:http://www.transdroid.org/ +Source Code:https://github.com/erickok/transdroid-search +Issue Tracker:https://github.com/erickok/transdroid-search/issues Name:Transdroid Torrent Search Auto Name:Torrent Search (by Transdroid) @@ -18,8 +18,8 @@ interface. Anti-feature: Tracking. It checks for updates to the app. . -Repo Type:git-svn -Repo:http://transdroid-search.googlecode.com/svn/trunk +Repo Type:git +Repo:https://github.com/erickok/transdroid-search.git #Don't have android-13 Build Version:1.7,9,22,target=android-14 @@ -27,6 +27,9 @@ Build Version:1.9,11,28,target=android-14 Build Version:1.10,12,29,target=android-14 Build Version:1.11,13,33 +Build:1.14,16 + commit=v1.14 + Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.11 From aa26ab0fdf0a3b2680687c61cd3f095a5ca02877 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 4 Dec 2013 16:05:37 +0100 Subject: [PATCH 2/3] 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. --- metadata/org.transdroid.full.txt | 5 ----- metadata/org.transdroid.search.txt | 3 --- 2 files changed, 8 deletions(-) diff --git a/metadata/org.transdroid.full.txt b/metadata/org.transdroid.full.txt index 602953893c..1757c8f142 100644 --- a/metadata/org.transdroid.full.txt +++ b/metadata/org.transdroid.full.txt @@ -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 diff --git a/metadata/org.transdroid.search.txt b/metadata/org.transdroid.search.txt index 247dcf5f4c..47f4bd5949 100644 --- a/metadata/org.transdroid.search.txt +++ b/metadata/org.transdroid.search.txt @@ -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 From aa630825b41ddba48542fbc2fada0d283a95a977 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 4 Dec 2013 16:07:59 +0100 Subject: [PATCH 3/3] Transdroid Search: Updated CV and CVC --- metadata/org.transdroid.search.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/org.transdroid.search.txt b/metadata/org.transdroid.search.txt index 47f4bd5949..d4434f3717 100644 --- a/metadata/org.transdroid.search.txt +++ b/metadata/org.transdroid.search.txt @@ -29,6 +29,6 @@ Build:1.14,16 Auto Update Mode:None Update Check Mode:RepoManifest -Current Version:1.11 -Current Version Code:13 +Current Version:1.14 +Current Version Code:16