77 Commits (5cba741216902271df34da0ccdb572f19c4c4ac8)

Author SHA1 Message Date
Eric Kok d55301f625 Allow quick multi-selection of torrents or files based on whether they are finished. 11 years ago
Eric Kok 093835cf86 Added support for Deluge viewing and setting of labels on torrents. Fixes #54. 11 years ago
Eric Kok ee44470a3a Added sorting by download speed. Fixes #34. 11 years ago
Eric Kok 4cee1802ae Fixes #22. Adds an option (in System settings) to treat all dormant (0KB/s, no data transfer going on) torrents as inactive so that they do not show in the Downloading or Seeding lists. 11 years ago
Eric Kok 957036e250 Added resume and pause buttons to the widget and fixed widget-related (UI) bugs. 11 years ago
Eric Kok c6e79aa342 Fix for Torrentflux-b4rt installs in the web root (so with no folder setting). 11 years ago
Eric Kok 2f9aa15975 Fixed added on and completed on dates with uTorrentgit st. 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 7964fe33cb Improved uTorrent stability by using a static (and thus the same for all threads) token. 11 years ago
Eric Kok ffdf8bfb12 Replaced android-xmlrpc library for aXMLRPC to get a more reliable rTorrent connection (speed could be better, but I'm working on that). 11 years ago
Eric Kok 4c07d34ec1 Fixed BitFlu connections with empty folder configuration. 11 years ago
Eric Kok 22a9c64692 Allow sorting by date added with uTorrent (the adapter already supported this). Fixes #4. 11 years ago
Eric Kok aa7dad0993 Allow empty web interface password for Deluge connections. See Google Code issue 495. 11 years ago
Tom Briden c1443b8e99 Torrent: If dateDone==null but partDone==1, set it to 1900-12-31 11 years ago
Eric Kok b7860c3d5e Choose connection address (hostname or ip) based on locally connected wifi network. 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 cdca689893 Fix background services notifications. 11 years ago
Eric Kok 1df3429f67 Adde max transfer speeds picker.\nBumbed build target to API level 14. 11 years ago
Eric Kok b81bf09e53 Sort files in details screen using natural order. 11 years ago
Eric Kok b7cac50561 Sort torrents by name using natural order (Book 8 comes before Book 10). 11 years ago
Eric Kok dcf90270e4 Finilized and fixed the dummy adapter. 11 years ago
Eric Kok 22cb487080 Added a dummy client adapter for fast UI testing. 11 years ago
Eric Kok 1ef1c4f32e Fix Transmission adapter folder setting handling. 11 years ago
Eric Kok 2b14af7308 Treat Transmission folder setting as Transmission 2.2's new option rpc-url (effectively replacing the default /transmission folder); see issue 341. 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 e874e0eb71 Added RSS feed feature UI. 11 years ago
Eric Kok 4056ddf497 Fixed file priorities and added appropriate action bar icons. 11 years ago
Eric Kok 4ff57b7010 Added import and export of settings (Transdroid 1.x settings can be imported too). 11 years ago
Eric Kok 8a866bc3ab Allow sorting of torrents main list. 11 years ago
Eric Kok 8dfd8e2a14 Added Synology NAS support. 11 years ago
Eric Kok 597c6b1ac3 Showing labels in the navigation list or spinner. 11 years ago
Eric Kok fb9f19500f rTorrent adapter should return the labels that it encountered during torrents retrieval. 11 years ago
Eric Kok 8f20708bea Fix qBittorrent version parsing for beta version (like 3.0.0-alpha5). 11 years ago
Eric Kok 68cf2eb4b5 Treat torrents with unknown eta as finishing in the far future rather than the far past. 11 years ago
Eric Kok fc83f907e1 Build torrent and details fragment UI and started on logic. 11 years ago
Eric Kok 67ded5bd93 Encode communication with Transmission in UTF-8 to support non-Western characters. 12 years ago
Eric Kok d9442a271d Don't treat tracker errors in Deluge as blocking. 12 years ago
Eric Kok dc75eca5f7 Prevent crash with Bittorrent when size/speed is set to Unknown instead of an actual value. 12 years ago
Eric Kok b8ac92a1ca Prevent crash when Rtorrent does not return teh addtime or seedingtime custom fields (as timestamp). 12 years ago
Eric Kok 0d70f76a10 Fix crash caused by a cast error (creationtime field can be an Integer or a Long, depending on the used dialect). 12 years ago
Eric Kok bc9fdad352 Support setting of labels with rTorrent (thanks tom Briden\!) 12 years ago
Eric Kok 06668b69a3 Support labels in rTorrent depending on ruTorrent's default behaviour of storing labels in the custom1 field. (Thanks Tom Briden\!) 12 years ago
Eric Kok 7712d8229d Uses real 'time added' with rTorrent if user has the seedingtime plugin. (Thanks Tom Briden\!) 12 years ago
Eric Kok cb2418c8d1 Added support for deleting data on removing of torrent. (Thanks Tom Briden\!) 12 years ago
Eric Kok e62f5d9fc4 Properly catch old BitComet installed to revert to using HTML parsing. 12 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 aa9565eb7a Add a random string to the update download intents to circumvent Android's aggressive caching of urls. 12 years ago
Eric Kok 8b427ee16f Fix for non-English KTorrent users; see issue 201. 12 years ago