Commit Graph

2739 Commits

Author SHA1 Message Date
LoveSy 55afed974d
Fix backup race (#2416) 2023-03-05 06:30:36 +00:00
Howard Wu d8cea17a80
Add more hint for shortcut and notification (#2411)
Co-authored-by: vvb2060 <vvb2060@gmail.com>
2023-02-28 20:37:44 +00:00
Howard Wu e2bfd98cee
Upgrade AGP (#2410)
Co-authored-by: 南宫雪珊 <vvb2060@gmail.com>
2023-02-28 15:47:51 +00:00
Howard Wu 3c4b02a0ea
Don't set key for dependencies (#2409) 2023-02-28 12:18:33 +08:00
dependabot[bot] f96ec2a1f6
Bump androidx.annotation:annotation from 1.5.0 to 1.6.0 (#2408) 2023-02-28 11:57:22 +08:00
LoveSy 88051f541e
Fix Android 8.1 (#2407) 2023-02-27 08:30:34 +00:00
南宫雪珊 9dfa88fa24
Initially trigger an event (#2402) 2023-02-27 16:22:40 +08:00
Howard Wu 2295f9fed2
Update CI (#2406)
+ Fix post to Telegram
+ Make ccache read-only in all but the master branch
+ Delete any files in the Gradle User Home that were not used by Gradle during the GitHub Actions workflow
2023-02-27 05:49:28 +00:00
LoveSy 6751b7350f
Check module configuration (#2403)
Co-authored-by: vvb2060 <vvb2060@gmail.com>
2023-02-27 11:43:37 +08:00
Howard Wu a31162e284
Use gradle-build-action to cache more files (#2400) 2023-02-27 02:52:49 +08:00
Howard Wu c7f39e0e5d
Cleanup (#2404) 2023-02-26 17:23:09 +00:00
Nullptr 0b613f7226
Store info in module.prop (#2399) 2023-02-26 19:00:52 +08:00
LoveSy 6a1b7cf339
Implment morden Xposed API (#2398)
And fix version code and name
2023-02-26 09:48:23 +00:00
LoveSy d7c7069114 No metadata required for modern modules 2023-02-26 16:48:49 +08:00
LoveSy b069da0323 Refine gradle scripts 2023-02-26 16:48:49 +08:00
LoveSy 559f2860dd Fix native method registration 2023-02-26 16:48:49 +08:00
LoveSy d671dc535e enable configuration cache 2023-02-26 16:48:49 +08:00
LoveSy 3b8dadc526 Implement getDefaultClassLoader 2023-02-26 16:48:49 +08:00
LoveSy e18d0b684d Make DexParser.Id comparable 2023-02-26 16:48:49 +08:00
LoveSy f19950adda Notify module if request scope fails to send notification 2023-02-26 16:48:49 +08:00
LoveSy 765c716a5d No compile time inherit check 2023-02-26 16:48:49 +08:00
LoveSy 4444825e3e Implement invoke special and new instance special 2023-02-26 16:48:49 +08:00
LoveSy 54483ab89b Implement invokeOriginalConstructor 2023-02-26 16:48:49 +08:00
Nullptr e1e716b52f Update api 2023-02-26 16:48:49 +08:00
Nullptr 295b0ee0ce Change xposed_init -> java_init.list, add xposedtargetversion 2023-02-26 16:48:49 +08:00
Nullptr 7d2c599e96 Implement block scope request 2023-02-26 16:48:49 +08:00
Nullptr 0339bb631a Move package to .api 2023-02-26 16:48:49 +08:00
Nullptr c619737e42 Throw HookFailedError 2023-02-26 16:48:49 +08:00
Nullptr b228c224c1 Revert "Throw HookFailedException"
This reverts commit 06cb7abedbd1af4d58d42ebe79b5458f7dad62c5.
2023-02-26 16:48:49 +08:00
Nullptr c69bd3fbcc Throw HookFailedException 2023-02-26 16:48:49 +08:00
LoveSy 73a98d6b9d Add block scope request to configManager 2023-02-26 16:48:49 +08:00
LoveSy 5c499e6c02 Sort method body ids 2023-02-26 16:48:49 +08:00
LoveSy cd88218865 Fix package name "android" 2023-02-26 16:48:49 +08:00
LoveSy 1ef284f287 Implement onSystemServerLoaded 2023-02-26 16:48:49 +08:00
LoveSy 2d0797973e Fix dependencies build 2023-02-26 16:48:49 +08:00
LoveSy 403791a25e Only send binder to non-legacy module 2023-02-26 16:48:49 +08:00
LoveSy 3209433766 Use gradle dependencies 2023-02-26 16:48:49 +08:00
Nullptr e67335d7ee Correct getFrameworkName 2023-02-26 16:48:49 +08:00
LoveSy 140846df66 Make "remote://" as static value 2023-02-26 16:48:49 +08:00
LoveSy 5e026ad351 No remote database support 2023-02-26 16:48:49 +08:00
LoveSy b52c40615e Remove xposedResources 2023-02-26 16:48:49 +08:00
Nullptr 53fec857a0 Clear uid set on registerUidObserver 2023-02-26 16:48:49 +08:00
LoveSy ae5f8a70ae Refine codes 2023-02-26 16:48:49 +08:00
LoveSy 6b03c6397a Fix method signature 2023-02-26 16:48:49 +08:00
LoveSy 4768d6cba4 Fix files context 2023-02-26 16:48:49 +08:00
LoveSy 4c3f8d95db Correct module remote file implementation 2023-02-26 16:48:49 +08:00
LoveSy 5e3d4d6559 More interfaces 2023-02-26 16:48:49 +08:00
LoveSy d429e51900 Support list files 2023-02-26 16:48:49 +08:00
LoveSy 2dd0080956 Only call remote file when starts with remote:// 2023-02-26 16:48:49 +08:00
LoveSy bbdc6084b9 Change signature for obfuscation 2023-02-26 16:48:49 +08:00