Skip to content

Commit

Permalink
update changelog.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev4Mod committed Oct 10, 2024
1 parent 866b11b commit 6776fe1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ protected void beforeHookedMethod(MethodHookParam param) throws Throwable {
registerReceivers();
mApp.registerActivityLifecycleCallbacks(new WaCallback());
sendEnabledBroadcast(mApp);
XposedHelpers.setStaticIntField(XposedHelpers.findClass("com.whatsapp.util.Log", loader), "level", 5);
// XposedHelpers.setStaticIntField(XposedHelpers.findClass("com.whatsapp.util.Log", loader), "level", 5);
var timemillis2 = System.currentTimeMillis() - timemillis;
XposedBridge.log("Loaded Hooks in " + timemillis2 + "ms");
} catch (Throwable e) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import com.wmods.wppenhacer.xposed.core.Feature;
import com.wmods.wppenhacer.xposed.core.WppCore;
import com.wmods.wppenhacer.xposed.core.components.AlertDialogWpp;
import com.wmods.wppenhacer.xposed.utils.DebugUtils;
import com.wmods.wppenhacer.xposed.utils.ReflectionUtils;
import com.wmods.wppenhacer.xposed.utils.ResId;
import com.wmods.wppenhacer.xposed.utils.Utils;
Expand Down Expand Up @@ -52,7 +51,6 @@ public void doHook() throws Throwable {
@Override
protected void afterHookedMethod(MethodHookParam param) throws Throwable {
Activity activity = (Activity) param.thisObject;
DebugUtils.debugFields(GroupInfoActivityClass, activity);
int id = Utils.getID("contact_info_security_card_layout", "id");
if (id == -1) {
throw new Exception("contact_info_security_card_layout not found");
Expand Down
7 changes: 3 additions & 4 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[Custom Privacy]
* Now customized privacy takes priority over global privacy.

[SEPARATE GROUP]
* Fixed bug
* Fixed a bug when using "Hide Seen" within the chat
* Attempt to fix a bug on some devices (The error is unknown and does not appear to be a WAE bug)
* Added to groups as well

[WAE]
* Update translations

0 comments on commit 6776fe1

Please sign in to comment.