diff --git a/metadata/org.transdroid.full.txt b/metadata/org.transdroid.full.txt index 1757c8f142..80922c6435 100644 --- a/metadata/org.transdroid.full.txt +++ b/metadata/org.transdroid.full.txt @@ -12,19 +12,22 @@ 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. + +See also [[org.transdroid.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;true;false;' ../core/res/values/bools.xml \ - && sed -i 's;true;false;' res/values/bools.xml \ - && mkdir src - + 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 +Update Check Mode:None + diff --git a/metadata/org.transdroid.search.txt b/metadata/org.transdroid.search.txt index d4434f3717..ce33f3bc3e 100644 --- a/metadata/org.transdroid.search.txt +++ b/metadata/org.transdroid.search.txt @@ -13,19 +13,31 @@ 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. + +See also [[org.transdroid.full]]. . 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 -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.7,9 + commit=22 + target=android-14 + +Build:1.9,11 + commit=28 + target=android-14 + +Build:1.10,12 + commit=29 + target=android-14 + +Build:1.11,13 + commit=33 Build:1.14,16 - commit=v1.14 + commit=v1.14 Auto Update Mode:None Update Check Mode:RepoManifest diff --git a/metadata/org.transdroid.txt b/metadata/org.transdroid.txt index 98bff665a2..e2dcdc040d 100644 --- a/metadata/org.transdroid.txt +++ b/metadata/org.transdroid.txt @@ -17,6 +17,8 @@ them and new torrents can be added via URL, RSS feed or using the integrated sea 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. + +For newer versions, see [[org.transdroid.full]] and [[org.transdroid.search]]. . Repo Type:hg