Commit Graph

23 Commits

Author SHA1 Message Date
Howard Wu 0d7cfd3797
Fix `IContentProvider` for Android P and below (#2735)
Fix #2734
2023-09-01 21:54:50 +08:00
Howard Wu 32e0daf1b4
Fix IActivityManager.bindService for Android 14 (#2700) 2023-08-19 18:10:18 +00:00
Howard Wu 0b27b23952
Always call finishReceiver after dispatched BOOT_COMPLETED (#2693)
For Android 14:
1. Receivers registered with `scheduleRegisteredReceiver` need to call `finishReceiver` when `assumeDelivered` is false to avoid blocking.
2. `LOCKED_BOOT_COMPLETED` is no longer `ordered` but `assumeDelivered` = false

Co-authored-by: 5ec1cff <56485584+5ec1cff@users.noreply.github.com>
2023-08-18 10:07:11 +08:00
LoveSy a483aa3248
Remove FastNative stub (#2631)
It's now included in platform 34
2023-07-15 18:24:16 +08:00
Howard Wu 8da8da3004
Upgrade Gradle to 8.1.1 (#2543) 2023-05-21 16:16:22 +08:00
LoveSy 3b8dadc526 Implement getDefaultClassLoader 2023-02-26 16:48:49 +08:00
Nullptr b83c0f4169 Fix module service not constructed 2023-02-26 16:48:49 +08:00
Nullptr fb0ceca588 Implement module service 2023-02-26 16:48:49 +08:00
Nullptr d29a3bf16e Fix system_server module load 2023-02-26 16:48:49 +08:00
南宫雪珊 10804dfa7f
Clean code (#2335) 2023-01-16 22:04:00 +08:00
vvb2060 d1ea380898 Support config change 2022-12-03 17:21:57 +08:00
vvb2060 2aec14482b Add notification to open app 2022-12-03 17:21:57 +08:00
vvb2060 4669e3677a Do not hardcode service names 2022-12-03 17:21:57 +08:00
Howard Wu 6ee21618a6
Fix CrashReportActivity theme (#2226) 2022-11-12 22:18:54 +08:00
Howard Wu 86fd75ab7a
Clear application profile data before perform dexOpt (#2141) 2022-09-26 10:01:26 +08:00
LoveSy 8f8eb73a69
Fix broadcastIntentWithFeature on Android S with newer patch (#2111) 2022-09-14 10:52:52 +08:00
LoveSy 1b3b838760
Fix broadcast on SDK 32 (#2065) 2022-08-08 13:45:58 +00:00
Fankesyooni c10d4dd837
Fix: "cancelNotificationWithTag" method difference when API below 30 (#1975) 2022-06-06 08:28:07 +00:00
LoveSy e3b96ebb92
Update AGP (#1941) 2022-05-15 14:08:08 +08:00
Fankesyooni 44e15da227
Fix the notification push issue after Xposed Module installation or removed (#1882)
* Canceled the notification when Xposed Module removed

* Fix the packageName confusion notification push problem

* Ignore the addition of duplicate ids

* Add the packageName into notification tag

* Revise the notification id into auto-increment id

* Add the conflict ids templates web url

* Revise only the package name and userId are reserved for judging the uniqueness of the notification id

* Fix code style
2022-04-22 06:40:03 +00:00
LoveSy ec5f7847e9
Avoid using system methods in callback (#1830) 2022-04-10 08:15:52 +00:00
LoveSy a884c1b2ba
Support attach debugger to hooked process (#1807) 2022-04-04 12:58:20 +08:00
LoveSy 6f48c663db
Refactor some gradle (#1752) 2022-03-13 07:23:04 +08:00