Eric Kok
|
3c24ec73a7
|
Remove hardcoded absolute path. Fixes #60 again hopefully. Also closes #465 as one can simple make debug builds without the need for a release key.
|
6 years ago |
Eric Kok
|
2e70236e84
|
Update copyright year.
|
6 years ago |
Eric Kok
|
d689a1f151
|
Reworked background services via Android-Job. This finally adds support for newer Android versions (respecting Doze mode et al.) and stops crashing the app on Android 8. Fixes #462 and fixes #464.
|
6 years ago |
Dan Pasanen
|
7ed5562fb4
|
app: read signing info from a keystore.properties file
* This file is gitignore'd. An example is provided which must
be copied and modified for a user to successfully build.
|
6 years ago |
Dan Pasanen
|
3eb079a6c3
|
app: use relative path to manifest
|
6 years ago |
Eric Kok
|
99874e38b7
|
Updated reference to latest search module versions.
|
6 years ago |
Eric Kok
|
1ccb6def32
|
Releasing new version 2.5.12.
|
6 years ago |
Eric Kok
|
c5fb7a9641
|
Fix potential crash due to missing data in Deluge RPC adapter. Fixes #433.
|
6 years ago |
Eric Kok
|
e0d0810be7
|
Show sizes in GB with 2 decimal places. Fixes #458.
|
6 years ago |
Eric Kok
|
988c786892
|
Very light code cleanup.
|
6 years ago |
Eric Kok
|
68e72d535a
|
Added real upload amount for qBittorrent (especially useful if files where available before starting the torrent). Fixes #259.
Add support to set download location with qBittorrent. Fixes #399.
|
6 years ago |
Eric Kok
|
2c81e35a1a
|
Added real upload amount for qBittorrent (especially useful if files where available before starting the torrent). Fixes #259.
|
6 years ago |
Eric Kok
|
3f3ca820e5
|
Fix cleartext (non-ssl) http traffic on Android 9 though an explicit opt-in.
|
6 years ago |
Eric Kok
|
81b4acbcda
|
Pushed 2.5.11 release.
|
6 years ago |
Eric Kok
|
e171266ef8
|
Remove adding torrent by barcode scanner, as not free adn token-less web search API seems to exist that can help us get a product name from upc code. Closes #449.
|
6 years ago |
Eric Kok
|
c2faf75ce3
|
Fix release builds by pointing AndoridAnnotations to the right AndroidManifest; also adding explicitly the legacy Apache HttpClient usage. Preparing new release.
|
6 years ago |
Eric Kok
|
0b95fb1544
|
Use default SSL setting in case local SSL setting is not yet set (for migration purposes).
|
6 years ago |
Eric Kok
|
939edb2406
|
Merge remote-tracking branch 'origin/master' into dev
|
6 years ago |
Eric Kok
|
6412fb16b5
|
Merge pull request #438 from lightglitch/localssl
Added option for local ssl configuration
|
6 years ago |
Eric Kok
|
9d97fe2ec2
|
Improve logging on Deluge RPC connections without SSL configured. Closes #424.
|
6 years ago |
Eric Kok
|
3f6ca864a3
|
Merge remote-tracking branch 'origin/master' into dev
|
6 years ago |
Eric Kok
|
d33fbcd956
|
Merge pull request #459 from pdecat/fix-deluge-web-add-torrent
Fix adding torrent file with Deluge Web #427
|
6 years ago |
Eric Kok
|
e4a93c316e
|
Updated dependencies and build tools to more recent version, upgrading our compile target to Android 9.
|
6 years ago |
Patrick Decat
|
3ee046dc95
|
Fix adding torrent file with Deluge Web #427
|
6 years ago |
Mario Franco
|
058bb14843
|
Added option for local ssl configuration
|
7 years ago |
Eric Kok
|
abe1121da8
|
Updated latest-search to point to new 3.10 release
|
7 years ago |
Eric Kok
|
48d2b1a63b
|
Merge pull request #422 from alonalbert/deluge-rss
Deluge Remote RSS
|
7 years ago |
Alon Albert
|
1876fe89cf
|
Revert some unnecessary changes
|
7 years ago |
Alon Albert
|
4a64c32113
|
Revert some unnecessary changes
|
7 years ago |
Alon Albert
|
e2e70d05c3
|
Add Remote RSS Support to Deluge RPC Adapter
Also:
* Make Remote RSS activity support "Swipe To Refresh"
* Preserve scroll position on orientation changes.
|
7 years ago |
Eric Kok
|
22670e9809
|
Making new 2.5.10 release.
|
7 years ago |
Eric Kok
|
d9f64e3d2d
|
Merge branch 'bugfix/105-transmission-preemptive' into dev
|
7 years ago |
Eric Kok
|
2ecf4c2581
|
Add donate links; via PayPal on full version or refer to website (that has a link) on lite version. Fixes #329.
|
7 years ago |
Eric Kok
|
11496fca51
|
Apply preemptive basic authentication for Transmission adapter to prevent repeated 401 reponse problems on reverse proxy setups. Fixes #105. Hopefully.
|
7 years ago |
Eric Kok
|
3cba5e8c3c
|
Update icon fetcher url for RSS feeds.
|
7 years ago |
Eric Kok
|
9667e3f763
|
Fixed new item RSS item counter when no torrents are available in the RSS feed (after filtering on include/exclude filter). Fixes #352.
|
7 years ago |
Eric Kok
|
bcc6fd460f
|
Allow setting of a folder on Aria2 setups for reverse proxy users. Fixes #397.
|
7 years ago |
Eric Kok
|
920f3c2f6e
|
Rename 'Uploading' to 'Seeding' to better indicate this filters on non-complete torrents. Ideally translations would follow, but... Fixes #398.
|
7 years ago |
Eric Kok
|
c1aad04954
|
Persist local port setting to/from json settings file. Fixes #415.
|
7 years ago |
Eric Kok
|
c334c42dce
|
Merge branch 'dev' into alonalbert-deluge-direct-initial
|
7 years ago |
Eric Kok
|
8e58724520
|
Add missing latest-search file which is checked by the Transdroid app checker service.
|
7 years ago |
Eric Kok
|
dbbed95cda
|
Guard against a user not entering a / in the folder setting.
|
7 years ago |
Eric Kok
|
96467b807e
|
Code cleanup and trying to allow Deluge RPC connetions over properly secured SSL sockets as well as unsecure non-SSl socket.
|
7 years ago |
Eric Kok
|
3e6b7cdfe9
|
Update changelog and readme.
|
7 years ago |
Eric Kok
|
7c390b0445
|
Merge remote-tracking branch 'origin/master' into dev
|
7 years ago |
Eric Kok
|
96f5a1ec04
|
Merge pull request #364 from Poussinou/master
Add buttons for fdroid and google play store
|
7 years ago |
Alon Albert
|
e597423d22
|
Get Rencode code from jitpack.io
|
7 years ago |
Eric Kok
|
4050b9fe0b
|
Merge pull request #414 from alonalbert/protect-acd-from-npe
Remove setTitle() call which was causing NPE on orientation change
|
7 years ago |
Alon Albert
|
5c37790fcc
|
Remove setTitle() call which was causing NPE on orientation change
|
7 years ago |
Eric Kok
|
a9d48f0583
|
Merge pull request #409 from alonalbert/support-search-sort-order
Add Sort-By Action to Search Activity
|
7 years ago |