From 1a93058426c97b8f6e187490fcc2ddba3ba3653e Mon Sep 17 00:00:00 2001 From: Andreas E Date: Fri, 2 Oct 2020 14:54:06 +0200 Subject: [PATCH] Update reader settings (#375) --- src/help/guides/reader-settings.md | 142 ++++++++++++++++++----------- 1 file changed, 87 insertions(+), 55 deletions(-) diff --git a/src/help/guides/reader-settings.md b/src/help/guides/reader-settings.md index f5076199..cdc3cebf 100644 --- a/src/help/guides/reader-settings.md +++ b/src/help/guides/reader-settings.md @@ -7,7 +7,7 @@ lang: en-US # Reader settings This section relates to the reading experience in the app and navigating the reader. -## Default viewer +## Default reading mode This setting sets the reader's default direction when you open a manga. **Left to right** @@ -26,6 +26,69 @@ This setting sets the reader's default direction when you open a manga. You can change viewer for different series by going to the series, opening a chapter, tapping the middle of the screen, pressing the gear icon, and selecting a different viewer in **Viewer for this series**. ::: +## Double tap animation speed +Double tap animation speed changes the speed in which the zoom happens when double tapping. + +## Show reading mode +Briefly show current mode when reader is opened + +## 32-bit color +This setting decodes images in `ARGB888` format to allow the reader to display more colors. + +::: c-warning +This setting will only show up on smartphones running **Android 8.0** or higher. +::: + +## Animate page transitions +This setting applies a smooth transition when tapping to change page. + +## Rotation +This allows you to control how the screen is going to be oriented. + +- **Free** lets you rotate the screen between portrait and landscape. +- **Lock** will lock the orientation to whatever orientation you had before entering the reader. +- **Force Portrait** forces the reader to be in portrait. +- **Force Landscape** forces the reader to be in landscape. + +## Background color +This allows you to control what color the background should be in reader. Background color can either be **Black** or +**White**. + + + +
+ +

Black

+

Surrounds page with black. With an AMOLED screen you can save battery by using this.

+
+
+ +
+ +

White

+

Surrounds page with white. Makes pages seemless with the screen.

+
+
+
+ +## Fullscreen +This setting specifies if the notification and navigation bar are to be hidden while in the reader. + +## Show content in cutout area +Lets reader use all screen space even that around punch hole camera and camera notch + +## Keep screen on +This setting determines if the device should be allowed to go to sleep while reading a manga. + +## Show page number +This settings shows the page number at the bottom of the page in current page/total page format. + +## Skip chapters marked read +This setting allows the chapters marked as read to be skipped during reading. This setting can be useful if a series has multiple scanlation groups and you want to hide one's chapters during reading. + +## Skip filtered chapters +This setting allows filtered chapters to be skipped during reading. + ## Scale type Scale type lets you choose how the page fits in your screen. @@ -111,60 +174,6 @@ All examples are illustrations -## Rotation -This allows you to control how the screen is going to be oriented. - -- **Free** lets you rotate the screen between portrait and landscape. -- **Lock** will lock the orientation to whatever orientation you had before entering the reader. -- **Force Portrait** forces the reader to be in portrait. -- **Force Landscape** forces the reader to be in landscape. - -## Background color -This allows you to control what color the background should be in reader. Background color can either be **Black** or -**White**. - - - -
- -

Black

-

Surrounds page with black. With an AMOLED screen you can save battery by using this.

-
-
- -
- -

White

-

Surrounds page with white. Makes pages seemless with the screen.

-
-
-
- -## Double tap animation speed -Double tap animation speed changes the speed in which the zoom happens when double tapping. - -## Skip chapters marked read -This setting allows the chapters marked as read to be skipped during reading. This setting can be useful if a series has multiple scanlation groups and you want to hide one's chapters during reading. - -## Fullscreen -This setting specifies if the notification and navigation bar are to be hidden while in the reader. - -## Keep screen on -This setting determines if the device should be allowed to go to sleep while reading a manga. - -## Show page number -This settings shows the page number at the bottom of the page in current page/total page format. - -## 32-bit color -This setting decodes images in `ARGB888` format to allow the reader to display more colors. - -::: c-warning -This setting will only show up on smartphones running **Android 8.0** or higher. -::: - -## Page transitions -This setting applies a smooth transition when tapping to change page. - ## Crop borders Tries to remove excess white borders @@ -183,9 +192,32 @@ Tries to remove excess white borders +## Side padding +Adds a percentage side padding to the sides of the page + ## Tapping This setting enables switching pages by tapping the sides of the screen. +## Invert Tapping +Inverts the tapping position depending on which setting you choose. + +**None** +- Tapping left goes to the next page, and tapping right goes to the previous page +- Tapping bottom goes to the next page, and tapping top goes to the previous page + +**Horizontal** +- Tapping left goes to the previous page, and tapping right goes to the next page + +**Vertical** +- Tapping bottom goes to the previous page, and tapping top goes to the next page + +**Both** +- Applies the two previous mentioned settings + +::: c-warning +This setting can only be used when Tapping is enabled. +::: + ## Long tap dialog If enabled, you can long tap on the screen to get the options to set the current page as cover, share it, or save it.