EdXposed Versions Save

Elder driver Xposed Framework.

v0.5.2.2

3 years ago
  • 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

3 years ago
  • 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

3 years ago

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

3 years ago

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

3 years ago

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

3 years ago

v0.4.6.2

4 years ago
  • 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

4 years ago
  • 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

4 years ago

Changelogs

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

4 years ago
  • 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