Commit Graph

2780 Commits

Author SHA1 Message Date
dependabot[bot] 4a98189f9f
Bump kotlin from 1.9.0 to 1.9.10 (#2708) 2023-08-24 02:02:37 +00:00
dependabot[bot] f79d034ec1
Bump nav from 2.7.0 to 2.7.1 (#2707) 2023-08-24 09:53:24 +08:00
dependabot[bot] ecebfe3112
Bump agp from 8.1.0 to 8.1.1 (#2705) 2023-08-23 13:33:22 +08:00
dependabot[bot] c3cfcd7592
Bump glide from 4.15.1 to 4.16.0 (#2703) 2023-08-22 07:27:18 +08:00
Howard Wu cedada2531
Only set taskDescription when manager is parasitic (#2698) 2023-08-20 02:58:32 +08:00
Howard Wu c07e6af1bc
Don't shrink non-AdaptiveIcons (#2699)
The shrunken icon didn't look good, so decided to disable it
unconditionally
2023-08-19 18:33:31 +00:00
Howard Wu 32e0daf1b4
Fix IActivityManager.bindService for Android 14 (#2700) 2023-08-19 18:10:18 +00:00
Howard Wu 0229e294d0
buildDir deprecated, use layout.buildDirectory instead (#2697)
gradle/gradle#20210
gradle/gradle#24820
2023-08-19 12:27:55 +08:00
Howard Wu 894f9f481c
Upgrade Gradle wrapper to 8.3.0 (#2695) 2023-08-18 09:57:44 +00:00
Howard Wu 5af39a01b6
Fix shortcut pinned receiver for Android 14 (#2694) 2023-08-18 10:32:38 +08: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
Howard Wu 1bb7a340ba
[skip ci] Gradle task: reboot using power svc (#2692) 2023-08-17 16:57:14 +08:00
Howard Wu a1305c8916
Update proguard-rules.pro (#2691)
Fix hook

Co-authored-by: Js0n <29531167+JasonKhew96@users.noreply.github.com>
2023-08-16 16:04:09 +00:00
Nullptr d21891303d Refactor LoadedApkGetCLHooker 2023-08-16 17:19:46 +08:00
Nullptr 06c26fbbb6 Fix remote prefs 2023-08-16 17:19:46 +08:00
Nullptr fc1adeac55 Use modern hook API for internal hookers 2023-08-16 17:19:46 +08:00
Nullptr e8e9105598 Update API + Partial separate hook bridge 2023-08-16 17:19:46 +08:00
Howard Wu 99f3217237
Move common res to main (#2681) 2023-08-10 13:40:34 +08:00
Howard Wu 1f9055b29b
[Skip CI] Stop sending to TG group (#2680) 2023-08-10 03:07:15 +00:00
dependabot[bot] 1d2b94de39
Bump androidx.browser:browser from 1.5.0 to 1.6.0 (#2678)
Bumps androidx.browser:browser from 1.5.0 to 1.6.0.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.browser:browser&package-manager=gradle&previous-version=1.5.0&new-version=1.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LoveSy <shana@zju.edu.cn>
2023-08-10 02:38:04 +00:00
Howard Wu 7bfdfaa3b9
Remove app res dir from daemon build script (#2677) 2023-08-10 10:28:45 +08:00
dependabot[bot] 59fe879e61
Bump nav from 2.6.0 to 2.7.0 (#2679) 2023-08-10 09:57:12 +08:00
Howard Wu c5cadb44f7
Always allow pinning shortcuts, regardless of whether they are pinned or not (#2668) 2023-08-05 08:54:53 +08:00
Howard Wu ac675cc5f2
Always allow disable notification when not parasitic (#2667) 2023-08-05 08:27:58 +08:00
vvb2060 348f04905f
Show packagename to let user know which app is being used 2023-08-05 02:59:09 +08:00
vvb2060 a861bda68b
Fix save log 2023-08-05 00:51:49 +08:00
vvb2060 9e554e4866
Enable gradle cache 2023-08-05 00:50:02 +08:00
dependabot[bot] ac103832e0
Bump dev.rikka.rikkax.recyclerview:recyclerview-ktx from 1.3.1 to 1.3.2 (#2661) 2023-08-04 09:48:15 +08:00
Js0n 2135685007
sync: submodule Dobby (#2660)
Fix native hook on arm paltforms
2023-08-03 20:01:08 +08:00
dependabot[bot] db2d9c0338
Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 (#2651) 2023-07-29 11:01:02 +08:00
dependabot[bot] e06b48e485
Bump androidx.recyclerview:recyclerview from 1.3.0 to 1.3.1 (#2650) 2023-07-27 09:35:43 +08:00
dependabot[bot] 9cef51244b
Bump androidx.fragment:fragment from 1.6.0 to 1.6.1 (#2649) 2023-07-27 09:20:57 +08:00
dependabot[bot] 1adc009d51
Bump androidx.preference:preference from 1.2.0 to 1.2.1 (#2648) 2023-07-27 08:53:37 +08:00
LoveSy afe74b536b
Only clear modules' LoadedApks rather than all (#2647) 2023-07-26 17:37:54 +00:00
dependabot[bot] e83ef1841b
Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.2 to 1.7.3 (#2646) 2023-07-25 23:51:11 +00:00
dependabot[bot] ac733e1948
Bump agp from 8.0.2 to 8.1.0 (#2645)
Bumps `agp` from 8.0.2 to 8.1.0.
Updates `com.android.tools.build:apksig` from 8.0.2 to 8.1.0

Updates `com.android.library` from 8.0.2 to 8.1.0

Updates `com.android.application` from 8.0.2 to 8.1.0
2023-07-26 07:17:33 +08:00
南宫雪珊 06175bf499
Set MediaColumns.IS_PENDING when writing log zip (#2636) 2023-07-24 02:54:15 +00:00
Nullptr bee7938002
New hook API (#2644) 2023-07-22 04:52:38 +00:00
LoveSy bd7a9b91b2
[skip ci] Update CI build link (#2639) 2023-07-19 07:46:41 +00:00
南宫雪珊 db8927ac01
Check notification channels only when necessary (#2635) 2023-07-18 06:45:49 +00:00
anonymix007 645d7cfadf
Fix Native Hook for modern API modules (#2632) 2023-07-16 11:29:57 +08:00
LoveSy a483aa3248
Remove FastNative stub (#2631)
It's now included in platform 34
2023-07-15 18:24:16 +08:00
LoveSy 09806d3c36
Upgrade target SDK to 34 (#2630) 2023-07-15 10:03:10 +00:00
XposedBot cc6ca4f88e
[translation] Update translation from Crowdin (#2629) 2023-07-15 09:49:05 +00:00
LoveSy 83da5643e9
Add Installed hint for repo modules (#2628) 2023-07-15 02:27:03 +08:00
LoveSy aa9875eed3
Don't show prompt when shortcut created on Android 14 (#2627) 2023-07-14 17:35:06 +00:00
LoveSy b178215f2f
Avoid NPE when rendering empty markdown (#2626) 2023-07-14 17:17:21 +00:00
LoveSy bc381f4bb5
Directly launch manager from broadcast without ActivityController (#2625) 2023-07-15 01:07:24 +08:00
LoveSy 1c586fe41f
Use mApkPath to get resource (#2621) 2023-07-12 14:58:11 +00:00
LoveSy 7fe84388e4 Upgrade gradle 2023-07-10 21:56:07 +08:00