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:
commit
3e244a5a8d
|
@ -8,12 +8,13 @@ Donate:http://www.transdroid.org
|
||||||
Auto Name:Transdroid
|
Auto Name:Transdroid
|
||||||
Summary:Manage BitTorrent clients
|
Summary:Manage BitTorrent clients
|
||||||
Description:
|
Description:
|
||||||
Transdroid is an Android remote client for your torrent application running on a
|
Allows you to manage your torrents. All popular clients are supported:
|
||||||
server or home computer. Currently Transmission, uTorrent, Bittorrent, Deluge, Vuze
|
µTorrent, Transmission, rTorrent, Vuze, Deluge, BitTorrent 6, qBittorrent
|
||||||
and rTorrent are supported. It can show the active torrents, pause, resume or remove
|
and many more. You can view and manage the running torrents and individual files.
|
||||||
them and new torrents can be added via URL, RSS feed or using the integrated search.
|
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
|
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>;' ../core/res/values/bools.xml && \
|
||||||
sed -i 's;<bool name="updatecheck_available">true</bool>;<bool name="updatecheck_available">false</bool>;' 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
|
Build:2.3.0,217
|
||||||
Update Check Mode:Tags
|
commit=v2.3.0
|
||||||
Current Version:2.2.0
|
gradle=full
|
||||||
Current Version Code:215
|
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
|
||||||
|
|
38
metadata/org.transdroid.lite.txt
Normal file
38
metadata/org.transdroid.lite.txt
Normal 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
|
||||||
|
|
Loading…
Reference in a new issue