weishu
2efefcea72
kernel: use library import
2024-04-27 09:55:24 +08:00
dependabot[bot]
8200913f1a
build(deps-dev): bump vue from 3.4.23 to 3.4.25 in /website ( #1660 )
...
Bumps [vue](https://github.com/vuejs/core ) from 3.4.23 to 3.4.25.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/core/releases ">vue's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.25</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md ">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.24</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/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/core/blob/main/CHANGELOG.md ">vue's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/vuejs/core/compare/v3.4.24...v3.4.25 ">3.4.25</a>
(2024-04-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>defineModel:</strong> align prod mode runtime type
generation with defineProps (<a
href="https://github.com/vuejs/core/commit/4253a57f1703a7f1ac701d77e0a235689203461d ">4253a57</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/10769 ">#10769</a></li>
<li><strong>runtime-core:</strong> properly get keepAlive child (<a
href="https://redirect.github.com/vuejs/core/issues/10772 ">#10772</a>)
(<a
href="https://github.com/vuejs/core/commit/3724693a25c3f2dd13d70a8a1af760b03a4fb783 ">3724693</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/10771 ">#10771</a></li>
<li><strong>runtime-core:</strong> use normal object as internal
prototype for attrs and slots (<a
href="https://github.com/vuejs/core/commit/064e82f5855f30fe0b77fe9b5e4dd22700fd634d ">064e82f</a>),
closes <a
href="https://github.com//github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add/issues/r141304923 ">/github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add#r141304923</a></li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.4.23...v3.4.24 ">3.4.24</a>
(2024-04-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler-core:</strong> handle template ref bound via v-bind
object on v-for (<a
href="https://redirect.github.com/vuejs/core/issues/10706 ">#10706</a>)
(<a
href="https://github.com/vuejs/core/commit/da7adefa844265eecc9c336abfc727bc05b4f16e ">da7adef</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/10696 ">#10696</a></li>
<li><strong>compiler-core:</strong> properly parse await expressions in
edge cases (<a
href="https://github.com/vuejs/core/commit/b92c25f53dff0fc1687f57ca4033d0ac25218940 ">b92c25f</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/10754 ">#10754</a></li>
<li><strong>compiler-sfc:</strong> handle readonly operator and
ReadonlyArray/Map/Set types (<a
href="https://github.com/vuejs/core/commit/5cef52a5c23ba8ba3239e6def03b8ff008d3cc72 ">5cef52a</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/10726 ">#10726</a></li>
<li><strong>compiler-ssr:</strong> fix hydration mismatch for
conditional slot in transition (<a
href="https://github.com/vuejs/core/commit/f12c81efca3fcf9a7ce478af2261ad6ab9b0bfd7 ">f12c81e</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/10743 ">#10743</a></li>
<li><strong>compiler-ssr:</strong> fix v-html SSR for nullish values (<a
href="https://github.com/vuejs/core/commit/1ff407676f9495883b459779a9b0370d7588b51f ">1ff4076</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/10725 ">#10725</a></li>
<li><strong>deps:</strong> update compiler (<a
href="https://redirect.github.com/vuejs/core/issues/10760 ">#10760</a>)
(<a
href="https://github.com/vuejs/core/commit/15df5c1b261b9b471eb811fd47ab7b3cfc41cf83 ">15df5c1</a>)</li>
<li><strong>runtime-core:</strong> fix edge case of KeepAlive inside
Transition with slot children (<a
href="https://redirect.github.com/vuejs/core/issues/10719 ">#10719</a>)
(<a
href="https://github.com/vuejs/core/commit/e51ca61ca060b2772e967d169548fc2f58fce6d1 ">e51ca61</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/10708 ">#10708</a></li>
<li><strong>runtime-core:</strong> further fix slots _ctx check (<a
href="https://github.com/vuejs/core/commit/cde7f05787d16dbb93d9419ef5331adf992816fd ">cde7f05</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/10724 ">#10724</a></li>
<li><strong>runtime-core:</strong> props should be readonly via direct
template access (<a
href="https://github.com/vuejs/core/commit/b93f26464785de227b88c51a88328ae80e80d804 ">b93f264</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/8216 ">#8216</a> <a
href="https://redirect.github.com/vuejs/core/issues/10736 ">#10736</a></li>
<li><strong>transition:</strong> transition is breaking/flickering when
enter is canceled (<a
href="https://redirect.github.com/vuejs/core/issues/10688 ">#10688</a>)
(<a
href="https://github.com/vuejs/core/commit/65109a70f187473edae8cf4df11af3c33345e6f6 ">65109a7</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/core/commit/574c3e63bbb764c82fd7228eac979bb3e7fa731d "><code>574c3e6</code></a>
release: v3.4.25</li>
<li><a
href="https://github.com/vuejs/core/commit/8ee69e7eaf37d7171d80d7c93f6ce729d1fa698c "><code>8ee69e7</code></a>
ci: use single thread for e2e tests on ci</li>
<li><a
href="https://github.com/vuejs/core/commit/064e82f5855f30fe0b77fe9b5e4dd22700fd634d "><code>064e82f</code></a>
fix(runtime-core): use normal object as internal prototype for attrs and
slots</li>
<li><a
href="https://github.com/vuejs/core/commit/4253a57f1703a7f1ac701d77e0a235689203461d "><code>4253a57</code></a>
fix(defineModel): align prod mode runtime type generation with
defineProps</li>
<li><a
href="https://github.com/vuejs/core/commit/3724693a25c3f2dd13d70a8a1af760b03a4fb783 "><code>3724693</code></a>
fix(runtime-core): properly get keepAlive child (<a
href="https://redirect.github.com/vuejs/core/issues/10772 ">#10772</a>)</li>
<li><a
href="https://github.com/vuejs/core/commit/958286e3f050dc707ad1af293e91bfb190bdb191 "><code>958286e</code></a>
release: v3.4.24</li>
<li><a
href="https://github.com/vuejs/core/commit/b92c25f53dff0fc1687f57ca4033d0ac25218940 "><code>b92c25f</code></a>
fix(compiler-core): properly parse await expressions in edge cases</li>
<li><a
href="https://github.com/vuejs/core/commit/173ec65cd46f22cb1e91914923fcf75a75cd340d "><code>173ec65</code></a>
test: revert to threads</li>
<li><a
href="https://github.com/vuejs/core/commit/f12c81efca3fcf9a7ce478af2261ad6ab9b0bfd7 "><code>f12c81e</code></a>
fix(compiler-ssr): fix hydration mismatch for conditional slot in
transition</li>
<li><a
href="https://github.com/vuejs/core/commit/c8e87a1c903fe1bd10c3013890bd0855f9e3a6ba "><code>c8e87a1</code></a>
test: use pool: vmThreads</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/core/compare/v3.4.23...v3.4.25 ">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>
2024-04-27 09:33:46 +08:00
Howard Wu
1ee4bf20a5
Fix ksubot session file ext dup ( #1672 )
2024-04-27 00:10:54 +08:00
Wang Han
73e5530362
Update resetprop ( #1671 )
...
With https://github.com/topjohnwu/system_properties/pull/3 included.
2024-04-26 22:46:18 +08:00
weishu
cd73307cd4
kernel: refactor PR_REAL_REGS
2024-04-26 13:25:29 +08:00
weishu
425c326cb5
kernel: fix setup script. close #1625 , close #1647
2024-04-26 13:12:57 +08:00
buildbot
714990b7c6
kernel: no need to hook
2024-04-26 12:10:58 +08:00
buildbot
2dc2dbfd45
kernel: use syscall hook for all version, remove code next version if works well
2024-04-26 11:42:24 +08:00
Another Guy
e2b0721af5
Hook syscalls and stable symbols ( #1657 )
...
1. Replace `do_execveat_common` with `sys_execve` and `sys_execveat`
2. Replace `input_handle_event` with `input_event` and
`input_inject_event`
Tested on android12-5.10-2024-04, android13-5.15-2024-04.
android14-6.1-2024-04
2024-04-26 11:27:48 +08:00
weishu
bb03c8e2f9
ksud: Fix compiler error
2024-04-24 21:36:38 +08:00
weishu
3bd67c654a
ksud: use sha1 library to calc hash
2024-04-24 12:51:11 +08:00
weishu
ccf3193d93
manager: Fix select kmi not working
2024-04-24 00:29:43 +08:00
weishu
1623d93f4f
ksud: Fix name typo
2024-04-23 23:33:13 +08:00
weishu
b41d95c0b2
ksud: Fix backup not working
2024-04-23 23:24:45 +08:00
weishu
a7f65e5617
ksud: move backup directory to /data/adb/ksu
2024-04-23 16:38:54 +08:00
weishu
cd61835fd3
manager: extract flashWithIO
2024-04-23 15:51:04 +08:00
weishu
733b681bfb
manager: hide "uninstall temporary" temporarily.
2024-04-23 15:38:18 +08:00
weishu
3da7c0fdc3
manager: Add UI for uninstall permanently
2024-04-23 15:37:42 +08:00
weishu
13d0d4beda
ksud: skip removing module if no modules exist, also add uninstall mangaer, reboot
2024-04-23 15:32:15 +08:00
weishu
b96294edea
ksud: Add uninstall
2024-04-22 20:41:53 +08:00
igor
65e75a1f63
website: update translation ( #1653 )
2024-04-22 13:31:24 +08:00
Weblate (bot)
db0f01b9b7
Translations update from Hosted Weblate ( #1635 )
...
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: Igor Sorocean <sorocean.igor@gmail.com >
Co-authored-by: Ali Beyaz <alipolatbeyaz@gmail.com >
Co-authored-by: rehork <cooky@e.email >
Co-authored-by: dabao1955 <dabao1955@163.com >
Co-authored-by: Bilchuk Radomyr <bilchuk.radomyr@gmail.com >
Co-authored-by: Nostalgia <2455367098@qq.com >
Co-authored-by: Kazuki Nakashima <flukfik41@gmail.com >
Co-authored-by: yuztass <inkognito0901@gmail.com >
Co-authored-by: ngocanhtve <ngocanh.tve@gmail.com >
Co-authored-by: _wais <cikomo.game@gmail.com >
2024-04-20 22:30:50 +08:00
Dawid2849
5233a5691a
Add LG G8 / G8s / G8X source ( #1651 )
2024-04-20 20:53:10 +08:00
dependabot[bot]
16713a942f
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>
2024-04-19 22:05:57 +08:00
dependabot[bot]
e74d87a757
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>
2024-04-19 22:05:09 +08:00
dependabot[bot]
30ba2750b4
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>
2024-04-19 22:04:49 +08:00
dependabot[bot]
75abd45f78
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>
2024-04-19 22:04:26 +08:00
hosizoraru
aa37b83932
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
2024-04-19 16:33:22 +08:00
Ice Year
42df554368
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.
2024-04-19 10:25:16 +08:00
TinyHai
60a88da33c
fix grant root failed #1559 ( #1633 )
2024-04-16 22:02:55 +08:00
dependabot[bot]
843062d1bf
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>
2024-04-16 09:56:04 +08:00
github-actions[bot]
0d113dac0b
[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>
2024-04-15 18:47:53 +08:00
weishu
cf06d4cde8
manager: Allow to use other su to install
2024-04-15 12:32:29 +08:00
Weblate (bot)
2d85800704
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 >
2024-04-15 11:56:04 +08:00
5ec1cff
ba5beeb271
ksud: do not abort if backup failed ( #1627 )
2024-04-14 15:55:47 +08:00
5ec1cff
7d7b9a2b27
ksud: only backup stock boot if flashing ( #1626 )
2024-04-14 14:00:59 +08:00
LoveSy
de986dbd76
Merge pull request #1623 from 5ec1cff/5ec1cff-patch-1
...
fix boot restore
2024-04-14 01:56:49 +08:00
5ec1cff
fe7ddb57fd
fix boot restore
2024-04-14 01:46:12 +08:00
5ec1cff
2c2c1b2b45
ksud: backup stock image and use it when restore ( #1619 )
2024-04-14 00:45:06 +08:00
Wang Han
94386b22e4
Register receiver with RECEIVER_EXPORTED ( #1620 )
2024-04-13 18:48:29 +08:00
Caner Karaca
bdec5117ed
Update ( #1618 )
2024-04-13 16:43:45 +08:00
weishu
76a514db4a
manager: Add uninstall ui
2024-04-13 12:49:54 +08:00
Weblate (bot)
3dfc54a0e1
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 >
2024-04-12 22:11:26 +08:00
5ec1cff
c7ee487260
update avd 15 manifest ( #1616 )
2024-04-12 20:50:28 +08:00
dependabot[bot]
9330580872
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>
2024-04-12 14:36:22 +08:00
weishu
880908e4ff
ksud: Fix clippy
2024-04-12 10:36:34 +08:00
dependabot[bot]
15b35a098b
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>
2024-04-12 00:48:04 +08:00
weishu
856496f465
ksud: Add boot restore
2024-04-12 00:47:29 +08:00
dependabot[bot]
279183578b
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>
2024-04-11 13:33:26 +08:00
ice
38f2169e40
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 )
2024-04-11 13:30:06 +08:00