org.transdroid: Update full package to latest version and added lite

package
This commit is contained in:
Rancor 2015-01-10 15:28:27 +01:00
parent 4277b99ce5
commit e289c782ee
2 changed files with 57 additions and 10 deletions

View file

@ -6,14 +6,15 @@ Issue Tracker:https://github.com/erickok/transdroid/issues
Donate:http://www.transdroid.org
Auto Name:Transdroid
Summary:Manage BitTorrent clients
Summary:Manage your torrents from your Android device
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.
Allows you to manage your torrents from your Android device. All popular clients are
supported: µTorrent, Transmission, rTorrent, Vuze, Deluge, BitTorrent 6, qBittorrent
and many more. You can view and manage the running torrents and individual files.
Adding is easy via the integrated search, RSS feeds or the barcode scanner.
Monitor progress using the home screen widget or background alarm service.
See also [[org.transdroid.search]].
See also [[org.transdroid.search]] and [[org.transdroid.lite]].
.
Repo Type:git
@ -44,8 +45,16 @@ Build:2.2.0,215
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
Auto Update Mode:None
Update Check Mode:Tags
Current Version:2.2.0
Current Version Code:215
Build:2.3.0,217
commit=v2.3.0
gradle=full
subdir=app
prebuild=sed -i 's;<bool name="updatecheck_available">true</bool>;<bool name="updatecheck_available">false</bool>;' src/full/res/values/bools.xml && \
sed -i 's;<bool name="updatecheck_available">true</bool>;<bool name="updatecheck_available">false</bool>;' src/main/res/values/bools.xml && \
sed -i "s;apply from: '../signing.gradle';;" build.gradle
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:2.3.0
Current Version Code:217

View file

@ -0,0 +1,38 @@
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:Transdrone
Summary:Manage your torrents from your Android device
Description:
Transdrone allows you to manage the torrents you run on your home server or seedbox.
You can add torrents, start/stop them, assign labels, view trackers and individual
files, set priorities and much more!
Most popular clients are supported, including uTorrent, Transmission, rTorrent,
BitTorrent 6, Deluge, Vuze, Bitflu, BitComet, Qbittorrent, Ktorrent and
Torrentflux-b4rt. Plus Synology, D-Link and Buffalo NAS clients.
Transdrone is the little brother to Transdroid. Looking for integrated torrent
search or RSS feeds? Then you might check out the full [[org.transdroid.full]] version.
See also [[org.transdroid.search]].
.
Repo Type:git
Repo:https://github.com/erickok/transdroid.git
Build:2.3.0,217
commit=v2.3.0
gradle=lite
subdir=app
prebuild=sed -i 's;<bool name="updatecheck_available">true</bool>;<bool name="updatecheck_available">false</bool>;' src/lite/res/values/bools.xml && \
sed -i 's;<bool name="updatecheck_available">true</bool>;<bool name="updatecheck_available">false</bool>;' src/main/res/values/bools.xml && \
sed -i "s;apply from: '../signing.gradle';;" build.gradle
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:2.3.0
Current Version Code:217