Eric Kok
6aa2d6a2c4
Fixed support for catching SEND intents in the search acitivity to handle magnet, http and https links directly and add them via Transdroid. Fixes #129 .
10 years ago
Eric Kok
8b5ec92f0f
Added copy to clipboard option for file names (from CAB) and RSS items (from CAB). Fixes #145 and (partially) fixes #126 .
10 years ago
Eric Kok
5e39a67393
Added default server feature, with option to always ask when adding a torrent ( fixes #150 ). Default to last used server (old behaviour).
10 years ago
Eric Kok
0b6ea2c9ba
Fixed duplicate view IDs used that caused a crash when resuming (explicitly via the up button in the action bar). Fixes #154 .
10 years ago
Eric Kok
8073727356
Updated translations for many languages.
11 years ago
Eric Kok
8600fe8a97
Pushed minimum Andorid version to ICS (API level 15). Removed ActionBarSherlock and related resources. Fixes #68!. Also fixes other bugs with (mostly) the contextual action bar.
11 years ago
Eric Kok
ae665eabaf
Support multiple network SSID specifiers by sparating them with a | symbol. Fixes #132 .
11 years ago
Eric Kok
334d95d6ce
Attempt to fix the negative sign persistance issue #138 , although I cannot reproduce it so lets hope for the best.
11 years ago
Eric Kok
e4b5bc4dc1
Another attempt to fix the localized qBittorrent issues as referenced in #115 and hopefully fixes #142 . Who would think of localizing JSON?
11 years ago
Eric Kok
f5bb381dff
Added (preferred) support for file managers that support file picking vai the GET_CONTENT action adn file/* mime type.
11 years ago
Eric Kok
fe33de2a59
Preparing 2.1.4 release.
11 years ago
Eric Kok
4361d175c6
Added confirmation dialog when removing server, RSS feed or web search settings. Fixes #133 .
11 years ago
Eric Kok
ab8ec67189
Automatically paste the clipboard contents in the URL entry dialog when adding a torrent.
11 years ago
Eric Kok
af400ac5a8
In web searches, only replace %s for the search string because the formatter will try to parse url encodes strings such as %3B as well. Fixes issue #134 .
11 years ago
Eric Kok
f8fd600785
Separated the seeders and leechers (peers), which means getting these fields for all the support torrent clients. Fixes #25 .
11 years ago
Eric Kok
7f91d250be
Show the user-entered values in server, RSS and search site settings. Fixes #32 .
11 years ago
Eric Kok
6635c8ffc5
Fixed support for Xirvik shared seedboxes (that require loading the RPC mount point from the server).
11 years ago
Eric Kok
3f5954f765
Fixes #122 , reversing the painful mistake introduced in 07d169c5
with a == instead of != comparison... Oops!
11 years ago
Eric Kok
6b62ce09c0
Remember the last selected navigation filter (status type, label) and preselect it on the next startup. Fixes #113 .
11 years ago
Eric Kok
b07f5b4ce1
Fix possible crash with Synology if the uploaded amount is larger than a 32-bit int will hold (~2GB).
11 years ago
Eric Kok
93f7fd3e81
Preparing new 2.1.3 release.
11 years ago
Eric Kok
3a458f5e25
Added updated translations for Bokmal, Dutch, French, German and partial other translations. Also fixes #109 .
11 years ago
Eric Kok
1fe4e9b642
Added options to use a RSS item as new search, to follow its link or to view the item description. Fixes #45 .
11 years ago
Eric Kok
07d169c532
Prevent crash when labels are not yet loaded yet the label dialog is somehow started (race condition?).
11 years ago
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