Reword Dev to Preview (#142)

This commit is contained in:
Soitora 2020-04-24 21:45:13 +02:00 committed by GitHub
parent 303b12a68d
commit 432065e378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 23 additions and 23 deletions

View File

@ -3,8 +3,8 @@
<button class="downloadStableButton" @click="downloadStable">
Stable
</button>
<button class="downloadDevButton" @click="downloadDev">
Dev
<button class="downloadPreviewButton" @click="downloadPreview">
Preview
</button>
</div>
</template>
@ -64,10 +64,10 @@ export default {
"Stable download - Getting Started"
);
},
downloadDev() {
downloadPreview() {
this.$swal({
title: "Downloading",
text: "Dev version is being downloaded.",
text: "Preview version is being downloaded.",
icon: "success",
focusConfirm: false,
focusCancel: false,
@ -103,7 +103,7 @@ export default {
text-align center
margin 0.3125rem
.downloadStableButton
.downloadDevButton
.downloadPreviewButton
border-style none
padding 0.625 2em
margin 0.3125rem
@ -122,6 +122,6 @@ export default {
background-image linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
.downloadStableButton
background-color $accentColor
.downloadDevButton
.downloadPreviewButton
background-color $accentColorSecondary
</style>

View File

@ -147,7 +147,7 @@ font-feature-settings()
user-select none
.download-actions
.download-stable-button
.download-dev-button
.download-preview-button
.download-confirm-button
border-bottom-width 0
border-radius $buttonBorderRadius
@ -158,7 +158,7 @@ font-feature-settings()
&:focus
outline none
outline-style solid
.download-dev-button
.download-preview-button
background-color $accentColorSecondary
.download-title
border-bottom-width 0

View File

@ -85,14 +85,14 @@ export default {
text: "Select which version to use",
confirmButtonText: "Stable",
confirmButtonAriaLabel: "Stable",
cancelButtonText: "Dev",
cancelButtonAriaLabel: "Dev",
cancelButtonText: "Preview",
cancelButtonAriaLabel: "Preview",
showCloseButton: true,
showCancelButton: true,
focusConfirm: false,
customClass: {
actions: "download-actions",
cancelButton: "download-dev-button",
cancelButton: "download-preview-button",
closeButton: "download-close-button",
confirmButton: "download-stable-button",
container: "download-container",
@ -143,7 +143,7 @@ export default {
} else if (result.dismiss === "cancel") {
this.$swal({
title: "Downloading",
text: "Development version is being downloaded.",
text: "Preview version is being downloaded.",
icon: "success",
focusConfirm: false,
focusCancel: false,

View File

@ -24,7 +24,7 @@ This fork adds certain enhancements that is not yet present in the base app.
Maintained by [az4521](https://github.com/az4521) and [Syer10](https://github.com/jobobby04)
:::
TachiyomiAZ is a fork based off of **TachiyomiEH**, it has most features and fixes from Dev, as well as features from J2k. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style
TachiyomiAZ is a fork based off of **TachiyomiEH**, it has most features and fixes from Preview, as well as features from J2k. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style
## <img class="headerLogo" :src="$withBase('/assets/media/fork-EH-icon.png')"> [TachiyomiEH](/forks/TachiyomiEH) <Badge text="Deprecated" type="error" vertical="middle" />
::: aside-guide

View File

@ -11,7 +11,7 @@ sidebar: false
## Introduction
**TachiyomiAZ** is maintained by **[az4521](https://github.com/az4521)** and [Syer10](https://github.com/jobobby04).
This fork is based off of **[TachiyomiEH](/forks/TachiyomiEH)**, it has most features and fixes from Dev, as well as features from J2k. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style.
This fork is based off of **[TachiyomiEH](/forks/TachiyomiEH)**, it has most features and fixes from Preview, as well as features from J2k. It has decided to keep the hamburger menu style of navigation, compared to the other forks that are moving to the new bottom navigation style.
## Features
**Special Sources** (integrated plus added features)

View File

@ -81,7 +81,7 @@ If you don't see a **Tachiyomi** folder on your device, try downloading a chapte
## Application Updates
### How do I enable automatic updates?
The **Tachiyomi** app now has in-app updating for both stable and development versions. It happens automatically in the background if you got **[Check for updates](/help/guides/about/#check-for-updates)** enabled.
The **Tachiyomi** app now has in-app updating for both stable and preview versions. It happens automatically in the background if you got **[Check for updates](/help/guides/about/#check-for-updates)** enabled.
::: guide
If you go to **[<MaterialIcon icon-name="settings"/> Settings](/help/guides/settings)** → **[<MaterialIcon icon-name="help"/> About](/help/guides/about)** you will find the **[Check for updates](/help/guides/about/#check-for-updates)** toggle, you can also press **[Version](/help/guides/about/#version)** to force check for updates.
:::
@ -99,7 +99,7 @@ Read more [here](/help/guides/general/#language)
## Miscellaneous
### What happened to the F-Droid version?
F-Droid is no longer an officially supported option. Both the stable and dev builds now include an autoupdate mechanism.
F-Droid is no longer an officially supported option. Both the stable and preview builds now include an auto-update mechanism.
An unofficial F-Droid repo is available at [tachi.efreakbnc.net](https://tachi.efreakbnc.net).

View File

@ -52,7 +52,7 @@ This setting allows you to keep manga that sources have mark as finished from up
## Categories to include in global update <Badge text="All" type="default-indicator" vertical="middle"/>
This setting allows you to change which categories are updated when a manual (pull down in library) or automatic update occurs.
## Library update order <Badge text="Alphabetically" type="default-indicator" vertical="middle"/> <Badge text="Dev" type="version-indicator" vertical="middle"/>
## Library update order <Badge text="Alphabetically" type="default-indicator" vertical="middle"/>
This setting allows you to update in different orders, in alphabetical or in the order of the last updated manga.
## Default category <Badge text="Always ask" type="default-indicator" vertical="middle"/>

View File

@ -11,7 +11,7 @@ lang: en-US
You can download the latest version of **Tachiyomi** from any of the above buttons.
If you want to try new features before they get to the stable release, you can download the dev version.
If you want to try new features before they get to the stable release, you can download the preview version.
Open and install the `.apk` file you just downloaded.

View File

@ -82,11 +82,11 @@ Tachiyomi requires a specific folder structure for local manga to be correctly p
Tachiyomi will see four chapters in a single manga.
The path to the folder with images must contain both the manga title and the chapter name (as seen above).
The path to the folder with images must contain both the manga title and the chapter name (as seen above).
## Archive Files
Archive files such as `ZIP`/`CBZ` are supported but the folder structure inside is not. Any folders inside the archive file are ignored. You must place the archive inside the `Manga` folder where the name will become the `Chapter` title. All images inside the archive regardless of folder structure will become pages for that chapter.
Archive files such as `ZIP`/`CBZ` are supported but the folder structure inside is not. Any folders inside the archive file are ignored. You must place the archive inside the `Manga` folder where the name will become the `Chapter` title. All images inside the archive regardless of folder structure will become pages for that chapter.
::: tip ZIP EXAMPLE
<ul class="file-tree">
@ -125,9 +125,9 @@ Archive files such as `ZIP`/`CBZ` are supported but the folder structure inside
## Advanced
### Local Manga Details
Starting with development version `r1628` and above, it is now possible to add details to local manga. Like manga from other catalogs, you add information about the manga such as the author, artist, description, and genre tags.
Starting with preview version `r1628` and above, it is now possible to add details to local manga. Like manga from other catalogs, you add information about the manga such as the author, artist, description, and genre tags.
To import details along with your local manga, you have to create a file called `details.json` and place it within the manga folder. This file will contain the extended details about the manga in the `json` format. You can see the example below on how to build the file. Once the file is there, the app should load the data when you first open the manga or you can pull down to refresh the details.
To import details along with your local manga, you have to create a file called `details.json` and place it within the manga folder. This file will contain the extended details about the manga in the `json` format. You can see the example below on how to build the file. Once the file is there, the app should load the data when you first open the manga or you can pull down to refresh the details.
You can copy the following example and edit the details as needed:
``` json

View File

@ -23,7 +23,7 @@ lang: en-US
1. Ask other users to try the action that gives you the error.
::: tip Bonus step
Try the latest dev version, your issue may have been fixed. Also check versions of your extensions.
Try the latest preview version, your issue may have been fixed. Also check versions of your extensions.
:::
If any of these help go to [it only happens to me](#it-only-happens-to-me).