Commit Graph

2523 Commits

Author SHA1 Message Date
dependabot[bot] 43f5865ce3
Bump glideVersion from 4.14.2 to 4.15.0 (#2396) 2023-02-25 12:20:29 +08:00
Howard Wu 9b1907adfc
Annotation Nullable (#2394) 2023-02-24 11:31:27 +08:00
南宫雪珊 3d11c2f0f7
Make dex2oat wrapper more compatible (#2372) 2023-02-19 21:24:54 +08:00
南宫雪珊 e3b06ba5a6
Update core.yml (#2389) 2023-02-19 11:58:59 +00:00
LoveSy 594604423c
Upgrade NDK (#2378) 2023-02-09 10:20:06 +00:00
LoveSy 731eae9f3b
Support Android 14 DP1 (#2377)
Fix #2376
2023-02-09 11:20:28 +08:00
南宫雪珊 e7c36afeb0
Fix duplicate broadcasts (#2373) 2023-02-08 06:42:13 +08:00
Howard Wu 760f0bb0eb
All flavors require Magisk 24.0+ (#2368)
Magisk 23 is missing some SELinux policies

This fixes a permissions issue with the Dex2Oat wrapper

```
02-04 23:45:00.212  4396  4396 E LSPosedDex2Oat: failed to connect to /dev/c951326ba095346b/dex2oat.sock failed with 13: Permission denied
02-04 23:45:00.209  4396  4396 W dex2oat64: type=1400 audit(0.0:8403): avc: denied { write } for name="dex2oat.sock" dev="tmpfs" ino=26722 scontext=u:r:installd:s0 tcontext=u:object_r:magisk_file:s0 tclass=sock_file permissive=0
02-04 23:45:00.213  1510  3805 V installd: DexInv: --- END '/data/app/~~M2S57MD185N1tyyKQy9PKw==/com.google.android.gm-7Q68xrTQSACXisBuDI6oBg==/base.apk' --- status=0x 100, process failed
02-04 23:45:00.213  1510  3805 E installd: Dex2oat invocation for /data/app/~~M2S57MD185N1tyyKQy9PKw==/com.google.android.gm-7Q68xrTQSACXisBuDI6oBg==/base.apk failed: unspecified dex2oat error (256)
```

Additional rules first appeared in Magisk version 24000
2c44e1bb93
2023-02-06 00:19:55 +08:00
LoveSy e5281678a3
Add vercel fallback for module repository for China Mainland users (#2362) 2023-01-31 19:49:53 +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
南宫雪珊 5666dca1e3
[skip ci] Update README.md (#2336) 2023-01-16 14:22:25 +00:00
南宫雪珊 10804dfa7f
Clean code (#2335) 2023-01-16 22:04:00 +08:00
Nullptr 7826b68645
Fix webview permission (#2334)
#2328
2023-01-16 12:47:57 +08:00
南宫雪珊 878d8ea22d
Fix ScrollWebView (#2333)
#777
2023-01-16 05:00:10 +08:00
南宫雪珊 46295297d7
Update kotlin version (#2332) 2023-01-16 02:02:44 +08:00
Howard Wu 2af164b3e9
[skip ci] Skip post to telegram when creating tag (#2331) 2023-01-15 23:42:18 +08:00
Howard Wu 1ee8fd8647
Fix update button url (#2329) 2023-01-15 14:52:07 +00:00
XposedBot 33cad326ab
[translation] Update translation from Crowdin (#2327) 2023-01-15 11:07:34 +00:00
LoveSy 013428370f
Upgrade deps (#2324) 2023-01-15 10:35:10 +00:00
LoveSy 13cf28ba96
Install url to latest release (#2325) 2023-01-15 10:08:06 +00:00
LoveSy 5d6c587efb
Upgrade AGP (#2323) 2023-01-15 09:52:45 +00:00
XposedBot 4277622fac
[translation] Update translation from Crowdin (#2322) 2023-01-15 09:38:17 +00:00
残页 e4ef5e0634
[skip ci] Fix unreadable download tips (#2321) 2023-01-15 16:26:42 +08:00
Nullptr 0969a25816
Fix dex2oat fallback (#2320) 2023-01-15 06:22:49 +00:00
dependabot[bot] 182ec5c965
Bump gson from 2.10 to 2.10.1 (#2311) 2023-01-15 13:42:46 +08:00
Howard Wu bf2472ae9a Update README.md 2022-12-19 23:08:36 +08:00
Howard Wu 4075da9024 [skip ci] Update badge 2022-12-19 23:08:36 +08:00
南宫雪珊 673d97573c
Update DoH (#2293) 2022-12-12 04:03:43 +00:00
XposedBot 583a5a541d
[translation] Update translation from Crowdin (#2290) 2022-12-09 19:35:33 +00:00
LoveSy 0dab3f687f
Fix 32bit symbol (#2288) 2022-12-07 01:55:22 +00:00
Howard Wu e544b44086
Separate overwrite resources for different versions (#2287) 2022-12-06 16:53:21 +00:00
Howard Wu 47a991db8b
Update shortcut when resume MainActivity (#2285) 2022-12-06 13:26:12 +00:00
Howard Wu afa1eb0bf9
Set windowLayoutInDisplayCutoutMode to always (#2286) 2022-12-06 13:19:11 +00:00
南宫雪珊 8d0ceacd2d
Hide welcome dialog after shortcut pinned (#2284) 2022-12-06 18:49:21 +08:00
南宫雪珊 2b2bd66bb5
Delete fallback url (#2283) 2022-12-06 18:01:15 +08:00
Howard Wu 66a20e2275
Fix checked apps disappearing in the list (#2282) 2022-12-06 09:37:17 +00:00
XposedBot 2294fc8c34
[translation] Update translation from Crowdin (#2281) 2022-12-06 11:07:47 +08:00
南宫雪珊 abda39bcba
Update strings (#2280) 2022-12-06 08:49:35 +08:00
南宫雪珊 fdff7f5aad
MIUI does not send callback (#2279) 2022-12-05 15:49:44 +00:00
南宫雪珊 86d4722f80
Set opPkg to settings for android 9- (#2277) 2022-12-05 22:21:50 +08:00
南宫雪珊 4b66d556db
Use AppDetailsActivity (#2274) 2022-12-05 04:02:07 +08:00
vvb2060 b9c470f7cd Add pin shortcut callback 2022-12-05 01:05:18 +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
vvb2060 5a1d7e3f40 Delete unused strings 2022-12-05 01:05:18 +08:00
Howard Wu cb99b08641
Remove app round icon(#2272) 2022-12-04 12:02:00 +00:00
Howard Wu 16fb34b463
Fix dark theme after enable dynamic color (#2270) 2022-12-04 09:43:05 +00:00
XposedBot 99cb46606f
[translation] Update translation from Crowdin (#2268) 2022-12-04 02:30:14 +08:00