Releases: ElderDrivers/EdXposed
Releases · ElderDrivers/EdXposed
v0.5.2.2
- Downgrade YAHFA to fix random soft reboot
- Fix resources hook in Android 11
- XSharedPreferences: on-demand file watcher
- Update Dobby
- Fix the random failure of static method hook
Notes:
- Edxposed Manager v4.6.0 or higher is required and is not compatible with previous versions.
- If you feel the system is running slowly, turn on Xposed Hide(White).
- If you have problems, please check the Issues Tracker first. If there is no similar problem, please use debug version to catch logs and submit.
v0.5.2.1
- Displays the current working backend to the manager
- Adapt to the change of hook method of manager
- Remove useless files
Notes:
- Edxposed Manager v4.6.0 or higher is required and is not compatible with previous versions.
- If you feel the system is running slowly, turn on Xposed Hide(White).
- YAHFA may cause random soft reboot. If there is any problem, please use SandHook variant first.
- If you have problems, please check the Issues Tracker first. If there is no similar problem, please use debug version to catch logs and submit.
v0.5.2.0
- Merge SandHook and YAHFA into one zip, you can switch backend in EdXposed Manager Preview Settings 0ffff4b
- Optimize XSharedPreferences 1e8a94e f8aa9d0
- Bugs & crashes fix
Notes:
- If you feel the system is running slowly, turn on Xposed Hide(White).
- YAHFA may cause random soft reboot. If there is any problem, please use SandHook variant first.
- If you have problems, please check the Issues Tracker first. If there is no similar problem, please use debug version to catch logs and submit.
v0.5.1.4
- Stability improvements
- Keep data uninstallation a1782ba
- Move SandHook cache to
/data/misc
9553af5 - Optimize dexmaker for YAHFA ba6c61f
- Enable YAHFA cache 8c838c6
- Optimize cold launch speed 17bf424
- Sync with dexmaker #737
- Bugs & crashes fix #747 #753 #758 #769
Notes:
- If you feel the system is running slowly, turn on Xposed Hide(White).
- YAHFA may cause random soft reboot. If there is any problem, please use SandHook variant first.
- If you have problems, please check the Issues Tracker first. If there is no similar problem, please use debug version to catch logs and submit.
v0.5.1.3
- Android 11 support
- Stability improvements
- Bugs & crashes fix
- Riru v23+ support (no backwards support due to hide macmechanism) #623
- Xposed API 93: New
XSharedPreferences
implemention (API changes log) 70f9679 - Move config files to
/data/misc
(requires latest Manager) baf1d6b - Move SandHook library to
/data/adb
, Magisk Lite support a1f9bdc - Better Xposed Hide for apps in black list #634
- Xposed API 92: Module Activation Scope support 2d7b982
- Remove unnecessary SEPolicy (might break some ancient modules, report in Issues) 35a18e8
- Fix delay hook of SandHook d92b051
Notes:
- If you feel the system is running slowly, turn on Xposed Hide(White).
- YAHFA may cause random soft reboot. If there is any problem, please use SandHook variant first.
- If you have problems, please check the Issues Tracker first. If there is no similar problem, please use debug version to catch logs and submit.
v0.4.6.4
XSharedPreferences
are deprecated on Android Pie or above, useContentProvider
instead 1979856- Resetting the library path to prevent some software from detecting EdXposed e905664 fd7b17f
- Add switch to disable hidden api bypass #387 00e18cf
- Fix
XC_MethodReplacement
and SandHookbeforeHookedMethod
Throwable log output c750915 7b638a7 - Fix compilation error when debugging log is enabled cb1e868
- Fix fd for anonymous mmap 32370d6
- Sync with YAHFA 8d7a662
- Fix debug build #584 e4f24e4
- Fix DiskReadViolation in XResources (thanks to @Palatis #507)
- Fix compile error on *nix systems (thanks to @kotori2 #568)
- Keep the log catcher alive (thanks to @lrh2000 #575)
- Preserve dex2oat flags (thanks to @eebssk1 #571)
- Fix property log not showing (thanks to @eebssk1 #573)
- Fix check android version (thanks to @JasonKhew96 #611)
v0.4.6.2
- Reset log context so may there should be no problems with unreadable logs
- Xposed API 91: Multi-user support (thanks to @Palatis):
- Need EdXposed Manager v4.5.6.45600 or later version to work with all features
- App and Module list can managed by different users
- Settings will inherits of the primary user if EdXposed Manager is not installed in other user
- If you don't want to enable Xposed function in a certain user, you only need to enable the whitelist in the target user, or enable the instant module list function in the master user when SELinux is Enforcing
v0.4.6.1
- Removed support for EdXposed Installer, please use EdXposed Manager or original Xposed Installer (not recommended)
- Update to latest Magisk modules installer
- Support Magisk SEPolicy API (No need for custom Magisk builds anymore)
- Fix OPPO Android P
- Fix system app crash on Android Q
- Add interface to disable modules log
- Fix null pointer exception
- Sync with latest YAHFA
- Fix log can't read
- Fix bootloop caused by multiple reasons
Notes: If you have any problems, please Clean-install first.
v0.4.6.0_beta
Changelogs
- Add support for Android 10
- Remove sepolicy related commands from post-fs-data.sh (topjohnwu/Magisk#1685)
Notes: Since the above PR is not merged yet, to make those sepolicies present you have to use this build along with the customized Magisk build hosted here: https://github.com/solohsu/magisk_files.
v0.4.5.1_beta
- Add Appveyor CI support(snapshot versions can be downloaded here)
- Fix exceptions when hooking pending methods
- Black/White mode: postpone initZygote callbacks
- Optimize module loading under dynamic-modules mode
- Fix crash when hooked static method invokes class initialization