mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 23:51:58 +01:00
Added Android 11 Information section (#635)
* Added why chapters may show up as unread without user interaction * Added Android 11 information section * Stuck it in grammarly * removed tachiyomi.org Co-authored-by: Andreas <andreas.everos@gmail.com> * changed to inline code Co-authored-by: Andreas <andreas.everos@gmail.com>
This commit is contained in:
parent
4c4320a50c
commit
d3caeba6f2
@ -308,3 +308,20 @@ You will have to open the manga entry in WebView and verify your age, as Webtoon
|
||||
|
||||
#### Where are Kissmanga and MangaRock?
|
||||
**KissManga** went under permanently in August 2020. **MangaRock** converted from a piracy app and went legit. They are now called **INKR** but have nowhere near their old library.
|
||||
|
||||
## Android 11
|
||||
|
||||
### What changed in Android 11?
|
||||
In Android 11, Google began forcing users to use [Scoped Storage](https://developer.android.com/about/versions/11/privacy/storage), which was introduced in Android 5.0 Lollipop, but Google only began forcing developers to use it on Android 11. Some OEMs seem to better implement Scoped Storage than others, with some users not running into any issues while users using other phone brands have multitudes of problems.
|
||||
|
||||
### What does it mean for Tachiyomi?
|
||||
The introduction of Scoped Storage means that many storage-related functions that Tachiyomi uses may be much slower due to the inherent slowness of Scoped Storage, as outlined [here](https://www.xda-developers.com/android-q-storage-access-framework-scoped-storage/). These include deleting chapters, library load times, accessing the folders outside the data folders to download to or read from, and more.
|
||||
|
||||
### Is there any way to improve performance?
|
||||
You can try the command below if you know how to use ADB, a guide on installing it is also outlined on the site [here](/help/guides/troubleshooting/#what-are-some-common-errors).
|
||||
```
|
||||
adb shell cmd appops set eu.kanade.tachiyomi android:legacy_storage allow
|
||||
```
|
||||
This command enables general storage access for the app, allowing Tachiyomi to use the old general storage access interface.
|
||||
|
||||
If you are using a Tachiyomi Preview or a fork, replace `eu.kanade.tachiyomi` with the corresponding fork's package name.
|
Loading…
Reference in New Issue
Block a user