Commit Graph

120 Commits

Author SHA1 Message Date
2badbeea6c Update version to 1.1.5 2023-01-13 04:16:13 +08:00
961547e94c Update api-exception documentation 2023-01-13 03:17:53 +08:00
9474c5878c Update copyright date to 2023 for all existing files 2023-01-13 02:32:47 +08:00
abd8b95a05 Update knowledge documentation 2023-01-13 02:21:05 +08:00
6e4295de68 Modify change related instructions and notes 2023-01-13 02:19:17 +08:00
8e282dcd84 Update move-to-new-api documentation 2023-01-12 23:59:03 +08:00
3edc7dac19 Modify add dataExtra function and callback function id in HookParam, YukiMemberHookCreator 2023-01-12 23:57:50 +08:00
359886d7fd Modify change description "Hook 框架" to "Hook Framework" for all translations in code note and documentation 2023-01-12 01:07:17 +08:00
c6c19f174f Update home documentation 2023-01-12 00:51:37 +08:00
1068db7d89 Update api-exception documentation 2023-01-12 00:45:55 +08:00
2805ab359e Update logger documentation 2023-01-12 00:43:42 +08:00
5e478fe285 Modify decoupling Xposed API
- Remove YukiBridgeFactory, merge it to hook/core/api/*
- Remove YukiHookBridge, merge it to YukiXposedModule
- Remove the direct call function of Xposed API
- Change hook entry class way of injecting
- Fix some bugs in LoggerFactory, YukiXposedModule (formerly YukiHookBridge), AppParasitics
2023-01-12 00:42:03 +08:00
53d58922c9 Update api-exception documentation 2023-01-08 01:57:55 +08:00
a3aadafcf5 Modify change segmentation of too large data when sending broadcasts data and wrapped the data in YukiHookDataChannel 2023-01-08 01:57:03 +08:00
0dc100d1bc Update api-exception documentation 2023-01-05 19:28:31 +08:00
db1d15a621 Update api-exception documentation 2023-01-05 19:09:50 +08:00
3c76dbdd36 Modify add argument generics method in GenericClass 2023-01-05 19:09:15 +08:00
27e9514798 Modify make ChannelData, PrefsData implements Serializable 2023-01-04 21:00:23 +08:00
1d42406ad1 Update xposed-channel documentation 2023-01-03 20:41:27 +08:00
1ec5a02db2 Modify add ChannelPriority class and add "priority" param in wait, checkingVersionEquals, obtainLoggerInMemoryData function in YukiHookDataChannel 2023-01-03 20:41:09 +08:00
904a23e770 Update xposed-channel documentation 2023-01-03 01:32:25 +08:00
aadac2fd37 Update logger documentation 2023-01-02 20:39:15 +08:00
67839a9ebb Modify add contents function and add "data" param in saveToFile in LoggerFactory 2023-01-02 20:36:34 +08:00
88fc60c38c Modify add TaiChi activation status in higher API version description in example documentation 2023-01-02 19:35:21 +08:00
f31168b5ed Modify add "initialize" param in classOf, toClass, toClassOrNull, get, getOrNull function in ReflectionFactory, PackageParam, VariousClass 2023-01-01 22:05:03 +08:00
48ea8c4ebc Modify make constructor "name" param private and change to val in VariousClass 2023-01-01 21:57:06 +08:00
3c97d8097c Update quick-start, xposed-using documentation 2023-01-01 19:08:48 +08:00
f1ad0e15b4 Update reflection documentation 2022-12-31 02:21:58 +08:00
449158879c Added param, type, returnType conditions functions in FieldFinder, MethodFinder, ConstructorFinder, FieldRules, MethodRules, ConstructorRules and fix some bugs in ReflectionTool 2022-12-31 02:21:00 +08:00
5ba8cab9f9 Modify add "isAccessible" param in allMethods, allConstructors, allFields function in ReflectionFactory 2022-12-30 21:27:01 +08:00
2dc4ea9d45 Modify change Xposed support description in home documentation 2022-12-30 20:48:36 +08:00
a0db8dd118 Update api-exception documentation 2022-12-30 20:48:35 +08:00
b13779c8fb Modify change registerModuleAppActivities function minimum support Android 7.0 (API 24) in YukiHookFactory, AppParasitics 2022-12-30 20:48:35 +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
d2042daf5f Modify add onInit method's suggestion in quick-start documentation 2022-12-29 23:30:15 +08:00
32589cec8e Added extends, notExtends, implements, notImplements, toJavaPrimitiveType function in ReflectionFactory 2022-12-29 23:01:26 +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
8b919d8aca Update api-exception documentation 2022-11-29 02:21:01 +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
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
20b0ed29ab Modify canonical what Java Primitive Type means and add some type in VariableTypeFactory 2022-11-27 04:19:13 +08:00
826bb2c660 Modify change classOf function return cast type to Class<T> in ReflectionFactory 2022-11-27 01:46:36 +08:00
c98c73fce4 Fix translation problem in xposed-using documentation 2022-10-29 01:49:27 +08:00
3de86bc180 Update version to 1.1.4 2022-10-04 07:15:09 +08:00