Commit Graph

986 Commits

Author SHA1 Message Date
e09d2b7eaa Modify move links in parentheses to tip in logger documentation 2022-09-22 23:30:32 +08:00
1af77c38dc Fix jump url bug in api-example documentation 2022-09-22 22:36:46 +08:00
58ca6d5f77 Fix translation problem in quick-start documentation 2022-09-22 22:22:25 +08:00
e007f40925 Update YukiHookAPI-ProjectBuilder Screenshot 2022-09-22 22:17:20 +08:00
62245efe0e Added new logger function using in logger documentation 2022-09-22 16:34:43 +08:00
bdb113f829 Update demo 2022-09-22 16:34:25 +08:00
3339821411 Added new logger function in LoggerFactory, YukiHookAPI.Configs 2022-09-22 16:34:15 +08:00
6d10673e07 Added Throwable.toStackTrace function in UtilsFactory 2022-09-22 15:06:54 +08:00
4c521abe67 Modify add try catch on findUserId function in AppParasitics 2022-09-22 11:06:42 +08:00
eb4696e697 Added toClassOrNull function using in reflection documentation 2022-09-21 21:36:45 +08:00
930f4166a4 Added String.toClassOrNull VariousClass.toClassOrNull function in ReflectionFactory and PackageParam 2022-09-21 21:18:58 +08:00
00b4119285 Fix entryPackageName cast to injectPackageName bug in CodeSourceFileFactory 2022-09-21 20:26:51 +08:00
c5fa51456e Fix when classSet and loaderSet is null still print logcat problem in MemberBaseFinder, ClassBaseFinder 2022-09-21 20:05:02 +08:00
f6e905ef5a Update Android Gradle Plugin to 7.3.0 2022-09-21 19:05:43 +08:00
865a1d8c39 Added anchor in api-exception documentation 2022-09-21 15:17:51 +08:00
ca56c63889 Fix typo "查询" with "查找" in code note and documentation 2022-09-21 14:50:27 +08:00
f9dab473a4 Update api-exception documentation 2022-09-21 14:31:33 +08:00
20663f54d8 Added DexClassFinder and toClass, hasClass function using in reflection documentation 2022-09-21 14:31:27 +08:00
41546b2c9f Added DexClassFinder function allowed ClassLoader to search classes (Beta Feature) 2022-09-21 14:30:17 +08:00
6ea012472d Modify change injection process to GenerateData and integrate into the new code file 2022-09-20 14:38:19 +08:00
f7f773ec6e Added generic using in reflection documentation 2022-09-20 12:37:58 +08:00
9b7a767e71 Added GenericClass and generic function in CurrentClass and ReflectionFactory 2022-09-20 11:58:00 +08:00
87a4b02e4a Modify add superClassSet in SuperClass in CurrentClass 2022-09-20 11:19:08 +08:00
83e976890c Modify add code note because lost in ModifierRules, CountRules, NameRules 2022-09-19 12:09:52 +08:00
78f7586190 Modify fix code note 2022-09-18 12:31:12 +08:00
e9ec6b7e4b Modify change "[*] 或 [*]" to "[*] or [*]" for code note 2022-09-17 15:02:05 +08:00
2bd3acf73b Modify merge to new document url for code note 2022-09-17 14:56:07 +08:00
8f73935a3f Modify change to new document and merge functions in README, README-zh-CN 2022-09-17 14:56:07 +08:00
237d5cbed0 Added new documentations files 2022-09-17 14:46:07 +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
130f66baca Modify move "throw createException" content to function templates in FieldRulesData, MethodRulesData, ConstructorRulesData, MemberRulesData, BaseRulesData and make modifiers condition visible 2022-09-17 13:18:45 +08:00
35bffae9ff Added Suppress("KotlinConstantConditions") in ReflectionTool 2022-09-17 11:39:17 +08:00
be2810f136 Added Project icon 2022-09-16 13:10:49 +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
f48b5b71a7 Modify remove parallelForEach function because it is no need anymore in UtilsFactory 2022-09-16 02:53:24 +08:00
38efe2127b Modify move FieldConditions, MethodConditions, ConstructorConditions, IntConditions to TypeAliasFactory (incorrectly added TODO to commit) 2022-09-16 02:53:24 +08:00
2a40457364 Modify change contains function from reflects to symbolName in NameConditions (conflict commit) 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
744ad4e113 Added @throws code note on paramTypesEq function in ReflectionTool 2022-09-16 02:53:23 +08:00
da42fe0d00 Moved core.reflex.utils.ReflectionTool to core.finder.utils.ReflectionTool 2022-09-16 02:53:23 +08:00
b98e175f99 Remove parse folder because is no longer need it 2022-09-16 02:53:23 +08:00
c0cfeb972b Modify merge function value hashCode to toString in MemberRulesData, FieldRulesData, MethodRulesData, ConstructorRulesData 2022-09-16 02:53:23 +08:00
ed408fd0f2 Fix space overflow bug in ReflectionTool 2022-09-16 02:53:23 +08:00
74bb420947 Fix logger params overflow bug in ReflectionTool 2022-09-16 02:53:23 +08:00
e955b8d9fd Update api-exception documentation 2022-09-16 02:53:23 +08:00