13 Commits (09e9603133b98b8f832b1a2ebeef92b23b84666c)

Author SHA1 Message Date
TacoTheDank 09e9603133 Migrate to AndroidX 4 years ago
Adam Peck da00a7c958 Add support for Deluge V2 RPC. 5 years ago
Eric Kok c5fb7a9641 Fix potential crash due to missing data in Deluge RPC adapter. Fixes #433. 6 years ago
Alon Albert e2e70d05c3 Add Remote RSS Support to Deluge RPC Adapter 6 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. 6 years ago
Alon Albert c7a6946e0a Protect setLabel in case plugin isn't installed. 6 years ago
Alon Albert 2773d27a15 use field arrays 6 years ago
Alon Albert 0ddddd0151 Refactor client to keep an open connection during entire task. 6 years ago
Alon Albert e08accaac2 Extract common code 6 years ago
Alon Albert 3f672faca3 Make client a field 6 years ago
Alon Albert 9abd452cd2 Combine multiple requests into a single one in doRetrieve. 6 years ago
Alon Albert c51ddcc861 Refactor sendRequest 6 years ago
Alon Albert 78afbab9c5 Change name of adapter to DelugeRpc 6 years ago
Alon Albert 91a02e60dc Move storage 6 years ago
Alon Albert 446ff20087 Force recheck 6 years ago
Alon Albert e165d7cb46 Update trackers 6 years ago
Alon Albert e8b9e980ca Set rates 6 years ago
Alon Albert 0ca0561f47 SetFilePriorities 6 years ago
Alon Albert b5e298cef9 Change constant names to match old adapter 6 years ago
Alon Albert 046d1c51d4 Upload file working 6 years ago
Alon Albert 7c64ded9c2 Started working on upload 6 years ago
Alon Albert 5bb387da7c Pause/Resume work 6 years ago
Alon Albert ce6b1b89ee Basic functionality working 6 years ago
Alon Albert e54cc6e1a0 Initial connit 6 years ago
Eric Kok 9f4cf56255 Perhaps fixes ##370 as it forces the Deluge POST request to be encoded as UTF-8. 7 years ago
Annie the Eagle 7a866cd7ce Issue #355 - Fix compatibility with latest Deluge. Also upgrade Gradle. 7 years ago
Eric Kok a67741734c Generalized fix #169 by applying the urldecode on magnet links for any client type. Affects #175. 10 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 6b5551ae77 Fix Deluge magnet support -- Deluge doesn't support application/x-www-form-urlencoded magnet links any more, like send from Chrome. Fixes #168, fixes #169. 10 years ago
Eric Kok 9eed4ac355 Fixed #139 using the Deluge version number (parsed from the web UI html page <title> to adopt the right mapping of file priority values to those used since Deluge 1.3.3. 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 9848895395 Fixed and exposed Date Added support for Deluge. 11 years ago
Eric Kok 093835cf86 Added support for Deluge viewing and setting of labels on torrents. Fixes #54. 11 years ago
Eric Kok 7776eb2ef5 Added option to force recheck of data with rTorrent, uTorrent and Deluge. Fixes #16. Also fixes a UI glitch to propage torrent changes back to the torrents list screen. 11 years ago
Eric Kok aa7dad0993 Allow empty web interface password for Deluge connections. See Google Code issue 495. 11 years ago
Eric Kok acd0057b52 Synchronized access to methods in all torrent adapters (notably Transmission) to ensure parallel execution of requests don't interfere with static session codes/authentication tokens. 11 years ago
Eric Kok 3593ead589 Finalized adding of torrents via http, file or magnet; also multiple http links at once via ADD_MULTIPLE. 11 years ago
Eric Kok fc83f907e1 Build torrent and details fragment UI and started on logic. 11 years ago
Eric Kok d9442a271d Don't treat tracker errors in Deluge as blocking. 11 years ago
Eric Kok 14d93b1e2c Tried to add support for labels with Deluge (issue 417), but it doesn't seem to work. 12 years ago
Eric Kok cb6c3f34dc Added error reporting for tracker errors; see issue 336. 12 years ago
Eric Kok 708046cdce Added date added and explicit date done support for uTorrent (issue 370) and date added support for Deluge and date doen support for Transmission. 12 years ago
Eric Kok c1627c1566 Support qBittorrent versions 3.0.0 and up (issue 412). 12 years ago
Eric Kok 55f5721946 Fix ratio bug (when downloading only part of the files), see issue 405.\nFixed Deluge highest priority bug, see issue 396. 12 years ago
Eric Kok 5e21d397e0 Added support for Deluge's web interface password as seperate values from the HTTP auth password and username (see issue 260). 12 years ago
Eric Kok f6f1b47119 Merged patch from Alexey Rogovoy with label-related fixes. 12 years ago
Eric Kok 4a0a235eda Initial import of source, both android and lib projects from original SVN revision 377 13 years ago