179 Commits (6635c8ffc53091e1a82b1dc7b9646a62cd014be7)

Author SHA1 Message Date
Eric Kok 6635c8ffc5 Fixed support for Xirvik shared seedboxes (that require loading the RPC mount point from the server). 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 93f7fd3e81 Preparing new 2.1.3 release. 10 years ago
Eric Kok 3a458f5e25 Added updated translations for Bokmal, Dutch, French, German and partial other translations. Also fixes #109. 10 years ago
Eric Kok 1fe4e9b642 Added options to use a RSS item as new search, to follow its link or to view the item description. Fixes #45. 10 years ago
Eric Kok 07d169c532 Prevent crash when labels are not yet loaded yet the label dialog is somehow started (race condition?). 10 years ago
Eric Kok 6c4058851c Fixed transfer rates dialog size on layouts with a small height (such as phone landscape views). Fixes #74.! 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
Eric Kok 622eca4222 Prevent auto refresh when searching or selecting files (in tabletinterface). 11 years ago
Eric Kok 49bdde791c Integrated the auto refresh timer with its setting after @spacecowboy merge, which fixes #7. 11 years ago
Jonas Kalderstam 2bd8b88254 Added auto refresh to the activity 11 years ago
Eric Kok df030db62a Prepared for #7 auto refresh by adding a system setting (and moving help options to a separate screen). 11 years ago
Eric Kok 35831ca5c0 Remove any empty label that the server sends, as we maintain out own empty label. Fixes #79. 11 years ago
Eric Kok f228926d73 Support adding of magnet links via the Add by url dialog. Fixes #96. 11 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). 11 years ago
Jonas Kalderstam e53bb5bf22 Now uses dark text in the white widget. 11 years ago
Pedro Larroy 472d505254 Fix classpath for generated transdroid.jar lib 11 years ago
Eric Kok 02742347e1 Upped version number to 2.1.2 for new release. 11 years ago
gfoldv 9d93179655 Filter remains selected in the NavigationSpinner after rotation. Fixes #55 11 years ago
Eric Kok 329a36d05e Handle RSS feeds that do not properly sort dated items (fixes #82) and those who do not provide a date at all (fixes #78 by relying on the last viewed url instead). 11 years ago
Eric Kok ed2b605b7f Created a boolean property to easily enable/disable the app update feature at all via a bools.xml setting. Helpful for #60. 11 years ago
Eric Kok de64d2a9e8 Fix Xirvik seedbox settings. 11 years ago
Florian Schmaus 6b2d7360a9 Provide an ant script to export transdroid.jar 11 years ago
Eric Kok c62f920195 New 2.1.1 release (mainly to get the rTorrent bugfix out). 11 years ago
Eric Kok 18ad364d45 Added support for adding Xirvik and Seedstuff seedboxes with super simple settings. 11 years ago
Eric Kok 23a8ff95c0 Show progress bar if a torrent is not complete, even when it is paused. Fixes #72. 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 027f4def7c Updated manifest and changelog for new 2.1.0 release. 11 years ago
Eric Kok 10fa881e89 Fixes #66 where transdroid would crash when clicking a search result that does not point to a .torrent url. 11 years ago
Eric Kok 5cba741216 Added option to show the server status stats (up and down count and speeds) in the widget action bar. Partially solves #42, although it doesn't look great when reducd to 1 cell high and 2 cells width. 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 ca77d84ca8 Don't mark torrent files as selected with only a simple list item click; a long click is neccesary. 11 years ago
Eric Kok 6670ad7325 Fix potential crash (as seen on Play Store console) when a widget is asked to update but it no longer exists or no config is known for it. 11 years ago
Eric Kok dc4ac58a43 Remove any selection on the torrents list when opening the details fragment. Fixes #33. 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 8ea2a19707 Added option to clear search suggestions history in System settings. Also removed the unused TorrentSearchHistoryProvider class. 11 years ago
Eric Kok 8a0e638698 Fixed #40 by adding a new local port option. 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 7964fe33cb Improved uTorrent stability by using a static (and thus the same for all threads) token. 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 51daf887ae Add the empty ('Unlabeled') label in the filter list. Fixes #39. 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