Skip to content

Releases: null2264/yokai

Yōkai v1.8.5.3

21 Aug 02:09
f7e4353

Choose a tag to compare

Additions

  • Add toggle to enable/disable chapter swipe action(s)
  • Add toggle to enable/disable webtoon double tap to zoom

Changes

  • Custom cover now shown globally

Fixes

  • Fixed chapter number parsing (@Naputt1)
  • Reduced library flickering (still happened in some cases when the cached image size is too different from the original image size, but should be reduced quite a bit)
  • Fixed entry details header didn't update when being removed from library

Other

  • Refactor chapter recognition (@stevenyomi)
  • (Re)added unit test for chapter recognition
  • More StorIO to SQLDelight migration effort
  • Target Android 15
  • Adjust manga cover cache key
  • Refactor manga cover fetcher (@ivaniskandar, @AntsyLich, @null2264)

Checksums

Variant SHA-256
Universal 295b840f3376b3175267445962f620504475f4010bac5439289841f241cae846
arm64-v8a 477f98f8774c1e1628b2e9b74175c5eb6c279e6a4de426257faa3f215b1513bc
armeabi-v7a 9a9ac5cf2e9bbe67e839b23c7d294cbba70525c398a4b25c51269e7d5ea4a1e0
x86 009de9152240c06fe2881f310f8eb006ba639cde9afd439b7ad1a529675a91de
x86_64 34786a6d87cf02fc7b027ac0ae058b54cffb5bd6c0f11f787b65b1bcbd8e2635

Tip

If you are unsure which version to download then go with yokai-v1.8.5.3.apk

Yōkai v1.8.5.2

16 Aug 00:31
842ca9e

Choose a tag to compare

Fixes

  • Fixed some preference not being saved properly

Other

  • Update dependency co.touchlab:kermit to v2.0.4
  • Update lifecycle to v2.8.4

Checksums

Variant SHA-256
Universal 02490196752c0bcd5baed2897c2d0e552bf25ae5a8b4c46eee5816b09241c870
arm64-v8a 62194999040911d220a4aa4ea5f33f02509735f6b8ab65a2dc7b585f98850d10
armeabi-v7a 535931ed81dad6f43155f02857b44ecd7194be57bdcf215439070a258af63fdb
x86 862a83d049a9df784dfc42579df200da95b78580be13fd0834cedb591ba5fb97
x86_64 0984bd80367cd330660f075f30323f3d19abaf0ea7e22f8d7b4bcdf682986bbb

Tip

If you are unsure which version to download then go with yokai-v1.8.5.2.apk

Yōkai v1.8.5.1

15 Aug 07:43
1d736b0

Choose a tag to compare

Fixes

  • Fixed library showing duplicate entry when using dynamic category

Checksums

Variant SHA-256
Universal 08d578a497b445dbf210d598b98eb38675e999a5bbc761db7a54976520952999
arm64-v8a 0aae78b6d71f2aa9cb76a610b8e294a76647d3d09229c5123f748c9279e73324
armeabi-v7a 38e155d1ef048b5f3ab461cbf60994745ef75e7b4f8aa3b22e8fa5d31d589efc
x86 4dca001624ae0414b950e11b772e730053002403f3124c1d20ea1fc52d904f80
x86_64 b6c071cdd8982089ab99356233cfa470c9c620b8079e63da1b6c69c162faa93e

Tip

If you are unsure which version to download then go with yokai-v1.8.5.1.apk

Yōkai v1.8.5

14 Aug 19:23
9c29758

Choose a tag to compare

I recommend creating a backup before updating in case something messed up

Additions

  • Add missing "Max automatic backups" option on experimental Data and Storage setting menu
  • Add information on when was the last time backup automatically created to experimental Data and Storage setting menu
  • Add monochrome icon

