Twig N
22ebcadaab
fixed missing navigation labels after returning to TorrentsActivity
5 years ago
Twig N
d74d74391a
isResumed() was always returning false upon activity resume, so torrent updates from details activity were not being applied
5 years ago
Pierre-Luc Paour
83844ca209
Fix build errors due to AndroidAnnotations
...
On Android Studio 3.6.1, AA was not finding the manifest file. This small change helped, coupled with #530 .
5 years ago
Twig N
320c5d9935
- fixed dialogs from applying the wrong theme when autoDarkTheme is on
5 years ago
Twig N
f109a49a6d
- removed darktheme_check_box from widget config
...
- removed widget_usedarktheme string
5 years ago
Twig N
8c131002fe
- removed unused TransdroidTheme themes in values-v21/styles.xml
5 years ago
Twig N
e1caa2a4f8
- fixed up RemoteRssActivity after rebase
5 years ago
Twig N
784c936619
- fixed inconsistent tabs to space
5 years ago
Twig N
5582731775
- fixed widget toolbar text colour
5 years ago
Twig N
e37d1ebf8e
- fixed transdroid_text_actionbar colour (always white is fine)
5 years ago
Twig N
ee2037cece
- fixed missing import
5 years ago
Twig N
e649122fbe
(WIP)
...
- fixed drawables
5 years ago
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
Twig N
3da0c25b19
- show unlabelled torrents at the top of filter list
5 years ago
Eric Kok
3be3d65481
Prepare 2.5.17 release
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
Eric Kok
b80430a6ff
More qBittorrent API version change fixes cf #516
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
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
Phillip Dykman
99c419950e
Only show download mode options for active torrents
5 years ago
Phillip Dykman
cd99cbb159
Add sequential download and first+last piece prioratization download
...
modes, implemented for qbittorrent
5 years ago
Brian Witt
e454a07f21
add two missing support checks for Deluge2Rpc
5 years ago
Eric Kok
1bcbf08fe6
Preparing a 2.5.16 release
5 years ago
Eric Kok
9100b7bea6
Organise imports
5 years ago
Eric Kok
f75afeca4a
Reverse preemptive auth added for #105 as it breaks reverse proxies with digest, see #499
5 years ago
Adam Peck
da00a7c958
Add support for Deluge V2 RPC.
...
Fixes #502 .
Unfortunatley there is no good way to detect the version, so added another choice.
5 years ago
Eric Kok
64ea59698e
Updated changelog
6 years ago
Eric Kok
d1a4a7060e
Fixes #496 with missing sort order names in widget config
6 years ago
Eric Kok
a0995a73a3
Don't crash when incorrectly appending the port number to an rTorrent IP/hostname configuration. Fixes #480
6 years ago