LoveSy
df3d710f6b
Update API to 92
2020-11-24 23:25:01 +08:00
solohsu
e12c40b408
Add an annotation to remind compatibility checking
2020-08-02 18:29:16 +08:00
Jim Wu
3ce99eba18
Bump to 91: multi-user support
2020-03-26 00:02:03 +08:00
Wang Han
d4aeddf5bc
XposedBridge: Remove useless log(2) method
...
This is not used by any modules as they all use original Xposed
API, so this method is not defined. Furthermore, this is uselss
as we can always do getStackTraceString(new Throwable()) to
convert throwable to string.
2020-03-04 13:24:50 +08:00
Jim Wu
3a5e54669c
Remove useless log method
2020-02-29 23:55:27 +08:00
Jim Wu
ebdcdf703f
Fix log clear failed
2020-02-29 23:55:27 +08:00
Jim Wu
2c5c5f8cc8
Add interface to disable modules log
...
New method:
XposedBridge.log(String name, String text)
XposedBridge.log(String name, Throwable t)
2020-02-29 23:55:27 +08:00
solohsu
a26990ec99
Fix dummy resources classes not found when resources hook is disabled
2019-06-27 16:28:53 +08:00
solohsu
f6d2e3b62f
Optimize module loading under dynamic-modules mode
...
by only loading newly added or updated modules
2019-06-19 16:35:20 +08:00
solohsu
661a675a09
Black/White mode: postpone initZygote callbacks
...
in case some modules hook methods in zygote, which would be
propagated into blacklisted processes
2019-06-17 16:13:21 +08:00
solohsu
c5791951db
Fix exceptions when hooking pending methods
2019-06-16 00:54:11 +08:00
solohsu
18bd0a8c0f
Wait to hook static methods once their trampolines are fixed up
2019-06-05 00:09:59 +08:00
solohsu
83ecd3ae97
Deoptimize resources hook related methods only if needed
...
For now deoptimization is only done on MIUI with resources hooking enabled.
2019-05-16 21:45:15 +08:00
solohsu
7d5a72b683
Dynamically create XResourcesSuperClass and XTypedArraySuperClass
...
To support ROMs using custom Resources subclasses.
2019-04-30 00:23:56 +08:00
solohsu
711c589088
Add support for resources hooking. (1/2)
2019-04-21 11:46:58 +08:00
solohsu
b8228e1da9
Merge asLody/Whale@e589299bbd
2019-04-03 11:05:32 +08:00
solohsu
d0b1d7c52b
Introduce Whale hook for Android
2019-03-20 10:29:51 +08:00
solohsu
e858ebd70b
Introduce SandHook
2019-03-20 00:32:33 +08:00
solohsu
53d0dbd120
Refactor project structure
2019-03-19 14:32:44 +08:00