Commit Graph

202 Commits

Author SHA1 Message Date
388147f089 Added custom proxy class name for Activity Proxy function 2023-04-21 00:13:35 +08:00
cc321df3b8 Modify merge YukiHookPrefsBridge cache function to LruCache and add new PreferencesCacheManager 2023-04-20 22:48:55 +08:00
6b4804cfb8 Update version to 1.1.9 2023-04-17 05:27:55 +08:00
51a9f42bd5 Fix some contents problem in NameRules documentation 2023-04-17 05:07:05 +08:00
f9cdcc508f Modify make YukiHookPrefsBridge not singleton to fix some duplicate assignment problems and change code note in documentation 2023-04-17 04:40:35 +08:00
7f7b8e94f5 Update api-exception documentation 2023-04-17 03:35:35 +08:00
390ee9e509 Modify change YukiHookModulePrefs name to YukiHookPrefsBridge and make it support native storage usage in YukiHookPrefsBridge 2023-04-17 03:35:05 +08:00
1215ccf220 Modify move puts functions to Editor in YukiHookModulePrefs 2023-04-16 23:13:05 +08:00
f8eefd58fd Update example documentation 2023-04-16 20:57:05 +08:00
404bbfa4eb Added type function in YukiHookAPI.Status.Executor and add ExecutorType 2023-04-16 20:22:18 +08:00
a8121d8735 Modify change YukiHookDataChannel usages
- Fix data channel transaction data parse maybe failure on some devices
- Added dataMaxByteSize, dataMaxByteCompressionFactor functions
2023-04-09 23:57:05 +08:00
914b059d9c Added contains function in YukiHookModulePrefs 2023-04-09 00:46:27 +08:00
a0714eb996 Update api-exception documentation 2023-04-08 03:19:35 +08:00
8120206f4d Update xposed-channel documentation 2023-04-08 03:19:05 +08:00
05a7059eeb Modify remove restrictions on only can use data channel in Activity for Module App in YukiHookDataChannel 2023-04-08 03:17:35 +08:00
099ece1e97 Update api-exception documentation 2023-04-08 00:56:15 +08:00
ecfd6e42bf Re-update version to 1.1.8 2023-02-01 04:00:55 +08:00
370f954c1a Modify replace version 1.1.7 to 1.1.8 in documentations 2023-02-01 03:59:25 +08:00
9215275c56 Update version to 1.1.7 2023-02-01 03:11:15 +08:00
caa412953d Update xposed-using documentation 2023-02-01 02:39:52 +08:00
476ce48d1f Modify change hooker functions to MemberBaseFinder.MemberHookerManager in FieldFinder, MethodFinder, ConstructorFinder, MemberBaseFinder 2023-02-01 01:52:55 +08:00
6e67298225 Added new registerReceiver function and fix Host App lifecycle events call multiple times in AppLifecycle in PackageParam 2023-01-31 22:19:20 +08:00
5bd1b3b79e Added instanceOrNull functions in HookParam 2023-01-31 21:30:27 +08:00
72ba52ad22 Modify add cooperations contents in reflection, future documentation 2023-01-26 02:32:21 +08:00
0b1e078829 Fix some problem contents in documentation 2023-01-26 01:50:50 +08:00
a7f9144c3d Update version to 1.1.6 2023-01-21 00:32:05 +08:00
4230e4f8be Update api-exception documentation 2023-01-21 00:07:21 +08:00
1831257784 Update api-example documentation 2023-01-20 23:52:59 +08:00
3e55d6178d Fix some problem contents in YukiHookAPI documentation 2023-01-20 20:49:30 +08:00
c4acd31c8d Modify change member call param name to "args" in ConstructorFinder, MethodFinder, ReflectionFactory 2023-01-20 20:43:20 +08:00
9d512a0d7d Fix documentation contents bugs 2023-01-13 10:09:37 +08:00
2b7ee6cf78 Modify change code note for obtainLoggerInMemoryData function in YukiHookDataChannel 2023-01-13 09:43:10 +08:00
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