386 Commits (material)
 

Author SHA1 Message Date
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 5d68d06122 Merging qBittorrent adapter fixes with support for 3.2+, added proper version number retrieval. 9 years ago
Eric Kok 23400c2292 Merge branch 'master' of https://github.com/ThisIsADogHello/transdroid into ThisIsADogHello-master 9 years ago
Eric Kok dadd32fd3b Merge branch 'pgasior-fix_rtorrent_support' into material 9 years ago
Eric Kok 10a45b8936 Merged rTorrent fix for multicall2 command. 9 years ago
Eric Kok e710f18be2 Adding action bar to the preference activities. 9 years ago
Hadley Canine 75d2ac65c4 Fixed compatibility with 3.1 (API version 1) 9 years ago
Hadley Canine a101d3df9a Crash bug fixed. Annoying verbose debug output removed. Everything appears to work again in API version 2. 9 years ago
Hadley Canine a892154ca5 Don't authenticate if we don't have to. Fetch API version information and adjust our behaviour accordingly. Still some crash bugs to sort out in API ver 2. 9 years ago
Hadley Canine 2cf4581932 QBitTorrent can now authenticate, and browsing torrents appears to work again. Need to do some cleanup to get API version 1 going still, though, and only browsing torrents probably works. Everything else is probably still broken. 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
Piotr Gasior eac48b1639 Fix rtorrent support 9 years ago
Eric Kok d0100fc67e Updated to Gradle 1.0 to build with Android Studio 1.0+. Fixes #189. 9 years ago
Eric Kok 4ce5023c82 Merge pull request #187 from mvdnes/ssl_trust_key 9 years ago
Mathijs van de Nes 15bcbb03a2 Fix always failing SSL with empty sslTrustKey 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 32cfc95917 Release time! Version 2.3.0. 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 164a2d20d8 Clean up lint warnings before we make beta release 2.3.0-beta. 10 years ago
Eric Kok 6a7cc5c5c6 Improved SSL handling, enabling TLS 1.1/1.2 (where Android supports it) and supporting SNI hostname verification. Self-signed certificates that are not matched write the correct SHA-1 server hash to use to the Transdroid log. Enabled true SSL certificate checking for the supported seedboxes (Xirvik, SeedStuff). Fixed #127 and fixes #171. 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 d732af1cad Added/updated translations. Many tahnks to the translators! 10 years ago
Eric Kok ee318ef508 Added per-feed disabling of new RSS item checker. Fixes #136. 10 years ago
Eric Kok 0a52717819 Merge branch 'sudisk-dev' into dev 10 years ago
Eric Kok c3dc19f7de Merge branch 'dev' of https://github.com/sudisk/transdroid into sudisk-dev 10 years ago
sudisk ae3e5be9e4 Fix speed parsing when units are unrecognized 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 c50eb36954 Merge branch 'master' with new sorting options into dev 10 years ago
Eric Kok e7c5374a68 Merge pull request #165 from invisiblek/merge 10 years ago
Eric Kok 11259b5189 Merge branch 'master' with updated translation into dev 10 years ago
Eric Kok 66ae64bde0 Merge pull request #159 from Self-Perfection/patch-1 10 years ago
Eric Kok bafb3f5629 Updated README with new Gradle build instructions. 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 3079836dc8 Fix bug in server checker background service that would incorrectly stop all checking (for subsequent servers) if one was not available. Fixes #166. 10 years ago