Commit Graph

  • 468cea70d2 Added support for torrent (tracker) details. Eric Kok 2017-04-25 15:28:46 +0200
  • 5d16fd7140 Added rTorrent support for resuming/pausing. Eric Kok 2017-04-24 20:16:15 +0200
  • 2b9c00262f Merge remote-tracking branch 'origin/master' into rewrite-connect Eric Kok 2017-04-24 14:13:30 +0200
  • 721032e5ce Added rTorrent addByFile support. Eric Kok 2017-04-24 13:38:09 +0200
  • 19201632f6 Converting last classes to Kotlin. Eric Kok 2017-04-21 20:21:20 +0200
  • 06b041c2f2 Merge pull request #368 from Niluge-KiWi/rtorrent_fix_stop_pause Eric Kok 2017-04-21 16:10:36 +0200
  • b2afc3c3bf Merge pull request #324 from homburg/patch-1 Eric Kok 2017-04-21 16:10:20 +0200
  • ad7ac3efc6 Merge pull request #350 from fbarriga/fbarriga/axmlrpc_update Eric Kok 2017-04-21 16:09:58 +0200
  • 1eef19e148 Merge pull request #313 from twig/remote_rss Eric Kok 2017-04-21 16:09:45 +0200
  • cf7d29632a - compile with sdk 23 #313 Twig Nguyen 2017-04-21 23:28:01 +1000
  • 7b29ab952a merged with erickok/master Twig Nguyen 2017-04-21 22:43:29 +1000
  • de4e6204a2 Merge branch 'master' of github.com:twig/transdroid into remote_rss Twig Nguyen 2017-04-21 22:35:41 +1000
  • efe9009f51 Merge branch 'master' into fbarriga/axmlrpc_update #350 Eric Kok 2017-04-20 17:40:19 +0200
  • 11d5967a45 rtorrent: fix TorrentStatus with new pause/stop actions #368 Thomas Riccardi 2016-11-12 19:52:09 +0100
  • 1281b6ee20 rtorrent: fix stop that only paused Thomas Riccardi 2016-11-12 19:47:09 +0100
  • 2330eceb74 Merged with dev Eric Kok 2017-04-06 20:39:56 +0200
  • 2e87ee3223 add buttons to fdroid and google play store #364 Poussinou 2017-03-27 16:31:32 +0200
  • d1ecd52bfc Updated to point to 2.5.8 as latest version. Eric Kok 2017-03-17 17:10:28 +0100
  • 5d8de8a198 Bumb version for 2.5.8 release with Deluge fix. v2.5.8 Eric Kok 2017-03-17 17:06:12 +0100
  • 0ae09850c0 Merge branch 'master' into dev Eric Kok 2017-03-14 17:36:02 +0100
  • 658033c584 Working on rTorrent adding of torrents. Eric Kok 2017-03-14 17:33:20 +0100
  • bc4f442d8b Merge pull request #356 from AnnieTheEagle/master Eric Kok 2017-03-08 06:13:09 +0100
  • 7a866cd7ce Issue #355 - Fix compatibility with latest Deluge. Also upgrade Gradle. #356 Annie the Eagle 2017-03-07 21:58:43 +0000
  • a519e70fd9 - upgraded gradle - no longer pass remote RSS feeds to RemoteRssActivity Twig Nguyen 2017-02-27 20:38:58 +1100
  • 4a9a8b6027 XMLRPCClient: Add FIXME comment. Felipe Barriga Richards 2017-02-09 15:42:59 -0300
  • 098be2d419 axmlrpc: Remove unused/dead code/imports. Felipe Barriga Richards 2017-02-06 16:04:46 -0300
  • 919ce21060 axmlrpc: fix: consume http entities after parsing them. Felipe Barriga Richards 2017-02-06 19:53:17 -0300
  • 3fa6bf9bdc axmlrpc: Use XmlPullParser to deserialize xml objects. Serialization remains the same. Code copied from WordPress-Android. Felipe Barriga Richards 2017-02-06 15:49:45 -0300
  • eed242264b gradle: Update gradle 2.1.0 => 2.2.3 Felipe Barriga Richards 2017-02-07 12:37:12 -0300
  • bd73271753 Reworked the client/spec/config/builder on how features are implemented and called. Eric Kok 2017-01-31 17:06:30 +0100
  • 3417f8033e Starting a rewrite of the client connection layer. Eric Kok 2017-01-30 22:17:14 +0100
  • 37fb25a731 Merge pull request #337 from Alpha-Toxic/dev Eric Kok 2017-01-13 16:37:59 +0100
  • 877ccd0c3a Updated reference to new Search Module 3.7. Eric Kok 2017-01-13 16:36:51 +0100
  • a65778ed97 Changed a text dimen from dp to sp #337 Petko Vasilev 2016-10-22 16:38:56 +0300
  • 90942ce1de Fixed a minor visual glitch in the serverstatus actionbar Petko Vasilev 2016-10-22 16:36:26 +0300
  • 4091e90397 Danish language corrections #324 Thomas B Homburg 2016-07-07 20:09:28 +0200
  • 4f8d45a0a7 - missed a comment twig 2016-06-07 19:48:53 +1000
  • d25600d78a - removed comment which is no longer true twig 2016-06-07 19:44:26 +1000
  • 255311300f - renamed RemoteRssFilesAdapter to RemoteRssItemsAdapter - renamed RemoteRssItemsAdapter.updateFiles() to updateItems() - added RemoteRssSupplier interface - removed hard cast in openRemoteRss() and used RemoteRssSupplier - updated comment for RemoteRssActivity - RemoteRssActivity.init() now displays a message about configuring RSS feeds if no items are found - moved "(All recent)" hardcoded string to strings.xml - renamed RemoteRssFragment.torrentFiles to remoteRssItems - misc commenting changes twig 2016-06-07 19:36:26 +1000
  • 8ad8d0d39a - general cleanup and polish of code - removed commented out stuff - added some comments here and there - renamed "files" to "items" in remote rss related stuff - display error message if fails to download torrent via remote rss twig 2016-06-03 10:19:04 +1000
  • c16a0149fa - now shows the current filter on remote rss feeds in toolbar subtitle - scroll to top after setting new remote rss items - format the item timestamp twig 2016-06-03 07:54:12 +1000
  • 6d58d1186b - removed supportsRemoteRssManagement() check in openRemoteRss() - show/hide remote rss navigation drawer according to normal behaviour - change nav drawer icon - removed cruft code - close drawer on filter selection - init rssFeedItems twig 2016-06-03 00:17:50 +1000
  • b503614f4d - hide search view - added background task downloadRemoteRssItem() twig 2016-06-02 19:38:01 +1000
  • 210cd1c2d4 - prevent opening of openRemoteRss() when no feed items configured - (untested) now able to download remote rss items - added RemoteRssItem.isMagnetLink() - commented out UTorrentRemoteRssItem.name twig 2016-06-02 09:53:41 +1000
  • 1e850dae3f - hide remoterss toolbar button if no server configured/connected - show all recent remote feed items in the last month by default ordered by -date - show "all recent" in rss feeds filter menu - renamed RemoteRssChannel.getFiles() to getItems() - RemoteRssItem.timestamp is now of type Date - sort feeds by name upon fetch - fragment_remoterss.xml now shows the right item in layout editor twig 2016-06-02 07:46:36 +1000
  • de4f72bc02 - disabled all the fancy stuff in RemoteRssActivity.java (FAB, refresh button, drag to refresh, bottom toolbar) twig 2016-06-01 10:31:00 +1000
  • 073fa6d9e5 - refactored RemoteRssChannel and RemoteRssItem to be reusable for other clients - renamed UTorrentRssFeed to UTorrentRemoteRssChannel and removed a bunch of unnecessary data - renamed RemoteRssFile to UTorrentRemoteRssItem twig 2016-06-01 10:16:56 +1000
  • 46c606610e - added Daemon.supportsRemoteRssManagement() - toggle menu visibility depending on version and connectivity - renamed action_testing/openTesting() to action_remoterss/openRemoteRss() - use Daemon.supportsRemoteRssManagement() instead of instanceof UtorrentAdapter - display list of feeds in swipe menu - UTorrentRssFeed now implements SimpleListItem twig 2016-06-01 07:48:37 +1000
  • a20f9156f2 - added remoterss/RemoteRssActivity.java - added test menu to access it - now parses uTorrent server RSS feeds/items twig 2016-05-31 23:00:59 +1000
  • 531051adaf Fixed readme image size Eric Kok 2016-05-31 10:19:56 +0200
  • 31bd693c4e Fixed screenshot link. Eric Kok 2016-05-31 10:15:57 +0200
  • b22f70c177 Added get it on F-Droid link #311 Paresh Chouhan 2016-05-29 20:07:42 +0530
  • 2554c8cdc6 Have clients updte to 2.5.7. Eric Kok 2016-05-21 06:30:24 +0200
  • 8b960741b1 Updated translations and bumbed version to 2.5.7 for new release. v2.5.7 Eric Kok 2016-05-20 17:16:44 +0200
  • 5e0ba13426 Slightly reduced number size on transfer rate input screen to fix #239 hopefully; hard to reproduce. Eric Kok 2016-05-20 16:26:11 +0200
  • bb96064bcc Allow setting of a folder with uTorrent for reverse proxy setups. Folder comes before the fixed /gui. Fixes #277. Eric Kok 2016-05-20 15:30:18 +0200
  • 0fed95d803 Added dummy views to steal focus in main screen from the filter edit text. Hopefully fixes 285. Eric Kok 2016-05-20 14:15:44 +0200
  • 429d045274 Prevent crash when connecting to an Rtorrent client with a space in host name or SCGI mount folder. Fixes #296. Eric Kok 2016-05-20 11:43:29 +0200
  • fe0c92b926 Updated dependencies of tools and libraries. Eric Kok 2016-05-20 10:56:38 +0200
  • b982a2e4fc Properly remove shared prefs for an rss feed when deleting the feed. Might be related to #269. Eric Kok 2016-03-15 16:26:02 +0100
  • d3da32d831 Change service to get an icon for an RSS site. Fixes #287. Eric Kok 2016-03-15 16:16:07 +0100
  • 7027ba4eff Merge branch 'master' into dev Eric Kok 2016-03-15 15:57:06 +0100
  • df2dcf8e34 Upgraded build dependencies. Eric Kok 2016-03-15 15:56:35 +0100
  • 28786b03d1 Merge pull request #279 from H3mul/qBittorrent_force_recheck Eric Kok 2016-03-15 15:53:51 +0100
  • 024f08b2b1 Merge b0648b613d into 0c1e2fff38 #280 coolloyd 2016-03-15 14:52:19 +0000
  • 0c1e2fff38 Merge pull request #281 from strudlez/bugfix274 Eric Kok 2016-03-15 15:51:21 +0100
  • 3bc3fbcf78 Show popup in UI thread #281 Zach Strudler 2016-02-22 01:53:21 -0500
  • 1d9fe52b35 Add force recheck command for qBitTorrent #279 Phillip Dykman 2016-02-09 03:02:10 -0800
  • b0648b613d Ignore lint warning on mising public constructor of dialog fragment. Fixes #276. #280 Eric Kok 2016-01-28 10:24:27 +0100
  • cf1a293454 Added changelog for 2.5.6 release. v2.5.6 Eric Kok 2016-01-20 16:40:01 +0100
  • dce15b89f2 When no search sites are enabled (in the Torrent Search config), still allow web bases searches. Fixes #263. Eric Kok 2016-01-20 14:43:15 +0100
  • f82ba6e12b Support for runtime permissios, to read/write local storage for settings/torrents. Fixes #258. Eric Kok 2016-01-20 12:42:02 +0100
  • b2554c5745 Fix type in AWD name. Fixes #273. Eric Kok 2016-01-19 14:04:34 +0100
  • 3dce4c0211 Upgrading dependencies, preparing new release. Eric Kok 2016-01-19 11:36:25 +0100
  • 92c8d9b142 Prevent potential crashes (based on Play Store console reports). Eric Kok 2016-01-19 11:17:54 +0100
  • 57e33b4ce7 Use our own SSL socket factory implementation so support all TLS variants and SNI in RSS feed parser. Fixes kat.cr feeds, for example. Eric Kok 2015-12-11 11:00:30 +0100
  • 7c5c6f584d Release version 2.5.5. v2.5.5 Eric Kok 2015-11-23 15:39:13 +0100
  • 48c6b4d072 Seems I was wrong in a2a8f1960d. Actually the problem was in the arguments. Please rTorrent, document! Fixes #251 and fixes #227 again again. Eric Kok 2015-11-23 15:32:31 +0100
  • a2a8f1960d Fixed title in search screen (search query on larger screens, site selector only on smaller screens). Fixes #248. Eric Kok 2015-11-23 14:51:39 +0100
  • 796253fec9 It seems that rTorrent started using load.start since 0.9.4 but load.start_raw not until 0.9.7. What a mess! Eric Kok 2015-11-23 11:57:37 +0100
  • c09807f191 Added filter feature for rss checker and server notifications. Special request by Xirvik! Eric Kok 2015-11-13 17:08:27 +0100
  • 746ad242a2 Use new style load (start/raw_start) commands already from 0.9.4 onwards (for some reason I increased this to 0.9.7 earlier). Fixes #251 and fixes #227 again. Eric Kok 2015-11-10 13:19:00 +0100
  • 0afd55a43f Merge branch 'deckmar-master' into dev Eric Kok 2015-11-10 11:52:40 +0100
  • b283192e9a Import pull request #255: Merge branch 'master' of https://github.com/deckmar/transdroid into deckmar-master Eric Kok 2015-11-10 11:50:14 +0100
  • 1fb2b10a27 Updated dependencies and build tools. Eric Kok 2015-11-10 11:49:29 +0100
  • a8f7051eb6 Fix for #255) Whitespace around IP/hostname results in connection error #256 Johan Deckmar 2015-11-08 19:40:47 +0100
  • 6b76ebcad3 Fix crash on tablets when opening search. Should still improve the UI but at least this fixes #235. v2.5.4 Eric Kok 2015-09-07 11:50:27 +0200
  • f333aabc82 Updated changleog for 2.5.3 release. Eric Kok 2015-08-28 12:23:34 +0200
  • edce58ab03 Fixed UI issues due to dark theme and appcompat. Corrects dialog colors on dark theme, fixes #224. Corrects display of contextual action bar and search entry box. Eric Kok 2015-08-28 12:09:59 +0200
  • f6d6a99181 Merge eac2b0a470 into 25f741260f #222 Kumaresan Rajeswaran 2015-07-11 14:25:18 +0000
  • eac2b0a470 Revert "Adding a note to readme" #222 Kumaresan Rajeswaran 2015-07-11 20:03:40 +0530
  • ce6bcbd3ce Merge branch 'master' of github.com:krajeswaran/transdroid Kumaresan Rajeswaran 2015-07-11 20:02:04 +0530
  • 3b20070793 Adding a note to readme Kumaresan Rajeswaran 2015-07-11 19:54:38 +0530
  • dc4ffa56a4 Adding a note to readme Kumaresan Rajeswaran 2015-07-11 19:54:38 +0530
  • 91552322be Fixing indent, improving delete logic Kumaresan Rajeswaran 2015-07-11 19:45:34 +0530
  • d26973468e Merging upstream and fix conflicts Kumaresan Rajeswaran 2015-07-11 19:04:58 +0530
  • 8ae1abfdb0 Adding confirm dialog for removing torrents Kumaresan Rajeswaran 2015-07-11 18:24:50 +0530
  • 9b3bff2ea0 Ensure we never set the rTorrent XML-RPC size limit to some way too small value; use a minimum of 2MB for now. Fixes #221. Eric Kok 2015-06-30 16:09:32 +0200
  • 4ac0a279cc Fixed crash on adding widget as well as widget layout issues (with new Material theme) and Control Service start bug on Android Lolliopo+. Fixed #218. Eric Kok 2015-06-30 16:03:31 +0200
  • 2a06c1ba56 Added native support for Dediseebox seedboxes. Eric Kok 2015-06-30 12:58:50 +0200