386 Commits (material)
 

Author SHA1 Message Date
Jonas Kalderstam e53bb5bf22 Now uses dark text in the white widget. 11 years ago
Pedro Larroy 472d505254 Fix classpath for generated transdroid.jar lib 11 years ago
Eric Kok af692a68cc Merge pull request #90 from Flowdalic/fdroid 11 years ago
Florian Schmaus 530a3fcd2e lib/build.xml: Add comment why we use java6 target/source 11 years ago
Florian Schmaus 93e997d442 lib/build.xml: Also set javac source to java6 11 years ago
Eric Kok 5aa1d8d4f2 Merge branch 'master' into dev to merge pull requests accepted in master. 11 years ago
Eric Kok 02742347e1 Upped version number to 2.1.2 for new release. 11 years ago
Eric Kok ce982a3938 Merge pull request #88 from Flowdalic/60 11 years ago
Eric Kok 90665ea6ff Merge pull request #86 from gfoldv/master 11 years ago
Florian Schmaus 11f53efd1c Create build directory for transdroid.jar 11 years ago
Florian Schmaus bc82388964 Create Java6 bytecode for transdroid.jar 11 years ago
gfoldv 9d93179655 Filter remains selected in the NavigationSpinner after rotation. Fixes #55 11 years ago
Eric Kok 329a36d05e Handle RSS feeds that do not properly sort dated items (fixes #82) and those who do not provide a date at all (fixes #78 by relying on the last viewed url instead). 11 years ago
Eric Kok 1bbb1d0439 Merge branch 'master' into dev to include the ant build script for the Torrent Connect library. 11 years ago
Eric Kok bb99393a01 Merge pull request #82 from Flowdalic/transdroidjar 11 years ago
Eric Kok ed2b605b7f Created a boolean property to easily enable/disable the app update feature at all via a bools.xml setting. Helpful for #60. 11 years ago
Eric Kok de64d2a9e8 Fix Xirvik seedbox settings. 11 years ago
Florian Schmaus 6b2d7360a9 Provide an ant script to export transdroid.jar 11 years ago
Eric Kok c62f920195 New 2.1.1 release (mainly to get the rTorrent bugfix out). 11 years ago
Eric Kok 18ad364d45 Added support for adding Xirvik and Seedstuff seedboxes with super simple settings. 11 years ago
Eric Kok 23a8ff95c0 Show progress bar if a torrent is not complete, even when it is paused. Fixes #72. 11 years ago
Eric Kok 8040052ff2 Prevent malformed torrent/magnet/file links (to add via start intent) to crash Transdroid. 11 years ago
Eric Kok 8cd4275bca Changed aXMLRPC library (for use with rTorrent) to use the Apache HttpClient to support digest authentification (and in general just reuse the library-wide method of creating a connection). Fixes #69. 11 years ago
Eric Kok 9848895395 Fixed and exposed Date Added support for Deluge. 11 years ago
Eric Kok 027f4def7c Updated manifest and changelog for new 2.1.0 release. 11 years ago
Eric Kok 10fa881e89 Fixes #66 where transdroid would crash when clicking a search result that does not point to a .torrent url. 11 years ago
Eric Kok 5cba741216 Added option to show the server status stats (up and down count and speeds) in the widget action bar. Partially solves #42, although it doesn't look great when reducd to 1 cell high and 2 cells width. 11 years ago
Eric Kok d55301f625 Allow quick multi-selection of torrents or files based on whether they are finished. 11 years ago
Eric Kok 093835cf86 Added support for Deluge viewing and setting of labels on torrents. Fixes #54. 11 years ago
Eric Kok ee44470a3a Added sorting by download speed. Fixes #34. 11 years ago
Eric Kok ca77d84ca8 Don't mark torrent files as selected with only a simple list item click; a long click is neccesary. 11 years ago
Eric Kok 6670ad7325 Fix potential crash (as seen on Play Store console) when a widget is asked to update but it no longer exists or no config is known for it. 11 years ago
Eric Kok dc4ac58a43 Remove any selection on the torrents list when opening the details fragment. Fixes #33. 11 years ago
Eric Kok 4cee1802ae Fixes #22. Adds an option (in System settings) to treat all dormant (0KB/s, no data transfer going on) torrents as inactive so that they do not show in the Downloading or Seeding lists. 11 years ago
Eric Kok 8ea2a19707 Added option to clear search suggestions history in System settings. Also removed the unused TorrentSearchHistoryProvider class. 11 years ago
Eric Kok 8a0e638698 Fixed #40 by adding a new local port option. 11 years ago
Eric Kok aa96113142 Fixed #30 simply by adding the '/s' text (as is done in LocalTorrent). Maybe need to localize in the future. 11 years ago
Eric Kok 957036e250 Added resume and pause buttons to the widget and fixed widget-related (UI) bugs. 11 years ago
Eric Kok c6e79aa342 Fix for Torrentflux-b4rt installs in the web root (so with no folder setting). 11 years ago
Eric Kok 2f9aa15975 Fixed added on and completed on dates with uTorrentgit st. 11 years ago
Eric Kok 7776eb2ef5 Added option to force recheck of data with rTorrent, uTorrent and Deluge. Fixes #16. Also fixes a UI glitch to propage torrent changes back to the torrents list screen. 11 years ago
Eric Kok 7964fe33cb Improved uTorrent stability by using a static (and thus the same for all threads) token. 11 years ago
Eric Kok 89cea16054 Fixed notification text to show the affected torrents' names instead of using toString(). 11 years ago
Eric Kok e071de3728 Make a custom search site (selected in settings) stick. Fixes #35. Also collapse the search view after searching. 11 years ago
Eric Kok 51daf887ae Add the empty ('Unlabeled') label in the filter list. Fixes #39. 11 years ago
Eric Kok 2a763cb504 Show the name of a torrent (in main screen) that is paused/resumed/started/stopped in crouton message. 11 years ago
Eric Kok a052e7f4c7 Force refresh in main screen after a torrent was deleted in the details screen. (Also added some debug logging for lcoal network connections.) 11 years ago
Eric Kok 4e463c7942 Updating changelog and upping version number to 2.0.2. 11 years ago
Eric Kok 0c29677f4e Merge branch 'master' into dev 11 years ago
Eric Kok ffdf8bfb12 Replaced android-xmlrpc library for aXMLRPC to get a more reliable rTorrent connection (speed could be better, but I'm working on that). 11 years ago