46 Commits (46c606610e1d84d62f562818332987e98f834ffa)

Author SHA1 Message Date
twig 46c606610e - added Daemon.supportsRemoteRssManagement() 8 years ago
twig a20f9156f2 - added remoterss/RemoteRssActivity.java 8 years ago
Eric Kok d3da32d831 Change service to get an icon for an RSS site. Fixes #287. 8 years ago
Zach Strudler 3bc3fbcf78 Show popup in UI thread 8 years ago
Eric Kok dce15b89f2 When no search sites are enabled (in the Torrent Search config), still allow web bases searches. Fixes #263. 9 years ago
Eric Kok f82ba6e12b Support for runtime permissios, to read/write local storage for settings/torrents. Fixes #258. 9 years ago
Eric Kok 92c8d9b142 Prevent potential crashes (based on Play Store console reports). 9 years ago
Eric Kok a2a8f1960d Fixed title in search screen (search query on larger screens, site selector only on smaller screens). Fixes #248. 9 years ago
Eric Kok c09807f191 Added filter feature for rss checker and server notifications. Special request by Xirvik! 9 years ago
Eric Kok 1fb2b10a27 Updated dependencies and build tools. 9 years ago
Eric Kok 6b76ebcad3 Fix crash on tablets when opening search. Should still improve the UI but at least this fixes #235. 9 years ago
Eric Kok edce58ab03 Fixed UI issues due to dark theme and appcompat. Corrects dialog colors on dark theme, fixes #224. Corrects display of contextual action bar and search entry box. 9 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 f3622bbc2b Fix bug/crash when opening contextual action bar on tablet layout where two different cab's are present. 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 49ff49ea55 Do not show touch feedback on tapping the server status if setting server speeds is not supported. 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 7f533779dd Moved to Android Gradle plugin 1.0 (for Android Studio 1.0). Removed old manager project as it doesn't compile now and development has to start from scartch anyway. 10 years ago
Eric Kok cb47a0ea96 Updated RSS feeds views to include Toolbar. More work later. 10 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 14c726c1c3 Prevent crash when returning from adding by barcode without having scanned anything. 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 b8c2f430ad Fixed some small potential crashes. 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 3375a76f28 Corrected RSS parser package declaration and updated import statements accordingly. Removed unnecessary extra HTTP helper class. 10 years ago
Eric Kok ee318ef508 Added per-feed disabling of new RSS item checker. Fixes #136. 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 7d8c8fca7b Do not show the menu options for a torrent (details) when no torrent is selected. 10 years ago
Eric Kok 85496f2168 Fixed changing between labels and no-labels servers (generally: correctly hiding items in navigation list). Fixes #143. 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