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
This commit is contained in:
parent
1f488aee6a
commit
9e54a111d3
35
metadata/org.transdroid.full.txt
Normal file
35
metadata/org.transdroid.full.txt
Normal file
|
@ -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;<bool name="updatecheck_available">true</bool>;<bool name="updatecheck_available">false</bool>;' ../core/res/values/bools.xml \
|
||||||
|
&& sed -i 's;<bool name="updatecheck_available">true</bool>;<bool name="updatecheck_available">false</bool>;' res/values/bools.xml \
|
||||||
|
&& mkdir src
|
||||||
|
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
|
@ -1,9 +1,9 @@
|
||||||
AntiFeatures:Tracking
|
AntiFeatures:Tracking
|
||||||
Categories:Internet
|
Categories:Internet
|
||||||
License:LGPL
|
License:LGPL
|
||||||
Web Site:http://code.google.com/p/transdroid-search/
|
Web Site:http://www.transdroid.org/
|
||||||
Source Code:http://code.google.com/p/transdroid-search/source/checkout
|
Source Code:https://github.com/erickok/transdroid-search
|
||||||
Issue Tracker:http://code.google.com/p/transdroid-search/issues/list
|
Issue Tracker:https://github.com/erickok/transdroid-search/issues
|
||||||
|
|
||||||
Name:Transdroid Torrent Search
|
Name:Transdroid Torrent Search
|
||||||
Auto Name:Torrent Search (by Transdroid)
|
Auto Name:Torrent Search (by Transdroid)
|
||||||
|
@ -18,8 +18,8 @@ interface.
|
||||||
Anti-feature: Tracking. It checks for updates to the app.
|
Anti-feature: Tracking. It checks for updates to the app.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git-svn
|
Repo Type:git
|
||||||
Repo:http://transdroid-search.googlecode.com/svn/trunk
|
Repo:https://github.com/erickok/transdroid-search.git
|
||||||
|
|
||||||
#Don't have android-13
|
#Don't have android-13
|
||||||
Build Version:1.7,9,22,target=android-14
|
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.10,12,29,target=android-14
|
||||||
Build Version:1.11,13,33
|
Build Version:1.11,13,33
|
||||||
|
|
||||||
|
Build:1.14,16
|
||||||
|
commit=v1.14
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:1.11
|
Current Version:1.11
|
||||||
|
|
Loading…
Reference in a new issue