Alon Albert
78afbab9c5
Change name of adapter to DelugeRpc
7 years ago
Alon Albert
e54cc6e1a0
Initial connit
7 years ago
Eric Kok
79763bdc17
Update the version number and changelog for a new release.
7 years ago
Eric Kok
f16c61ef65
Very slightly reduced text size of down/up speed label in action bar to fix most issues with the speed label getting cut off; fixes #336 .
7 years ago
carlosam
a261f07361
Update Portuguese translation
7 years ago
Koro
bc6fb07c46
Add proper banner.
8 years ago
Koro
ff956dac71
Add leanback support with dummy banner.
8 years ago
Eric Kok
5d8de8a198
Bumb version for 2.5.8 release with Deluge fix.
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
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
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
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
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
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
0fed95d803
Added dummy views to steal focus in main screen from the filter edit text. Hopefully fixes 285.
9 years ago
Eric Kok
cf1a293454
Added changelog for 2.5.6 release.
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
b2554c5745
Fix type in AWD name. Fixes #273 .
9 years ago
Eric Kok
7c5c6f584d
Release version 2.5.5.
9 years ago
Eric Kok
c09807f191
Added filter feature for rss checker and server notifications. Special request by Xirvik!
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
f333aabc82
Updated changleog for 2.5.3 release.
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
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
25f741260f
Fixes in tablet and dark version of the new UI.
10 years ago
Eric Kok
4b1ebe359b
Released v2.5.0 beta 2
10 years ago
Eric Kok
5202ad3dda
Updated translations from CrowdIn. Many thanks to all contributors.
10 years ago
Eric Kok
25ec5a50aa
Added native support for tTorrent (based on old qBittorrent adapter). Fixes #202 .
10 years ago
Eric Kok
ec3b6ebdc1
Add some padding (not clipped) in the torrents list to prevent FAB from overlaying the last torrent listed. Fixes #211 .
10 years ago
Eric Kok
e710f18be2
Adding action bar to the preference activities.
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
Eric Kok
c91e79f9d3
Working contextual action modes, working menus.
10 years ago
Eric Kok
1cf19c9a31
Details screen working.
10 years ago
Eric Kok
676a21fb92
New Material icons, reworking main screen design, corrting action bars... WIP
10 years ago
Eric Kok
7f533779dd
Moved to Android Gradle plugin 1.0 (for Android Studio 1.0). Removed old manager project as it doesn't compile now and development has to start from scartch anyway.
10 years ago
Eric Kok
cb47a0ea96
Updated RSS feeds views to include Toolbar. More work later.
10 years ago
Eric Kok
ad8c0f39ac
Replaced action bar with Toolbar and replaced spinner navigation with nav drawer.
10 years ago
Eric Kok
88cd854ff1
Getting list selectors to work properly with ripple on Lollipop, removed unused Holo drawables, fixing action bar theme, etc.
10 years ago
Eric Kok
580608d37d
Started work on Material design version of Transdroid. Certainly still bugged and need to figure out lots of (often major, liek the split action bar) design details.
10 years ago
Eric Kok
664ef994b3
Updated barcode scanner feature to better handle EAN code conversion to search query (might need to change from the Google Search AJAX provider in the future).
10 years ago
Eric Kok
219b2b71bc
Added support for importing/exporting settings via QR code. Fixes #178 .
10 years ago