Merge branch 'update_transdroid' into 'master'

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

Tested: Scan, build, install, functionality

Also added the light package, sync the description with upstream and changed the update mode as upstream is tagging the releases properly.

See merge request !472
This commit is contained in:
Boris Kraut 2015-01-11 01:56:26 +00:00
commit 3e244a5a8d
2 changed files with 55 additions and 9 deletions

View file

@ -8,12 +8,13 @@ Donate:http://www.transdroid.org
Auto Name:Transdroid
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.
Allows you to manage your torrents. 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,15 @@ 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 BitTorrent clients
Description:
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