Commit Graph

100 Commits

Author SHA1 Message Date
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
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
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
ce9f36fd27 Update version to 1.1.3 2022-09-30 23:42:30 +08:00
885fb08ef2 Added log data isolated illustrate in logger documentation 2022-09-30 23:33:23 +08:00
f9743f75be Added warn code note in LoggerFactory 2022-09-30 23:30:01 +08:00
d322f618e2 Update version to 1.1.2 2022-09-30 03:29:50 +08:00
03148eb9d6 Added ClassLoader.listOfClasses function in ReflectionFactory 2022-09-30 03:09:25 +08:00
4bbebdffe4 Added inMemoryData usage in logger documentation 2022-09-30 02:48:21 +08:00
a057a4d29c Modify rename and open YukiLoggerData function in LoggerFactory 2022-09-30 02:38:36 +08:00
959085f9c2 Added ClassLoader Conflict Problem in host-inject documentation 2022-09-30 02:08:31 +08:00
e9d28847d6 Added excludeHostClasses, excludeModuleClasses function in ModuleClassLoader 2022-09-30 01:30:43 +08:00
280994100d Added friend link English version in knowledge documentation 2022-09-30 00:41:40 +08:00
496580e257 Update version to 1.1.1 2022-09-28 19:05:53 +08:00
b33651ee5c Modify change friend links in knowledge documentation 2022-09-28 18:45:31 +08:00
550901f95b Fix documentation icon path mistake bug 2022-09-28 18:41:19 +08:00
b153fdd2bb Fix documentation source path Affected features Edit on Github 2022-09-28 04:33:15 +08:00