Twig N
7587b23469
(WIP)
...
- fixed drawables
5 years ago
Twig N
e8fd47cb31
(WIP)
...
- fixed styles
5 years ago
Twig N
43fa212c2b
(WIP)
...
- make use of values and values-night folders for automatic switching of colours
- renamed variables so they no longer differ by *_light and *_dark
- things are still broken
5 years ago
Twig N
0756ba72e3
- added SettingsUtils
...
- apply SettingsUtils.applyDayNightTheme() on each activity
5 years ago
Twig N
6464439455
- added system_autodarktheme setting which overrides system_usedarktheme
5 years ago
Twig N
ad1f14e2b8
- experiment with using Theme.AppCompat.DayNight
5 years ago
Eric Kok
397a8228c0
Merge pull request #527 from twig/unlabelled_top
...
show unlabelled torrents at the top of filter list
5 years ago
Twig N
3da0c25b19
- show unlabelled torrents at the top of filter list
5 years ago
Twig N
cc0c29f7f7
- forgot RssItemsFragment
...
- renamed RssItemsActivity
5 years ago
Twig N
882a647370
- renamed classes and variables because of annoying squiggly green lines
5 years ago
Twig N
b6dea1cf58
- revert some stuff closer to master branch
...
- adjust some comments
- removed RemoteRssFragment.getRssActivity()
5 years ago
Twig N
0fc366ecc6
- removed OptionsMenu from RemoteRssFragment since it duplicate them
...
- restored use of @FragmentById
- removed onFragmentReady()
- removed onFragmentDestroy()
5 years ago
Twig N
4aca5e6806
- made fragments work with inflated layouts to maintain w900 fragments layout
...
- simplified PagerAdapter
5 years ago
Twig N
521159c928
- added @OptionsMenu for RemoteRssFragment
5 years ago
Twig N
151f8570ca
- minor cleanup
5 years ago
Twig N
a1d471a78b
- improve styling of remote rss channels filter
5 years ago
Twig N
3fc82d4cc5
- use actual server name rather than "Server" in remote rss tab
5 years ago
Twig N
46bcc679ef
- updated tab labels
...
- updated comments in RssfeedsActivity.java
- show/hide remote rss feeds tab depending on server support
- show/hide tab depending on server support
5 years ago
Twig N
226a9795b7
- removed remoterss/RemoteRssActivity.java
...
- removed activity_remoterss.xml
- removed menu item to RemoteRssActivity.java
5 years ago
Twig N
10c1bf76b6
- fix crashes on activity recreation because android is just awful
5 years ago
Twig N
7584c77271
Merge remote-tracking branch 'remotes/origin/master' into combine_rss_feed_views
5 years ago
Eric Kok
9b82d48d2c
2.5.17 released
5 years ago
Eric Kok
3be3d65481
Prepare 2.5.17 release
5 years ago
Twig N
e30dfc13b3
Dont store loaders and adapters in class variables if we dont need to
5 years ago
Twig N
ff3a289914
- replaced the navigation drawer filter with an ugly spinner
...
- filters work again
5 years ago
Eric Kok
8118632ea1
Prepare 2.5.17 release
5 years ago
Eric Kok
0c62e12cea
Fix #479 by setting proper label on checking torrents
5 years ago
Twig N
f92dd04a31
- moved most of remoterss/RemoteRssActivity code into RssfeedsActivity
...
- RemoteRssFragment now extends android.support.v4.app.Fragment
- removed swipeRefreshLayout
5 years ago
Eric Kok
b80430a6ff
More qBittorrent API version change fixes cf #516
5 years ago
Eric Kok
cf0fcef0b4
Merge pull request #523 from H3mul/new-api-support
...
New api support
5 years ago
Twig N
436b307a23
- added tabs for local rss feeds
...
- changed the way rss feeds refreshes a bit (RssfeedsFragment calls refresh during onResume() rather than activity)
- RssfeedsFragment and RssitemsFragment now extends android.support.v4.app.Fragment
- (WIP) it's gonna crash because tab2 currently returns null
5 years ago
Phillip Dykman
7120a11540
Remove debug messages
5 years ago
Phillip Dykman
c48ccf97ef
Fix recheck command for v2
5 years ago
Phillip Dykman
21abb678f5
Parse api version to int same as app version (2.3.0 => 20300)
5 years ago
Phillip Dykman
8371b39cdf
Remove unnecessary http methods
5 years ago
Phillip Dykman
2cb1b09858
Replace return code int flag with DaemonException for 403 detection
5 years ago
Phillip Dykman
5cf18931e1
Untangle try-catch blocks for version checking
5 years ago
Firdaus Ahmad
d1facac2c1
Fixed resume and pause in qBittorrent
5 years ago
Firdaus Ahmad
548e866d20
Support new API
5 years ago
Eric Kok
dd067354c5
Merge pull request #517 from H3mul/piece-progress-view
...
Piece progress view
5 years ago
Eric Kok
79defa87d7
Merge pull request #515 from H3mul/add-qbittorrent-features
...
Add qbittorrent features
5 years ago
Phillip Dykman
c50dee31ea
Fix parsing bug - seq_dl and f_l_piece_prio can be missing if the
...
torrent is new and hasn't downloaded metadata yet
5 years ago
Phillip Dykman
d9594260d3
Remove duplicates from previous commit
5 years ago
Phillip Dykman
db2892981b
Full pieces view graphic
5 years ago
Phillip Dykman
02ab41cffc
Simple text mockup of pieces map
5 years ago
Phillip Dykman
dd6b427777
Fix minor typo
5 years ago
Phillip Dykman
f9de3b095c
Make result strings be result dynamic
5 years ago
Phillip Dykman
38943bf7f0
Russian localization
5 years ago
Phillip Dykman
1fbb3dcea9
Adjust strings
5 years ago
Phillip Dykman
80e388a560
Make the successfull task snackbar duration a bit shorter (about 2s
...
shorter). Helpful for two consecutive setting inputs, as you dont have
to wait.
5 years ago