Commit Graph

963 Commits

Author SHA1 Message Date
b13779c8fb Modify change registerModuleAppActivities function minimum support Android 7.0 (API 24) in YukiHookFactory, AppParasitics 2022-12-30 20:48:35 +08:00
1fb4ca6bcf Fix Java "void" Type Class not found problem in Android 7.0 (API 24) or latest 2022-12-30 20:48:35 +08:00
bea96f8670 Update demo 2022-12-30 00:38:05 +08:00
18c3c15c5c Modify merge isXSharePrefsReadable, isRunInNewXShareMode function to isPreferencesAvailable function in YukiHookModulePrefs 2022-12-30 00:37:39 +08:00
2c32d52987 Modify change XSharedPreferences description in quick-start documentation 2022-12-30 00:15:15 +08:00
2387058f88 Modify change legacy YukiHookXposedInitProxy deprecated level to DeprecationLevel.ERROR 2022-12-29 23:53:43 +08:00
6eab7127ca Modify optimize code style 2022-12-29 23:41:40 +08:00
d2042daf5f Modify add onInit method's suggestion in quick-start documentation 2022-12-29 23:30:15 +08:00
df090ac3c2 Fix a fatal error from checkingReturnType function in YukiMemberHookCreator 2022-12-29 23:03:17 +08:00
32589cec8e Added extends, notExtends, implements, notImplements, toJavaPrimitiveType function in ReflectionFactory 2022-12-29 23:01:26 +08:00
eea657aad7 Modify change hardcode "java.lang.Object" of hasExtends to AnyClass in ReflectionFactory 2022-12-29 21:30:47 +08:00
84e7861bb8 Update api-exception documentation 2022-12-29 21:30:46 +08:00
eb5abb3403 Modify add toClass, toClassOrNull generics method in ReflectionFactory, PackageParam 2022-12-29 21:30:46 +08:00
79b9c98a04 Modify remove "replace" method's param name statement 2022-12-16 08:37:32 +08:00
25041ec27f Added new cooperation repositories in README 2022-11-29 22:51:27 +08:00
bd9d91f8d9 Modify change qr-code url to raw in README 2022-11-29 22:45:16 +08:00
8b919d8aca Update api-exception documentation 2022-11-29 02:21:01 +08:00
36578fc113 Modify add global exception catch for Xposed entry method and change some exception note in YukiHookBridge, YukiBridgeFactory 2022-11-29 02:20:44 +08:00
c77ad3757b Modify change appClassLoader field to get/set type and the value can be set manually in PackageParam 2022-11-29 01:59:35 +08:00
6e1a149b97 Update api-exception documentation 2022-11-29 01:35:36 +08:00
078912acbc Modify add "isOnFailureThrowToApp" param for onAppLifecycle function in PackageParam 2022-11-29 01:35:09 +08:00
864a392698 Update api-exception documentation 2022-11-29 00:52:27 +08:00
a03a111a4f Modify add an error warning for injectModuleAppResources and registerModuleAppActivities functions in AppParasitics 2022-11-29 00:52:22 +08:00
53e8240293 Added "isExcludeSelf" param function of loadApp in PackageParam 2022-11-29 00:11:06 +08:00
8deed6a12e Modify change some private class constructor to internal and optimize some code 2022-11-27 04:39:38 +08:00
3a5efa168f Update demo 2022-11-27 04:20:14 +08:00
20b0ed29ab Modify canonical what Java Primitive Type means and add some type in VariableTypeFactory 2022-11-27 04:19:13 +08:00
f435c7b93f Fix call domain restriction problem in DefinedTypeFactory 2022-11-27 01:50:38 +08:00
826bb2c660 Modify change classOf function return cast type to Class<T> in ReflectionFactory 2022-11-27 01:46:36 +08:00
d138f2a0bf Fix code note translation problem in VariableTypeFactory 2022-11-27 01:25:49 +08:00
efc2bfa799 Fix invokeOriginal method when instance is static throw exception problem in HookParam 2022-11-16 04:30:38 +08:00
0e8196d580 Modify optimize code style in YukiResourcesHookCreator 2022-11-11 21:38:21 +08:00
38c807892d Modify change logo url to raw in README 2022-11-08 16:21:02 +08:00
c98c73fce4 Fix translation problem in xposed-using documentation 2022-10-29 01:49:27 +08:00
1e16957279 Update Gradle & PlatformSDK
- Update Kotlin version to 1.7.20
2022-10-29 01:47:45 +08:00
08ae5340bf Fix Android N (API 24) Activity Proxy problem in AppParasitics, IActivityManagerProxy 2022-10-23 05:27:58 +08:00
70f9a21a50 Modify add null return type when api is not matched in ComponentTypeFactory, GraphicsTypeFactory, VariableTypeFactory 2022-10-23 05:27:09 +08:00
28eb44f4e0 Fix Executable type not support below Android 8 in YukiBridgeFactory 2022-10-20 00:10:53 +08:00
88d1d1b2b9 Update Gradle & PlatformSDK
- Update Android Gradle Plugin version to 7.3.1
- Update Kotlin version to 1.7.20
2022-10-20 00:09:32 +08:00
e0cce05bf1 Automatically compile documentation (1.1.4) 2022-10-04 07:18:40 +08:00
3de86bc180 Update version to 1.1.4 2022-10-04 07:15:09 +08:00
d1860c5ae3 Update api-exception documentation 2022-10-04 06:46:53 +08:00
fbb8cbdb8c Added more params function such as loadApp, loadZygote, loadSystem, withProcess in PackageParam 2022-10-04 06:45:45 +08:00
4670361507 Added obtainLoggerInMemoryData function usage in logger documentation 2022-10-04 06:00:51 +08:00
2fb96f3bf7 Added obtainLoggerInMemoryData function in YukiHookDataChannel 2022-10-04 05:50:09 +08:00
4bee3ca0a6 Fix logger data's package name blank problem in YukiLoggerData 2022-10-04 05:36:22 +08:00
9da3ecaefe Fix dataChannel cannot callback in Xposed Environment in YukiHookDataChannel 2022-10-04 05:21:28 +08:00
69465d0405 Modify change YukiHookLogger.inMemoryData type from HashSet to ArrayList in LoggerFactory 2022-10-04 04:25:12 +08:00
944b03717a Modify change YukiLoggerData to data class and implements Serializable in LoggerFactory 2022-10-04 04:10:52 +08:00
eed097eb76 Revert change ic_icon to ic_launcher in demo-module 2022-10-04 04:03:39 +08:00