Releases: null2264/yokai
Yōkai v1.8.1.1
Hotfix for v1.8.1, this is just what I get for trying to code late at night :)
Fixes
- Fixed crashes when user try to edit an entry
Checksums
Variant | SHA-256 |
---|---|
Universal | 95dc516e00953bbec45d747e9c6d3b1195e929ad2dfe7caf1b91148f59fb32fe |
arm64-v8a | 37a96989d72b7feda767c78a3547bde68d393ad9701ee83f3a645d275ab6cdc1 |
armeabi-v7a | f9f084b59b13d775e06c7bd1f0c4b6c64a63c4ce200b8d57cf45420449866d78 |
x86 | d122364a6249055e4b0ee2983dfdb3dd1cb9ee9ea17e6a763d746eaebe3ec5d9 |
x86_64 | 68af0fdae9c787af18ddcb4c2c796f614e73b3e6e93913ccf6eef916ec86b97d |
Tip
If you are unsure which version to download then go with yokai-v1.8.1.1.apk
Yōkai Nightly (r5097)
Caution
This alpha version is for testing only!
Nightly releases is moved to null2264/yokai-nightly repo.
It is not ready for daily use and we do not guarantee its usability. Please download the latest stable releases instead (https://github.com/null2264/yokai/releases/latest)
Additions
- Added a couple new tags to set entry as SFW (
sfw
andnon-erotic
)
Checksums
Variant | SHA-256 |
---|---|
Universal | 89a05a201f620fa2e8964d50cc8f0c65676cd8b3903a36328e606f2b77a65216 |
arm64-v8a | 12c64bfbf78c9b8b95e2c12806309c74b652b06a005ba6aeeb84fcf3ca8b2969 |
armeabi-v7a | 3b091a96365edf19ee144297d6bce397404384f45775f7eb17325b0719139e2c |
x86 | ae645c93359f38085cbdd63e826428c10a34324c18443755c8e05623cf5c6797 |
x86_64 | 5935f583faca796554d593440389ab47ade23ccd7e3cf4794671ccdcf8d60b76 |
Tip
If you are unsure which version to download then go with yokai-r5097.apk
Yōkai v1.8.1
Additions
- (Experimental) Option to append chapter ID to download filename to avoid conflict
Changes
- Changed notification icon to use Yōkai's logo instead
- Yōkai is now ComicInfo compliant. Click here to learn more
- Removed "Couldn't split downloaded image" notification to reduce confusion. It has nothing to do with unsuccessful split, it just think it shouldn't split the image
Fixes
- Fixed not being able to open different chapter when a chapter is already opened
- Fixed not being able to read chapters from local source
- Fixed local source can't detect archives
Other
- Wrap SplashState to singleton factory, might fix issue where splash screen shown multiple times
- Use Okio instead of
java.io
, should improve reader stability (especially long strip)
Checksums
Variant | SHA-256 |
---|---|
Universal | 166dcdb7a09c804fc8965787a4ddbc7798bea4e7861cf878bda4a893ad7188da |
arm64-v8a | 85032734974c6996f7966635e181acb80969240716abfc73d1f846d6ab46a29a |
armeabi-v7a | 41d7f8e26b0ea6b2ee235da453bcfaf832965f2bedebe82660657e8205a69d40 |
x86 | ef2a6e8a2e5cc275f2a1d1d5338170130f240df8be52c45fb4c62fca557502bc |
x86_64 | 648fc3c936baf1c3de4d4d92be31a68101268f43923675d54273ec695740ab0d |
Tip
If you are unsure which version to download then go with yokai-v1.8.1.apk
Yōkai v1.8.0.2
Hotfix for Android 11+ bros
Fixes
- Fixed app crashes when backup directory is null
- Fixed app asking for All Files access permission when it's no longer needed
Checksums
Variant | SHA-256 |
---|---|
Universal | 72c9326be944bc91e5919c2fb17e152d1e7498b0822970958993f2d9b7158d04 |
arm64-v8a | d35228312b46662ed1c7309e860eac17e8b20f77ec4bcb307a554a06459ad6ed |
armeabi-v7a | 949a96d5372ecd7703e6bfd2841b446222d9803703a38dec258ecfe8d982169b |
x86 | d221fdce2b9a1ecb40c5ee53b2e943c56845f013514cd91e42012e67de2cf8f8 |
x86_64 | 4d5e50b5be6b13603628d2dde0806005f28fc95834a23f8188b06411a0e4f52e |
Tip
If you are unsure which version to download then go with yokai-v1.8.0.2.apk
Yōkai v1.8.0.1
Hotfix for 1.8.0
Additions
- Added CrashScreen
Fixes
- Fixed version checker for nightly against hotfix patch version
- Fixed download cache causes the app to crash
Changelog for 1.8.0:
Additions
- Added cutout support for some pre-Android P devices
- Added option to add custom colour profile
- Added onboarding screen
Changes
- Permanently enable 32-bit colour mode
- Unified Storage™ (Click here to learn more about it)
Fixes
- Fixed cutout behaviour for Android P
- Fixed some extensions doesn't detect "added to library" entries properly (GH-40)
- Fixed nightly and debug variant doesn't include their respective prefix on their app name
- Fixed nightly version checker
Other
- Update dependency com.github.tachiyomiorg:image-decoder to e08e9be535
- Update dependency com.github.null2264:subsampling-scale-image-view to 338caedb5f
- Added Unit Test for version checker
- Use Coil pipeline instead of SSIV for image decode whenever possible, might improve webtoon performance
- Migrated from Coil2 to Coil3
- Update compose compiler to v1.5.14
- Update dependency androidx.compose.animation:animation to v1.6.7
- Update dependency androidx.compose.foundation:foundation to v1.6.7
- Update dependency androidx.compose.material:material to v1.6.7
- Update dependency androidx.compose.ui:ui to v1.6.7
- Update dependency androidx.compose.ui:ui-tooling to v1.6.7
- Update dependency androidx.compose.ui:ui-tooling-preview to v1.6.7
- Update dependency androidx.compose.material:material-icons-extended to v1.6.7
- Update dependency androidx.lifecycle:lifecycle-viewmodel-compose to v2.8.0
- Update dependency androidx.activity:activity-ktx to v1.9.0
- Update dependency androidx.activity:activity-compose to v1.9.0
- Update dependency androidx.annotation:annotation to v1.8.0
- Update dependency androidx.browser:browser to v1.8.0
- Update dependency androidx.core:core-ktx to v1.13.1
- Update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.8.0
- Update dependency androidx.lifecycle:lifecycle-livedata-ktx to v2.8.0
- Update dependency androidx.lifecycle:lifecycle-common to v2.8.0
- Update dependency androidx.lifecycle:lifecycle-process to v2.8.0
- Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.0
- Update dependency androidx.recyclerview:recyclerview to v1.3.2
- Update dependency androidx.sqlite:sqlite to v2.4.0
- Update dependency androidx.webkit:webkit to v1.11.0
- Update dependency androidx.work:work-runtime-ktx to v2.9.0
- Update dependency androidx.window:window to v1.2.0
- Update dependency com.google.firebase:firebase-crashlytics-gradle to v3.0.1
- Update dependency com.google.gms:google-services to v4.4.1
- Update dependency com.google.android.material:material to v1.12.0
- Update dependency com.squareup.okio:okio to v3.8.0
- Update dependency com.google.firebase:firebase-bom to v33.0.0
- Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.24
- Update dependency org.jetbrains.kotlin:kotlin-serialization to v1.9.24
- Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.2
- Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json-okio to v1.6.2
- Update dependency org.jetbrains.kotlinx:kotlinx-serialization-protobuf to v1.6.2
- Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-android to v1.8.0
- Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.8.0
- Resolved some compile warnings
- Update dependency com.github.tachiyomiorg:unifile to 7c257e1c64
Checksums
Variant | SHA-256 |
---|---|
Universal | 68bd5ccdfe311c81828cc0a848c320bf0eea93cbb939bc3d47b32bca96a0e8f6 |
arm64-v8a | e7d50af6a9a0d0902b776f3996cd1c53ac1ade3ca9e6cb6a96a7cdeba957bb64 |
armeabi-v7a | 80ef0c08ebc9e1e4fe7b1c651893356504629fa86c13a63f03cc1c361ee80554 |
x86 | cbd5f8a5deca46732523f24e76d371329dcf6a7f5cedc2cf320b9dcf5fba73b7 |
x86_64 | fc1c3f5a6859edbf0deca291ef696f217555ab88733348232827403f10d5f73d |
Tip
If you are unsure which version to download then go with yokai-v1.8.0.1.apk
Yōkai v1.8.0
This update introduced Tachiyomi 0.15.0's Unified Storage™, don't say I didn't warn you :)
Additions
- Added cutout support for some pre-Android P devices
- Added option to add custom colour profile
- Added onboarding screen
Changes
- Permanently enable 32-bit colour mode
- Unified Storage™ (Click here to learn more about it)
Fixes
- Fixed cutout behaviour for Android P
- Fixed some extensions doesn't detect "added to library" entries properly (GH-40)
- Fixed nightly and debug variant doesn't include their respective prefix on their app name
- Fixed nightly version checker
Other
- Update dependency com.github.tachiyomiorg:image-decoder to e08e9be535
- Update dependency com.github.null2264:subsampling-scale-image-view to 338caedb5f
- Added Unit Test for version checker
- Use Coil pipeline instead of SSIV for image decode whenever possible, might improve webtoon performance
- Migrated from Coil2 to Coil3
- Update compose compiler to v1.5.14
- Update dependency androidx.compose.animation:animation to v1.6.7
- Update dependency androidx.compose.foundation:foundation to v1.6.7
- Update dependency androidx.compose.material:material to v1.6.7
- Update dependency androidx.compose.ui:ui to v1.6.7
- Update dependency androidx.compose.ui:ui-tooling to v1.6.7
- Update dependency androidx.compose.ui:ui-tooling-preview to v1.6.7
- Update dependency androidx.compose.material:material-icons-extended to v1.6.7
- Update dependency androidx.lifecycle:lifecycle-viewmodel-compose to v2.8.0
- Update dependency androidx.activity:activity-ktx to v1.9.0
- Update dependency androidx.activity:activity-compose to v1.9.0
- Update dependency androidx.annotation:annotation to v1.8.0
- Update dependency androidx.browser:browser to v1.8.0
- Update dependency androidx.core:core-ktx to v1.13.1
- Update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.8.0
- Update dependency androidx.lifecycle:lifecycle-livedata-ktx to v2.8.0
- Update dependency androidx.lifecycle:lifecycle-common to v2.8.0
- Update dependency androidx.lifecycle:lifecycle-process to v2.8.0
- Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.0
- Update dependency androidx.recyclerview:recyclerview to v1.3.2
- Update dependency androidx.sqlite:sqlite to v2.4.0
- Update dependency androidx.webkit:webkit to v1.11.0
- Update dependency androidx.work:work-runtime-ktx to v2.9.0
- Update dependency androidx.window:window to v1.2.0
- Update dependency com.google.firebase:firebase-crashlytics-gradle to v3.0.1
- Update dependency com.google.gms:google-services to v4.4.1
- Update dependency com.google.android.material:material to v1.12.0
- Update dependency com.squareup.okio:okio to v3.8.0
- Update dependency com.google.firebase:firebase-bom to v33.0.0
- Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.24
- Update dependency org.jetbrains.kotlin:kotlin-serialization to v1.9.24
- Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.2
- Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json-okio to v1.6.2
- Update dependency org.jetbrains.kotlinx:kotlinx-serialization-protobuf to v1.6.2
- Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-android to v1.8.0
- Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.8.0
- Resolved some compile warnings
- Update dependency com.github.tachiyomiorg:unifile to 7c257e1c64
Checksums
Variant | SHA-256 |
---|---|
Universal | 9ff07ef0046e32f59fef8f4cf1838214df6245626d105783552d1e8f6759588c |
arm64-v8a | 934cb5fe4b38af854639f3d77cd7302921184b4778494f055de270b35562ce06 |
armeabi-v7a | 97bd7b6e8bab3bb4287cae2bf07ae18f9a45c90154eae0c5ccf12b9c434fafbc |
x86 | 2efcdd6125ac540cb01a1ee5c2b6e4efc2babc8307197f03bb43ea78c0527f1f |
x86_64 | e9f9114918d210836a42614d5f28c53fb2ef505406c35c68208d37da9d04eb78 |
Tip
If you are unsure which version to download then go with yokai-v1.8.0.apk
Yōkai v1.7.14
Hotfix for 1.7.13, I messed up cutout support there.
Changes
- Added splash to reader (in case it being opened from shortcut)
- Increased long strip split height
- Use normalized app name by default as folder name
Fixes
- Fixed cutout support being broken
Other
- Move AppState from DI to Application class to reduce race condition
Checksums
Variant | SHA-256 |
---|---|
Universal | b543a73a326c43269cfeefba808bde79d49b95cb6f2499c99b1ccbec101c6904 |
arm64-v8a | 1f6bd4b2c51b4941daec525f1fce1e560c9dcd93c59cfb710438e6b57e7d1546 |
armeabi-v7a | 8244e69ac39be84eed8962340eaac8202d2ccc9ad4b9492d5c8835b910a7d150 |
x86 | 46415931a3d82871a5d71f3c4326889cc0f8af5030fb976150ae8164437323bb |
x86_64 | 5dbb046973c26c04f2592f330717c97598e2f1864a22275bf448a3ff621861e8 |
Tip
If you are unsure which version to download then go with yokai-v1.7.14.apk
Yōkai v1.7.13
Since there's a lot of new people coming over, I'll repeat my statement a few releases ago, if you think this is the "successor" of J2K, please consider migrating back to (or staying on) J2K as this fork will start diverting back to how I imagine it, you're free to use my fork but I'm just gonna clarify that this fork is NOT a successor of J2K
Also, just a heads-up, next update (hopefully 1.8.0 if there's no critical bug) will introduce Tachiyomi 0.15.0's storage system, so if you don't like that changes, it's your chance to go back to J2K :)
Additions
- Ported Tachi's cutout option
- Added Doki theme (dark only)
Changes
- Repositioned cutout options in settings
- Splash icon now uses coloured variant of the icon
- Removed deep link for sources, this should be handled by extensions
- Removed braces from nightly (and debug) app name
Fixes
- Fixed preference summary not updating after being changed once
- Fixed legacy appbar is visible on compose when being launched from deeplink
- Fixed some app icon not generated properly
- Fixed splash icon doesn't fit properly on Android 12+
Other
- Migrate to using Android 12's SplashScreen API
- Clean up unused variables from ExtensionInstaller
Checksums
Variant | SHA-256 |
---|---|
Universal | bedd8cf57aa2c8281fe73a7a04966cdf0513f922ebcc45a0f28d577e612046df |
arm64-v8a | 0ae8201b6621c6a01c8e9e1214a0153e3ea6ae3f0b536fa4971177f49c61ed4d |
armeabi-v7a | b66c90e2d173fb2e463d82c639e917f4ad4d8c831f6b1afd4e12c55dcca376ff |
x86 | 26a93efd03ca6b2978bb651fc6b53b4949dcd8214787180f870ae630758cd656 |
x86_64 | c035a4c3b494dde4b7b5ad018d0556ac7d3188d405f457e2330a9f43ba7a13cc |
Tip
If you are unsure which version to download then go with yokai-v1.7.13.apk
Yōkai v1.7.12
Since there's a lot of new people coming over, I'll repeat my statement a few releases ago, if you think this is the "successor" of J2K, please consider migrating back to (or staying on) J2K as this fork will start diverting back to how I imagine it, you're free to use my fork but I'm just gonna clarify that this fork is NOT a successor of J2K
Additions
- Scanlator filter is now being backed up (@jobobby04)
Fixes
- Fixed error handling for MAL tracking (@AntsyLich)
- Fixed extension installer preference incompatibility with modern Tachi
Other
- Split PreferencesHelper even more
- Simplify extension install issue fix (@AwkwardPeak7)
- Update dependency com.github.tachiyomiorg:image-decoder to fbd6601290
- Replace dependency com.github.jays2kings:subsampling-scale-image-view with com.github.null2264:subsampling-scale-image-view
- Update dependency com.github.null2264:subsampling-scale-image-view to e3cffd59c5
Checksums
Variant | SHA-256 |
---|---|
Universal | ae18c36d0d0f44a47c9f724c16d9e71f2c2a287a14b9fcd1b8f8819c0e96820e |
arm64-v8a | 3b0a0b7269768e655d40507ff619f002a1099ada585319753adaf022b93556b5 |
armeabi-v7a | dcfdfe9058705e34967b91c7f43c703a2a998d07c0b8ff097c83be3f8d0a1469 |
x86 | c267154da1f68379fdc301f3887c9ef66d9281a7697f918e5b144f3f3cca597e |
x86_64 | 628edf4dccefb963a9c110af92e05615be719f4cc6fd7705d050759d21be18c4 |
Tip
If you are unsure which version to download then go with yokai-v1.7.12.apk
Yōkai v1.7.11
Fixes
- Fixed MAL tracker issue (@AntsyLich)
- Fixed trusting extension caused it to appear twice
Other
- Change Shikimori client from Tachi's to Yōkai's
- Move TrackPreferences to PreferenceModule
Checksums
Variant | SHA-256 |
---|---|
Universal | c17309874f36b244a9a5312245f66ad5da82fa3312e46238d2dd0b4ba21380b4 |
arm64-v8a | 714e669d0c4474afe937f2df9b4a933f4ff573b491dd03423e196cf9106ac483 |
armeabi-v7a | 0c85a15738e9f8b126556422070411ba043b4767dee2921714d00e0b832f108d |
x86 | 5cf314677c7d81094201b37926fc6a849d5598812c19a15116ba6d5c522ce367 |
x86_64 | ff2e416d533b426383d02aebb50e31f13d76195b5e99af250ef1f6b76213846c |
Tip
If you are unsure which version to download then go with yokai-v1.7.11.apk