Skip to content

2489

2026-04-13

  • Update metro to v0.12.0 (ArthurKun21/FGA-Preview#1172) (@renovate[bot])
  • Update gradle/actions action to v6 (ArthurKun21/FGA-Preview#1171) (@renovate[bot])
  • Update dependency androidx.work:work-runtime to v2.11.2 (ArthurKun21/FGA-Preview#1173) (@renovate[bot])
  • Update dependency androidx.browser:browser to v1.10.0 (ArthurKun21/FGA-Preview#1174) (@renovate[bot])
  • fix: coil and compose resources not working in windows desktop (ArthurKun21/FGA-Preview#1175) (@ArthurKun21)
  • feat(desktop): create jvm equivalent for work manager (ArthurKun21/FGA-Preview#1177) (@ArthurKun21)
  • Update compose.multiplatform.material3 to v1.11.0-alpha05 (ArthurKun21/FGA-Preview#1178) (@renovate[bot])
  • Update metro to v0.12.1 (ArthurKun21/FGA-Preview#1180) (@renovate[bot])
  • fix(battle): update TW to the new face card region (ArthurKun21/FGA-Preview#1182) (@ArthurKun21)
  • fix(support): infinite support loop when no scrollbar (ArthurKun21/FGA-Preview#1183) (@ArthurKun21)
  • feat(battle): preload support images for preferred support on script start (ArthurKun21/fga-preview#1184) (@ArthurKun21)
  • Update dependency com.github.ArthurKun21:compose-overlay-window to v1.5.5 (ArthurKun21/FGA-Preview#1185) (@renovate[bot])
  • feat(support): add CE slot matching for Grand Servants (ArthurKun21/fga-preview#1186) (@ArthurKun21)
  • feat(db): Switch to AndroidX bundled sqlite driver (ArthurKun21/FGA-Preview#1187) (@ArthurKun21)
  • Update dependency io.ktor:ktor-client-java to v3.4.2 (ArthurKun21/FGA-Preview#1179) (@renovate[bot])
  • Update dependency com.cheonjaeung.compose.grid:grid to v2.7.1 (ArthurKun21/FGA-Preview#1188) (@renovate[bot])
  • Update metro to v0.13.0 (ArthurKun21/FGA-Preview#1189) (@renovate[bot])
  • Update metro to v0.13.1 (ArthurKun21/FGA-Preview#1191) (@renovate[bot])
  • Update metro to v0.13.2 (ArthurKun21/FGA-Preview#1192) (@renovate[bot])
  • Update generic.datastore to v2.0.0-alpha08 (ArthurKun21/FGA-Preview#1193) (@renovate[bot])
  • Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.11.0 (ArthurKun21/FGA-Preview#1196) (@renovate[bot])
  • fix(ui): some dialog have transparent background (ArthurKun21/FGA-Preview#1197) (@ArthurKun21)
  • chore(gradle): add support for GitHub packages (ArthurKun21/fga-preview#1198) (@ArthurKun21)
  • fix(ui): replace SearchBar with TopAppBar with TextField for better keyboard handling (ArthurKun21/FGA-Preview#1199) (@ArthurKun21)
  • fix: update bond level up stop summary to clarify it also stops when above target level is reached (ArthurKun21/FGA-Preview#1200) (@ArthurKun21)
  • fix(javacv): dll loading issue on windows by using jdk 25 (ArthurKun21/fga-preview#1201) (@ArthurKun21)

Fixes

  • Fix the infinite support screen refresh
  • Fix the face card for TW, now all servers uses the new servant face card region.
  • Fix the textfield UI for Support Gallery, Library and Material selection screen where the keyboard won't open for Android even though the textfield is focused.
  • Fix the dialog UI for Support Gallery and Preferred Support where the background is transparent instead of solid color.
  • Update the text for stop on bond level up to clarify that it is also includes above the selected target bond level as well.

Feat

Support New Feat

  • Added new configuration for grand servants to enable choosing if the user wants to match both CE Slot 1 and 3 or just either one of them. Selecting "Either" should match the current behavior of the main repository.

    image

  • Added preloading of supports at the start of battle script. This should help with the user to know if there's any problem with the support images much earlier rather than waiting until the support screen to show up and then finding out that the images are not loading.