Commit Graph

2068 Commits

Author SHA1 Message Date
Jay
e2410fafb8 Fixing bottom sheets for notched phones
Starting to turn on bottom sheets now
Also general fixes on notched tablets (if those exists, I think they do?)
2020-04-23 03:23:36 -04:00
Jay
1ffe7511f2 More window insets extensions 2020-04-22 23:49:35 -04:00
Jay
b1fa07aedd Fixing imports for before commit 2020-04-22 23:49:12 -04:00
Jay
39aceea9da Using Controller Extensions
Cleanup some unused backup consts/methods
2020-04-22 20:56:11 -04:00
Jay
bd4a839b9e Setting light status bar in light reader themes for android O+ 2020-04-22 20:39:08 -04:00
Jay
204a784895 Added Last Used header to browse, hides if it is a pinned source 2020-04-22 20:33:43 -04:00
Jay
f5cc879a7e Fixing some filter bugs
Fixed not tracked + pressing 2 filters at once
2020-04-22 20:33:17 -04:00
Jay
af3fadd62a Fixed weird changing size of the fab in browse source view
Co-Authored-By: Soitora <simon.mattila@protonmail.com>
2020-04-22 20:32:54 -04:00
Jays2Kings
a0859148e0
Merge pull request #206 from CarlosEsco/minorCodeCleanup
cleaned up some code in the reader sections
2020-04-22 20:24:50 -04:00
CarlosEsco
f6c2558722 run standard xml format on reader files 2020-04-22 13:31:02 -04:00
CarlosEsco
4407d8774a delete scope since unused 2020-04-22 13:21:50 -04:00
CarlosEsco
a029fc950e improve if readability
improve bottom edge readability
2020-04-22 13:20:22 -04:00
CarlosEsco
1d92c4474f no reason for nested if 2020-04-22 13:19:49 -04:00
CarlosEsco
e5d3890ead move windowInset check for bottom into extension 2020-04-22 13:19:36 -04:00
CarlosEsco
f0cf0f4106 pass in the color value for the attribute instead of looking up again 2020-04-22 13:00:19 -04:00
CarlosEsco
c035745b94 add some ContextExtensions to wrap ContextCompat.getDrawable and ContextCompat.getColor 2020-04-22 12:57:03 -04:00
CarlosEsco
ca633b1f95 wrap more if's and else with braces 2020-04-22 12:50:52 -04:00
CarlosEsco
4e44ee3605 wrap if's in {} for readability 2020-04-22 12:47:47 -04:00
CarlosEsco
3240260a91 replace same line if else to when for readability 2020-04-22 12:43:55 -04:00
CarlosEsco
7399c87601 adjust setting reader system ui easier to follow 2020-04-22 12:42:03 -04:00
CarlosEsco
a47704071b add ability to adjust side padding in main reader settings 2020-04-22 11:45:49 -04:00
CarlosEsco
f331b24386 code should hide this button if the dialog was not tracked.
currently it just adds blue action color but always shows
2020-04-22 11:19:34 -04:00
Jay
12dfad2432 Fixed manga details being blank 2020-04-22 01:48:47 -04:00
Jay
aab4e7fe5a Minor refactoring/documentation of manga details controller
It aint much but its something
2020-04-22 01:18:08 -04:00
Jay
efb28e21a7 Removing launchUI from library presenter
Also fixed library not having an alpha when coming to the screen from restoring
2020-04-22 00:27:23 -04:00
Thiago França da Silva
4e54690229 Add an UserAgent Interceptor to Cloudflare Client 2020-04-21 16:51:12 -04:00
arkon
329e8f1988 Migrate to WorkManager 2020-04-21 14:04:37 -04:00
Jay
beeabe17c4 Checking alpha component when check if a color is dark
Because turns out some scanalors leave an uncropped alpha in their pages
2020-04-20 01:48:31 -04:00
Jay
a2e7b48501 Fixes to collasped category showing items + fixed single categoery named as Library 2020-04-20 01:08:19 -04:00
Jay
2fa1c71fbd More attr cleanup 2020-04-19 20:46:53 -04:00
Jay
776e75cb6c Swiping up on bottom nav with an expanded filter sheet now opens display options 2020-04-19 18:37:38 -04:00
arkon
b08a5d6596 Remove manga homescreen shortcuts 2020-04-19 18:26:54 -04:00
Jay
b53d571a1c Add option to hide start reading button 2020-04-19 18:22:12 -04:00
Jay
b38b74d95d Using appbar for reader, removing tablayout in main activity xml
and a pill in the reader chapters sheet
2020-04-19 17:57:35 -04:00
Jay
732b7c3414 Update dividers 2020-04-19 17:41:50 -04:00
Jay
541b026fa8 Fixed restored but errored manga ending up in default category 2020-04-19 17:29:28 -04:00
Jay
5b5239c5eb Reader now using app theme, clean up of unused drawables; attrs; colors 2020-04-19 17:28:59 -04:00
Jay
aef79bafad Converted long press for hide and pin into a swipe and button
respectively
2020-04-19 14:52:22 -04:00
Jay
5871572442 Renaming a bunch of files as Source instead of Catalogue 2020-04-19 04:33:57 -04:00
Jay
83990793a2 Part 1 of updating source controller 2020-04-19 04:17:47 -04:00
Jay
5e56f80709 Added source icon to filter sources 2020-04-19 01:20:56 -04:00
arkon
1373a0d61c Add source pinning (closes #2322) 2020-04-19 00:18:25 -04:00
arkon
849cb4208f Change catalogue hiding dialog to accommodate more options in the future 2020-04-18 23:40:10 -04:00
arkon
5276e25b22 Basic implementation of hiding catalogue by long pressing 2020-04-18 23:31:38 -04:00
morcefaster
0629bf982c Webtoon zoom out (#2892)
* Increased added support for zoom out on webtoons to help with horizontal layout reading

* Renamed var
2020-04-18 23:19:52 -04:00
arkon
08cb46b145 Tweak library icon 2020-04-18 23:17:40 -04:00
Jay
2df67c5691 Bolding current chapter in reader's chapter list 2020-04-18 23:09:27 -04:00
arkon
3438d72232 Fix extension setting dialogs not handling duplicate keys (fixes #2876) 2020-04-18 22:53:39 -04:00
Jay
7ef5e59421 Forcing webtoon mode on manhwa and long strip 2020-04-17 23:23:57 -04:00
Jay
f0cb967f6a Added ability to search manga titles in collasped category 2020-04-17 01:03:57 -04:00