Commit Graph

1290 Commits

Author SHA1 Message Date
8ba166dab9 style: lots of changes
- move demo-app, demo-module to samples
- rename yukihookapi to yukihookapi-core
- optimize code
- other small changes
2023-09-21 03:19:13 +08:00
dd7912a577 docs: update README, README-zh-CN 2023-09-21 03:16:23 +08:00
fc2187ddc8 chore: migrate build script from groovy to kts
- using SweetDependency, SweetProperty
- using new maven publish function
- update gradle and dependencies
2023-09-21 03:13:14 +08:00
bdae1944f2 chore: clean up build step files 2023-09-21 03:10:36 +08:00
e4063866f9 [Change Commit Specification] Use the new commit spec from here on
child commits:
chore: add .editorconfig
2023-09-21 03:06:43 +08:00
53de203733 Refactor optimize code in YukiHookDataChannel 2023-08-29 20:07:43 +08:00
db8cafe1f4 Modify rearrange code in YukiHookAPI 2023-08-29 20:06:13 +08:00
a88e88786e Refactor optimize code in YukiHookDataChannel, AppParasitics 2023-08-29 20:03:55 +08:00
Fankesyooni
f02e512ad8 Merge pull request #44 from BlueCat300/master
Fixed context-registered receivers
2023-08-29 19:53:47 +08:00
Blue cat
9da4743feb Fixed context-registered receivers 2023-08-24 19:09:46 +03:00
befa2d26ee Modify reformat code in README 2023-08-17 06:10:06 +08:00
Fankesyooni
4e8c46a85b Merge pull request #41 from kazutoiris/master
Add `zuiyou-adfree` to cooperation
2023-08-14 19:19:16 +08:00
kazutoiris
52739b9572 Add cooperation 2023-08-14 19:09:50 +08:00
30b4fda708 Fix naming of "ShortArrayType" in VariableTypeFactory 2023-06-26 06:00:06 +08:00
1e030ee72c Automatically compile documentation (1.1.11) 2023-05-12 17:05:56 +08:00
482efff67c Fix project url changed problem in type define documentation 2023-05-12 17:03:25 +08:00
1012777858 Fix translation problem in reflection documentation 2023-05-12 17:01:56 +08:00
Fankesyooni
a40318378f Merge pull request #38 from yangyiyu08/master
Fix get interfaces of class in ReflectionFactory
2023-05-05 23:47:45 +08:00
Fankesyooni
d2d95703dc Refactor optimize code in ReflectionFactory 2023-05-05 23:45:49 +08:00
qingyu
1bb2c4e5a2 fix get interfaces of class
fix get interfaces of class
2023-05-05 23:29:15 +08:00
9f24bffedc Automatically compile documentation (1.1.11) 2023-04-26 15:00:36 +08:00
f85cafc73d Fix "GitHub" spelling in all files 2023-04-26 14:59:35 +08:00
c5f2163fa3 Modify make makeWorldReadable function to inline in YukiHookPrefsBridge 2023-04-26 14:55:38 +08:00
e986a85d5a Automatically compile documentation (1.1.11) 1.1.11 2023-04-25 05:48:36 +08:00
0454c6faee Update version to 1.1.11 2023-04-25 05:45:05 +08:00
a398720755 Update demo 2023-04-25 05:05:55 +08:00
f6096721b7 Modify remove Members cache function and remove LruCache function, optimizing performance of finder 2023-04-25 05:03:20 +08:00
0b5bb7f09c Added Sequence.findLastIndex, Sequence.lastIndex functions in UtilsFactory 2023-04-25 04:29:55 +08:00
160856ebad Update demo 2023-04-25 01:22:05 +08:00
21970d1bc2 Modify remove prefs cache function in YukiHookPrefsBridge, YukiHookAPI 2023-04-25 01:21:05 +08:00
c2e4651137 Modify refactor code style in ReflectionTool 2023-04-24 22:15:43 +08:00
495aa08eb6 Automatically compile documentation (1.1.10) 1.1.10 2023-04-21 01:10:56 +08:00
48ed26366a Update version to 1.1.10 2023-04-21 01:09:35 +08:00
60f8937d55 Update host-inject documentation 2023-04-21 00:29:35 +08:00
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
ea609fb1c3 Added LruCache function to save memory 2023-04-20 22:37:55 +08:00
ddacf818c8 Modify change some HashMap to ArrayMap to save memory 2023-04-20 17:23:36 +08:00
03320b40fa Fix contains, all functions not support isUsingNativeStorage function in YukiHookPrefsBridge 2023-04-18 22:15:56 +08:00
635e8b5e40 Automatically compile documentation (1.1.9) 1.1.9 2023-04-17 05:31:06 +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
b41897fd58 Modify suppress some warn lint checking in DexClassFinder, HandlerDelegateCaller, YukiHookDataChannel 2023-04-17 03:42:35 +08:00
9e1a6f2b07 Update demo 2023-04-17 03:36:05 +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
e298f19e33 Fix prefs object created every time maybe called app OOM problem in YukiHookModulePrefs 2023-04-17 00:18:06 +08:00
b61bd33a67 Added XSharedPreferencesDelegate to fix no Xposed environment class not found problem 2023-04-17 00:16:05 +08:00
9ba7497b7a Update demo 2023-04-16 23:13:55 +08:00