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 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 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
Eric Kok cc834a7ff5 Fix state in which no settings are know and no loading is performed. 11 years ago
Eric Kok 6a6250cdf2 Add About screen/fragment. 11 years ago
Eric Kok 0c09c4121f Split Transdroid into Lite (no search and RSS) and Full versions, with the Core project containing all function code. 11 years ago
Eric Kok d3b22f4af9 Renamed lite directory to core, as it will serve as UI core project for market and full versions. 11 years ago
Eric Kok d46bf03eeb Working on task execution and navigation list. 11 years ago
Eric Kok ee824238d0 Fixing the details fragment to show and with a proper layout of headers.\nStarting task execution. 11 years ago
Eric Kok 34376e26e7 Getting the details screen lay out properly. 11 years ago
Eric Kok fc83f907e1 Build torrent and details fragment UI and started on logic. 11 years ago