Commit Graph

161 Commits

Author SHA1 Message Date
南宫雪珊 e7c36afeb0
Fix duplicate broadcasts (#2373) 2023-02-08 06:42:13 +08:00
LoveSy ebf5bba4d8
Fix notification on samsung (#2356)
```java
try {
    this.mSystemUIContext = context.createPackageContext(AudioConstants.SYSTEMUI_PACKAGE_NAME, 0);
} catch (PackageManager.NameNotFoundException e) {
} catch (SecurityException e2) {
}
```
2023-01-24 18:26:52 +00:00
LibXZR 5ea3db130c
Skip new launch when the previous one is still pending (#2347)
Fixes #2346

Co-authored-by: LoveSy <shana@zju.edu.cn>
2023-01-19 02:03:35 +08:00
Nullptr 7826b68645
Fix webview permission (#2334)
#2328
2023-01-16 12:47:57 +08:00
XposedBot 4277622fac
[translation] Update translation from Crowdin (#2322) 2023-01-15 09:38:17 +00:00
Nullptr 0969a25816
Fix dex2oat fallback (#2320) 2023-01-15 06:22:49 +00:00
XposedBot 583a5a541d
[translation] Update translation from Crowdin (#2290) 2022-12-09 19:35:33 +00:00
XposedBot 2294fc8c34
[translation] Update translation from Crowdin (#2281) 2022-12-06 11:07:47 +08:00
南宫雪珊 86d4722f80
Set opPkg to settings for android 9- (#2277) 2022-12-05 22:21:50 +08:00
vvb2060 26dd523fa0 Local get launch intent 2022-12-05 01:05:18 +08:00
vvb2060 ff35b9dc11 Fix system warning 2022-12-05 01:05:18 +08:00
vvb2060 377c8af3c7 Add receivers log 2022-12-05 01:05:18 +08:00
XposedBot 99cb46606f
[translation] Update translation from Crowdin (#2268) 2022-12-04 02:30:14 +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
vvb2060 0a26993039 Stop seteuid to 1000
#1872
2022-12-03 17:21:57 +08:00
vvb2060 e8cce7a88e Update version check 2022-12-03 17:21:57 +08:00
vvb2060 323fb7a501 Delete signature verification log 2022-12-03 17:21:57 +08:00
Howard Wu 6b70b624e3
Set the dex2oat wrapper owner and group to `root:shell` (#2248) 2022-11-27 00:12:05 +08:00
Howard Wu 6ee21618a6
Fix CrashReportActivity theme (#2226) 2022-11-12 22:18:54 +08:00
XposedBot a0476c7beb
[translation] Update translation from Crowdin (#2220) 2022-11-11 12:48:31 +00:00
XposedBot 4665c75998
[translation] Update translation from Crowdin (#2201) 2022-10-31 20:11:18 +08:00
XposedBot 57c3b42a88
[translation] Update translation from Crowdin (#2194) 2022-10-26 09:43:47 +00:00
LoveSy 82bc5cab0d
Update deps (#2170) 2022-10-13 16:54:25 +00:00
Howard Wu 86fd75ab7a
Clear application profile data before perform dexOpt (#2141) 2022-09-26 10:01:26 +08:00
5ec1cff 135a7d69f8
Avoid calling `finishReceiver` for unordered broadcasts (#2139) 2022-09-25 16:07:55 +08:00
LoveSy 811d3e49c1
Refine codes (#2122) 2022-09-15 10:18:27 +08:00
XposedBot 85b54dc64f
[translation] Update translation from Crowdin (#2113) 2022-09-14 06:29:56 +00:00
LoveSy 8f8eb73a69
Fix broadcastIntentWithFeature on Android S with newer patch (#2111) 2022-09-14 10:52:52 +08:00
XposedBot ba3581a9c0
[translation] Update translation from Crowdin (#2106) 2022-09-12 11:25:04 +00:00
XposedBot bfdba4c7aa
[translation] Update translation from Crowdin (#2066) 2022-08-09 06:58:36 +00:00
LoveSy 1b3b838760
Fix broadcast on SDK 32 (#2065) 2022-08-08 13:45:58 +00:00
LoveSy 02f09247ae
Use striped so for debug build (#2047) 2022-07-25 00:33:00 +08:00
LoveSy 666e8780c7
Update deps (#2016) 2022-06-30 16:43:40 +08:00
LoveSy 307b88f1d6
Use `absl::flat_hash_map` instead (#2001) 2022-06-29 02:21:39 +08:00
LoveSy 5ea6dffcbf
Replace corruption handler of DB (#1982) 2022-06-09 07:09:31 +00:00
Fankesyooni c10d4dd837
Fix: "cancelNotificationWithTag" method difference when API below 30 (#1975) 2022-06-06 08:28:07 +00:00
XposedBot 9d3f9cfdc7
[translation] Update translation from Crowdin (#1970) 2022-06-02 06:48:38 +00:00
南宫雪珊 cbd19d17a8
Revert "Fix resource hook on MediaTek" (#1954)
MTK has fixed this issue, for devices that have not been updated,
can use `resetprop ro.vendor.pref_scale_enable_cfg 0`
2022-05-19 09:08:12 +00:00
南宫雪珊 8febd8cc7a
Fix resource hook on MediaTek (#1951) 2022-05-19 04:57:35 +08:00
Andrew Gunnerson 793c5c955a
LSPManagerService: Change SELinux label of entire cache directory (#1933) (#1944)
With webview on Android 13 Beta (at least on Google Pixel devices),
webview expects to be able to read from a randomly generated temp directory:

    /data/user/0/com.android.shell/cache/.com.google.Chrome.XXXXXX (deleted)

Before this change, the root of the cache directory is labeled with
`shell_data_file` and `Chrome_ChildIOT` is not permitted read access to
the temp directory:

    05-12 10:59:48.728 13692 13692 W Chrome_ChildIOT: type=1400 audit(0.0:258): avc: denied { read } for path=2F646174612F757365722F302F636F6D2E616E64726F69642E7368656C6C2F63616368652F2E636F6D2E676F6F676C652E4368726F6D652E5965394D6433202864656C6574656429 dev="dm-47" ino=230834 scontext=u:r:isolated_app:s0:c512,c768 tcontext=u:object_r:shell_data_file:s0 tclass=file permissive=0
2022-05-16 06:57:27 +08:00
LoveSy e3b96ebb92
Update AGP (#1941) 2022-05-15 14:08:08 +08:00
南宫雪珊 b392f331c8
Replace ParceledListSlice with ParcelableListSlice (#1936) 2022-05-14 23:06:18 +08:00
南宫雪珊 2f0de5b7f3
Fix save log (#1932) 2022-05-11 09:38:39 +00:00
南宫雪珊 b36c170b8c
Fix prefs on other user (#1929) 2022-05-10 14:17:00 +00:00
XposedBot ffabc92423
[translation] Update translation from Crowdin (#1920) 2022-05-07 03:56:57 +00:00
LoveSy dbc350a75e
Fix hooking internal used methods (#1900) 2022-04-28 11:38:10 +08:00
LoveSy 109cdba60c
Fix module appid abnormal after soft reset (#1895) 2022-04-27 07:33:11 +00:00
Fankesyooni 59913258f9
Hide username in primary user's notification (#1889)
The notification prompt will not contain the current username when the primary user installs the Xposed Module
2022-04-25 21:50:27 +08:00