WechatMagician Versions Save

WechatMagician is a Xposed module written in Kotlin, that allows you to completely control your Wechat.

2.8.0

6 years ago
  1. Beta Feature : SNS adblock.
  2. Fix : Allow users to change "Hide Friend" to something else.
  3. Fix : Hide the message notifications from secret friends.
  4. Fix : Fix the anti-revoke logic for voice messages.
  5. Fix : Fix the crash happened when you type commands in a search bar beatified by MDWechat.
  6. Stability : Add timeout for wait channels, prevent potential ANRs.
  7. Stability : Disable "Developer" features in release version.
  8. Stability : Use content provider for sharing preferences between Wechat and Magician for Android 7.0+.
  9. Improve the layout of some dialogs and UI components.
  10. Improve the speed of loading hook status.
  • Stop supporting Android 4.4

  • Improve the support for VirtualXposed (Thanks for the help from @tiann )

2.7.1

6 years ago
  • Fix the CPU overheating caused by broadcast receivers in 2.7.0
  • Fix the anti-recall logic about images and videos.

2.7.0

6 years ago
  1. New Feature: "Hide Useless Chatroom"
  2. New Feature: "Automatically match Wechat applications with modified package name"
  3. Stability: "Improve the battery comsumption of 2.6.2"
  4. Stability: "Get rid of UI hooks, redirect UI requests in a more stable way."
  5. Compatibility: "Fix file permissions for Android 7.X or later."
  6. Compatibility: "Fix the language settings for Android 7.X or later."
  7. Compatibility: "Fix the email support for Android 7.X or later"
  8. Hide keyboard after comsuming a command from SearchBar.
  9. Fix the wrong width of SwitchPreferenceCompat.
  10. Improve the content of support email

2.6.3

6 years ago
  • Try to improve the battery usage

2.6.2

6 years ago
  • New Feature: "Secret Friend"
  • New Feature: "Mark All As Read"
  • Compatibility: Fix Support for Wechat 6.5.3 ~ 6.5.8
  • Compatibility: Fix Support for Android 4.X
  • Compatibility: Fix the misbehavior of Preference Fragments on Android 4.X
  • Improve startup time using multi-thread and lazy evaluation.
  • Fix the crash caused by popup window in issue #27
  • Improve the style of popup menu in SNS interfaces.
  • Developer Mode: Add hooks to trace hidden logcat output.
  • Developer Mode: Add hooks to dump popup menus.

2.5.5

6 years ago
  • New feature: "Automatically confirm the login requests from Wechat PC client (take your own risk if you turn on this function)."
  • New feature: "Forward moments of a specific person in his/her album"
  • Fix the dramatic battery consuming in version 2.5.3
  • Fix the MsgStorage hooking for Wechat <= 6.5.7
  • Fix bug: "switch to another activity cause the texts disappear during forwarding"
  • Fix bug: "all the components are checked in status, but the function is not working"
  • Fix the crashes caused by clicking the project link.
  • Small adjustments in user interfaces.

2.5.3

6 years ago
  • Improve the communication mechanism between frontend and backend.
    • Prevent draining the battery dramatically.
    • Get rid of WRITE_EXTERNAL_STORAGE permission.
  • Fix the conflict between SNS blacklist and preventing deletion.
  • Add screenshots into gallery after captured (credit to stlyx).

2.5.2

6 years ago
  • Add a fancy & lovely material design user interface.
    • Allow the user to customize, toggle on/off functions.
    • Allow the user to see the status of the module in user interface.
    • Allow the user to report bugs more efficiently.
    • Allow the user to hide the launcher icon of this module.
    • Allow the user to donate money to me (using Alipay or Wechat).
  • Support moment blacklist to filter ads or annoying posts.
  • Allow user to forward links in moments.
  • Fix support for Android 4 devices.
  • Fix part of the functions for Wechat version < 6.5.8.
  • Use multi-thread to speed-up the image forwarding.
  • Small improvements on previous UI.
  • Small improvements on concurrent efficiency.
  • Small fix for MIUI9 (may also be helpful for other modified systems)

2.2.4

6 years ago
  • Add support for retweeting video moments.
  • Fix the heisenbug "forward button not working" #6
  • Clean the text if the user stop retweeting a pure text moment.
  • Fix the crash happens when the user changes the SNS background picture.
  • Reduce the dependency on resource hooks, now one can use this module with "Disabled resource hook" (e.g. on early MIUI or EMUI devices).
  • Extend the compatibility to older Xposed SDK (<82), now one can use this module with old devices.
  • Fix some small memory leaks and resource leaks.
  • Adjust the APIs for dynamic analysis, significantly improve the stability.
  • Adjust the concurrent operations, reduce some trivial lags.
  • Add some log output for critical components, help users to report bugs more efficiently.

2.2.1

6 years ago
  • Loose the limit on number of photos to send.
  • Allow the user to retweet other's moments (only works for text moments or image moments).
  • Allow the user to take screenshots of a single moment.
  • Improve the mechanism to prevent recalling, fix bugs related to sending emoji / stickers.
  • Prevent boot loop for some devices.
  • Fix the bug about recalling users' own messages.
  • Fix the corrupted string for 6.5.16 .
  • Small fixes to speedup the module.