Commit Graph

197 Commits

Author SHA1 Message Date
e0cce05bf1 Automatically compile documentation (1.1.4) 2022-10-04 07:18:40 +08:00
0ed89da1a8 Automatically compile documentation (1.1.3) 2022-09-30 23:45:18 +08:00
d2e8ac7814 Automatically compile documentation (1.1.2) 2022-09-30 03:32:06 +08:00
27f7074a7b Automatically compile documentation (1.1.1) 2022-09-28 19:11:45 +08:00
64927667ad Automatically compile documentation (1.1.0) 2022-09-28 04:34:02 +08:00
5019f3c03a Automatically compile documentation (1.1.0) 2022-09-28 04:26:36 +08:00
dbd5a74a5c Remove old documentations 2022-09-17 14:44:17 +08:00
28a88cf25f Modify change pre-release version 1.0.93 to 1.1.0 2022-09-17 13:29:57 +08:00
d22c268234 Update api-exception documentation 2022-09-16 02:53:25 +08:00
9585d4b91f Modify change appContext, appResources return object with null-safe type in PackageParam 2022-09-16 02:53:25 +08:00
f236ea3940 Modify change code note in YukiHookAPI 2022-09-16 02:53:24 +08:00
a9e5c0780f Modify move NameConditions, ModifierRules to finder/base/rules and renamed and replace them with a new method of use 2022-09-16 02:53:24 +08:00
d345a5d94b Modify move ClassLoader.fetching in PackageParam to ClassLoader.onLoadClass in ReflectionFactory and fix reuse problem 2022-09-16 02:53:24 +08:00
9f68066d5e Added missing code note in YukiHookFactory 2022-09-16 02:53:24 +08:00
e955b8d9fd Update api-exception documentation 2022-09-16 02:53:23 +08:00
14fc851074 Modify add VagueType conditions and rename function arrayContentsEq to paramTypesEq in ReflectionTool 2022-09-16 02:53:22 +08:00
b928e54905 Modify add reusable conditions and change code note in NameConditions 2022-09-16 02:53:22 +08:00
113719b0d2 Added length { ... } function in NameConditions 2022-09-16 02:53:22 +08:00
bc03f14ba5 Added paramCount { ... } function in MethodFinder and ConstructorFinder 2022-09-16 02:53:21 +08:00
bff53aabcd Modify change FieldCondition, MethodCondition, ConstructorCondition to FieldConditions, MethodConditions, ConstructorConditions in ReflectionFactory 2022-09-16 02:53:21 +08:00
134aacda2e Update api-exception documentation 2022-09-16 02:53:20 +08:00
9c467c19a1 Update api-exception documentation 2022-09-16 02:53:19 +08:00
11e1beca3a Added length function in NameConditions 2022-09-16 02:53:19 +08:00
989e9fc0b9 Modify change code note in FieldFinder, MethodFinder, ConstructorFinder 2022-09-16 02:53:18 +08:00
8a58e380a1 Added VagueType, VagueClass in DefinedTypeFactory 2022-09-16 02:53:18 +08:00
e7d760a449 Modify support Class name contains in NameConditions 2022-09-16 02:53:17 +08:00
81fb4fffa0 Update api-exception documentation 2022-09-16 02:53:17 +08:00
b3ad8cd783 Modify merge toClass, hasClass function to ReflectionTool and remove toAppClass function in PackageParam 2022-09-16 02:53:17 +08:00
c20b297006 Modify move classOf to toClass function in ReflectionFactory 2022-09-16 02:53:17 +08:00
5eff2262c5 Modify change documentation file style 2022-09-16 02:53:17 +08:00
eace4fed6d Modify change code note in ReflectionFactory 2022-09-16 02:53:17 +08:00
c9fa5034c4 Modify move clazz, hasClass to toAppClass, hasClass function and add isForceUseAbsolute param to Class.hook function 2022-09-16 02:53:16 +08:00
17fe436760 Modify move MethodFinder, ConstructorFinder, FieldFinder rules data to MethodRulesData, ConstructorRulesData, FieldRulesData and separate BaseFinder 2022-09-16 02:53:16 +08:00
6d8d7bb86e Added Class.hasModifiers function in ReflectionFactory 2022-09-16 02:53:16 +08:00
43e1d5b2ae Modify change BaseFinder to MemberBaseFinder and move members finder to members 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
7e65de6a1f Update special-feature documentation 2022-08-28 23:32:05 +08:00
c93e6a563e Modify move Result to Process for Hooker in MethodFinder, ConstructorFinder and YukiMemberHookCreater 2022-08-28 22:39:45 +08:00
0f0bd40916 Added some sample in documentation 2022-08-28 02:43:44 +08:00
d27ca2b914 Modify change invokeOriginal function and add callOriginal function in HookParam 2022-08-27 12:40:16 +08:00
c3e7c415ba Update quick-start documentation 2022-08-27 00:28:35 +08:00
f3acdaee08 Update knowledge documentation 2022-08-26 23:50:25 +08:00
fd54628fd7 Modify move documentation and replace applyTheme to applyModuleTheme 2022-08-26 23:46:30 +08:00
eb8a31e3c3 Update api-exception documentation 2022-08-26 22:33:26 +08:00
25e3dd2d59 Modify move HookParamWrapper to YukiHookCallback.Param 2022-08-26 22:27:43 +08:00
fa352c7c7c Modify change documentation 2022-08-26 19:53:53 +08:00
55b0699882 Added configuration params in Context.applyTheme in YukiHookFactory and ModuleContextThemeWrapper 2022-08-24 00:22:49 +08:00
28744cf32c Fix words typo in documentation 2022-08-22 00:41:37 +08:00
a3892079da Fix when registered activity changed injected resources lost bug 2022-08-21 23:46:25 +08:00