Skip to content

Tags: AppFuton/Futon

Tags

v9.7

Toggle v9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add proguard rules for mihon extensions (#56)

v9.6.14

Toggle v9.6.14's commit message
hotfix: wrong links

nightly-20260409-5540096

Toggle nightly-20260409-5540096's commit message
hotfix: wrong links

nightly-20260406-555ce79

Toggle nightly-20260406-555ce79's commit message
hotfix: wrong links

v9.6.13

Toggle v9.6.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG.md

v9.6.12

Toggle v9.6.12's commit message
feat(ci): add SENTRY_AUTH_TOKEN to release and nightly workflows

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>

v9.6.11

Toggle v9.6.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release/v9.6.11 (#31)

* Update Parsers

* Update version number and code

* Update AndroidManifest.xml

* chore: Update changelog for v9.6.11

archive/feature/tachiyomi-extensions

Toggle archive/feature/tachiyomi-extensions's commit message
fix: Remove androidx.preference stubs to prevent R8 duplicate class e…

…rrors

Remove androidx.preference stub source files from source-api module and
replace with compileOnly dependency on the real androidx.preference library.

PROBLEM:
R8 minification was failing with duplicate class errors because both
source-api (stubs) and app (real library) provided androidx.preference classes.

SOLUTION:
- Delete all androidx.preference stub .java files
- Add compileOnly dependency on androidx.preference-ktx:1.2.1
- Extensions get androidx.preference from app's existing dependency at runtime
- Add ProGuard keep rules to prevent R8 from stripping classes used by extensions

This follows the standard Tachiyomi extension architecture where:
1. Extensions compile against minimal API (compileOnly)
2. Host app provides real implementations via parent ClassLoader
3. No duplicate classes packaged in APK

Fixes: R8 compilation failure in minifyNightlyWithR8

nightly-20260131-03cf269

Toggle nightly-20260131-03cf269's commit message
added Agents.md

nightly-20260130-fedcef0

Toggle nightly-20260130-fedcef0's commit message
added Agents.md