59 Commits (c07dc9ef94e9ae810a1e84a52dde6198d63c9678)

Author SHA1 Message Date
Eric Kok c07dc9ef94 Version bump and copyright update 4 months ago
Eric Kok d20d20012b Improve error upon encountering corrupt magnet link; fixes #598 2 years ago
Nathaniel Brandes 1b752a6725 Add caching to adapter lookup 2 years ago
Eric Kok cf8736e23b Support for adding Xirvik servers by QR code 3 years ago
TacoTheDank 2c7e36dfce Java 8 migration 4 years ago
TacoTheDank c1527cb36d Java 7 migration 4 years ago
TacoTheDank f3206a171b Remove redundant suppressions 4 years ago
TacoTheDank 7cb73d54ad Fix missing super calls 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 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