Commit Graph

2850 Commits

Author SHA1 Message Date
dependabot[bot] 58e8fcfa07
Bump the maven-dependencies group with 2 updates (#2892) 2023-12-23 00:02:56 +08:00
Howard Wu f892443923
Fix blur behind for Android 14 (#2884) 2023-12-16 02:41:35 +08:00
dependabot[bot] 7127344dc0
Updates `com.google.android.material:material` from 1.10.0 to 1.11.0
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-15 07:12:44 +08:00
dependabot[bot] 3151605d36
Bump the maven-dependencies group with 5 updates (#2882)
Bumps the maven-dependencies group with 5 updates:

Updates `androidx.activity:activity` from 1.8.1 to 1.8.2

Updates `androidx.annotation:annotation` from 1.7.0 to 1.7.1

Updates `androidx.navigation:navigation-fragment` from 2.7.5 to 2.7.6

Updates `androidx.navigation:navigation-ui` from 2.7.5 to 2.7.6

Updates `androidx.navigation.safeargs` from 2.7.5 to 2.7.6

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-15 02:51:59 +08:00
dependabot[bot] 7d20d7bd39
Bump the maven-dependencies group with 2 updates (#2881)
Bumps the maven-dependencies group with 2 updates:
[com.microsoft.appcenter:appcenter-crashes](https://github.com/microsoft/appcenter-sdk-android)
and
[com.microsoft.appcenter:appcenter-analytics](https://github.com/microsoft/appcenter-sdk-android).

Updates `com.microsoft.appcenter:appcenter-crashes` from 5.0.3 to 5.0.4

Updates `com.microsoft.appcenter:appcenter-analytics` from 5.0.3 to
5.0.4

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-12 05:57:37 +08:00
LoveSy 42190f1fb8
Remove symbol cache (#2872)
It only caches one symbol now, and thus is unnecessary to use cache
anymore
2023-12-06 11:54:15 +00:00
LoveSy 6acdd1cf6b
[skip ci] Group all maven dependencies (#2871)
so that dependabot will only open one PR for multiple dependencies
update.
2023-12-06 02:54:47 +00:00
dependabot[bot] 046cebda87
Bump agp from 8.1.4 to 8.2.0 (#2864) 2023-12-01 05:56:53 +08:00
dependabot[bot] 6e4ed0a786
Bump kotlin from 1.9.20 to 1.9.21 (#2857)
Bumps `kotlin` from 1.9.20 to 1.9.21.
Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.20 to 1.9.21
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin:kotlin-stdlib's
releases</a>.</em></p>
<blockquote>
<h2>Kotlin 1.9.21</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62885"><code>KT-62885</code></a>
Introduce a language feature entry for expect actual classes for easier
configuration of MPP projects</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63081"><code>KT-63081</code></a>
Optimize new native caches:
CachedLibraries.computeVersionedCacheDirectory()</li>
</ul>
<h3>Docs &amp; Examples</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-55619"><code>KT-55619</code></a>
Document <code>String.format</code> function</li>
</ul>
<h3>IDE. Gradle Integration</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62877"><code>KT-62877</code></a>
Artifact files collecting for project configuration was finished.
Resolution for configuration configuration X will be skipped</li>
</ul>
<h3>IDE. Gradle. Script</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60813"><code>KT-60813</code></a>
Scripts: NoSuchMethodError: 'void
org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when
dependency uses Slf4j API</li>
</ul>
<h3>JavaScript</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60785"><code>KT-60785</code></a>
KJS: Destructured value class in suspend function fails with Uncaught
TypeError: can't convert to primitive type error</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63207"><code>KT-63207</code></a>
KMP / JS: &quot;TypeError: <!-- raw HTML omitted --> is not a
function&quot; with 1.9.20</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62778"><code>KT-62778</code></a>
package.json &quot;main&quot; field has .js extension when the result
files have .mjs extension</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61795"><code>KT-61795</code></a>
KJS: Incremental Cache is not invalidated if <code>useEsClasses</code>
compiler argument was changed</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61957"><code>KT-61957</code></a>
KJS: &quot;Uncaught ReferenceError: entries is not defined&quot; caused
by enum class with <code>@JsExport</code> and Enum.entries call</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62444"><code>KT-62444</code></a>
KJS with commonJS modules should re-export in 1.9.20</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63184"><code>KT-63184</code></a>
KJS / Serialization: JsExport on serializable interface creates
erroneous TypeScript</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62190"><code>KT-62190</code></a>
KJS: &quot;IllegalStateException: Expect to have either super call or
partial linkage stub inside constructor&quot; caused by Compose and
useEsModules()</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-58685"><code>KT-58685</code></a>
KJS: &quot;IllegalStateException: Not locked&quot; cused by
&quot;unlock&quot; called twice</li>
</ul>
<h3>Klibs</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62515"><code>KT-62515</code></a>
Interop klib of concurrent version is not accepted when building
dependent project: &quot;The library versions don't match&quot;</li>
</ul>
<h3>Tools. CLI</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63139"><code>KT-63139</code></a>
Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata
info</li>
</ul>
<h3>Tools. Gradle</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63499"><code>KT-63499</code></a>
Gradle: Source sets conventions are still registered</li>
</ul>
<h3>Tools. Gradle. JS</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-59523"><code>KT-59523</code></a>
MPP / KJS: ESM modules uses incorrect file extension on package.json
(.mjs)</li>
</ul>
<h3>Tools. Gradle. Kapt</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md">org.jetbrains.kotlin:kotlin-stdlib's
changelog</a>.</em></p>
<blockquote>
<h2>1.9.21</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62885"><code>KT-62885</code></a>
Introduce a language feature entry for expect actual classes for easier
configuration of MPP projects</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63081"><code>KT-63081</code></a>
Optimize new native caches:
CachedLibraries.computeVersionedCacheDirectory()</li>
</ul>
<h3>Docs &amp; Examples</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-55619"><code>KT-55619</code></a>
Document <code>String.format</code> function</li>
</ul>
<h3>IDE. Gradle Integration</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62877"><code>KT-62877</code></a>
Artifact files collecting for project configuration was finished.
Resolution for configuration configuration X will be skipped</li>
</ul>
<h3>IDE. Gradle. Script</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60813"><code>KT-60813</code></a>
Scripts: NoSuchMethodError: 'void
org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when
dependency uses Slf4j API</li>
</ul>
<h3>JavaScript</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-60785"><code>KT-60785</code></a>
KJS: Destructured value class in suspend function fails with Uncaught
TypeError: can't convert to primitive type error</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63207"><code>KT-63207</code></a>
KMP / JS: &quot;TypeError: <!-- raw HTML omitted --> is not a
function&quot; with 1.9.20</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62778"><code>KT-62778</code></a>
package.json &quot;main&quot; field has .js extension when the result
files have .mjs extension</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61795"><code>KT-61795</code></a>
KJS: Incremental Cache is not invalidated if <code>useEsClasses</code>
compiler argument was changed</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61957"><code>KT-61957</code></a>
KJS: &quot;Uncaught ReferenceError: entries is not defined&quot; caused
by enum class with <code>@JsExport</code> and Enum.entries call</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62444"><code>KT-62444</code></a>
KJS with commonJS modules should re-export in 1.9.20</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63184"><code>KT-63184</code></a>
KJS / Serialization: JsExport on serializable interface creates
erroneous TypeScript</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62190"><code>KT-62190</code></a>
KJS: &quot;IllegalStateException: Expect to have either super call or
partial linkage stub inside constructor&quot; caused by Compose and
useEsModules()</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-58685"><code>KT-58685</code></a>
KJS: &quot;IllegalStateException: Not locked&quot; cused by
&quot;unlock&quot; called twice</li>
</ul>
<h3>Klibs</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62515"><code>KT-62515</code></a>
Interop klib of concurrent version is not accepted when building
dependent project: &quot;The library versions don't match&quot;</li>
</ul>
<h3>Tools. CLI</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63139"><code>KT-63139</code></a>
Incorrect kotlin implementation version (1.9.255-SNAPSHOT) in metadata
info</li>
</ul>
<h3>Tools. Gradle</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63499"><code>KT-63499</code></a>
Gradle: Source sets conventions are still registered</li>
</ul>
<h3>Tools. Gradle. JS</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-59523"><code>KT-59523</code></a>
MPP / KJS: ESM modules uses incorrect file extension on package.json
(.mjs)</li>
</ul>
<h3>Tools. Gradle. Kapt</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-63366"><code>KT-63366</code></a>
Kapt processing fails with custom source sets</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b2740d8957"><code>b2740d8</code></a>
Add changelog for 1.9.21</li>
<li><a
href="5d6520c9fb"><code>5d6520c</code></a>
[K/JS] Fix coroutines but turn back the fix for coroutines intrinsics
`interc...</li>
<li><a
href="8293c8f538"><code>8293c8f</code></a>
KAPT: Use reflection to access code, changed in JDK 21</li>
<li><a
href="e459a6d5d2"><code>e459a6d</code></a>
KAPT: Always print parens on empty annotation parameters</li>
<li><a
href="705c8047ae"><code>705c804</code></a>
KAPT: Run tests on JDK 21</li>
<li><a
href="120c99d455"><code>120c99d</code></a>
Fix ClassCastException in JPS statistics ad update log messages</li>
<li><a
href="68f26183f8"><code>68f2618</code></a>
Fix ClassCastException in JPS statistics ad update log messages</li>
<li><a
href="c66b789f93"><code>c66b789</code></a>
KAPT3: Use another class in com.sun.tools.javac.main</li>
<li><a
href="d4ce8c7262"><code>d4ce8c7</code></a>
Temporarily disable Kapt4IT and KaptIncrementalIT and the
descendants.</li>
<li><a
href="f559dd55ab"><code>f559dd5</code></a>
Stop using IJ's maps in graph implementation of JPS</li>
<li>Additional commits viewable in <a
href="https://github.com/JetBrains/kotlin/compare/v1.9.20...v1.9.21">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.jetbrains.kotlin.android` from 1.9.20 to 1.9.21


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>
2023-11-24 08:42:18 +08:00
dependabot[bot] af22d72579
Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#2855) 2023-11-22 22:14:50 +00:00
dependabot[bot] 5e6bb86b0d
Bump appcenter from 5.0.2 to 5.0.3 (#2854)
Bumps `appcenter` from 5.0.2 to 5.0.3.
Updates `com.microsoft.appcenter:appcenter-crashes` from 5.0.2 to 5.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/appcenter-sdk-android/releases">com.microsoft.appcenter:appcenter-crashes's
releases</a>.</em></p>
<blockquote>
<h2>5.0.3</h2>
<ul>
<li><strong>[Internal]</strong> Add <code>dataResidencyRegion</code>
option.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/appcenter-sdk-android/blob/develop/CHANGELOG.md">com.microsoft.appcenter:appcenter-crashes's
changelog</a>.</em></p>
<blockquote>
<h2>Version 5.0.3 (In development)</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="46e6bf21ee"><code>46e6bf2</code></a>
Add dataResidencyRegion option for sending to portal (<a
href="https://redirect.github.com/microsoft/appcenter-sdk-android/issues/1704">#1704</a>)</li>
<li><a
href="e58dad690b"><code>e58dad6</code></a>
Merge pull request <a
href="https://redirect.github.com/microsoft/appcenter-sdk-android/issues/1699">#1699</a>
from microsoft/start/5.0.3</li>
<li><a
href="47dc1965a9"><code>47dc196</code></a>
Bump versions</li>
<li>See full diff in <a
href="https://github.com/microsoft/appcenter-sdk-android/compare/5.0.2...5.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.microsoft.appcenter:appcenter-analytics` from 5.0.2 to
5.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/appcenter-sdk-android/releases">com.microsoft.appcenter:appcenter-analytics's
releases</a>.</em></p>
<blockquote>
<h2>5.0.3</h2>
<ul>
<li><strong>[Internal]</strong> Add <code>dataResidencyRegion</code>
option.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/appcenter-sdk-android/blob/develop/CHANGELOG.md">com.microsoft.appcenter:appcenter-analytics's
changelog</a>.</em></p>
<blockquote>
<h2>Version 5.0.3 (In development)</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="46e6bf21ee"><code>46e6bf2</code></a>
Add dataResidencyRegion option for sending to portal (<a
href="https://redirect.github.com/microsoft/appcenter-sdk-android/issues/1704">#1704</a>)</li>
<li><a
href="e58dad690b"><code>e58dad6</code></a>
Merge pull request <a
href="https://redirect.github.com/microsoft/appcenter-sdk-android/issues/1699">#1699</a>
from microsoft/start/5.0.3</li>
<li><a
href="47dc1965a9"><code>47dc196</code></a>
Bump versions</li>
<li>See full diff in <a
href="https://github.com/microsoft/appcenter-sdk-android/compare/5.0.2...5.0.3">compare
view</a></li>
</ul>
</details>
<br />


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>
2023-11-23 06:09:27 +08:00
command_block d44921ee0f
Fix shrug emoji (#2853) 2023-11-22 02:42:54 +00:00
dependabot[bot] 6f8f40f195
Bump agp from 8.1.3 to 8.1.4 (#2849) 2023-11-17 08:40:58 +08:00
dependabot[bot] a55ce86312
Bump androidx.browser:browser from 1.6.0 to 1.7.0 (#2846) 2023-11-16 00:42:59 +00:00
dependabot[bot] 4d1409c14e
Bump androidx.activity:activity from 1.8.0 to 1.8.1 (#2847) 2023-11-16 08:35:50 +08:00
dependabot[bot] 4d3bc95761
Bump agp from 8.1.2 to 8.1.3 (#2840) 2023-11-08 08:27:00 +08:00
dependabot[bot] c89a375cb7
Bump nav from 2.7.4 to 2.7.5 (#2835) 2023-11-01 22:09:15 +00:00
dependabot[bot] 8496c60b83
Bump androidx.fragment:fragment from 1.6.1 to 1.6.2 (#2834) 2023-11-02 05:59:30 +08:00
dependabot[bot] d80102d27d
Bump kotlin from 1.9.10 to 1.9.20 (#2833) 2023-10-31 07:15:55 +08:00
LoveSy 03c2e74b03
Delete vercel backup cdn (#2830) 2023-10-26 03:07:22 +00:00
南宫雪珊 99579a0762
Remove synchronized (#2829) 2023-10-25 07:23:59 +00:00
rawer886 6f1268e7af
Fix dex2oat on 64bit only Android 10 (#2820) 2023-10-19 03:50:06 +00:00
dependabot[bot] bd4db30f67
Bump androidx.recyclerview:recyclerview from 1.3.1 to 1.3.2 (#2819) 2023-10-19 06:32:04 +08:00
dependabot[bot] ed5c62c4ae
Bump okhttp from 4.11.0 to 4.12.0 (#2818) 2023-10-17 22:01:02 +00:00
南宫雪珊 5814ceb24b
Delete old pid file (#2816) 2023-10-14 05:57:46 +00:00
rawer886 50004a55cb
Restart the device in the flash LSPosed with the root (#2812) 2023-10-13 12:02:53 +08:00
XposedBot f8927757e8
[translation] Update translation from Crowdin (#2808) 2023-10-11 12:06:50 +00:00
Howard Wu 9a8c18648f
Fix rerunApk (#2809) 2023-10-11 11:56:52 +00:00
XposedBot 82d138cc6c
[translation] Update translation from Crowdin (#2807) 2023-10-11 11:41:20 +00:00
南宫雪珊 8d80428d94
Add deploy optimizations tip for module developers (#2674) 2023-10-11 09:58:00 +00:00
Howard Wu bb8b8bfab5
Update lsplant (#2806) 2023-10-11 07:34:43 +00:00
LoveSy cbee741d55
Fix some missing onPackageLoad on Android U because of inline (#2802) 2023-10-11 03:20:08 +00:00
LoveSy c5e1a544bf
Update ApplicationInfo if it was system_server cached (#2805) 2023-10-11 11:10:18 +08:00
LoveSy 159a3adcf8
Fix wrong NewXSharedPreference path because of inline (#2804) 2023-10-11 09:28:37 +08:00
LoveSy c423c6e705
Add tag `LSPosedContext` to module log (#2803) 2023-10-11 09:08:36 +08:00
Howard Wu 254a8adb27
Officially announce Android 14 support (#2801)
Co-authored-by: LoveSy <shana@zju.edu.cn>
2023-10-10 17:06:21 +00:00
LoveSy 15e480132a
Fix AdjustThreadVisibilityCounter inline (#2799) 2023-10-10 11:57:43 +08:00
LoveSy d487932696
Fix class verification of hooker crash for sdk 34 (#2797) 2023-10-10 10:01:20 +08:00
Nullptr dd66cf2b07
Fix remote preferences listener not working on system_server (#2794) 2023-10-09 15:04:41 +08:00
LoveSy 7fef809d01
Use phmap instead of absl (#2781) 2023-10-07 23:11:26 +08:00
Howard Wu 35dfd650fe
Move manager APK to module path (#2787) 2023-10-07 22:37:58 +08:00
rawer886 7674396eff
Fix the 'lspd' process name (#2793)
ActivityThread#systemMain -> ActivityThread#attach will also change the
process name to 'system_process', so that there are two 'system_process'
processes in the system.


0e40462e11/core/java/android/app/ActivityThread.java (5119)

![截屏2023-10-07 16 16
30](https://github.com/LSPosed/LSPosed/assets/8243689/ee137210-ffa3-497a-aca1-5c215dd9eaed)

Co-authored-by: jiayg <jiayg@yuanfudao.com>
2023-10-07 17:37:34 +08:00
LoveSy 50c343d152
No cache setOverrideTable (#2789) 2023-10-06 05:43:59 +00:00
dependabot[bot] 932612aa9c
Bump com.google.android.material:material from 1.9.0 to 1.10.0 (#2790) 2023-10-06 09:13:24 +08:00
LoveSy c7e6c77934
Upgrade gradle (#2785) 2023-10-05 09:43:27 +08:00
LoveSy 5c85a20601
Fix Service initialization (#2784) 2023-10-04 18:41:45 +00:00
dependabot[bot] 1a6264ab7a
Bump androidx.activity:activity from 1.7.2 to 1.8.0 (#2783) 2023-10-04 18:16:23 +00:00
dependabot[bot] cf198fde88
Bump nav from 2.7.3 to 2.7.4 (#2782) 2023-10-04 17:59:29 +00:00
LoveSy 888a7dbeb6
Upgrade cxx (#2780) 2023-10-05 01:06:57 +08:00
dependabot[bot] cc31605423
Bump agp from 8.1.1 to 8.1.2 (#2771) 2023-09-29 02:58:17 +08:00