Skip to content

Releases: ElderDrivers/EdXposed

v0.5.2.2

15 Feb 03:33
Compare
Choose a tag to compare
  • 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

03 Feb 09:04
Compare
Choose a tag to compare
  • 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

31 Jan 02:08
Compare
Choose a tag to compare

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

29 Dec 15:55
Compare
Choose a tag to compare

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

21 Dec 15:53
Compare
Choose a tag to compare
  • 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

08 Nov 05:54
Compare
Choose a tag to compare
  • XSharedPreferences are deprecated on Android Pie or above, use ContentProvider 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 SandHook beforeHookedMethod 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

02 Apr 08:54
Compare
Choose a tag to compare
  • 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

29 Feb 16:12
Compare
Choose a tag to compare
  • 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

21 Oct 16:04
96d0a9c
Compare
Choose a tag to compare

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

24 Jun 07:47
Compare
Choose a tag to compare
  • 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