22 Commits (b2554c57454bf95d554588d9e864888d7f4fe8ac)

Author SHA1 Message Date
Eric Kok 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. 9 years ago
Eric Kok 25f741260f Fixes in tablet and dark version of the new UI. 9 years ago
Eric Kok cf631082d2 Prevent crash when returning empty (like a cancelled scan) from the barcode scanner. Fixes #209. 9 years ago
Eric Kok 45d2d594a5 Support scanning of QR codes with embedded magnet link. Fixes #196. 9 years ago
Eric Kok e710f18be2 Adding action bar to the preference activities. 9 years ago
Eric Kok 3506705a82 Replacing Holo design with Material design in dialogs. 9 years ago
Eric Kok a3a595d967 Replaced Croutons with Snackbars. 9 years ago
Eric Kok c91e79f9d3 Working contextual action modes, working menus. 9 years ago
Eric Kok 1cf19c9a31 Details screen working. 9 years ago
Eric Kok 676a21fb92 New Material icons, reworking main screen design, corrting action bars... WIP 9 years ago
Eric Kok ad8c0f39ac Replaced action bar with Toolbar and replaced spinner navigation with nav drawer. 10 years ago
Eric Kok 88cd854ff1 Getting list selectors to work properly with ripple on Lollipop, removed unused Holo drawables, fixing action bar theme, etc. 10 years ago
Eric Kok 580608d37d Started work on Material design version of Transdroid. Certainly still bugged and need to figure out lots of (often major, liek the split action bar) design details. 10 years ago
Eric Kok 664ef994b3 Updated barcode scanner feature to better handle EAN code conversion to search query (might need to change from the Google Search AJAX provider in the future). 10 years ago
Eric Kok 219b2b71bc Added support for importing/exporting settings via QR code. Fixes #178. 10 years ago
Eric Kok a67741734c Generalized fix #169 by applying the urldecode on magnet links for any client type. Affects #175. 10 years ago
Eric Kok d54d34eaf9 Offer only supported features in the interface (forced starting, force recheck, etc.). Fixes #180. Also fixes #183 by maintaining the torrent ID lost viewed. 10 years ago
Eric Kok 04a9da420f Refactored logging to not rely on static access and a global context. 10 years ago
Eric Kok 522edfb64a Catch any uncaught exceptions and log them (but still throw the normal Android exceptions. 10 years ago
Eric Kok ecf1d8833a Fixed crash on logging and correct search history provider authority to fix search suggestions. 10 years ago
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
Dan Pasanen 1473d81224 core/lib: allow for sorting based on torrent size 10 years ago
Dan Pasanen bc56541ec1 core/lib: allow for sorting based on downloaded percent 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). 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 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
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