23 Commits (8204bd56a761e867b950f9788f1a32716d1ad5c5)

Author SHA1 Message Date
TacoTheDank 8204bd56a7 Adjust codestyle to an .editorconfig 4 years ago
TacoTheDank 09e9603133 Migrate to AndroidX 4 years ago
Twig N 7587b23469 (WIP) 4 years ago
Phillip Dykman 02ab41cffc Simple text mockup of pieces map 5 years ago
Phillip Dykman 99c419950e Only show download mode options for active torrents 5 years ago
Phillip Dykman cd99cbb159 Add sequential download and first+last piece prioratization download 5 years ago
Eric Kok f6e8de2b52 Fixing UI crashes due to #391 #495 #484 #483... 5 years ago
Eric Kok 2e70236e84 Update copyright year. 6 years ago
Eric Kok e1a0d919d3 FTP url fixed when not set to a custom url. 7 years ago
Eric Kok 9813b96f29 Several FTP url-related fixed, notable fiel paths for RTorrent and correct FTP download link generation. 7 years ago
Eric Kok 92c8d9b142 Prevent potential crashes (based on Play Store console reports). 8 years ago
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 f3622bbc2b Fix bug/crash when opening contextual action bar on tablet layout where two different cab's are present. 9 years ago
Eric Kok 3506705a82 Replacing Holo design with Material design in dialogs. 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 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 7d8c8fca7b Do not show the menu options for a torrent (details) when no torrent is selected. 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
Eric Kok 8b5ec92f0f Added copy to clipboard option for file names (from CAB) and RSS items (from CAB). Fixes #145 and (partially) fixes #126. 10 years ago
Eric Kok 44c7de515a Fixes some small potential crashes when user input is incorrect. 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 07d169c532 Prevent crash when labels are not yet loaded yet the label dialog is somehow started (race condition?). 10 years ago
Eric Kok 622eca4222 Prevent auto refresh when searching or selecting files (in tabletinterface). 10 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 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 1ed644e42c Added support for pull to refresh in main and details screen (via ActionBar-PullToRefresh library). Fixes #19. 11 years ago
Eric Kok 2aef2f0f78 Fixed #17 so that the list view rows show a proper selection (activation) background colour. 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 a43e09b891 Support file downloads via AndFTP (and possibly plain ftp:// intents). 11 years ago
Eric Kok 6b928e4ca4 Added option to change a torrent's storage location from the details screen. Fixed #8. 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 a6faa68531 Added GNU GPL v3 license statement to all code (Java, XML) files. 11 years ago
Eric Kok 8321c2c91b Added label picking/new label dialog in details fragment. 11 years ago
Eric Kok 65e28f5638 Added editing of trackers from torrent details view. 11 years ago
Eric Kok 1e08daa28d Replaced old merge and sack adapters will leaner, focussed merge and view holder adapter; the latter also correctly manages view visibility by showing and hiding rows. 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 852c5dd7dc Allow modification of selection (select all or invert) from the CAB. 11 years ago
Eric Kok 648901ceaa Added JavaDoc comments and some formatting of code. 11 years ago
Eric Kok 4056ddf497 Fixed file priorities and added appropriate action bar icons. 11 years ago
Eric Kok 331950f89f Making the contextual action bars work and allow setting of file priorities. 11 years ago
Eric Kok 3600873f3c Improved layout and text sizes on large (tablet) screens. 11 years ago
Eric Kok 8d9aee40bf Some UI fixes in details screen. 11 years ago
Eric Kok a5d5872094 Only show 3 pane layout if screen is at least 900dp width. 11 years ago
Eric Kok 490ebbe828 Correct loading of details fragment (and stats and files) into phone and tablet fragments. 11 years ago
Eric Kok d49785212d Correct showing/hiding of details screen list/empty text/loading progress. 11 years ago