Conversation
Signed-off-by: hxreborn <hxreborn@duck.com>
Signed-off-by: hxreborn <hxreborn@duck.com>
- Replace annotation-driven hooks (@XposedHooker, @BeforeInvocation, @AfterInvocation) with interceptor chain API (hook(method).intercept { chain -> })
- No-arg XposedModule constructor, onModuleLoaded() for init, onPackageReady() for hooks
- Inline DirectShare and QuickShare hooks into CleanShareModule, convert CheckboxHook/DeletionHook to internal objects
- Update logging to API 101 signature (priority, tag, message)
- Upgrade Gradle 8.14.2 -> 9.3.1, AGP 8.11.0 -> 9.1.0, Kotlin 2.1.21 -> 2.3.10
- Remove org.jetbrains.kotlin.android plugin (AGP 9 built-in Kotlin)
- Replace ktlint gradle plugin with JavaExec task (AGP 9 source set discovery workaround)
- Remove git submodules, resolve libxposed 101.0.0 from MavenCentral
- Remove buildLibxposed tasks and mavenLocal repository block
- Update ProGuard rules for API 101 (no-arg constructor, onPackageReady, hook package keep)
- Fix aboutlibraries crash from AGP 9 resource name obfuscation (keep.xml + copyAboutLibraries task)
- Bump aboutlibraries plugin 11.6.3 -> 12.1.2 to match runtime libraries
- Fix Kotlin 2.3.10 reified type intersection error in SettingsViewModel
- Remove deprecated android.nonFinalResIds=false
- Remove submodule steps from CI workflows
- Bump version to 3.0.0
BREAKING CHANGE: requires LSPosed Manager 2.0.0+
Signed-off-by: hxreborn <hxreborn@duck.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates from libxposed API 100 to 101. API 100 will no longer be supported once 101 is officially released. An LSPosed Manager with API 101 support may not be publicly available yet.