Merge commit 'refs/merge-requests/259' of https://gitorious.org/f-droid/fdroiddata into merge-requests/259
This commit is contained in:
commit
6e070d34ff
30
metadata/org.transdroid.full.txt
Normal file
30
metadata/org.transdroid.full.txt
Normal file
|
@ -0,0 +1,30 @@
|
|||
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.
|
||||
.
|
||||
|
||||
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,8 @@
|
|||
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)
|
||||
|
@ -14,12 +13,10 @@ 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-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,8 +24,11 @@ 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
|
||||
Current Version Code:13
|
||||
Current Version:1.14
|
||||
Current Version Code:16
|
||||
|
||||
|
|
Loading…
Reference in a new issue