78 Commits

Author SHA1 Message Date
375b2f3398 refactor: disable resources hook by default 2023-10-03 04:16:55 +08:00
7280397d79 feat: add new api preview functions, mark old api to legacy 2023-10-03 04:15:59 +08:00
1ffa0fab4f refactor: merge opt-in api to new annotations 2023-10-03 01:59:55 +08:00
71203cd9bf refactor: make BaseFinder.BaseResult public 2023-10-02 23:07:15 +08:00
b531fce974 refactor: deprecated findClass and String.hook functions 2023-10-02 22:40:38 +08:00
18ec0e2727 feat: add replace resources hook callback functions 2023-10-02 02:36:15 +08:00
e813aaf97a fix: HookParam call timing problem and refactor HookParam 2023-10-02 01:15:35 +08:00
460ac083b0 refactor: merge HashSet/ArraySet to MutableSet, HashMap/ArrayMap to MutableMap, ArrayList to MutableList 2023-10-02 00:35:20 +08:00
00bea93085 refactor: merge HashSet, ArrayList to MutableList 2023-10-01 23:00:55 +08:00
c9e2720afc fix: make actualTypeArguments not force cast to Class type 2023-10-01 00:59:55 +08:00
0709317d36 refactor: disable debug mode by default 2023-09-30 23:32:45 +08:00
bca5a07826 refactor: optimize some code 2023-09-30 23:25:55 +08:00
c651776da0 refactor: split LoggerFactory to YLog and YLogData 2023-09-28 00:50:45 +08:00
ee1fc85a4e refactor: make CauseProblemsApi open again 2023-09-28 00:11:43 +08:00
3ab4a8ee12 refactor: remove some comments 2023-09-27 22:15:05 +08:00
18172145ef refactor: remove "" and other comments 2023-09-27 18:17:45 +08:00
418fd9de00 refactor: use magic to hide lint on non-public, inline api
- remove all YukiGenerateApi, YukiPrivateApi and @PublishedApi
2023-09-27 18:01:35 +08:00
4d0dce8fd3 style: rename toStackTrack to dumpToString 2023-09-26 02:33:39 +08:00
68f8b0f571 refactor: optimize core finder code
- fix remedy plan not show any errors problem
- rearrange some code
2023-09-24 01:09:03 +08:00
00788cce5a fix: debug mode use debug log 2023-09-23 21:59:17 +08:00
e14c3e3808 style: use TAG instead hardcode 2023-09-23 21:00:29 +08:00
c849690699 refactor: merge all util functions to factory 2023-09-23 20:55:43 +08:00
1af4ff8525 feat: add TAG & merge API_VERSION_NAME, API_VERSION_CODE to VERSION 2023-09-23 20:23:25 +08:00
e7cca9b5ca docs: correct comments 2023-09-23 19:39:10 +08:00
23f4da648a docs: optimize comments 2023-09-22 17:15:24 +08:00
5bd18269c2 docs: optimize comments 2023-09-21 03:20:46 +08:00
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
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