You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed the problem that the underlying Hook method cannot update the modified state synchronously when modifying parameters such as `result` during callback, thanks to the [Issue](https://github.com/fankes/YukiHookAPI/issues/23) of [Yongzheng Lai](https://github.com/elvizlai)
59
+
- Fixed the problem that the underlying Hook method cannot update the modified state synchronously when modifying parameters such as `result` during callback, thanks to the [Issue](https://github.com/HighCapable/YukiHookAPI/issues/23) of [Yongzheng Lai](https://github.com/elvizlai)
60
60
- Move the entry class name file automatically generated by `YukiHookAPI` from `assets/yukihookapi_init` to `resources/META-INF/yukihookapi_init`
61
61
- When only printing the exception stack, the `msg` parameter is allowed to be empty and the `msg` parameter can not be set, and the log with the `msg` parameter left blank will not be logged unless the exception stack is not empty
62
62
- Fixed the bug that the log printed by the exception that occurs in the body of the Hook callback method has no specific method information
@@ -189,7 +189,7 @@ Time zone of version release date: **UTC+8**
189
189
- Added multiple search function in reflection search, you can use relative search conditions to obtain multiple search results at the same time, thanks to **AA** and [Kitsune](https://github.com/KyuubiRan) for suggestions
190
190
- Fixed the problem that the object obtained by `appClassLoader` is incorrect in system applications in some systems, thanks to [Luckyzyx](https://github.com/luckyzyx) for the feedback
191
191
- Modified the calling method of `XposedBridge.invokeOriginalMethod` and added `original` function in `MethodFinder.Result.Instance`
192
-
- Fixed the problem of wrong value of `getStringSet` method in `YukiHookModulePrefs` and optimize the code style, thanks to [Teddy_Zhu](https://github.com/Teddy-Zhu)[PR](https://github.com/fankes/YukiHookAPI/pull/19)
192
+
- Fixed the problem of wrong value of `getStringSet` method in `YukiHookModulePrefs` and optimize the code style, thanks to [Teddy_Zhu](https://github.com/Teddy-Zhu)[PR](https://github.com/HighCapable/YukiHookAPI/pull/19)
193
193
- Modify `YukiHookModulePrefs` to intercept exceptions that may not exist in `XSharePreference`
194
194
- Fixed the problem that `YukiHookDataChannel` could not be successfully registered in some third-party ROM system frameworks
195
195
- Secured `YukiHookDataChannel`, now it can only communicate between modules from the specified package name and the host
@@ -212,7 +212,7 @@ Time zone of version release date: **UTC+8**
212
212
- Added the function of removing Hook in the Hook process, you can use the `remove` and `removeSelf` methods to remove the hook
213
213
- Fixed the issue that caused the host to throw an exception when ReplaceHook failed, and now it is modified to call the original method to ensure the normal operation of the host function
214
214
- Added the function of checking the return value of the method in the Hook process. If the return value does not match, it will automatically throw an exception or print an error according to the situation
215
-
- Added `array` type to Resources Hook, thanks to [PR](https://github.com/fankes/YukiHookAPI/pull/12) of [GSWXXN](https://github.com/GSWXXN)
215
+
- Added `array` type to Resources Hook, thanks to [PR](https://github.com/HighCapable/YukiHookAPI/pull/12) of [GSWXXN](https://github.com/GSWXXN)
216
216
- Moved `me.weishu.reflection` to `thirdparty` to prevent conflicting dependencies of the same name introduced at the same time
217
217
- Remove the exception thrown when the Hook method body is empty, and modify it to print the warning log
218
218
- Modify the exception handling logic of `AppLifecycle` and throw it directly to the host when an exception occurs
Copy file name to clipboardExpand all lines: docs-source/src/en/about/future.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ If you like the Reflection API of `YukiHookAPI`, but your project may not need r
34
34
35
35
Well here is some good news for you:
36
36
37
-
The core Reflection API of `YukiHookAPI` has been decoupled into [YukiReflection](https://github.com/fankes/YukiReflection) project, which can now be used in any Android project.
37
+
The core Reflection API of `YukiHookAPI` has been decoupled into [YukiReflection](https://github.com/HighCapable/YukiReflection) project, which can now be used in any Android project.
38
38
39
39
::: tip To be Discussed
40
40
@@ -56,6 +56,6 @@ The plans below have been published in `issues` on GitHub, and you can view the
56
56
57
57
All functions are expected to be completed in `2.0.0` version, so stay tuned.
0 commit comments