fdroiddata/metadata/org.equeim.tremotesf.txt

155 lines
4.8 KiB
Plaintext
Raw Normal View History

2017-02-04 17:59:01 +00:00
Categories:Internet
2018-05-16 19:28:14 +00:00
License:GPL-3.0-only
2017-02-04 17:59:01 +00:00
Web Site:
Source Code:https://github.com/equeim/tremotesf-android
Issue Tracker:https://github.com/equeim/tremotesf-android/issues
Changelog:https://github.com/equeim/tremotesf-android/blob/HEAD/CHANGELOG.md
2017-02-04 17:59:01 +00:00
Auto Name:Tremotesf
Summary:Remote-control Transmission BitTorrent client
2017-02-04 17:59:01 +00:00
Description:
Remote GUI for the [https://transmissionbt.com/ Transmission] BitTorrent client.
2017-02-04 17:59:01 +00:00
Features:
* View torrent list
* Sort torrents
* Filter torrents by name, status and trackers
* Start/stop/verify torrents with multi-selection
* Add torrents from torrent files and magnet links
* Select which files to download when adding torrent
* Manage torrent files
* Add and remove torrent trackers
* View torrent peers
* Set torrent limits
* Change remote server settings
* View server statistics
* Multiple servers
* Supports HTTPS connection
* Can connect to servers with self-signed certificates (you need to add certificate to server settings)
* Client certificate authentication
.
Repo Type:git
Repo:https://github.com/equeim/tremotesf-android
Build:1.2.1,5
commit=1.2.1
subdir=app
gradle=yes
2017-02-11 05:51:23 +00:00
Build:1.3.0,6
commit=1.3.0
subdir=app
gradle=yes
2017-02-18 08:57:40 +00:00
Build:1.4.0,7
commit=1.4.0
subdir=app
gradle=yes
2017-02-27 12:09:59 +00:00
Build:1.4.1,8
commit=1.4.1
subdir=app
gradle=yes
2017-03-08 06:50:54 +00:00
Build:1.4.2,9
commit=1.4.2
subdir=app
gradle=yes
2017-04-10 05:22:43 +00:00
Build:1.5.0,10
commit=1.5.0
subdir=app
gradle=yes
2017-04-14 01:45:51 +00:00
Build:1.5.1,11
commit=1.5.1
subdir=app
gradle=yes
2018-05-02 15:12:29 +00:00
Build:1.6.1,13
commit=1.6.1
subdir=app
gradle=fdroid
2018-05-05 16:16:32 +00:00
Build:1.6.2,14
commit=1.6.2
subdir=app
gradle=fdroid
2018-05-13 19:33:45 +00:00
Build:1.6.3,15
commit=1.6.3
subdir=app
gradle=fdroid
2018-06-13 00:16:14 +00:00
Build:1.7.0,16
commit=1.7.0
subdir=app
gradle=fdroid
2018-06-11 23:15:17 +00:00
srclibs=OpenSSL@OpenSSL_1_0_2o,QtBase@v5.9.6
prebuild=sed -i -e '/splits/,+7d' build.gradle && \
sed -i -e 's/android:extractNativeLibs=\"false\"/android:extractNativeLibs=\"true\"/' src/main/AndroidManifest.xml && \
sed -i -e "806s/\"\$MAKE\"/\"\$MAKE\" -j $(nproc)/" $$QtBase$$/configure && \
ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl && \
ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
2018-06-11 23:15:17 +00:00
build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
ndk=r15c
2018-06-13 00:16:14 +00:00
2018-07-04 19:35:45 +00:00
Build:1.7.1,17
commit=1.7.1
subdir=app
gradle=fdroid
srclibs=OpenSSL@OpenSSL_1_1_0h,QtBase@v5.11.1
prebuild=sed -i -e '/splits/,+7d' build.gradle && \
sed -i -e 's/android:extractNativeLibs=\"false\"/android:extractNativeLibs=\"true\"/' src/main/AndroidManifest.xml && \
sed -i -e "806s/\"\$MAKE\"/\"\$MAKE\" -j $(nproc)/" $$QtBase$$/configure && \
ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl && \
ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
ndk=r17b
2018-08-11 13:43:07 +00:00
Build:1.8.0,18
commit=1.8.0
subdir=app
gradle=fdroid
srclibs=OpenSSL@OpenSSL_1_1_0h,QtBase@v5.11.1
prebuild=sed -i -e '/splits/,+7d' build.gradle && \
sed -i -e 's/android:extractNativeLibs=\"false\"/android:extractNativeLibs=\"true\"/' src/main/AndroidManifest.xml && \
sed -i -e "806s/\"\$MAKE\"/\"\$MAKE\" -j $(nproc)/" $$QtBase$$/configure && \
ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl && \
ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
ndk=r17b
2018-08-16 21:10:41 +00:00
Build:1.8.1,19
commit=1.8.1
subdir=app
gradle=fdroid
srclibs=OpenSSL@OpenSSL_1_1_0h,QtBase@v5.11.1
prebuild=sed -i -e '/splits/,+7d' build.gradle && \
sed -i -e 's/android:extractNativeLibs=\"false\"/android:extractNativeLibs=\"true\"/' src/main/AndroidManifest.xml && \
sed -i -e "806s/\"\$MAKE\"/\"\$MAKE\" -j $(nproc)/" $$QtBase$$/configure && \
ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl && \
ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
ndk=r17b
2018-09-03 17:55:16 +00:00
Build:1.8.2,20
commit=1.8.2
subdir=app
gradle=fdroid
srclibs=OpenSSL@OpenSSL_1_1_0h,QtBase@v5.11.1
prebuild=sed -i -e '/splits/,+7d' build.gradle && \
sed -i -e 's/android:extractNativeLibs=\"false\"/android:extractNativeLibs=\"true\"/' src/main/AndroidManifest.xml && \
sed -i -e "806s/\"\$MAKE\"/\"\$MAKE\" -j $(nproc)/" $$QtBase$$/configure && \
ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl && \
ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
build=ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh -j $(nproc)
ndk=r17b
2017-02-04 17:59:01 +00:00
Auto Update Mode:Version %v
Update Check Mode:Tags
2018-09-03 17:55:16 +00:00
Current Version:1.8.2
Current Version Code:20