twig
8ad8d0d39a
- general cleanup and polish of code
...
- removed commented out stuff
- added some comments here and there
- renamed "files" to "items" in remote rss related stuff
- display error message if fails to download torrent via remote rss
9 years ago
twig
c16a0149fa
- now shows the current filter on remote rss feeds in toolbar subtitle
...
- scroll to top after setting new remote rss items
- format the item timestamp
9 years ago
twig
6d58d1186b
- removed supportsRemoteRssManagement() check in openRemoteRss()
...
- show/hide remote rss navigation drawer according to normal behaviour
- change nav drawer icon
- removed cruft code
- close drawer on filter selection
- init rssFeedItems
9 years ago
twig
b503614f4d
- hide search view
...
- added background task downloadRemoteRssItem()
9 years ago
twig
210cd1c2d4
- prevent opening of openRemoteRss() when no feed items configured
...
- (untested) now able to download remote rss items
- added RemoteRssItem.isMagnetLink()
- commented out UTorrentRemoteRssItem.name
9 years ago
twig
1e850dae3f
- hide remoterss toolbar button if no server configured/connected
...
- show all recent remote feed items in the last month by default ordered by -date
- show "all recent" in rss feeds filter menu
- renamed RemoteRssChannel.getFiles() to getItems()
- RemoteRssItem.timestamp is now of type Date
- sort feeds by name upon fetch
- fragment_remoterss.xml now shows the right item in layout editor
9 years ago
twig
de4f72bc02
- disabled all the fancy stuff in RemoteRssActivity.java (FAB, refresh button, drag to refresh, bottom toolbar)
9 years ago
twig
073fa6d9e5
- refactored RemoteRssChannel and RemoteRssItem to be reusable for other clients
...
- renamed UTorrentRssFeed to UTorrentRemoteRssChannel and removed a bunch of unnecessary data
- renamed RemoteRssFile to UTorrentRemoteRssItem
9 years ago
twig
46c606610e
- added Daemon.supportsRemoteRssManagement()
...
- toggle menu visibility depending on version and connectivity
- renamed action_testing/openTesting() to action_remoterss/openRemoteRss()
- use Daemon.supportsRemoteRssManagement() instead of instanceof UtorrentAdapter
- display list of feeds in swipe menu
- UTorrentRssFeed now implements SimpleListItem
9 years ago
twig
a20f9156f2
- added remoterss/RemoteRssActivity.java
...
- added test menu to access it
- now parses uTorrent server RSS feeds/items
9 years ago
Eric Kok
bb96064bcc
Allow setting of a folder with uTorrent for reverse proxy setups. Folder comes before the fixed /gui. Fixes #277 .
9 years ago
Eric Kok
429d045274
Prevent crash when connecting to an Rtorrent client with a space in host name or SCGI mount folder. Fixes #296 .
9 years ago
Eric Kok
b982a2e4fc
Properly remove shared prefs for an rss feed when deleting the feed. Might be related to #269 .
9 years ago
Eric Kok
d3da32d831
Change service to get an icon for an RSS site. Fixes #287 .
9 years ago
Zach Strudler
3bc3fbcf78
Show popup in UI thread
9 years ago
Phillip Dykman
1d9fe52b35
Add force recheck command for qBitTorrent
9 years ago
Eric Kok
dce15b89f2
When no search sites are enabled (in the Torrent Search config), still allow web bases searches. Fixes #263 .
9 years ago
Eric Kok
f82ba6e12b
Support for runtime permissios, to read/write local storage for settings/torrents. Fixes #258 .
9 years ago
Eric Kok
3dce4c0211
Upgrading dependencies, preparing new release.
9 years ago
Eric Kok
92c8d9b142
Prevent potential crashes (based on Play Store console reports).
9 years ago
Eric Kok
57e33b4ce7
Use our own SSL socket factory implementation so support all TLS variants and SNI in RSS feed parser. Fixes kat.cr feeds, for example.
9 years ago
Eric Kok
48c6b4d072
Seems I was wrong in a2a8f1960d
. Actually the problem was in the arguments. Please rTorrent, document! Fixes #251 and fixes #227 again again.
9 years ago
Eric Kok
a2a8f1960d
Fixed title in search screen (search query on larger screens, site selector only on smaller screens). Fixes #248 .
9 years ago
Eric Kok
796253fec9
It seems that rTorrent started using load.start since 0.9.4 but load.start_raw not until 0.9.7. What a mess!
9 years ago
Eric Kok
c09807f191
Added filter feature for rss checker and server notifications. Special request by Xirvik!
9 years ago
Eric Kok
746ad242a2
Use new style load (start/raw_start) commands already from 0.9.4 onwards (for some reason I increased this to 0.9.7 earlier). Fixes #251 and fixes #227 again.
9 years ago
Eric Kok
1fb2b10a27
Updated dependencies and build tools.
9 years ago
Johan Deckmar
a8f7051eb6
Fix for #255 ) Whitespace around IP/hostname results in connection error
9 years ago
Eric Kok
6b76ebcad3
Fix crash on tablets when opening search. Should still improve the UI but at least this fixes #235 .
9 years ago
Eric Kok
edce58ab03
Fixed UI issues due to dark theme and appcompat. Corrects dialog colors on dark theme, fixes #224 . Corrects display of contextual action bar and search entry box.
9 years ago
Eric Kok
9b3bff2ea0
Ensure we never set the rTorrent XML-RPC size limit to some way too small value; use a minimum of 2MB for now. Fixes #221 .
10 years ago
Eric Kok
4ac0a279cc
Fixed crash on adding widget as well as widget layout issues (with new Material theme) and Control Service start bug on Android Lolliopo+. Fixed #218 .
10 years ago
Eric Kok
2a06c1ba56
Added native support for Dediseebox seedboxes.
10 years ago
Eric Kok
a8dad0aac3
Embed latest app and search module version indicator directly in the repo.
10 years ago
Eric Kok
25f741260f
Fixes in tablet and dark version of the new UI.
10 years ago
Eric Kok
1fb1ef7b41
Improved backwards compatible rTorrent adapter, which can switch to the right methods (currently for adding torrents) based on the version.
10 years ago
Eric Kok
f3622bbc2b
Fix bug/crash when opening contextual action bar on tablet layout where two different cab's are present.
10 years ago
Eric Kok
25ec5a50aa
Added native support for tTorrent (based on old qBittorrent adapter). Fixes #202 .
10 years ago
Eric Kok
cf631082d2
Prevent crash when returning empty (like a cancelled scan) from the barcode scanner. Fixes #209 .
10 years ago
Eric Kok
cd646bcac3
Fixed qBittorrent 3.2+ (API 2.0+) ratio (and with that the uploaded amount) value. Fixes #212 . Also improves leechers/seeder counts.
10 years ago
Eric Kok
45d2d594a5
Support scanning of QR codes with embedded magnet link. Fixes #196 .
10 years ago
Eric Kok
49ff49ea55
Do not show touch feedback on tapping the server status if setting server speeds is not supported.
10 years ago
Eric Kok
5d68d06122
Merging qBittorrent adapter fixes with support for 3.2+, added proper version number retrieval.
10 years ago
Eric Kok
e710f18be2
Adding action bar to the preference activities.
10 years ago
Hadley Canine
75d2ac65c4
Fixed compatibility with 3.1 (API version 1)
10 years ago
Hadley Canine
a101d3df9a
Crash bug fixed. Annoying verbose debug output removed. Everything appears to work again in API version 2.
10 years ago
Hadley Canine
a892154ca5
Don't authenticate if we don't have to. Fetch API version information and adjust our behaviour accordingly. Still some crash bugs to sort out in API ver 2.
10 years ago
Hadley Canine
2cf4581932
QBitTorrent can now authenticate, and browsing torrents appears to work again. Need to do some cleanup to get API version 1 going still, though, and only browsing torrents probably works. Everything else is probably still broken.
10 years ago
Eric Kok
3506705a82
Replacing Holo design with Material design in dialogs.
10 years ago
Eric Kok
a3a595d967
Replaced Croutons with Snackbars.
10 years ago