mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
ce776bc5e4bd596a78c7afd8e5ca95a9b95dcf1a
1696 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
ba28d57e94 | Add LG G8 / G8s / G8X source (#1651) | ||
|
|
dff1452eaa |
build(deps): bump androidx.compose:compose-bom from 2024.04.00 to 2024.04.01 in /manager (#1644)
Bumps androidx.compose:compose-bom from 2024.04.00 to 2024.04.01. [](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> |
||
|
|
311fad7462 |
build(deps): bump serde_json from 1.0.115 to 1.0.116 in /userspace/ksud (#1637)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.115 to 1.0.116. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p> <blockquote> <h2>v1.0.116</h2> <ul> <li>Make module structure comprehensible to static analysis (<a href="https://redirect.github.com/serde-rs/json/issues/1124">#1124</a>, thanks <a href="https://github.com/mleonhard"><code>@mleonhard</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/a3f62bb10ea870dafe3b49a77dc6c1713ca4b7e4"><code>a3f62bb</code></a> Release 1.0.116</li> <li><a href="https://github.com/serde-rs/json/commit/12c8ee0ce6eaca3a809e83d9df768b67322a7f2a"><code>12c8ee0</code></a> Hide "non-exhaustive patterns" errors when crate fails to compile</li> <li><a href="https://github.com/serde-rs/json/commit/051ce970fe3fab097c618b237aa7ec4a628f85d4"><code>051ce97</code></a> Merge pull request 1124 from mleonhard/master</li> <li><a href="https://github.com/serde-rs/json/commit/25dc75050aee18ff42342bdb64c1e97542d17267"><code>25dc750</code></a> Replace <code>features_check</code> mod with a call to <code>std::compile_error!</code>. Fixes htt...</li> <li><a href="https://github.com/serde-rs/json/commit/2e15e3d7d53a68f78ff559709c57e4fa70584bb7"><code>2e15e3d</code></a> Revert "Temporarily disable miri on doctests"</li> <li><a href="https://github.com/serde-rs/json/commit/0baba2877595e31d57adafd5db2f94074f4a4c2e"><code>0baba28</code></a> Resolve legacy_numeric_constants clippy lints</li> <li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.115...v1.0.116">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
54383dfc94 |
build(deps): bump serde from 1.0.197 to 1.0.198 in /userspace/ksud (#1640)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.197 to 1.0.198. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.198</h2> <ul> <li>Support serializing and deserializing <code>Saturating<T></code> (<a href="https://redirect.github.com/serde-rs/serde/issues/2709">#2709</a>, thanks <a href="https://github.com/jbethune"><code>@jbethune</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/c4fb92333593ac875ca7b615398f9de9d703ba8f"><code>c4fb923</code></a> Release 1.0.198</li> <li><a href="https://github.com/serde-rs/serde/commit/65b7eea775fe8aa1faa1fb786811955236854867"><code>65b7eea</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2729">#2729</a> from dtolnay/saturating</li> <li><a href="https://github.com/serde-rs/serde/commit/01cd696fd17f586aab428b1bbd11d533124a3425"><code>01cd696</code></a> Integrate Saturating<T> deserialization into impl_deserialize_num macro</li> <li><a href="https://github.com/serde-rs/serde/commit/c13b3f7e68d4c71bbe1ea825b36148eadf7de603"><code>c13b3f7</code></a> Format PR 2709</li> <li><a href="https://github.com/serde-rs/serde/commit/a6571ee0da2564c13b4351805fa216d233719258"><code>a6571ee</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2709">#2709</a> from jbethune/master</li> <li><a href="https://github.com/serde-rs/serde/commit/6e38afff498d592af4ccac4cb669a86fc789207f"><code>6e38aff</code></a> Revert "Temporarily disable miri on doctests"</li> <li><a href="https://github.com/serde-rs/serde/commit/3d1b19ed906cb1c8cf4e2b4a45eea8f810115db1"><code>3d1b19e</code></a> Implement Ser+De for <code>Saturating\<T></code></li> <li><a href="https://github.com/serde-rs/serde/commit/5b24f88e73caa9c607527b5b4696fc34263cd238"><code>5b24f88</code></a> Resolve legacy_numeric_constants clippy lints</li> <li><a href="https://github.com/serde-rs/serde/commit/74d06708ddff495161187ea490c4616291216346"><code>74d0670</code></a> Explicitly install a Rust toolchain for cargo-outdated job</li> <li><a href="https://github.com/serde-rs/serde/commit/3bfab6ef7fc80ad73eb598687c836609c14f6f8b"><code>3bfab6e</code></a> Temporarily disable miri on doctests</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.198">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
c2bf237fd2 |
build(deps-dev): bump vitepress from 1.1.0 to 1.1.3 in /website (#1650)
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.1.0 to 1.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/releases">vitepress's releases</a>.</em></p> <blockquote> <h2>v1.1.3</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v1.1.1</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">vitepress's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.1.1...v1.1.3">1.1.3</a> (2024-04-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>build/regression:</strong> markdown backslash escapes not working (<a href="https://github.com/vuejs/vitepress/commit/d02d1e923aacdb1e8061a3f76af30e8a13518277">d02d1e9</a>), closes <a href="https://redirect.github.com/vuejs/vitepress/issues/3808">#3808</a></li> </ul> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.1.0...v1.1.1">1.1.1</a> (2024-04-18)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> don't reload page on hash change (<a href="https://redirect.github.com/vuejs/vitepress/issues/3777">#3777</a>) (<a href="https://github.com/vuejs/vitepress/commit/74b725a224438ef776fed25ee82274429d94ac83">74b725a</a>)</li> <li>let vue compiler handle entity decoding (<a href="https://github.com/vuejs/vitepress/commit/f86ac56b78da76f3061e6537b897bb13c1ed802d">f86ac56</a>)</li> <li>hot updating config file suppresses error logs (<a href="https://redirect.github.com/vuejs/vitepress/issues/3592">#3592</a>) (<a href="https://github.com/vuejs/vitepress/commit/cd5adf3011d677263c93ce6f8066aaa7870b1dfc">cd5adf3</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vitepress/commit/7ed5148260052840c44bae64a670d8d610999dbe"><code>7ed5148</code></a> release: v1.1.3</li> <li><a href="https://github.com/vuejs/vitepress/commit/576e43aef4b9321e353b47248986924bad9ec483"><code>576e43a</code></a> refactor: simplify code</li> <li><a href="https://github.com/vuejs/vitepress/commit/a481ebee1053c5d78c6311076c6de0ffeba23adb"><code>a481ebe</code></a> release: v1.1.2</li> <li><a href="https://github.com/vuejs/vitepress/commit/d02d1e923aacdb1e8061a3f76af30e8a13518277"><code>d02d1e9</code></a> fix(build/regression): markdown backslash escapes not working</li> <li><a href="https://github.com/vuejs/vitepress/commit/f30b848e3c53fd10d825569641c3a44bc0110c46"><code>f30b848</code></a> docs(ru): update translation guide/deploy.md (<a href="https://redirect.github.com/vuejs/vitepress/issues/3807">#3807</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/47570a184722e58e25861d72e076922f927ac7c6"><code>47570a1</code></a> chore: bump deps</li> <li><a href="https://github.com/vuejs/vitepress/commit/3f551ead1855a7ff0260f5bbf83743e5f515bc51"><code>3f551ea</code></a> release: v1.1.1</li> <li><a href="https://github.com/vuejs/vitepress/commit/a1ced36553cc9f5f6e321c460aee90865ac8bf38"><code>a1ced36</code></a> chore: override text renderer before calling user config</li> <li><a href="https://github.com/vuejs/vitepress/commit/f86ac56b78da76f3061e6537b897bb13c1ed802d"><code>f86ac56</code></a> fix: let vue compiler handle entity decoding</li> <li><a href="https://github.com/vuejs/vitepress/commit/469ff3841e1e284108b589b6eb1d8f0f6dbde6ed"><code>469ff38</code></a> chore: remove missing type</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vitepress/compare/v1.1.0...v1.1.3">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
1db9fc2029 |
ci: a13-5.10, a13-5.15, a14-5.15 and a14-6.1 patch level 2024-04 (#1649)
a13-5.10-2024-04 已发布,观察 makefile 为 5.10.209 https://android.googlesource.com/kernel/common/+/refs/heads/android13-5.10-2024-04 https://android.googlesource.com/kernel/common/+/refs/heads/android13-5.10-2024-04/Makefile a13-5.15-2024-04 已发布,观察 makefile 为 5.15.148 https://android.googlesource.com/kernel/common/+/refs/heads/android13-5.15-2024-04 https://android.googlesource.com/kernel/common/+/refs/heads/android13-5.15-2024-04/Makefile a14-5.15-2024-04 已发布,观察 makefile 为 5.15.148 https://android.googlesource.com/kernel/common/+/refs/heads/android14-5.15-2024-04 https://android.googlesource.com/kernel/common/+/refs/heads/android14-5.15-2024-04/Makefile a14-6.1-2024-04 已发布,观察 makefile 为 6.1.75 https://android.googlesource.com/kernel/common/+/refs/heads/android14-6.1-2024-04 https://android.googlesource.com/kernel/common/+/refs/heads/android14-6.1-2024-04/Makefile |
||
|
|
99f7bfea6e |
Add support for ChromeOS ARM64 ARCVM (#1642)
1. Add support for ChromeOS ARM64 ARCVM. 2. Optimization of intermediate variable naming. 3. Optimization of kernel version acquisition logic for file names, obtaining the kernel version directly from Makefile. |
||
|
|
1f67487c37 | fix grant root failed #1559 (#1633) | ||
|
|
7aa36dc326 |
build(deps): bump chrono from 0.4.37 to 0.4.38 in /userspace/ksud (#1632)
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.37 to 0.4.38. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chronotope/chrono/releases">chrono's releases</a>.</em></p> <blockquote> <h2>v0.4.38</h2> <p>This release bring a ca. 20% improvement to the performance of the formatting code, and a convenient <code>days_since</code> method for the <code>Weekday</code> type.</p> <p>Chrono 0.4.38 also removes the long deprecated <code>rustc-serialize</code> feature. Support for <code>rustc-serialize</code> will be <a href="https://redirect.github.com/rust-lang/rust/pull/116016">soft-destabilized in the next Rust edition</a>. Removing the feature will not break existing users of the feature; Cargo will just not update dependents that rely on it to newer versions of chrono.</p> <p>In chrono 0.4.36 we made an accidental breaking change by switching to <code>derive(Copy)</code> for <code>DateTime</code> instead of a manual implementation. It is reverted in this release.</p> <h1>Removals</h1> <ul> <li>Remove <code>rustc-serialize</code> feature (<a href="https://redirect.github.com/chronotope/chrono/issues/1548">#1548</a>, thanks <a href="https://github.com/workingjubilee"><code>@workingjubilee</code></a>)</li> </ul> <h1>Additions</h1> <ul> <li>Add <code>Weekday::days_since</code> (<a href="https://redirect.github.com/chronotope/chrono/issues/1249">#1249</a>, based on <a href="https://redirect.github.com/chronotope/chrono/issues/216">#216</a> by <a href="https://github.com/clarfonthey"><code>@clarfonthey</code></a>)</li> <li>Add <code>TimeDelta::checked_mul</code> and <code>TimeDelta::checked_div</code> (<a href="https://redirect.github.com/chronotope/chrono/issues/1565">#1565</a>, thanks <a href="https://github.com/Zomtir"><code>@Zomtir</code></a>)</li> </ul> <h1>Fixes</h1> <ul> <li>Return error when rounding with a zero duration (<a href="https://redirect.github.com/chronotope/chrono/issues/1474">#1474</a>, thanks <a href="https://github.com/Dav1dde"><code>@Dav1dde</code></a>)</li> <li>Manually implement <code>Copy</code> for <code>DateTime</code> if offset is <code>Copy</code> (<a href="https://redirect.github.com/chronotope/chrono/issues/1573">#1573</a>)</li> </ul> <h1>Internal</h1> <ul> <li>Inline <code>test_encodable_json</code> and <code>test_decodable_json</code> functions (<a href="https://redirect.github.com/chronotope/chrono/issues/1550">#1550</a>)</li> <li>CI: Reduce combinations in <code>cargo hack check</code> (<a href="https://redirect.github.com/chronotope/chrono/issues/1553">#1553</a>)</li> <li>Refactor formatting code (<a href="https://redirect.github.com/chronotope/chrono/issues/1335">#1335</a>)</li> <li>Optimize number formatting (<a href="https://redirect.github.com/chronotope/chrono/issues/1558">#1558</a>)</li> <li>Only package files needed for building and testing (<a href="https://redirect.github.com/chronotope/chrono/issues/1554">#1554</a>)</li> </ul> <p>Thanks to all contributors on behalf of the chrono team, <a href="https://github.com/djc"><code>@djc</code></a> and <a href="https://github.com/pitdicker"><code>@pitdicker</code></a>!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chronotope/chrono/commit/352a35203a140e2352e5a5be62ba8dfd03b616e1"><code>352a352</code></a> Prepare 0.4.38</li> <li><a href="https://github.com/chronotope/chrono/commit/46d44d6074ebdfddc62778bff24551f8d7bf9695"><code>46d44d6</code></a> Manually implement <code>Copy</code> for <code>DateTime</code> if offset is <code>Copy</code></li> <li><a href="https://github.com/chronotope/chrono/commit/760eb660d3b6ff9c5e0d34cfa1daa83d0a815e9e"><code>760eb66</code></a> Update windows-bindgen requirement from 0.55 to 0.56</li> <li><a href="https://github.com/chronotope/chrono/commit/391187fff3be8ac345edb0fd859d36cb99c24316"><code>391187f</code></a> Return error when rounding with zero duration</li> <li><a href="https://github.com/chronotope/chrono/commit/ffc75e57054182603436b56e67c284d9fb7dec78"><code>ffc75e5</code></a> Add <code>TimeDelta::checked_mul</code> and <code>TimeDelta::checked_div</code></li> <li><a href="https://github.com/chronotope/chrono/commit/f8cecbe57ea6c2d7ce69c7e17ec989258a515ee0"><code>f8cecbe</code></a> Make <code>Weekday::num_days_from public</code>, rename to <code>days_since</code>.</li> <li><a href="https://github.com/chronotope/chrono/commit/0cfc405d3e93b1f4e8c6fd37a51449b6be7edb2c"><code>0cfc405</code></a> Optimize number formatting</li> <li><a href="https://github.com/chronotope/chrono/commit/74ba83ba27056e5bb610327d37c488f2b212af86"><code>74ba83b</code></a> Take <code>pad</code> by value</li> <li><a href="https://github.com/chronotope/chrono/commit/78e79dbabf30ba6fcf59ff6cc439c2dd944b0da0"><code>78e79db</code></a> Match on tuples in <code>format_fixed</code></li> <li><a href="https://github.com/chronotope/chrono/commit/f3d76c7bb0902e269b902cf1bc9d986501675c52"><code>f3d76c7</code></a> Match on tuples in <code>format_numeric</code></li> <li>Additional commits viewable in <a href="https://github.com/chronotope/chrono/compare/v0.4.37...v0.4.38">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
9b72b4542c |
[add device]: LG V60 timelm (#1630)
LG V60 timelm has been added to the website. Related issue: https://github.com/tiann/KernelSU/issues/1629 Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> |
||
|
|
b1a225799a | manager: Allow to use other su to install | ||
|
|
2e2992a1c2 |
Translations update from Hosted Weblate (#1617)
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/). Current translation status:  --------- Co-authored-by: yuztass <inkognito0901@gmail.com> Co-authored-by: Skallr2 <pm563838@gmail.com> Co-authored-by: Oğuz Han <h4n.3545@gmail.com> Co-authored-by: _wais <cikomo.game@gmail.com> Co-authored-by: rehork <cooky@e.email> Co-authored-by: Bilchuk Radomyr <bilchuk.radomyr@gmail.com> Co-authored-by: Muhammad Bahaa <muhammad.bahaa1@gmail.com> Co-authored-by: Nostalgia <2455367098@qq.com> Co-authored-by: dabao1955 <dabao1955@163.com> Co-authored-by: Oğuz Ersen <oguz@ersen.moe> Co-authored-by: Fede2782 <78815152+Fede2782@users.noreply.github.com> Co-authored-by: I g o r <igormczampola1@gmail.com> Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: sus <jeffpeng2012@gmail.com> Co-authored-by: Ali Beyaz <alipolatbeyaz@gmail.com> |
||
|
|
50387a9d3d | ksud: do not abort if backup failed (#1627) | ||
|
|
488564fe76 | ksud: only backup stock boot if flashing (#1626) | ||
|
|
37df6ffc52 |
Merge pull request #1623 from 5ec1cff/5ec1cff-patch-1
fix boot restore |
||
|
|
ee05aed5e5 | fix boot restore | ||
|
|
60dd52afd1 | ksud: backup stock image and use it when restore (#1619) | ||
|
|
1be266b6f6 | Register receiver with RECEIVER_EXPORTED (#1620) | ||
|
|
1e029eddee | Update (#1618) | ||
|
|
f0b18a1e18 | manager: Add uninstall ui | ||
|
|
a7f54af273 |
Translations update from Hosted Weblate (#1578)
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/). Current translation status:  --------- Co-authored-by: yuztass <inkognito0901@gmail.com> Co-authored-by: Skallr2 <pm563838@gmail.com> Co-authored-by: Oğuz Han <h4n.3545@gmail.com> Co-authored-by: _wais <cikomo.game@gmail.com> Co-authored-by: rehork <cooky@e.email> Co-authored-by: Bilchuk Radomyr <bilchuk.radomyr@gmail.com> |
||
|
|
c2e71f1141 | update avd 15 manifest (#1616) | ||
|
|
7c9246bc15 |
build(deps): bump agp from 8.3.1 to 8.3.2 in /manager (#1611)
Bumps `agp` from 8.3.1 to 8.3.2. Updates `com.android.application` from 8.3.1 to 8.3.2 Updates `com.android.library` from 8.3.1 to 8.3.2 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> |
||
|
|
6ea2438425 | ksud: Fix clippy | ||
|
|
705a9b7238 |
build(deps): bump encoding_rs from 0.8.33 to 0.8.34 in /userspace/ksud (#1612)
Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs) from 0.8.33 to 0.8.34. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hsivonen/encoding_rs/commit/a0c5c578db4d21e6b5f6f0febbea0a8b063f93b1"><code>a0c5c57</code></a> Increment version number to 0.8.34</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/8bcba0b8cd23b942b1283c45f4714d109efe76e3"><code>8bcba0b</code></a> Move a negation to the right place and cargo fmt</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/29668e345ab172ea61d5febe6b6baa65af83a69c"><code>29668e3</code></a> Move a negation to the right place</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/dbf673ef1c6596868ea5888eae4e73dbfb7b0fac"><code>dbf673e</code></a> Work around bad SIMD codegen on 32-bit ARM</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/3c96213bf7bf4e1b8c5f42c3f28db84150487196"><code>3c96213</code></a> Add rust-version to Cargo.toml</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/98f3c6a6572f7569933ab0773e9f915401198ca6"><code>98f3c6a</code></a> Update README</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/598edc8602a2d0ea3187385ff4d7d9d6241bd201"><code>598edc8</code></a> Port from packed_simd crate to portable_simd feature (aarch64 part)</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/2d198c8354bdc6ba69b16cdbea6d787b15245ae2"><code>2d198c8</code></a> Port from packed_simd crate to portable_simd feature (x86_64 part)</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/9217fd2178cc617d555e7cc4bb8175920fdb8721"><code>9217fd2</code></a> Remove the remains of Travis</li> <li><a href="https://github.com/hsivonen/encoding_rs/commit/966fc0aa726b14976b072a13ff9e60882167a7d7"><code>966fc0a</code></a> wip mem</li> <li>Additional commits viewable in <a href="https://github.com/hsivonen/encoding_rs/compare/v0.8.33...v0.8.34">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
3010ed89c0 | ksud: Add boot restore | ||
|
|
2d86c8bbfc |
build(deps): bump anyhow from 1.0.81 to 1.0.82 in /userspace/ksud (#1613)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.81 to 1.0.82. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.82</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/anyhow/commit/074bdea1c7b419e4f1267ebb9eac4d6068870122"><code>074bdea</code></a> Release 1.0.82</li> <li><a href="https://github.com/dtolnay/anyhow/commit/47a4fbfa365050b293d9e3898aadb42a47a571e6"><code>47a4fbf</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/360">#360</a> from dtolnay/docensure</li> <li><a href="https://github.com/dtolnay/anyhow/commit/c5af1db020696716ab0de65b663d2370ac4de4d4"><code>c5af1db</code></a> Make ensure's doc comment apply to the cfg(not(doc)) macro too</li> <li><a href="https://github.com/dtolnay/anyhow/commit/bebc7a2fe4ced785da951332fc3b259a5a52d24f"><code>bebc7a2</code></a> Revert "Temporarily disable miri on doctests"</li> <li><a href="https://github.com/dtolnay/anyhow/commit/f2c4db9b47e37fdeef8dc0e1560b3d15f1208fbe"><code>f2c4db9</code></a> Update ui test suite to nightly-2024-03-31</li> <li><a href="https://github.com/dtolnay/anyhow/commit/028cbeedf5e94970c088eb14e325744086a7b768"><code>028cbee</code></a> Explicitly install a Rust toolchain for cargo-outdated job</li> <li><a href="https://github.com/dtolnay/anyhow/commit/7a4cac5192686ca47c40ba9a8dd81f201686375e"><code>7a4cac5</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/anyhow/issues/358">#358</a> from dtolnay/workspacewrapper</li> <li><a href="https://github.com/dtolnay/anyhow/commit/939db012c2294403db6a1be21b15c0f2750b8b15"><code>939db01</code></a> Apply RUSTC_WORKSPACE_WRAPPER</li> <li><a href="https://github.com/dtolnay/anyhow/commit/9f84a37551de7e7d67dc27a6e1c8518aa21f1d93"><code>9f84a37</code></a> Temporarily disable miri on doctests</li> <li><a href="https://github.com/dtolnay/anyhow/commit/45e5a589e9548d1045ce7518e78f890a83c33580"><code>45e5a58</code></a> Ignore dead code lint in test</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.82">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
6aa0e4cf28 |
manager: Use AM instead of Monkey to start the app. (#1614)
Using Monkey will unlock the rotation, and possibly more unintended behavior. link: [ADB shell monkey command changing device orientation lock](https://stackoverflow.com/q/56684778) |
||
|
|
582e81d5af |
build(deps-dev): bump vitepress from 1.0.2 to 1.1.0 in /website (#1608)
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.2 to 1.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/releases">vitepress's releases</a>.</em></p> <blockquote> <h2>v1.1.0</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">vitepress's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/vuejs/vitepress/compare/v1.0.2...v1.1.0">1.1.0</a> (2024-04-09)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>client:</strong> hashchange should only be triggered for same page navigations (<a href="https://redirect.github.com/vuejs/vitepress/issues/3768">#3768</a>) (<a href="https://github.com/vuejs/vitepress/commit/2a9fc2a26b829bb3f28067ac6f4a41bc1e8b7a1e">2a9fc2a</a>)</li> <li><strong>client:</strong> emit correct <code>Event</code> instance in hashchange event</li> <li><strong>theme:</strong> remove small layout shift on <code>On this page</code> button (<a href="https://redirect.github.com/vuejs/vitepress/issues/3767">#3767</a>) (<a href="https://github.com/vuejs/vitepress/commit/5f28e74abfc984cdc7e0d9d9f7b7e15cb2b46923">5f28e74</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>client:</strong> add <code>hash</code> property to <code>useData()</code></li> <li><strong>theme:</strong> update Inter to version 4 (<a href="https://redirect.github.com/vuejs/vitepress/issues/3693">#3693</a>) (<a href="https://redirect.github.com/vuejs/vitepress/issues/3694">#3694</a>) (<a href="https://github.com/vuejs/vitepress/commit/ffafa31b9204f996f4b819684214fa631c224575">ffafa31</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vitepress/commit/32e105cd569990cd39c816746e632094fc7ff955"><code>32e105c</code></a> release: v1.1.0</li> <li><a href="https://github.com/vuejs/vitepress/commit/9de259371eb219c82aad38b8162f8f919a339ebf"><code>9de2593</code></a> chore: bump deps, lock mdit to v2.0</li> <li><a href="https://github.com/vuejs/vitepress/commit/2a9fc2a26b829bb3f28067ac6f4a41bc1e8b7a1e"><code>2a9fc2a</code></a> fix: hashchange should only be triggered for same page navigations (<a href="https://redirect.github.com/vuejs/vitepress/issues/3768">#3768</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/5f28e74abfc984cdc7e0d9d9f7b7e15cb2b46923"><code>5f28e74</code></a> fix(theme): remove small layout shift on <code>On this page</code> button (<a href="https://redirect.github.com/vuejs/vitepress/issues/3767">#3767</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/b45217c1369d9c6b2f9cf6e9ecb2ecb645d90c05"><code>b45217c</code></a> docs(ru): update translations (<a href="https://redirect.github.com/vuejs/vitepress/issues/3765">#3765</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/229c168a36e7b09309ce42a69399cbc73b5be296"><code>229c168</code></a> docs: make vue as peer dependency section clearer (<a href="https://redirect.github.com/vuejs/vitepress/issues/3687">#3687</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/c4ae9d3cde4789ca8a1b3660189de419e5ef73f3"><code>c4ae9d3</code></a> docs: update default-theme sidebar type (<a href="https://redirect.github.com/vuejs/vitepress/issues/3715">#3715</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/54c46e7ceb8dd29106ac0d7493fe8da57ac15dc3"><code>54c46e7</code></a> docs: adjust install and init commands</li> <li><a href="https://github.com/vuejs/vitepress/commit/58324020c76c5f9e3ef15576083ca244f764a336"><code>5832402</code></a> docs(ru): add Russian translation (<a href="https://redirect.github.com/vuejs/vitepress/issues/3709">#3709</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/3113dad002e60312ca7b679cf38b887196c33303"><code>3113dad</code></a> docs: add Stormkit as deployment platform (<a href="https://redirect.github.com/vuejs/vitepress/issues/3751">#3751</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/vitepress/compare/v1.0.2...v1.1.0">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
605d33056b |
build(deps): bump androidx.compose:compose-bom from 2024.03.00 to 2024.04.00 in /manager (#1589)
Bumps androidx.compose:compose-bom from 2024.03.00 to 2024.04.00. [](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> |
||
|
|
112321f9cc |
build(deps): bump com.google.devtools.ksp from 1.9.23-1.0.19 to 1.9.23-1.0.20 in /manager (#1593)
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.23-1.0.19 to 1.9.23-1.0.20. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">com.google.devtools.ksp's releases</a>.</em></p> <blockquote> <h2>1.9.23-1.0.20</h2> <h2>KSP1 issues fixed</h2> <ul> <li>performance optimization for certain workload consists of heavy Java files, including <ul> <li>Replace IdKey's impl with identityHashCode <a href="https://redirect.github.com/google/ksp/issues/1804">#1804</a></li> <li>Cache enclosed descriptors by name <a href="https://redirect.github.com/google/ksp/issues/1808">#1808</a></li> </ul> </li> <li>Add excludedSources to the KSP extension object <a href="https://redirect.github.com/google/ksp/issues/1793">#1793</a> thanks to <a href="https://github.com/bitspittle"><code>@bitspittle</code></a></li> </ul> <h2>KSP2 issues fixed</h2> <ul> <li>NoClassDefFoundError for LZ4Factory when trying KSP2 <a href="https://redirect.github.com/google/ksp/issues/1713">#1713</a></li> <li>Calling KSType.replace() with original arguments results in <!-- raw HTML omitted --> <a href="https://redirect.github.com/google/ksp/issues/1807">#1807</a></li> <li>Static fields in base class appear in derived classes <a href="https://redirect.github.com/google/ksp/issues/1744">#1744</a></li> <li>fix backing field checking for top level callables</li> <li>support sealed inheritors lookup.</li> <li>support type alias for getSymbolsWithAnnotation</li> <li>support more types for reference elements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/a96538743ede1af9a6034bc24a3216871ba0d1b4"><code>a965387</code></a> UPDATE_KOTLIN_VERSION: 1.9.23</li> <li><a href="https://github.com/google/ksp/commit/96361a97ace57198a786fce349c1a4380208f428"><code>96361a9</code></a> Downgrade Kotlin to 2.0.0-Beta4</li> <li><a href="https://github.com/google/ksp/commit/ea7e9d2cd4e58ec1380f636ac1f2d26c36df5fbe"><code>ea7e9d2</code></a> Revert "UPDATE_KOTLIN_VERSION: 1.9.30-dev-2548"</li> <li><a href="https://github.com/google/ksp/commit/a2b9298c147737bfe84bf0d998b64574683402e5"><code>a2b9298</code></a> Revert "UPDATE_KOTLIN_VERSION: 2.0.0-dev-4562"</li> <li><a href="https://github.com/google/ksp/commit/cdce1978a1794d11791978406e92fbef45feab2d"><code>cdce197</code></a> Revert "Downgrade Kotlin to 2.0.0-Beta4"</li> <li><a href="https://github.com/google/ksp/commit/4d5849a3a57c16a4a8570629cdf1a1db3935fbb3"><code>4d5849a</code></a> Revert "UPDATE_KOTLIN_VERSION: 2.0.0-Beta5"</li> <li><a href="https://github.com/google/ksp/commit/5418453824ecf936a36805a2bd0b1e8f72f8bb6a"><code>5418453</code></a> Remove dep to javax.annotation.ParametersAreNonnullByDefault</li> <li><a href="https://github.com/google/ksp/commit/70a232306ca4858e3147a799ac92d91debe8d9b1"><code>70a2323</code></a> UPDATE_KOTLIN_VERSION: 2.0.0-Beta5</li> <li><a href="https://github.com/google/ksp/commit/815b7a072d5594ea87062c4c05c0f8acda3e524e"><code>815b7a0</code></a> Keep more classes in uber jar</li> <li><a href="https://github.com/google/ksp/commit/acc00dda9625f31e43e8f4e26b4d51fbec885e28"><code>acc00dd</code></a> Do not minimize lz4-java</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/1.9.23-1.0.19...1.9.23-1.0.20">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
6c6fc44cae | ci: add avd x86-64 a15 (#1598) | ||
|
|
11a98e855a |
add device (#1606)
add realme 9 pro 5g and oneplus nord ce 2 lite Co-authored-by: weishu <twsxtd@gmail.com> |
||
|
|
464847daee |
[add device]: Galaxy S10e (#1600)
Galaxy S10e has been added to the website. Related issue: https://github.com/tiann/KernelSU/issues/1599 Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: weishu <twsxtd@gmail.com> |
||
|
|
2449b494a3 |
[add device]: Galaxy S10+ (#1602)
Galaxy S10+ has been added to the website. Related issue: https://github.com/tiann/KernelSU/issues/1601 --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: weishu <twsxtd@gmail.com> |
||
|
|
637caa84ce |
[add device]: Galaxy S10 (#1604)
Galaxy S10 has been added to the website. Related issue: https://github.com/tiann/KernelSU/issues/1603 Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> |
||
|
|
57314c9963 |
Exclude minidump.gz when collecting xiaomi logs (#1592)
Saves about ~80MB space. |
||
|
|
15970b321f | Update README_TW.md (#1587) | ||
|
|
7e3c756803 |
[add device]: (#1583)
has been added to the website. Related issue: https://github.com/tiann/KernelSU/issues/1582 Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: weishu <twsxtd@gmail.com> |
||
|
|
11ff59a81c |
[add device]: (#1585)
has been added to the website. Related issue: https://github.com/tiann/KernelSU/issues/1584 Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> |
||
|
|
4f9bbf199b |
throne_tracker: Fix Manager sometimes not detecting KSU and optimize it (#1586)
The original logic was wrong and used 3 strlen()s for every file found, wasting cpu. Optimize it by first comparing only the filename length, given we already know it, and then strncmp() to compare with "base.apk" Tested successfully on my Bandido Kernel (4.19) |
||
|
|
a34090bc57 |
build(deps-dev): bump vitepress from 1.0.1 to 1.0.2 in /website (#1576)
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.1 to 1.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/releases">vitepress's releases</a>.</em></p> <blockquote> <h2>v1.0.2</h2> <p>Please refer to <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md">vitepress's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/vitepress/compare/v1.0.1...v1.0.2">1.0.2</a> (2024-04-01)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>theme:</strong> text containing html not showing properly in mobile nav menu (<a href="https://github.com/vuejs/vitepress/commit/3c8b4c706051592dd2cca0ae57e293254cbb51ce">3c8b4c7</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/vitepress/commit/3e95fa102873fa45a4212224caacfba29de1d129"><code>3e95fa1</code></a> release: v1.0.2</li> <li><a href="https://github.com/vuejs/vitepress/commit/3c8b4c706051592dd2cca0ae57e293254cbb51ce"><code>3c8b4c7</code></a> fix(theme): html text not showing properly in mobile nav menu</li> <li><a href="https://github.com/vuejs/vitepress/commit/a6a7645e942cc63c57ca5d79da4b76dee76d8a96"><code>a6a7645</code></a> docs: typo (<a href="https://redirect.github.com/vuejs/vitepress/issues/3692">#3692</a>)</li> <li><a href="https://github.com/vuejs/vitepress/commit/1e8b3679c845cc0d66bc80ea8a5b5b69d7b8520d"><code>1e8b367</code></a> docs(zh): sync and tweak translations (<a href="https://redirect.github.com/vuejs/vitepress/issues/3684">#3684</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/vitepress/compare/v1.0.1...v1.0.2">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
be452c5a42 |
build(deps): bump actions/configure-pages from 4 to 5 (#1574)
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/configure-pages/releases">actions/configure-pages's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1>Changelog</h1> <ul> <li>Attempt to auto-detect configuration files with varying file extensions <a href="https://github.com/JamesMGreene"><code>@JamesMGreene</code></a> (<a href="https://redirect.github.com/actions/configure-pages/issues/139">#139</a>)</li> <li>Convert errors into Actions-compatible logging with annotations <a href="https://github.com/JamesMGreene"><code>@JamesMGreene</code></a> (<a href="https://redirect.github.com/actions/configure-pages/issues/138">#138</a>)</li> <li>Bump <code>@actions/github</code> from 5.1.1 to 6.0.0 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/configure-pages/issues/123">#123</a>)</li> <li>Bump the non-breaking-changes group with 2 updates <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/configure-pages/issues/136">#136</a>)</li> <li>Update the Next.js configuration for v14 <a href="https://github.com/JamesMGreene"><code>@JamesMGreene</code></a> (<a href="https://redirect.github.com/actions/configure-pages/issues/137">#137</a>)</li> <li>Bump the non-breaking-changes group with 3 updates <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/configure-pages/issues/132">#132</a>)</li> <li>Bump release-drafter/release-drafter from 5 to 6 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/configure-pages/issues/133">#133</a>)</li> <li>Bump github/codeql-action from 2 to 3 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/configure-pages/issues/127">#127</a>)</li> <li>Bump actions/checkout from 3 to 4 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/configure-pages/issues/120">#120</a>)</li> <li>Bump actions/setup-node from 3 to 4 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/configure-pages/issues/118">#118</a>)</li> <li>Bump the non-breaking-changes group with 1 update <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/configure-pages/issues/131">#131</a>)</li> <li>Update Dependabot config to group non-breaking changes <a href="https://github.com/JamesMGreene"><code>@JamesMGreene</code></a> (<a href="https://redirect.github.com/actions/configure-pages/issues/130">#130</a>)</li> </ul> <p>See details of <a href="https://github.com/actions/configure-pages/compare/v4.0.0...v5.0.0">all code changes</a> since previous release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/configure-pages/commit/983d7736d9b0ae728b81ab479565c72886d7745b"><code>983d773</code></a> Merge pull request <a href="https://redirect.github.com/actions/configure-pages/issues/139">#139</a> from actions/config-auto-detect</li> <li><a href="https://github.com/actions/configure-pages/commit/9cf6e24f7417e4d116f9cbeee49e71d810373617"><code>9cf6e24</code></a> Tweak comment</li> <li><a href="https://github.com/actions/configure-pages/commit/f304bd89be34aba4128f07b2fd86bc4e34fbabd7"><code>f304bd8</code></a> Update distributables</li> <li><a href="https://github.com/actions/configure-pages/commit/215cd51eb0b4014b08466bdaaf323d9243321eb0"><code>215cd51</code></a> Attempt to detect existing config files matching the expected basename plus o...</li> <li><a href="https://github.com/actions/configure-pages/commit/e9382ac9ad54dcf5ba213056a0506fb85da7ca52"><code>e9382ac</code></a> Front-load the file extension warning</li> <li><a href="https://github.com/actions/configure-pages/commit/7781abd34b2650ee39f68c3023a1198b1a3e7b78"><code>7781abd</code></a> Merge pull request <a href="https://redirect.github.com/actions/configure-pages/issues/138">#138</a> from actions/error-utils</li> <li><a href="https://github.com/actions/configure-pages/commit/fc47e3c8386fa64ae7a2419b64710d432c7a3b90"><code>fc47e3c</code></a> Update distributables</li> <li><a href="https://github.com/actions/configure-pages/commit/9c9f8a266f2316434daa266bf75396b5e7d1e058"><code>9c9f8a2</code></a> Update tests to use the Octokit RequestError class</li> <li><a href="https://github.com/actions/configure-pages/commit/9a4705d6535eae096428426648f242b5ae07ef81"><code>9a4705d</code></a> Update distributables</li> <li><a href="https://github.com/actions/configure-pages/commit/f6ded38287437661b636a27f136e14b1b2e46064"><code>f6ded38</code></a> Fix syntax error and formatting</li> <li>Additional commits viewable in <a href="https://github.com/actions/configure-pages/compare/v4...v5">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
e7dfaefaac |
Translations update from Hosted Weblate (#1567)
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/). Current translation status:  --------- Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: I g o r <igormczampola1@gmail.com> Co-authored-by: Igor Sorocean <sorocean.igor@gmail.com> Co-authored-by: Ali Beyaz <alipolatbeyaz@gmail.com> Co-authored-by: weishu tian <twsxtd@gmail.com> Co-authored-by: _wais <cikomo.game@gmail.com> Co-authored-by: dabao1955 <dabao1955@163.com> Co-authored-by: yuztass <inkognito0901@gmail.com> Co-authored-by: Skallr2 <pm563838@gmail.com> Co-authored-by: Kazuki Nakashima <flukfik41@gmail.com> Co-authored-by: sus <jeffpeng2012@gmail.com> Co-authored-by: Dawid2849 <dawid2849@gmail.com> Co-authored-by: Dawid2849 <dawiddziewa24@gmail.com> Co-authored-by: Federico Lombardo <fede2782@users.noreply.hosted.weblate.org> Co-authored-by: Tebbe Ubben <kontakt@tebbeubben.de> Co-authored-by: Fede2782 <78815152+Fede2782@users.noreply.github.com> |
||
|
|
9cb28b6e92 | [skip ci]: don't assign me | ||
|
|
6901371852 | Update README_TR.md (#1568) | ||
|
|
828ce6d29d | website: update repository link (#1569) | ||
|
|
2df8caaa85 | manager: Create new root shell for time consuming task | ||
|
|
31fbeef7e3 | manager: Add module shrink to settings. close #1572 | ||
|
|
eba87b7223 |
Translations update from Hosted Weblate (#1548)
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/). Current translation status:  --------- Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: I g o r <igormczampola1@gmail.com> Co-authored-by: Igor Sorocean <sorocean.igor@gmail.com> Co-authored-by: Ali Beyaz <alipolatbeyaz@gmail.com> Co-authored-by: weishu tian <twsxtd@gmail.com> Co-authored-by: _wais <cikomo.game@gmail.com> Co-authored-by: dabao1955 <dabao1955@163.com> Co-authored-by: yuztass <inkognito0901@gmail.com> Co-authored-by: Skallr2 <pm563838@gmail.com> Co-authored-by: Kazuki Nakashima <flukfik41@gmail.com> Co-authored-by: sus <jeffpeng2012@gmail.com> Co-authored-by: Dawid2849 <dawid2849@gmail.com> Co-authored-by: Dawid2849 <dawiddziewa24@gmail.com> Co-authored-by: Federico Lombardo <fede2782@users.noreply.hosted.weblate.org> Co-authored-by: Tebbe Ubben <kontakt@tebbeubben.de> |