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
0a5fa95d1f
Merged upstream pull requests into master.
11 years ago
Eric Kok
ba2fe2e1d3
Merge pull request #93 from larroy/master
...
Fix classpath for generated transdroid.jar lib; always build the transdroid core .jar by running ant in the lib/ project.
11 years ago
Eric Kok
c0261406b1
Merge pull request #95 from spacecowboy/master
...
Now uses dark text in the white widget.
11 years ago
Eric Kok
1b029162a8
Merge branch 'master' of https://github.com/erickok/transdroid
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
af692a68cc
Merge pull request #90 from Flowdalic/fdroid
...
Final f-droid related modifications
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
...
"javac: target release 6 conflicts with default source release 1.7"
error will be emitted if a java7 compiler is used and target is set to 6
but not source.
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
...
Create Java6 bytecode for transdroid.jar
11 years ago
Eric Kok
90665ea6ff
Merge pull request #86 from gfoldv/master
...
Filter remains selected in the NavigationSpinner after rotation. Fixes #55
11 years ago
Florian Schmaus
11f53efd1c
Create build directory for transdroid.jar
...
if it does not exists already.
11 years ago
Florian Schmaus
bc82388964
Create Java6 bytecode for transdroid.jar
...
Android will only be able to create Dalvik bytecode if the input Java
bytecode is in Java6 format. Otherwise we get a bunch of
NoClassDefFoundError Exceptions along with "Could not find class X",
"Unable to resolve static method Y" and such errors for code in
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
...
Provide an ant script to export transdroid.jar. Helpful too for #60 .
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
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