13 Commits (d605ceb97131112d83e59620e412ad84a6b7b142)

Author SHA1 Message Date
Brian Witt d605ceb971 qBittorrent: Fix working with no categories 2 years ago
Brian Witt 452927ada4 qBittorrent: Fix setting global upload and download limits 2 years ago
Brian Witt 85ef0d51e4 Show all categories on recent qbittorrent 2 years ago
Brian Witt 7a12370cbe Fix setting High file priority on qBittorrent 3.2.x+ 2 years ago
Brian Witt 77c1834bc8 Re-authenticate for qbittorrent and deluge 2 years ago
Nathaniel Brandes e055d6a736 Fix path not being populated for QBittorrent 2 years ago
Nathaniel Brandes 72c64700b1 Add builder for Torrent and migrate QBittorrent 2 years ago
Nathaniel Brandes d3ddf34b88 Prevent multiple threads from initing http at once 2 years ago
TacoTheDank 8c9789aa3d Replace ifs with switches 4 years ago
TacoTheDank a939b0fa37 Automatic code cleanup by Android Studio 4 years ago
TacoTheDank 05c4bc1b44 Rename adapters packages to fix dumb lint 4 years ago
TacoTheDank 5e4bad6bf6 Move daemon adapters to their own package 4 years ago
Eric Kok dfa78b3ff5 Fix #550 by not crashing and assuming bytes instead 4 years ago
TacoTheDank 0460303063 Replace old internal multipart, move bitcomet to transdroid 4 years ago
Eric Kok 39d69ea7ed Fixes #525 labels support for qBittorrent < 4.1 4 years ago
Eric Kok 114a887327 Fixes #534 qBittorrent auth errors by eagerly logging in, assuming qBit is up-to-date 4 years ago
Eric Kok b80430a6ff More qBittorrent API version change fixes cf #516 4 years ago
Phillip Dykman 7120a11540 Remove debug messages 4 years ago
Phillip Dykman c48ccf97ef Fix recheck command for v2 4 years ago
Phillip Dykman 21abb678f5 Parse api version to int same as app version (2.3.0 => 20300) 4 years ago
Phillip Dykman 8371b39cdf Remove unnecessary http methods 4 years ago
Phillip Dykman 2cb1b09858 Replace return code int flag with DaemonException for 403 detection 4 years ago
Phillip Dykman 5cf18931e1 Untangle try-catch blocks for version checking 4 years ago
Firdaus Ahmad d1facac2c1 Fixed resume and pause in qBittorrent 4 years ago
Firdaus Ahmad 548e866d20 Support new API 4 years ago
Phillip Dykman c50dee31ea Fix parsing bug - seq_dl and f_l_piece_prio can be missing if the 5 years ago
Phillip Dykman 02ab41cffc Simple text mockup of pieces map 5 years ago
Phillip Dykman cd99cbb159 Add sequential download and first+last piece prioratization download 5 years ago
Eric Kok 68e72d535a Added real upload amount for qBittorrent (especially useful if files where available before starting the torrent). Fixes #259. 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 6db159704a Fixed some qBittorrent statuses. Fixes #275. 7 years ago
Eric Kok 25cdb85efd Added support for qBittorrent settings of transfer speeds. 7 years ago
Eric Kok 888212f405 Fixed qBittorrent support for setting of a label. 7 years ago
Eric Kok 8f167a436c Adds basic support for labels for qBittorrent; fixes #333. No setting of labels yet as the web UI doesn' seem to like our requests (as with setting of transfer speeds). 7 years ago
Eric Kok a7e02e8216 Support alternative speed mode (aka turtle mode) in qBittorrent; fixes #335. 7 years ago
Eric Kok e87534773d Fixed #344 by adding support to qBittorrent for Date Added and Date Done, plus proper Error state. 7 years ago
Eric Kok 23e30c1e6c Allow setting up a proxy folder path with qBittorrent. Fixes #377. 7 years ago
Phillip Dykman 1d9fe52b35 Add force recheck command for qBitTorrent 8 years ago
Eric Kok cd646bcac3 Fixed qBittorrent 3.2+ (API 2.0+) ratio (and with that the uploaded amount) value. Fixes #212. Also improves leechers/seeder counts. 9 years ago
Eric Kok 5d68d06122 Merging qBittorrent adapter fixes with support for 3.2+, added proper version number retrieval. 9 years ago
Hadley Canine 75d2ac65c4 Fixed compatibility with 3.1 (API version 1) 9 years ago
Hadley Canine a101d3df9a Crash bug fixed. Annoying verbose debug output removed. Everything appears to work again in API version 2. 9 years ago
Hadley Canine a892154ca5 Don't authenticate if we don't have to. Fetch API version information and adjust our behaviour accordingly. Still some crash bugs to sort out in API ver 2. 9 years ago
Hadley Canine 2cf4581932 QBitTorrent can now authenticate, and browsing torrents appears to work again. Need to do some cleanup to get API version 1 going still, though, and only browsing torrents probably works. Everything else is probably still broken. 9 years ago
Eric Kok 04a9da420f Refactored logging to not rely on static access and a global context. 10 years ago
Eric Kok bda024f418 Upgraded to Gradle build system, with full and lite as flavours (rather than usign a library core project). Lib (Torrent Connect) is now integrated directly. Closes #148. 10 years ago
Eric Kok 09e5486ec3 Added support for Aria2 via its JSON RPC-API. Fixes #164. 10 years ago
Eric Kok e4b5bc4dc1 Another attempt to fix the localized qBittorrent issues as referenced in #115 and hopefully fixes #142. Who would think of localizing JSON? 10 years ago
Eric Kok f8fd600785 Separated the seeders and leechers (peers), which means getting these fields for all the support torrent clients. Fixes #25. 10 years ago
Eric Kok 65ed3761fd Hack-y fixes #115 by manually stripping out decimal separators to parse numbers in a somewhat reliable way. Should work with most locales. Also party fixes #102 or at least until the real date done is given by the qBittorrent web interface. 10 years ago