A few minor transdroid changes

This commit is contained in:
Ciaran Gultnieks 2013-12-09 12:03:57 +00:00
parent 6e070d34ff
commit 24387bcff0
3 changed files with 30 additions and 13 deletions

View file

@ -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;<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
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
Update Check Mode:None

View file

@ -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

View file

@ -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