Eric Kok
6c4058851c
Fixed transfer rates dialog size on layouts with a small height (such as phone landscape views). Fixes #74.!
11 years ago
Eric Kok
4d81131e1d
Increase size of the rTorrent set_xmlrpc_size_limit to better reflect the real request size whil not having to encode the string twice. Sicne Base64-encoded content is about 1.37 time larger than the original byte strea, a multiplication of 2 is roomy enough (while small files fit in the default max request size anyway, so the Base64 header is no problem).
11 years ago
Eric Kok
622eca4222
Prevent auto refresh when searching or selecting files (in tabletinterface).
11 years ago
Eric Kok
49bdde791c
Integrated the auto refresh timer with its setting after @spacecowboy merge, which fixes #7 .
11 years ago
Jonas Kalderstam
2bd8b88254
Added auto refresh to the activity
...
OnResume creates an AsyncTask which keeps running
until cancelled. It requests server updates with
a delay of two seconds between each update.
OnPause cancels the AsyncTask.
To handle multiselect gracefully, the fragment requests
the auto refresh to be paused. This pause is remembered
between resets, as long as the multiselect mode is active.
Once the users selects an action or exits multiselect,
the auto refresh resumes.
There are probably several things I haven't thought of,
and there should be a user setting for this maybe.
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
11 years ago
Eric Kok
df030db62a
Prepared for #7 auto refresh by adding a system setting (and moving help options to a separate screen).
11 years ago
Eric Kok
35831ca5c0
Remove any empty label that the server sends, as we maintain out own empty label. Fixes #79 .
11 years ago
Eric Kok
f228926d73
Support adding of magnet links via the Add by url dialog. Fixes #96 .
11 years ago
Eric Kok
a7f12a3e11
Added support for the new Torrent Search module private sites feature (to download a torrent via the Torrent Search module).
11 years ago
Jonas Kalderstam
e53bb5bf22
Now uses dark text in the white widget.
...
Fixes https://github.com/erickok/transdroid/issues/84
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
11 years ago
Pedro Larroy
472d505254
Fix classpath for generated transdroid.jar lib
11 years ago
Eric Kok
02742347e1
Upped version number to 2.1.2 for new release.
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
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
...
The Connect project can now be easily exported to the correct location
with the provided build.xml.
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
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
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
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
Eric Kok
b5d1ec29ad
Make sure any changes in server settings are reloaded when moving back to the main activity.
11 years ago
Eric Kok
4c07d34ec1
Fixed BitFlu connections with empty folder configuration.
11 years ago
Eric Kok
221cfc3313
Added an option to disable sending of user credentials to the server.
11 years ago
Eric Kok
9345b84011
Separated the RSS and torrents-related background notification settings.
11 years ago
Eric Kok
e14bc34bdc
Upped the build version by 200 to get a higher number for Transdroid 2 (now at 207) than Transdroid 1.1.15 (which was 160).
11 years ago
Eric Kok
1ed644e42c
Added support for pull to refresh in main and details screen (via ActionBar-PullToRefresh library). Fixes #19 .
11 years ago