Eric Kok
f913c6a9f3
Merge pull request #375 from lightglitch/master
...
Fix remove rss feeder settings
7 years ago
Koro
bc6fb07c46
Add proper banner.
8 years ago
Koro
ff956dac71
Add leanback support with dummy banner.
8 years ago
Mário Franco
9ba2d25270
Fix remove rss feeder settings
8 years ago
Eric Kok
06b041c2f2
Merge pull request #368 from Niluge-KiWi/rtorrent_fix_stop_pause
...
Fix stop/pause for rtorrent
8 years ago
Eric Kok
b2afc3c3bf
Merge pull request #324 from homburg/patch-1
...
Danish language corrections
8 years ago
Eric Kok
ad7ac3efc6
Merge pull request #350 from fbarriga/fbarriga/axmlrpc_update
...
rtorrent: axmlrpc updated
8 years ago
Eric Kok
1eef19e148
Merge pull request #313 from twig/remote_rss
...
Add ability to manage RSS on server
8 years ago
Twig Nguyen
cf7d29632a
- compile with sdk 23
8 years ago
Twig Nguyen
7b29ab952a
merged with erickok/master
8 years ago
Twig Nguyen
de4e6204a2
Merge branch 'master' of github.com:twig/transdroid into remote_rss
8 years ago
Eric Kok
efe9009f51
Merge branch 'master' into fbarriga/axmlrpc_update
8 years ago
Thomas Riccardi
11d5967a45
rtorrent: fix TorrentStatus with new pause/stop actions
...
Inspired from ruTorrent status computation.
8 years ago
Thomas Riccardi
1281b6ee20
rtorrent: fix stop that only paused
...
Used the same commands as ruTorrent.
8 years ago
Poussinou
2e87ee3223
add buttons to fdroid and google play store
8 years ago
Eric Kok
d1ecd52bfc
Updated to point to 2.5.8 as latest version.
8 years ago
Eric Kok
5d8de8a198
Bumb version for 2.5.8 release with Deluge fix.
8 years ago
Eric Kok
0ae09850c0
Merge branch 'master' into dev
8 years ago
Eric Kok
bc4f442d8b
Merge pull request #356 from AnnieTheEagle/master
...
Issue #355 - Fix compatibility with latest Deluge. Also upgrade Gradle.
8 years ago
Annie the Eagle
7a866cd7ce
Issue #355 - Fix compatibility with latest Deluge. Also upgrade Gradle.
8 years ago
Twig Nguyen
a519e70fd9
- upgraded gradle
...
- no longer pass remote RSS feeds to RemoteRssActivity
it now pulls it from the connection itself. this avoids having an Intent that's too large and causing the app to crash without warning
8 years ago
Felipe Barriga Richards
4a9a8b6027
XMLRPCClient: Add FIXME comment.
8 years ago
Felipe Barriga Richards
098be2d419
axmlrpc: Remove unused/dead code/imports.
8 years ago
Felipe Barriga Richards
919ce21060
axmlrpc: fix: consume http entities after parsing them.
8 years ago
Felipe Barriga Richards
3fa6bf9bdc
axmlrpc: Use XmlPullParser to deserialize xml objects. Serialization remains the same. Code copied from WordPress-Android.
...
https://github.com/wordpress-mobile/WordPress-Android
8 years ago
Felipe Barriga Richards
eed242264b
gradle: Update gradle 2.1.0 => 2.2.3
8 years ago
Eric Kok
37fb25a731
Merge pull request #337 from Alpha-Toxic/dev
...
Fix for issue 336
8 years ago
Eric Kok
877ccd0c3a
Updated reference to new Search Module 3.7.
8 years ago
Petko Vasilev
a65778ed97
Changed a text dimen from dp to sp
8 years ago
Petko Vasilev
90942ce1de
Fixed a minor visual glitch in the serverstatus actionbar
8 years ago
Thomas B Homburg
4091e90397
Danish language corrections
8 years ago
twig
4f8d45a0a7
- missed a comment
9 years ago
twig
d25600d78a
- removed comment which is no longer true
9 years ago
twig
255311300f
- renamed RemoteRssFilesAdapter to RemoteRssItemsAdapter
...
- renamed RemoteRssItemsAdapter.updateFiles() to updateItems()
- added RemoteRssSupplier interface
- removed hard cast in openRemoteRss() and used RemoteRssSupplier
- updated comment for RemoteRssActivity
- RemoteRssActivity.init() now displays a message about configuring RSS feeds if no items are found
- moved "(All recent)" hardcoded string to strings.xml
- renamed RemoteRssFragment.torrentFiles to remoteRssItems
- misc commenting changes
9 years ago
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
531051adaf
Fixed readme image size
9 years ago
Eric Kok
31bd693c4e
Fixed screenshot link.
9 years ago
Eric Kok
2554c8cdc6
Have clients updte to 2.5.7.
9 years ago
Eric Kok
8b960741b1
Updated translations and bumbed version to 2.5.7 for new release.
9 years ago
Eric Kok
5e0ba13426
Slightly reduced number size on transfer rate input screen to fix #239 hopefully; hard to reproduce.
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