48 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 22ebcadaab fixed missing navigation labels after returning to TorrentsActivity 4 years ago
Twig N 0756ba72e3 - added SettingsUtils 4 years ago
Twig N 882a647370 - renamed classes and variables because of annoying squiggly green lines 4 years ago
Twig N 226a9795b7 - removed remoterss/RemoteRssActivity.java 4 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 de9c0c4d7a Maybe fix #469. Seems fragment is already detached and unloaded. 6 years ago
Eric Kok 2e70236e84 Update copyright year. 6 years ago
Eric Kok d689a1f151 Reworked background services via Android-Job. This finally adds support for newer Android versions (respecting Doze mode et al.) and stops crashing the app on Android 8. Fixes #462 and fixes #464. 6 years ago
Eric Kok e171266ef8 Remove adding torrent by barcode scanner, as not free adn token-less web search API seems to exist that can help us get a product name from upc code. Closes #449. 6 years ago
Alon Albert 4a64c32113 Revert some unnecessary changes 6 years ago
Alon Albert e2e70d05c3 Add Remote RSS Support to Deluge RPC Adapter 6 years ago
Eric Kok ade95f6343 Fixes #340 by not crashing (and showing an error message) if a magnet link (url) is incorrectly structured. 7 years ago
Twig Nguyen a519e70fd9 - upgraded gradle 7 years ago
twig 255311300f - renamed RemoteRssFilesAdapter to RemoteRssItemsAdapter 8 years ago
twig 6d58d1186b - removed supportsRemoteRssManagement() check in openRemoteRss() 8 years ago
twig 210cd1c2d4 - prevent opening of openRemoteRss() when no feed items configured 8 years ago
twig 1e850dae3f - hide remoterss toolbar button if no server configured/connected 8 years ago
twig 073fa6d9e5 - refactored RemoteRssChannel and RemoteRssItem to be reusable for other clients 8 years ago
twig 46c606610e - added Daemon.supportsRemoteRssManagement() 8 years ago
twig a20f9156f2 - added remoterss/RemoteRssActivity.java 8 years ago
Eric Kok f82ba6e12b Support for runtime permissios, to read/write local storage for settings/torrents. Fixes #258. 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 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