Changes

  • Add more info to WorkerInfo page
    • Added "next scheduled run"
    • Added attempt count
  • english tag no longer cause reading mode to switch to LTR (@mangkoran)
  • chinese tag no longer cause reading mode to switch to LTR
  • manhua tag no longer cause reading mode to switch to LTR
  • Local source manga's cover now being invalidated on refresh
  • It is now possible to create a backup without any entries using experimental Data and Storage setting menu
  • Increased default maximum automatic backup files to 5
  • It is now possible to edit a local source entry without adding it to library
  • Long Strip and Continuous Vertical background color now respect user setting
  • Display Color Profile setting no longer limited to Android 8 or newer
  • Increased long strip cache size to 4 for Android 8 or newer (@FooIbar)
  • Use Coil pipeline to handle HEIF images

Fixes

  • Fixed auto backup, auto extension update, and app update checker stop working
    if it crash/failed
  • Fixed crashes when trying to reload extension repo due to connection issue
  • Fixed tap controls not working properly after zoom (@arkon, @Paloys, @FooIbar)
  • Fixed (sorta, more like workaround) ANR issues when running background tasks, such as updating extensions (@ivaniskandar)
  • Fixed split (downloaded) tall images sometimes doesn't work
  • Fixed status bar stuck in dark mode when app is following system theme
  • Fixed splash screen state only getting updates if library is empty (Should slightly reduce splash screen duration)
  • Fixed kitsu tracker issue due to domain change
  • Fixed entry custom cover won't load if entry doesn't have cover from source
  • Fixed unread badge doesn't work properly for some sources (notably Komga)
  • Fixed MAL start date parsing (@MajorTanya)

Translation

Other

  • Re-added several social media links to Mihon
  • Some code refactors
    • Simplify some messy code
    • Rewrite version checker
    • Rewrite Migrator (@ghostbear)
    • Split the project into several modules
    • Migrated i18n to use Moko Resources
    • Removed unnecessary dependencies (@null2264, @nonproto)
  • Update firebase bom to v33.1.0
  • Replace com.google.android.gms:play-services-oss-licenses with com.mikepenz:aboutlibraries
  • Update dependency com.google.gms:google-services to v4.4.2
  • Add crashlytics integration for Kermit
  • Replace ProgressBar with ProgressIndicator from Material3 to improve UI consistency
  • More StorIO to SQLDelight migrations
    • Merge lastFetch and lastRead query into library_view VIEW
    • Migrated a few more chapter related queries
    • Migrated most of the manga related queries
  • Bump dependency com.github.tachiyomiorg:unifile revision to a9de196cc7
  • Update project to Kotlin 2.0 (v2.0.10)
  • Update compose bom to v2024.08.00-alpha01
  • Refactor archive support to use libarchive (@FooIbar)
  • Use version catalog for gradle plugins
  • Update dependency org.jsoup:jsoup to v1.7.1
  • Bump dependency com.github.tachiyomiorg:image-decoder revision to 41c059e540
  • Update dependency io.coil-kt.coil3 to v3.0.0-alpha10
  • Update Android Gradle Plugin to v8.5.2
  • Update gradle to v8.9
  • Start using Voyager for navigation
  • Update dependency androidx.work:work-runtime-ktx to v2.9.1
  • Update dependency androidx.annotation:annotation to v1.8.2

Checksums

Variant SHA-256
Universal 7aae4b6877ce58019b6e31dffe542b9a24c8e4bb0e95344fb7ef9a059dfdeb45
arm64-v8a 4f4de74e96cac5e42f935616fe07baf51d3e4ea0c42543afc8fb8331781468d0
armeabi-v7a a1f80434e0e05d1fd088c2d31b633edcd34245c59a3e2372fb8f89df37a55518
x86 e43b1c6908d1491f23bfef4651034c9bc1e7cfb2c3e042bfa7b201c9a6d2b505
x86_64 0dbdf2ee220325928ae466b4eaaf12b1693c3292c4547e09d3a363fbb9000a9c

