Rifat Azad
67b14a34a9
manager: fixed getSuSFSVersion() in InfoCard
...
susfs: else error output as result
2024-12-22 09:23:56 +06:00
Rifat Azad
3febc5ae79
userspace: add susfs lib
...
manager: completed susfs support check prctl syscall
2024-12-22 08:49:45 +06:00
Rifat Azad
74ddca2e11
manager: try detect susfs prctl and
...
show if susfs supported and version on HomeScreen
2024-12-22 06:32:08 +06:00
Rifat Azad
5e036cb883
manager: Detect SuSFS support
2024-12-22 02:54:20 +06:00
Rifat Azad
340b75f18d
source: remove website
2024-12-22 00:39:21 +06:00
Rifat Azad
c99dc906b5
Merge pull request #14 from rifsxd/dependabot/gradle/manager/maven-4efcb9479e
...
build(deps): bump the maven group in /manager with 8 updates
2024-12-22 00:34:35 +06:00
Rifat Azad
3b48d585dd
Merge pull request #15 from rifsxd/dependabot/cargo/userspace/ksud/crates-a422b223e4
...
build(deps): bump the crates group in /userspace/ksud with 37 updates
2024-12-22 00:05:09 +06:00
Rifat Azad
95491e3674
manager: polished up HomeScreen
2024-12-21 23:52:26 +06:00
Rifat Azad
f41db55229
manager: adjusted padding on InfoCard
2024-12-21 23:25:53 +06:00
rifsxd
d77719c171
Updated README
2024-12-21 04:55:22 +06:00
silvzr
f439ff625c
manager: Avoid unecessary function calls
...
in Home.kt the install function is called everytime you go to the HomeScreen, move it to MainActivity instead so it's executed on app launch only.
2024-12-21 03:49:44 +06:00
Rifat Azad
081e31f0f8
manager: removed EXperimentalCard and added IssueReportCard
2024-12-21 03:31:55 +06:00
Rifat Azad
3fd1cf6329
kernel: rename KernelSU -> KernelSU-Next
2024-12-21 02:12:29 +06:00
Rifat Azad
a17ef5634f
setup: rename KernelSU -> KernelSU-Next
2024-12-21 02:07:51 +06:00
Rifat Azad
ef4714871e
source: mass rename KernelSU -> KernelSU-Next
2024-12-21 02:06:32 +06:00
Rifat Azad
df700143da
manager: LOG_TAG replace KernelSU -> KernelSU-Next
2024-12-21 01:53:37 +06:00
dependabot[bot]
a3c30eed3b
build(deps): bump the crates group in /userspace/ksud with 37 updates
...
Bumps the crates group in /userspace/ksud with 37 updates:
| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow ) | `1.0.93` | `1.0.94` |
| [clap](https://github.com/clap-rs/clap ) | `4.5.21` | `4.5.23` |
| [const_format](https://github.com/rodrimati1992/const_format_crates ) | `0.2.33` | `0.2.34` |
| [zip](https://github.com/zip-rs/zip2 ) | `2.2.0` | `2.2.2` |
| [env_logger](https://github.com/rust-cli/env_logger ) | `0.11.5` | `0.11.6` |
| [serde](https://github.com/serde-rs/serde ) | `1.0.215` | `1.0.216` |
| [libc](https://github.com/rust-lang/libc ) | `0.2.164` | `0.2.169` |
| [which](https://github.com/harryfei/which-rs ) | `7.0.0` | `7.0.1` |
| [chrono](https://github.com/chronotope/chrono ) | `0.4.38` | `0.4.39` |
| [allocator-api2](https://github.com/zakarumych/allocator-api2 ) | `0.2.20` | `0.2.21` |
| [bytes](https://github.com/tokio-rs/bytes ) | `1.8.0` | `1.9.0` |
| [cc](https://github.com/rust-lang/cc-rs ) | `1.2.1` | `1.2.5` |
| [clap_builder](https://github.com/clap-rs/clap ) | `4.5.21` | `4.5.23` |
| [clap_lex](https://github.com/clap-rs/clap ) | `0.7.3` | `0.7.4` |
| [const_format_proc_macros](https://github.com/rodrimati1992/const_format_crates ) | `0.2.33` | `0.2.34` |
| [cpufeatures](https://github.com/RustCrypto/utils ) | `0.2.15` | `0.2.16` |
| [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam ) | `0.5.13` | `0.5.14` |
| [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam ) | `0.8.5` | `0.8.6` |
| [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam ) | `0.3.11` | `0.3.12` |
| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam ) | `0.8.20` | `0.8.21` |
| [env_filter](https://github.com/rust-cli/env_logger ) | `0.1.2` | `0.1.3` |
| [fastrand](https://github.com/smol-rs/fastrand ) | `2.2.0` | `2.3.0` |
| [indexmap](https://github.com/indexmap-rs/indexmap ) | `2.6.0` | `2.7.0` |
| [itoa](https://github.com/dtolnay/itoa ) | `1.0.13` | `1.0.14` |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide ) | `0.8.0` | `0.8.2` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2 ) | `1.0.91` | `1.0.92` |
| [serde_derive](https://github.com/serde-rs/serde ) | `1.0.215` | `1.0.216` |
| [syn](https://github.com/dtolnay/syn ) | `2.0.89` | `2.0.90` |
| [thiserror](https://github.com/dtolnay/thiserror ) | `1.0.69` | `2.0.8` |
| [thiserror-impl](https://github.com/dtolnay/thiserror ) | `1.0.69` | `2.0.8` |
| [time](https://github.com/time-rs/time ) | `0.3.36` | `0.3.37` |
| [tokio](https://github.com/tokio-rs/tokio ) | `1.41.1` | `1.42.0` |
| [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen ) | `0.2.95` | `0.2.99` |
| [wasm-bindgen-backend](https://github.com/rustwasm/wasm-bindgen ) | `0.2.95` | `0.2.99` |
| [wasm-bindgen-macro](https://github.com/rustwasm/wasm-bindgen ) | `0.2.95` | `0.2.99` |
| [wasm-bindgen-macro-support](https://github.com/rustwasm/wasm-bindgen ) | `0.2.95` | `0.2.99` |
| [wasm-bindgen-shared](https://github.com/rustwasm/wasm-bindgen ) | `0.2.95` | `0.2.99` |
Updates `anyhow` from 1.0.93 to 1.0.94
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.94 )
Updates `clap` from 4.5.21 to 4.5.23
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.21...clap_complete-v4.5.23 )
Updates `const_format` from 0.2.33 to 0.2.34
- [Release notes](https://github.com/rodrimati1992/const_format_crates/releases )
- [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md )
- [Commits](https://github.com/rodrimati1992/const_format_crates/commits/0.2.34 )
Updates `zip` from 2.2.0 to 2.2.2
- [Release notes](https://github.com/zip-rs/zip2/releases )
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zip-rs/zip2/compare/v2.2.0...v2.2.2 )
Updates `env_logger` from 0.11.5 to 0.11.6
- [Release notes](https://github.com/rust-cli/env_logger/releases )
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.5...v0.11.6 )
Updates `serde` from 1.0.215 to 1.0.216
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216 )
Updates `libc` from 0.2.164 to 0.2.169
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.164...0.2.169 )
Updates `which` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/harryfei/which-rs/releases )
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/harryfei/which-rs/compare/7.0.0...7.0.1 )
Updates `chrono` from 0.4.38 to 0.4.39
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.38...v0.4.39 )
Updates `allocator-api2` from 0.2.20 to 0.2.21
- [Changelog](https://github.com/zakarumych/allocator-api2/blob/main/CHANGELOG.md )
- [Commits](https://github.com/zakarumych/allocator-api2/commits/v0.2.21 )
Updates `bytes` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/tokio-rs/bytes/releases )
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.8.0...v1.9.0 )
Updates `cc` from 1.2.1 to 1.2.5
- [Release notes](https://github.com/rust-lang/cc-rs/releases )
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.1...cc-v1.2.5 )
Updates `clap_builder` from 4.5.21 to 4.5.23
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.21...v4.5.23 )
Updates `clap_lex` from 0.7.3 to 0.7.4
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_lex-v0.7.3...clap_lex-v0.7.4 )
Updates `const_format_proc_macros` from 0.2.33 to 0.2.34
- [Release notes](https://github.com/rodrimati1992/const_format_crates/releases )
- [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md )
- [Commits](https://github.com/rodrimati1992/const_format_crates/commits/0.2.34 )
Updates `cpufeatures` from 0.2.15 to 0.2.16
- [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.15...cpufeatures-v0.2.16 )
Updates `crossbeam-channel` from 0.5.13 to 0.5.14
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases )
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.13...crossbeam-channel-0.5.14 )
Updates `crossbeam-deque` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases )
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-deque-0.8.5...crossbeam-deque-0.8.6 )
Updates `crossbeam-queue` from 0.3.11 to 0.3.12
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases )
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-queue-0.3.11...crossbeam-queue-0.3.12 )
Updates `crossbeam-utils` from 0.8.20 to 0.8.21
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases )
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.20...crossbeam-utils-0.8.21 )
Updates `env_filter` from 0.1.2 to 0.1.3
- [Release notes](https://github.com/rust-cli/env_logger/releases )
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-cli/env_logger/compare/env_filter-v0.1.2...env_filter-v0.1.3 )
Updates `fastrand` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/smol-rs/fastrand/releases )
- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md )
- [Commits](https://github.com/smol-rs/fastrand/compare/v2.2.0...v2.3.0 )
Updates `indexmap` from 2.6.0 to 2.7.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md )
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.6.0...2.7.0 )
Updates `itoa` from 1.0.13 to 1.0.14
- [Release notes](https://github.com/dtolnay/itoa/releases )
- [Commits](https://github.com/dtolnay/itoa/compare/1.0.13...1.0.14 )
Updates `miniz_oxide` from 0.8.0 to 0.8.2
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Frommi/miniz_oxide/compare/0.8.0...0.8.2 )
Updates `proc-macro2` from 1.0.91 to 1.0.92
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.91...1.0.92 )
Updates `serde_derive` from 1.0.215 to 1.0.216
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216 )
Updates `syn` from 2.0.89 to 2.0.90
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.89...2.0.90 )
Updates `thiserror` from 1.0.69 to 2.0.8
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.8 )
Updates `thiserror-impl` from 1.0.69 to 2.0.8
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.8 )
Updates `time` from 0.3.36 to 0.3.37
- [Release notes](https://github.com/time-rs/time/releases )
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md )
- [Commits](https://github.com/time-rs/time/compare/v0.3.36...v0.3.37 )
Updates `tokio` from 1.41.1 to 1.42.0
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.0 )
Updates `wasm-bindgen` from 0.2.95 to 0.2.99
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.95...0.2.99 )
Updates `wasm-bindgen-backend` from 0.2.95 to 0.2.99
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.95...0.2.99 )
Updates `wasm-bindgen-macro` from 0.2.95 to 0.2.99
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.95...0.2.99 )
Updates `wasm-bindgen-macro-support` from 0.2.95 to 0.2.99
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.95...0.2.99 )
Updates `wasm-bindgen-shared` from 0.2.95 to 0.2.99
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases )
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.95...0.2.99 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: const_format
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: zip
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: env_logger
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: which
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: allocator-api2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: bytes
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: cc
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: clap_builder
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: clap_lex
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: const_format_proc_macros
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: cpufeatures
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: crossbeam-channel
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: crossbeam-deque
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: crossbeam-queue
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: crossbeam-utils
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: env_filter
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: fastrand
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: indexmap
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: itoa
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: miniz_oxide
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: proc-macro2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: serde_derive
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: syn
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: thiserror
dependency-type: indirect
update-type: version-update:semver-major
dependency-group: crates
- dependency-name: thiserror-impl
dependency-type: indirect
update-type: version-update:semver-major
dependency-group: crates
- dependency-name: time
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: tokio
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: wasm-bindgen
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: wasm-bindgen-backend
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: wasm-bindgen-macro
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: wasm-bindgen-macro-support
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: wasm-bindgen-shared
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-20 17:27:15 +00:00
dependabot[bot]
96001951ed
build(deps): bump the maven group in /manager with 8 updates
...
Bumps the maven group in /manager with 8 updates:
| Package | From | To |
| --- | --- | --- |
| androidx.navigation:navigation-compose | `2.8.4` | `2.8.5` |
| androidx.compose:compose-bom | `2024.11.00` | `2024.12.01` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines ) | `1.9.0` | `1.10.1` |
| com.android.application | `8.7.2` | `8.7.3` |
| com.android.library | `8.7.2` | `8.7.3` |
| [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin ) | `2.0.21` | `2.1.0` |
| [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin ) | `2.0.21` | `2.1.0` |
| [com.google.devtools.ksp](https://github.com/google/ksp ) | `2.0.21-1.0.28` | `2.1.0-1.0.29` |
Updates `androidx.navigation:navigation-compose` from 2.8.4 to 2.8.5
Updates `androidx.compose:compose-bom` from 2024.11.00 to 2024.12.01
Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.9.0...1.10.1 )
Updates `com.android.application` from 8.7.2 to 8.7.3
Updates `com.android.library` from 8.7.2 to 8.7.3
Updates `com.android.library` from 8.7.2 to 8.7.3
Updates `org.jetbrains.kotlin.android` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0 )
Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0 )
Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0 )
Updates `com.google.devtools.ksp` from 2.0.21-1.0.28 to 2.1.0-1.0.29
- [Release notes](https://github.com/google/ksp/releases )
- [Commits](https://github.com/google/ksp/compare/2.0.21-1.0.28...2.1.0-1.0.29 )
---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-compose
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
- dependency-name: androidx.compose:compose-bom
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: com.android.application
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
- dependency-name: com.android.library
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
- dependency-name: com.android.library
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
- dependency-name: org.jetbrains.kotlin.android
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: org.jetbrains.kotlin.plugin.compose
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: org.jetbrains.kotlin.plugin.compose
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: com.google.devtools.ksp
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-20 17:24:49 +00:00
Rifat Azad
3d29cb1ae6
manager: fixed module card uninstall/restore buttons minimal look & fixed app icon monochrome inverted
2024-12-20 22:52:59 +06:00
Rifat Azad
f47860e9de
Merge pull request #12 from pys36/next
...
KSU-Next: Add Mandarin translation for README
2024-12-20 17:43:37 +06:00
Pang YS
60d02e0f78
readme: fix logo wont show
2024-12-20 18:49:09 +08:00
Pang YS
c55306de1a
readme: fix logo wont show and modify path for CN readme
2024-12-20 18:48:15 +08:00
Pang YS
9c30386864
Merge branch 'rifsxd:next' into next
2024-12-20 18:43:24 +08:00
Pang YS
3676559c3c
change path
2024-12-20 18:41:32 +08:00
Pang YS
85ef536d69
change path
2024-12-20 18:41:13 +08:00
rifsxd
67abbcfd4b
ksud: renaming KernelSU -> KernelSU-Next
2024-12-20 15:32:37 +06:00
Pang YS
79c3f6ff9e
Update README.md
2024-12-20 15:24:48 +08:00
Pang YS
b101e21023
Create README_CN.md
2024-12-20 15:24:32 +08:00
Rifat Azad
3dcf3d29d0
Merge pull request #9 from DerGoogler/patch-1
...
ksud: Replace KernelSU with KernelSU Next
2024-12-20 09:00:46 +06:00
Der_Googler
aa7fe06cc1
ksud: Replace KernelSU with KernelSU Next
2024-12-20 01:12:16 +01:00
Rifat Azad
80440e86cb
manager: fixed kernelsu-next icon to be material 3 compliant
2024-12-20 00:44:15 +06:00
Rifat Azad
1b6f041b6c
manager: minor change to module_install_prompt_with_name string
2024-12-19 22:46:22 +06:00
Rifat Azad
3d9feeec96
manager: Dropped down MINIMAL_SUPPORTED_KERNEL to 11071
2024-12-19 21:56:04 +06:00
Rifat Azad
e7c4c038b6
manager: night theme fixed
2024-12-19 21:30:58 +06:00
Rifat Azad
aa195c6348
manager: fixed module list refresh after isntallation
2024-12-19 20:25:30 +06:00
Rifat Azad
3eb8768465
manager: changed webroot domain
2024-12-19 19:52:55 +06:00
Rifat Azad
e69a101386
ci: cleaned irrelevent workflows
2024-12-19 19:23:01 +06:00
Rifat Azad
9d0b43042e
ksud: renamed patched .img
2024-12-19 19:13:56 +06:00
Rifat Azad
1fc83078fd
manager: minor renaming
2024-12-19 19:10:11 +06:00
Rifat Azad
64d1ad8f9e
ci: replaced KernelSU dir with KernelSU-Next
2024-12-19 18:54:17 +06:00
Rifat Azad
6f0174022c
manager: minor change to module_install_prompt_with_name string
2024-12-19 18:46:26 +06:00
Rifat Azad
adf3920caa
ksud: added module restore cmd, replaced pkg id for debug and uninstall manager and changed banner
...
manager: implement restore module UI
2024-12-19 17:33:20 +06:00
Rifat Azad
9911795aa3
setup: fixed set-up script
2024-12-18 22:55:30 +06:00
Rifat Azad
868db22b8d
setup: changed repo link
2024-12-18 21:55:25 +06:00
Rifat Azad
fd1f829db6
kernel: auto backport path_umount to fs/namespace.c at build time
2024-12-18 21:34:04 +06:00
Rifat Azad
629d878558
kernel: New KSU_NEXT size/hash
2024-12-18 18:03:25 +06:00
Rifat Azad
21bf2d5639
manager: common detectable package id replaced - me.weishu.kernelsu -> com.rifsxd.ksunext
2024-12-18 15:42:43 +06:00
rifsxd
57bffb5e7c
kernel: fix missing endif in Makefile
2024-12-18 02:26:09 +06:00
backslashxx
36fb6085ef
kernel: require path_umount backporting
...
Most kernel builders have to touch their kernel source code anyway so
we might as well tell them to backport path_umount to achieve some sort
of feature parity.
This enforces a path_umount backport, not a suggestion.
Its a requirement from now on.
You will backport path_umount and you will like it.
2024-12-17 22:45:23 +06:00
ExtremeXT
5f2c1eef9c
kernel: expose allowlist workaround as Kconfig option
...
Useful for situations where the SU allowlist is not kept after a reboot.
As per upstream this is only used for < 4.10 and Huawei HiSilicon devices.
but theres user reports having issues even on 4.14/4.19 samsung kernels.
Expose this option so users affected can opt-in.
Discussion:
tiann#1249
tiann#1346
References:
tiann@f57d351
tiann@b61cb30
Credits to respective authors:
rhjdvsgsgks
ExtremeXT
2024-12-17 20:33:55 +06:00