arkon
64bdfabbd8
Revert ktlint update, unrevert Gradle and PR build workflow reverts ( #3681 )
2020-08-15 16:44:46 -04:00
arkon
4a136ef2aa
Automatic linting fixes
2020-08-13 09:02:15 -04:00
arkon
dbaac69fad
Add option to prevent deleting bookmarked chapters ( closes #2082 )
2020-08-09 12:18:05 -04:00
arkon
3e6b0117fd
Swallow errors when trying to determine available disk space when downloading ( closes #3603 )
2020-08-09 11:39:18 -04:00
arkon
421dfb4a2d
Allow partially loading extensions with individually marked NSFW sources
2020-08-08 19:06:52 -04:00
arkon
abaca6e676
Option to hide NSFW extensions ( closes #1312 )
2020-08-08 16:27:55 -04:00
arkon
c1dfdeb500
Fix MAL 0/10 scores ( closes #3623 )
2020-08-06 19:14:24 -04:00
arkon
b1fb401f63
Warn before restoring backup if trackers aren't logged in
2020-08-05 22:46:37 -04:00
arkon
4f02872a84
Minor cleanup
2020-08-03 23:03:31 -04:00
arkon
095461e31b
Explicitly dismiss progress notification on downloader stop
2020-08-03 11:15:33 -04:00
arkon
8e8c30c1eb
Move download warnings/errors to separate notification channel
2020-08-02 12:16:51 -04:00
arkon
2ef277bcef
Don't show completed notification if download error notification was shown
2020-08-02 10:53:17 -04:00
arkon
6a5af438dd
Temporarily unrevert crop borders unification ( closes #3487 )
...
Reverts 1920568057
2020-07-31 14:59:34 -04:00
arkon
ec56c27071
More core-ktx usages
2020-07-31 10:29:32 -04:00
arkon
eb0e0a1952
Use Kotlin extensions for preference editing
2020-07-30 23:04:50 -04:00
arkon
99710b45d1
Fix download status updates not appearing in chapters list ( fixes #3358 )
2020-07-30 22:22:37 -04:00
arkon
3813743e3d
Split download notifications into progress and complete channels
2020-07-29 21:57:43 -04:00
Jimmy Low
7e73ede47a
[Feature Request] - Download Complete Remidner #3475 ( #3527 )
...
* [Feat] Show a download complete notification channel when all downloads are completed. Auto cancels when onclick and navigate to download screen.
* [Feat] Update the download message string to shorten the length.
2020-07-29 17:31:45 -04:00
arkon
b0106aa420
Fix getting stuck in chapter loop when chapters have identical URLs
2020-07-27 15:59:15 -04:00
arkon
f0a1dcd120
Prevent spamming updates with newly favorited manga
2020-07-26 17:16:00 -04:00
arkon
2dc47352f8
Add operator functions for handling set preferences
2020-07-25 18:07:10 -04:00
arkon
71c6c71081
Lazily find chapter directories
2020-07-25 12:54:17 -04:00
jobobby04
ee01686ae4
Change to J2k style downloads while keeping support for the old ones ( #3513 )
...
* Change to J2k style downloads while keeping support for the old ones
* Tweaks based on comments in the PR
* Add scanlator to download pending deleter chapter data class
* Inline the foreach functions
* Make the rename function do less lookups
* More rename downloaded chapter tweaks
* Downloader conflict fixing
2020-07-25 10:59:33 -04:00
Ken Swenson
76147a9be7
fix: Download on WiFi regardless of metered status ( #3489 )
...
* fix: Download on WiFi regardless of metered status
fixes #3395
* fix: check if not WiFi rather than checking if connection is mobile
2020-07-24 22:25:10 -04:00
arkon
9278ca3f5e
Move chapter filter/sort/display settings into a sheet
2020-07-17 17:01:16 -04:00
arkon
6713a7ae3c
Include source ID if name not found in restore error log ( closes #3018 )
2020-07-16 22:36:01 -04:00
arkon
226ad13061
Include source name in update error log ( closes #3482 )
2020-07-16 22:30:21 -04:00
arkon
4bc2288806
Allow category names with different casing ( fixes #3465 )
2020-07-14 09:04:15 -04:00
arkon
1920568057
Unify crop borders settings
2020-07-10 22:19:08 -04:00
arkon
1813dbbf59
Add ability to sort library by date added ( closes #1287 )
2020-07-10 15:56:06 -04:00
arkon
93960315d9
Prevent downloads when less than 50MB of disk space is available ( closes #1018 )
2020-07-10 12:47:19 -04:00
Jay
73dcc7bcb1
Fix download cache not working for a source name change
2020-07-07 17:29:32 -04:00
arkon
0ef073669a
Update notifier paused state when starting downloads ( fixes #3254 )
2020-07-04 10:27:57 -04:00
arkon
04d83e9a6a
Add option to reverse tapping ( #3360 )
...
* Add option to reverse tapping
* Fix string for preference key
* Invert tapping for Webtoon and Vertical
* Use enum instead of boolean
* Add option to reader sheet
* Hide from reader sheet if tapping disabled and remove hard coded string
* Hide option if tapping disabled
2020-06-25 18:12:12 -04:00
arkon
2cb7624953
Make jumping to manga chapters optional
2020-06-25 18:10:46 -04:00
arkon
3645d19135
Add advanced option for DNS over HTTPS via Cloudflare ( closes #3377 )
2020-06-23 22:42:53 -04:00
arkon
406c5bde11
Open error log on tapping notification body ( closes #3376 )
2020-06-23 22:17:19 -04:00
Andreas E
c8a6a2653f
Use enum instead of boolean
2020-06-23 12:09:10 +02:00
Andreas E
d0f1a33744
Fix string for preference key
2020-06-21 18:50:55 +02:00
Andreas E
c54b8e62d7
Add option to reverse tapping
2020-06-21 16:47:18 +02:00
arkon
eee0bd6cf4
Rename some code from "catalogue" to "source"
2020-06-17 22:18:33 -04:00
arkon
3899938b25
Reading mode snackbar
2020-06-07 11:14:19 -04:00
arkon
9f53109414
Default reading mode to RTL (since this is a manga app...)
2020-05-31 18:44:19 -04:00
arkon
3d43473bf8
Mark isDownloading flag as volatile (maybe fixes #3219 )
2020-05-31 11:42:12 -04:00
arkon
2194c4ba28
Localize "Page list is empty" exception message
2020-05-31 11:26:36 -04:00
arkon
bf5065d16b
Minor cleanup, remove some usages of ArrayList
2020-05-30 23:42:11 -04:00
arkon
759795940b
Use onBackpressureLatest for chapter/page download observables (maybe fixes #3229 )
2020-05-30 18:20:19 -04:00
arkon
8c2b2f99bc
Add option to hide library category tabs
2020-05-28 18:15:24 -04:00
arkon
9a082d4df1
Fix being unable to restore backups if there's no categories
2020-05-25 16:41:53 -04:00
arkon
f430b6f853
Use getEnum for theme preferences too
2020-05-25 15:13:30 -04:00