Tip

If you are unsure which version to download then go with yokai-v1.8.5.apk

Yōkai v1.8.5 (Beta 9)

10 Aug 05:09
9403a9c

Choose a tag to compare

Pre-release

Warning

This is a beta version of the app, for the latest app version check for the newest release that is not a pre-release: https://github.com/null2264/yokai/releases/latest

v1.8.5 full release next week... probably.

Changes in Beta 9

Other

  • Update compose bom to v2024.08.00-alpha01
  • Update dependency io.coil-kt.coil3 to v3.0.0-alpha10
  • Update dependency androidx.work:work-runtime-ktx to v2.9.1
  • Update dependency androidx.annotation:annotation to v1.8.2
  • Sync app with v1.8.4.6 patch

Checksums

Variant SHA-256
Universal e66c811d3142e7a739ad1c56bbcbab8d401e8700409e5e661a71fa686966cc26
arm64-v8a b5c83fb6c94063ad1ed5665243a571e80ffa24d6f4c995a75e013400943e8f7c
armeabi-v7a b1f193dcb830083f9dd99c44b2cea4aadb271bb06ccb3ffb8bcab8b6c9a3787e
x86 8c4a9c47dc62be8b7dfb4595754607a5790b2622fe55f89e70d43d9abc60962a
x86_64 7841f0d551e329a0fa305d5d009906b2273b570ae9c66ce1d354e17f98ad7853

Tip

If you are unsure which version to download then go with yokai-v1.8.5-b9.apk

Yōkai v1.8.4.6

10 Aug 04:47
e1ccfee

Choose a tag to compare

Fixes

  • Fixed scanlator filter not working properly if it contains " & "

Other

  • Removed dependency com.dmitrymalkovich.android:material-design-dimens
  • Replace dependency br.com.simplepass:loading-button-android with
    com.github.leandroBorgesFerreira:LoadingButtonAndroid
  • Replace dependency com.github.florent37:viewtooltip with
    com.github.CarlosEsco:ViewTooltip

Checksums

Variant SHA-256
Universal d9b7056f6b058241da6e11722e5d7f7eb0420da30d89e09cb31db156209e518e
arm64-v8a a99f66d2bcf5c9552ccabfeb80973c5cb4931686377cd21dbcbb7c4f4f0aefe8
armeabi-v7a ebe31516b36683663779fe68e90e2b6fafc68eee7fcb4b00d722a90f2c39fe2e
x86 ef8cddc6d77a7cc9fe765bfabbee2a3db9fd7bd0abee14d45dbf88b8e030a614
x86_64 d8c8183c5979d4f38a394743ff7b258d68cd7494d3b1f5b364342db78f4159c0

Tip

If you are unsure which version to download then go with yokai-v1.8.4.6.apk

Yōkai v1.8.5 (Beta 8)

09 Aug 01:21
77fb64b

Choose a tag to compare

Pre-release

Warning

This is a beta version of the app, for the latest app version check for the newest release that is not a pre-release: https://github.com/null2264/yokai/releases/latest

Might be last beta release before full v1.8.5 release.

Changes in Beta 8

  • Click here to see changelogs for Beta 7
  • Beta 6 is skipped to sync the project with v1.8.4.4
  • Click here to see changelogs for Beta 5
  • Click here to see changelogs for Beta 4
  • Click here to see changelogs for Beta 3
  • Click here to see changelogs for Beta 2

Changes

  • Display Color Profile setting no longer limited to Android 8 or newer
  • Increased long strip cache size to 4 for Android 8 or newer
  • Use Coil pipeline to handle HEIF images

Fixes

  • Fixed tap controls not working properly after zoom
  • Fixed (sorta, more like workaround) ANR issues when running background tasks, such as updating extensions

Other

  • Update Kotlin to v2.0.10
  • Sync project with v1.8.4.5 patch

Checksums

