Commit Graph

556 Commits

Author SHA1 Message Date
5308a8a2ce Modify rename MemberCacheStore to ReflectsCacheStore 2022-09-16 02:53:16 +08:00
6d8d7bb86e Added Class.hasModifiers function in ReflectionFactory 2022-09-16 02:53:16 +08:00
63abd07537 Modify make open val to internal open val in MemberBaseFinder 2022-09-16 02:53:15 +08:00
43e1d5b2ae Modify change BaseFinder to MemberBaseFinder and move members finder to members 2022-09-16 02:53:15 +08:00
be0813da7e Fix name misspellings Creater/creater to Creator/creator in BaseFinder 2022-09-16 02:53:15 +08:00
2ce9f8ffe7 Added some type in VariableTypeFactory 2022-09-16 02:53:15 +08:00
d3b023a9ee Fix name misspellings Creater/creater to Creator/creator 2022-09-16 02:53:15 +08:00
1b35a2e417 Modify merge buildOfAny method to buildOf method in ReflectionFactory 2022-09-16 02:53:15 +08:00
1f191f7cf3 Modify change code note in ModifierRules 2022-09-16 02:53:14 +08:00
c93e6a563e Modify move Result to Process for Hooker in MethodFinder, ConstructorFinder and YukiMemberHookCreater 2022-08-28 22:39:45 +08:00
20aa1c89bc Fix checkApi ignored bug in YukiHookModulePrefs 2022-08-27 21:55:22 +08:00
11a0b3a693 Fix StringSet cache bug and change cache key-value to XSharedPreferencesCaches in YukiHookModulePrefs 2022-08-27 21:48:20 +08:00
788612feec Fix fields name spelling 2022-08-27 20:52:18 +08:00
d27ca2b914 Modify change invokeOriginal function and add callOriginal function in HookParam 2022-08-27 12:40:16 +08:00
d2f23a35eb Modify change YukiHookCallback.Param setArgs to args in YukiBridgeFactory 2022-08-27 12:16:11 +08:00
fd54628fd7 Modify move documentation and replace applyTheme to applyModuleTheme 2022-08-26 23:46:30 +08:00
e3d9802b8d Modify change when args is null throw exception in HookParam 2022-08-26 22:33:22 +08:00
25e3dd2d59 Modify move HookParamWrapper to YukiHookCallback.Param 2022-08-26 22:27:43 +08:00
55b0699882 Added configuration params in Context.applyTheme in YukiHookFactory and ModuleContextThemeWrapper 2022-08-24 00:22:49 +08:00
ded6b2b3b8 Modify decoupling XposedHelpers.findClass to YukiHookHelper.findClass in ReflectionFactory and YukiBridgeFactory 2022-08-23 21:14:57 +08:00
a3892079da Fix when registered activity changed injected resources lost bug 2022-08-21 23:46:25 +08:00
6e552d6ff2 Modify ignored CurrentClass error in AppParasitics and HandlerDelegate 2022-08-21 22:51:15 +08:00
4de88f7274 Added ignored params in current method in ReflectionFactory and CurrentClass 2022-08-21 22:50:16 +08:00
71df0f5583 Fix method return type check failed bug in YukiMemberHookCreater 2022-08-20 05:15:51 +08:00
d50cf3ebfe Fix a bug when register receiver to system framework (android) in YukiHookDataChannel and AppParasitics 2022-08-20 05:15:22 +08:00
a0a7cc189f Modify change ByteClass to ByteType in VariableTypeFactory 2022-08-20 03:10:30 +08:00
b982d1fd03 Modify add isUseNewConfig in YukiHookFactory and ModuleContextThemeWrapper 2022-08-20 02:48:30 +08:00
e0e5cd7fd2 Fix a throwing bug in HandlerDelegate 2022-08-20 01:11:10 +08:00
3d333a7f3d Modify update code notes in YukiHookFactory 2022-08-19 23:29:42 +08:00
55b8250948 Fix a bug in YukiHookBridge 2022-08-19 23:12:50 +08:00
53186237da Added isXposedEnvironment in YukiHookAPI.Status 2022-08-19 22:51:11 +08:00
9aafb95f42 Modify optimize code in YukiHookModulePrefs 2022-08-19 22:47:28 +08:00
809d2d20da Modify move hookModuleAppStatus to AppParasitics and renamed hookModuleAppRelated 2022-08-19 21:56:08 +08:00
d0fbd58735 Fix a keyword misspell in YukiHookAPI.Configs 2022-08-19 21:00:11 +08:00
99c64ec96d Modify change module package name generated way and fix package name not found bug 2022-08-18 03:32:29 +08:00
b9e68d2b0a Added isEnableHookSharedPreferences in YukiHookAPI.Configs and add SharedPreferences hook in YukiHookBridge 2022-08-17 23:16:21 +08:00
9abb3433d4 Modify optimize code style 2022-08-17 23:06:23 +08:00
9028915274 Modify organize code notes 2022-08-17 22:50:41 +08:00
e47a008df0 Modify organize code notes 2022-08-17 22:42:48 +08:00
134a45f3e0 Modify organize documentation 2022-08-17 02:03:10 +08:00
2458a6ad75 Modify warn the exception when XSharedPreferences load failed in YukiHookModulePrefs 2022-08-16 23:34:46 +08:00
e7a1f6fe21 Modify change YukiResForwarder to internal 2022-08-16 21:45:14 +08:00
a6a781121a Added HookCallback when catch the throwable make it throw to app function 2022-08-16 03:57:49 +08:00
50995c1e3a Added ModuleContextThemeWrapper function 2022-08-16 02:20:08 +08:00
986eda2cd2 Moved ModuleClassLoader to reference package 2022-08-16 01:33:24 +08:00
a2f78a6300 Fix api code scope not internal 2022-08-15 23:13:28 +08:00
0ea5f520d1 Added Activity Proxy function 2022-08-15 05:00:11 +08:00
0f5ec1c912 Modify change injectModuleAppResources function code style 2022-08-15 01:57:06 +08:00
cf614eee15 Moved YukiHookBridge some apps and host function into AppParasitics 2022-08-14 23:57:40 +08:00
8683045790 Added baseClassLoader in YukiHookBridge 2022-08-14 04:08:26 +08:00