89 Commits (f8fd600785946cad6397f2a87a65ae0d0cea2ae9)

Author SHA1 Message Date
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
Eric Kok b07f5b4ce1 Fix possible crash with Synology if the uploaded amount is larger than a 32-bit int will hold (~2GB). 10 years ago
Eric Kok 71151f5dca Transmission: only forcefully add trailing slash to download location if it is not yet there. Fixes #52. 10 years ago
Eric Kok 4d81131e1d Increase size of the rTorrent set_xmlrpc_size_limit to better reflect the real request size whil not having to encode the string twice. Sicne Base64-encoded content is about 1.37 time larger than the original byte strea, a multiplication of 2 is roomy enough (while small files fit in the default max request size anyway, so the Base64 header is no problem). 11 years ago
Florian Schmaus 530a3fcd2e lib/build.xml: Add comment why we use java6 target/source 11 years ago
Florian Schmaus 93e997d442 lib/build.xml: Also set javac source to java6 11 years ago
Florian Schmaus 11f53efd1c Create build directory for transdroid.jar 11 years ago
Florian Schmaus bc82388964 Create Java6 bytecode for transdroid.jar 11 years ago
Florian Schmaus 6b2d7360a9 Provide an ant script to export transdroid.jar 11 years ago
Eric Kok 8cd4275bca Changed aXMLRPC library (for use with rTorrent) to use the Apache HttpClient to support digest authentification (and in general just reuse the library-wide method of creating a connection). Fixes #69. 11 years ago
Eric Kok 9848895395 Fixed and exposed Date Added support for Deluge. 11 years ago
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