Variant SHA-256
Universal 795d6a9c34d64d6d557178d7420862f4e0e216bdb4ac16a1c1bd1b7a9031493f
arm64-v8a 8608dc74e876de9306d650dca7d467173415a00fa4edad717413c24256c4d917
armeabi-v7a d2ac0945934267c12cbad507ccf0fda72e2e0550efece7629cd851d202001557
x86 efb0cadc8b953a08ea6193a1c7f25a1cc67256135ca7c2cd946fe19d04700dbf
x86_64 3e8a160f44f8b631c062423edc08251aae40fb531aa1c5647d8788c2b274ff67

Tip

If you are unsure which version to download then go with yokai-v1.8.5-b8.apk

Yōkai v1.8.4.5

09 Aug 00:41
da5d1f4

Choose a tag to compare

Fixing my derp moment. Next update might be v1.8.5, since it seems to be stable enough...

Fixes

  • Fixed incorrect library entry chapter count

Checksums

Variant SHA-256
Universal d661251280c8b7af387c8564843bb67e362963a6ea6c1b6ab70a64bba8d42a79
arm64-v8a c736e8c394b1113f0d23064d358fc621dad5c7a9ba2f711b611f2ba444740307
armeabi-v7a 5dfac24dfdf868d2070945a4b2b22c1cba54e02b120070683b0759bbb8b3468e
x86 9ffe1ff5abded936b8e1d126510862b3e27538243424cdc129ff6e2d4ed59975
x86_64 be9a6a76a39681476bf9b4f8382092127d0798e47271e0dad390825fb26753dd

Tip

If you are unsure which version to download then go with yokai-v1.8.4.5.apk

Yōkai v1.8.5 (Beta 7)

05 Aug 15:04
3168f87

Choose a tag to compare

Pre-release

Warning

This is a beta version of the app, for the latest app version check for the newest release that is not a pre-release: https://github.com/null2264/yokai/releases/latest

Changes in Beta 7

  • Beta 6 is skipped to sync the project with v1.8.4.4
  • Click here to see changelogs for Beta 5
  • Click here to see changelogs for Beta 4
  • Click here to see changelogs for Beta 3
  • Click here to see changelogs for Beta 2

Additions

  • Add monochrome icon

Changes

  • Long Strip and Continuous Vertical background color now respect user setting

Checksums

Variant SHA-256
Universal a9e4b889c03fab5315b23b811c8300da3954884550b079172bc4d88fd1b228d4
arm64-v8a c044e01ac3731f54c1e9b5b1a633a9a5cdf08509f124e28d5e5a59b3b512b673
armeabi-v7a c640a14d81837dd70e83023bc9db5d217849db635233b00d697ea307ab08adb2
x86 a6391d370909308816124668cc33085f2cd703780100199d4b41808699ee7579
x86_64 78d8ca82704399425963457c1c1699de6e0196b1d7378cb374e547cf5d944ffa

Tip

If you are unsure which version to download then go with yokai-v1.8.5-b7.apk

Yōkai v1.8.4.4

05 Aug 14:56
8dc0938

Choose a tag to compare

Me when J2K fork is not compatible with J2K

Fixes

  • Fixed incompatibility issue with J2K backup file

Checksums

Variant SHA-256
Universal 2f7ff657bf3a2ac0d20b50ccd6aadafa9d9cf61ceaccadae4a070d103ef5f686
arm64-v8a eb37232db14c529b078733c988b7d24576c7cd5821cb83d34be3523b487f82a0
armeabi-v7a 880dd5c93a3c7144965b6dd3bd625abd452aaaac54aa69bf902495341f267354
x86 777db63b343a7f6cf5dcda65a012f7ab992de68879b601dbedc1157ebabb2499
x86_64 90143fe75e43c4c0160a325ac51f26f531f38ac897572fbdca84776532ef1259

Tip

If you are unsure which version to download then go with yokai-v1.8.4.4.apk