2014-09-28 02:54:32 +00:00
|
|
|
Categories:Internet
|
|
|
|
License:GPLv3+
|
|
|
|
Web Site:https://github.com/lgallard/qBittorrent-Client/blob/HEAD/README.md
|
2015-03-05 14:08:48 +00:00
|
|
|
Source Code:https://github.com/lgallard/qBittorrent-Client
|
2014-09-28 02:54:32 +00:00
|
|
|
Issue Tracker:https://github.com/lgallard/qBittorrent-Client/issues
|
|
|
|
|
|
|
|
Auto Name:qBittorrent Client
|
2014-10-17 19:42:45 +00:00
|
|
|
Summary:Companion app for qBittorrent client
|
2014-09-28 02:54:32 +00:00
|
|
|
Description:
|
2014-10-17 19:42:45 +00:00
|
|
|
Manage the queue of your qBittorrent client. Features include:
|
2014-09-28 02:54:32 +00:00
|
|
|
|
|
|
|
* See a two panel view (fragments) for torrent list and details in the same window
|
|
|
|
* Drawer menu for switching between All, Downloading, Completed, Paused, Active and Inactive torrent list
|
|
|
|
* Pause or resume all torrents from the selected list
|
|
|
|
* Auto refresh torrent list after performing an action on a torrent (pause, resume, or delete)
|
|
|
|
* Add URL directly or by clicking the torrent link on your device's browser
|
|
|
|
* Pause, resume, or delete individual torrents with its downloaded data
|
|
|
|
* Set and save a connection account
|
2015-04-13 17:12:53 +00:00
|
|
|
|
|
|
|
This app has been superseeded with [[com.lgallardo.qbittorrentclientpro]].
|
2014-09-28 02:54:32 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/lgallard/qBittorrent-Client/
|
|
|
|
|
|
|
|
Build:2.0,200
|
2014-10-04 14:22:11 +00:00
|
|
|
disable=doesn't compile
|
2014-09-30 07:15:45 +00:00
|
|
|
commit=v2.0
|
2014-09-28 02:54:32 +00:00
|
|
|
subdir=qBittorrentClient
|
2014-09-30 06:53:08 +00:00
|
|
|
patch=remove_admob.diff
|
2014-09-28 02:54:32 +00:00
|
|
|
srclibs=ApacheHttpClient@4.3.5,ApacheHttpCore@4.3.2
|
|
|
|
rm=qBittorrentClient/libs/*
|
|
|
|
extlibs=android/android-support-v4.jar
|
|
|
|
prebuild=pushd $$ApacheHttpClient$$/httpclient/ && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
pushd $$ApacheHttpClient$$/httpmime/ && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
pushd $$ApacheHttpCore$$/httpcore && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
cp $$ApacheHttpCore$$/httpcore/target/httpcore-4.3.2.jar $$ApacheHttpClient$$/httpclient/target/httpclient-4.3.5.jar $$ApacheHttpClient$$/httpmime/target/httpmime-4.3.5.jar libs/
|
|
|
|
|
2014-09-30 07:15:45 +00:00
|
|
|
Build:2.2.0,220
|
|
|
|
commit=v2.2.0
|
|
|
|
subdir=qBittorrentClient
|
|
|
|
patch=remove_admob.diff,string_fix.diff
|
|
|
|
srclibs=ApacheHttpClient@4.3.5,ApacheHttpCore@4.3.2
|
|
|
|
rm=qBittorrentClient/libs/*
|
|
|
|
extlibs=android/android-support-v4.jar
|
|
|
|
prebuild=pushd $$ApacheHttpClient$$/httpclient/ && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
pushd $$ApacheHttpClient$$/httpmime/ && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
pushd $$ApacheHttpCore$$/httpcore && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
cp $$ApacheHttpCore$$/httpcore/target/httpcore-4.3.2.jar $$ApacheHttpClient$$/httpclient/target/httpclient-4.3.5.jar $$ApacheHttpClient$$/httpmime/target/httpmime-4.3.5.jar libs/
|
|
|
|
|
2014-12-02 19:35:29 +00:00
|
|
|
Build:2.7.1,271
|
|
|
|
disable=patches don't apply anymore
|
|
|
|
commit=v2.7.1
|
|
|
|
subdir=qBittorrentClient
|
|
|
|
patch=remove_admob.diff,string_fix.diff
|
|
|
|
srclibs=ApacheHttpClient@4.3.5,ApacheHttpCore@4.3.2
|
|
|
|
rm=qBittorrentClient/libs/*
|
|
|
|
extlibs=android/android-support-v4.jar
|
|
|
|
prebuild=pushd $$ApacheHttpClient$$/httpclient/ && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
pushd $$ApacheHttpClient$$/httpmime/ && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
pushd $$ApacheHttpCore$$/httpcore && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
cp $$ApacheHttpCore$$/httpcore/target/httpcore-4.3.2.jar $$ApacheHttpClient$$/httpclient/target/httpclient-4.3.5.jar $$ApacheHttpClient$$/httpmime/target/httpmime-4.3.5.jar libs/
|
|
|
|
|
2015-03-12 08:06:00 +00:00
|
|
|
Build:3.7.0,370
|
|
|
|
commit=5779e53c6b8b3b5634bf1a38525947b85837be52
|
|
|
|
subdir=qBittorrentClient
|
2015-03-31 03:26:23 +00:00
|
|
|
patch=remove_ads_370.patch
|
2015-03-12 08:06:00 +00:00
|
|
|
srclibs=ApacheHttpClient@4.3.5,ApacheHttpCore@4.3.2
|
|
|
|
rm=qBittorrentClient/libs/*
|
|
|
|
extlibs=android/android-support-v4.jar
|
|
|
|
build=pushd $$ApacheHttpClient$$/httpclient/ && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
pushd $$ApacheHttpClient$$/httpmime/ && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
pushd $$ApacheHttpCore$$/httpcore && \
|
|
|
|
$$MVN3$$ package && \
|
|
|
|
popd && \
|
|
|
|
cp $$ApacheHttpCore$$/httpcore/target/httpcore-4.3.2.jar $$ApacheHttpClient$$/httpclient/target/httpclient-4.3.5.jar $$ApacheHttpClient$$/httpmime/target/httpmime-4.3.5.jar libs/
|
|
|
|
|
2015-04-13 17:12:53 +00:00
|
|
|
|
|
|
|
Archive Policy:0 versions
|
2014-09-28 02:54:32 +00:00
|
|
|
Auto Update Mode:None
|
2015-04-13 17:12:53 +00:00
|
|
|
Update Check Mode:None
|
2015-05-03 18:57:48 +00:00
|
|
|
Current Version:3.7.0
|
|
|
|
Current Version Code:370
|
2014-09-28 02:54:32 +00:00
|
|
|
|