1 Commits (bda024f4188b54c6645c16a8a3accfbcd609aaa2)

Author SHA1 Message Date
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 5e39a67393 Added default server feature, with option to always ask when adding a torrent (fixes #150). Default to last used server (old behaviour). 10 years ago
Eric Kok 0b6ea2c9ba Fixed duplicate view IDs used that caused a crash when resuming (explicitly via the up button in the action bar). Fixes #154. 10 years ago
Eric Kok 8600fe8a97 Pushed minimum Andorid version to ICS (API level 15). Removed ActionBarSherlock and related resources. Fixes #68!. Also fixes other bugs with (mostly) the contextual action bar. 10 years ago
Eric Kok 3f5954f765 Fixes #122, reversing the painful mistake introduced in 07d169c5 with a == instead of != comparison... Oops! 10 years ago
Eric Kok 6b62ce09c0 Remember the last selected navigation filter (status type, label) and preselect it on the next startup. Fixes #113. 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 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). 10 years ago
Eric Kok 622eca4222 Prevent auto refresh when searching or selecting files (in tabletinterface). 10 years ago
Eric Kok 49bdde791c Integrated the auto refresh timer with its setting after @spacecowboy merge, which fixes #7. 10 years ago
Jonas Kalderstam 2bd8b88254 Added auto refresh to the activity 10 years ago
Eric Kok f228926d73 Support adding of magnet links via the Add by url dialog. Fixes #96. 10 years ago
Eric Kok a7f12a3e11 Added support for the new Torrent Search module private sites feature (to download a torrent via the Torrent Search module). 10 years ago
gfoldv 9d93179655 Filter remains selected in the NavigationSpinner after rotation. Fixes #55 11 years ago
Eric Kok 18ad364d45 Added support for adding Xirvik and Seedstuff seedboxes with super simple settings. 11 years ago
Eric Kok 8040052ff2 Prevent malformed torrent/magnet/file links (to add via start intent) to crash Transdroid. 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 aa96113142 Fixed #30 simply by adding the '/s' text (as is done in LocalTorrent). Maybe need to localize in the future. 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 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 89cea16054 Fixed notification text to show the affected torrents' names instead of using toString(). 11 years ago
Eric Kok e071de3728 Make a custom search site (selected in settings) stick. Fixes #35. Also collapse the search view after searching. 11 years ago
Eric Kok 2a763cb504 Show the name of a torrent (in main screen) that is paused/resumed/started/stopped in crouton message. 11 years ago
Eric Kok a052e7f4c7 Force refresh in main screen after a torrent was deleted in the details screen. (Also added some debug logging for lcoal network connections.) 11 years ago
Eric Kok b5d1ec29ad Make sure any changes in server settings are reloaded when moving back to the main activity. 11 years ago
Eric Kok 1ed644e42c Added support for pull to refresh in main and details screen (via ActionBar-PullToRefresh library). Fixes #19. 11 years ago
Eric Kok de6cf7573c Don't do a full refresh on screen orientations. Fixed #9. 11 years ago
Eric Kok fc2cd9be25 Improving the general screen flow and unnecesary multiple refresh calls. Also fixes #11 and fixes #6. 11 years ago
Eric Kok cd44899f83 Click on empty/error messages refreshes the torrents and details screens. Fixes #20. 11 years ago
Eric Kok 1f6d4c893d Fully developer (but untest) widget configuration, service and remote views factory. 11 years ago
Eric Kok 5ecae7bd38 Try to parse a name from torrent http and magnet links to show (and solves the 'Add by URL crashes' bug for magnet links). 11 years ago
Eric Kok a43e09b891 Support file downloads via AndFTP (and possibly plain ftp:// intents). 11 years ago
Eric Kok 54b2b206ea React to hardware search button presses by opening the search view (by expanding the menu option). 11 years ago
Eric Kok 940ce5fad8 Show/hide menu options depending on the connected server type. 11 years ago
Eric Kok b7860c3d5e Choose connection address (hostname or ip) based on locally connected wifi network. 11 years ago
Eric Kok a6faa68531 Added GNU GPL v3 license statement to all code (Java, XML) files. 11 years ago
Eric Kok 97c2589632 Added background services for app updates, RSS feeds and server checks for new and finished torrents. 11 years ago
Eric Kok 302f88489b Allow batch updating of labels in main screen and properly remember the current filter (screen type) there. 11 years ago
Eric Kok 8321c2c91b Added label picking/new label dialog in details fragment. 11 years ago
Eric Kok 1df3429f67 Adde max transfer speeds picker.\nBumbed build target to API level 14. 11 years ago
Eric Kok 5467a2d269 Fixed RSS feed persistence (and thereby the RSS details screen on phones) and properly supply torrent title when adding torrent from an RSS feed. 11 years ago
Eric Kok d92dc5df4d Fixed the vertical divider line to display correctly on light and dark themes and only on tablets. 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 c6a4621979 Correct loading of RSS feeds UI and allow multi-select of items. 11 years ago
Eric Kok 23021d81c7 Loading and parsing of RSS feeds and showing loading status in the UI. 11 years ago
Eric Kok d3ff612c31 Hide settings explanation when settings are available. 11 years ago
Eric Kok c8dbce4b4c Disable long-clicks (enabling the CAB) for list subheaders. 11 years ago
Eric Kok f99bed2da2 Added server status (counts and speeds) in the action bar. 11 years ago