4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 19, 2024 — May 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Prevent crash when returning from adding by barcode without having scanned anything. More... over 10 years ago
Release time! Version 2.3.0. More... over 10 years ago
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. More... over 10 years ago
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). More... over 10 years ago
Added support for importing/exporting settings via QR code. Fixes #178. More... over 10 years ago
Generalized fix #169 by applying the urldecode on magnet links for any client type. Affects #175. More... over 10 years ago
Offer only supported features in the interface (forced starting, force recheck, etc.). Fixes #180. Also fixes #183 by maintaining the torrent ID lost viewed. More... over 10 years ago
Refactored logging to not rely on static access and a global context. More... over 10 years ago
Fixed some small potential crashes. More... over 10 years ago
Catch any uncaught exceptions and log them (but still throw the normal Android exceptions. More... over 10 years ago
Clean up lint warnings before we make beta release 2.3.0-beta. More... over 10 years ago
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. More... over 10 years ago
Corrected RSS parser package declaration and updated import statements accordingly. Removed unnecessary extra HTTP helper class. More... over 10 years ago
Added/updated translations. Many tahnks to the translators! More... over 10 years ago
Added per-feed disabling of new RSS item checker. Fixes #136. More... over 10 years ago
Merge branch 'sudisk-dev' into dev More... over 10 years ago
Merge branch 'dev' of https://github.com/sudisk/transdroid into sudisk-dev More... over 10 years ago
Fix speed parsing when units are unrecognized More... over 10 years ago
Fixed crash on logging and correct search history provider authority to fix search suggestions. More... over 10 years ago
Do not show the menu options for a torrent (details) when no torrent is selected. More... over 10 years ago
Fixed changing between labels and no-labels servers (generally: correctly hiding items in navigation list). Fixes #143. More... over 10 years ago
Merge branch 'master' with new sorting options into dev More... over 10 years ago
Merge pull request #165 from invisiblek/merge More... over 10 years ago
Merge branch 'master' with updated translation into dev More... over 10 years ago
Merge pull request #159 from Self-Perfection/patch-1 More... over 10 years ago
Updated README with new Gradle build instructions. More... over 10 years ago
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. More... over 10 years ago
Fix bug in server checker background service that would incorrectly stop all checking (for subsequent servers) if one was not available. Fixes #166. More... over 10 years ago
Fix Deluge magnet support -- Deluge doesn't support application/x-www-form-urlencoded magnet links any more, like send from Chrome. Fixes #168, fixes #169. More... over 10 years ago
Reversed the seeders/leechers text in main screen. Fixes #158. More... over 10 years ago