21 Commits (3869be4befef39ffc75965386e256c6873f3f67e)

Author SHA1 Message Date
Eric Kok 3869be4bef Prepare release 2.5.21 2 years ago
TacoTheDank 2c7e36dfce Java 8 migration 4 years ago
TacoTheDank 7566d9b233 Fix a bunch of deprecations 4 years ago
TacoTheDank 6dc1b85b2a .editorconfig part 3: Entry rearrangement 4 years ago
TacoTheDank dab7f2de52 .editorconfig part 2: Import optimization 4 years ago
TacoTheDank 8204bd56a7 Adjust codestyle to an .editorconfig 4 years ago
TacoTheDank 09e9603133 Migrate to AndroidX 4 years ago
Twig N 1b8daa6817 ignore updateTorrents() and quickUpdateTorrent() if fragment is detached 4 years ago
Twig N d74d74391a isResumed() was always returning false upon activity resume, so torrent updates from details activity were not being applied 4 years ago
Eric Kok f6e8de2b52 Fixing UI crashes due to #391 #495 #484 #483... 5 years ago
Micdu70 b6ca2e97d5 Fix commit 22adee5 6 years ago
Eric Kok 22adee57c4 Maybe fix #469. Not sure how the list adapter can not be set, but let's work from here by not crashing first. 6 years ago
Eric Kok 2e70236e84 Update copyright year. 6 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 04a9da420f Refactored logging to not rely on static access and a global context. 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 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 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
Jonas Kalderstam 2bd8b88254 Added auto refresh to the activity 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 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 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 f8f0fa42b6 Modifications for the lite version of Transdroid (now called Transdrone :). 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 940ce5fad8 Show/hide menu options depending on the connected server type. 11 years ago
Eric Kok a6faa68531 Added GNU GPL v3 license statement to all code (Java, XML) files. 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 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 ed718e2cfe Fixed torrent list sorting. 11 years ago
Eric Kok 70ab9ef37d Updated turtle mode icons and fixed tutle mode status indication. 11 years ago
Eric Kok 865385ec78 Allow filtering (with text entry) on torrents list.\nUpgraded to Eclipse ADT tools v22. 11 years ago
Eric Kok 8a866bc3ab Allow sorting of torrents main list. 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 fd6ff088b8 Fix loading of server settings, albels and show proper loading state. 11 years ago
Eric Kok b46bac998a Fix various layout issues. 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