Merge branch 'qbittorentclientpro' into 'master'
New app qBittorrent Client Pro Build, install and short functionality test. qBittorent Client has now the Free and Pro gradle flavor, where the Pro has directly removed the Ads but has a new AppId. With that the old https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/com.lgallardo.qbittorrentclient.txt probably could be deprecated/marked as obsolete? See merge request !707
This commit is contained in:
commit
e8433027a5
47
metadata/com.lgallardo.qbittorrentclientpro.txt
Normal file
47
metadata/com.lgallardo.qbittorrentclientpro.txt
Normal file
|
@ -0,0 +1,47 @@
|
|||
Categories:Internet
|
||||
License:GPLv3+
|
||||
Web Site:https://github.com/lgallard/qBittorrent-Client/blob/HEAD/README.md
|
||||
Source Code:https://github.com/lgallard/qBittorrent-Client
|
||||
Issue Tracker:https://github.com/lgallard/qBittorrent-Client/issues
|
||||
|
||||
Auto Name:qBittorrent Client Pro
|
||||
Summary:Companion app for qBittorrent client
|
||||
Description:
|
||||
Manage the queue of your qBittorrent client. Features include:
|
||||
|
||||
* 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
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/lgallard/qBittorrent-Client/
|
||||
|
||||
Build:3.9.0,390
|
||||
commit=v3.9.0
|
||||
subdir=qBittorrentClient/app
|
||||
patch=remove_ads_390.patch
|
||||
gradle=pro
|
||||
srclibs=ApacheHttpClient@4.3.5,ApacheHttpCore@4.3.2
|
||||
rm=qBittorrentClient/app/libs/*
|
||||
prebuild=sed -i '/com.google.android.gms:play-services/d' build.gradle
|
||||
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/
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.9.0
|
||||
Current Version Code:390
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
diff --git a/qBittorrentClient/app/src/main/AndroidManifest.xml b/qBittorrentClient/app/src/main/AndroidManifest.xml
|
||||
index 1ac56de..471ad87 100644
|
||||
--- a/qBittorrentClient/app/src/main/AndroidManifest.xml
|
||||
+++ b/qBittorrentClient/app/src/main/AndroidManifest.xml
|
||||
@@ -173,10 +173,6 @@
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
- <meta-data
|
||||
- android:name="com.google.android.gms.version"
|
||||
- android:value="@integer/google_play_services_version" />
|
||||
- />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
\ No newline at end of file
|
Loading…
Reference in a new issue