rifsxd
11836b876f
manager: change home screen power menu icon to a proper power menu icon
2025-05-29 17:24:20 +06:00
rifsxd
bf20965c46
manager: make the module card neat and clean with less clutter and add useful indicators
2025-05-29 16:14:15 +06:00
rifsxd
22a48e52eb
manager: rearrange and refactor the Module Card UI
2025-05-28 21:50:17 +06:00
rifsxd
15b703b5f2
manager: show webui and action label when a module has it
2025-05-28 20:42:57 +06:00
rifsxd
18f0eb8a36
manager: better spacing between app package name and label item in superuser
2025-05-28 18:12:23 +06:00
rifsxd
32cdcc6fbe
manager: improve layout and look of module cards
2025-05-28 17:57:46 +06:00
rifsxd
437c4b9bc5
manager: improved AMOLED mode
2025-05-28 16:11:00 +06:00
rifsxd
0a42dbf5ba
manager: add amoled mode
2025-05-28 04:21:38 +06:00
igor
ea4f319898
Update strings.xml ( #444 )
2025-05-28 01:14:02 +06:00
Rifat Azad
7b6b944106
docs: updated architecture support
2025-05-28 01:13:54 +06:00
rifsxd
59c966771e
manager: show modules update count on status card only if any update is vailable
2025-05-27 03:24:32 +06:00
rifsxd
a83c20b667
manager: removed the logic for if overlayfs is not found then show warning in module screen
...
since magic_mount is the default mount system and if overlayfs is not available we cant swtich to use overlayfs anyways
2025-05-27 03:00:04 +06:00
rifsxd
d5c4f85d73
manager: move the wx platform init to the Application class so it starts as soon as the app process launches
2025-05-27 02:05:58 +06:00
rifsxd
36f683a299
manager: fix module list empty until refreshed manually
2025-05-27 01:43:30 +06:00
Rifat Azad
652e9719ed
docs: removed LKM deprecation information
2025-05-26 13:31:46 +06:00
Der_Googler
011b658422
manager: Improvements ( #443 )
...
* manager: bump mmrl
* manager: use ktx ext Str.toUri
* manager: add "webui-engine" from config.json
This allows the developer to override the user preference of the selected WebUI engine.
Supported engines are:
- `wx` for WebUI X
- `ksu` for the KernelSU WebUI
All not named strings will default to `wx`
R.string.use_webuix_summary needs proper translations
* manager: add support for multilingual module meta
2025-05-26 03:03:31 +06:00
rifsxd
5fa1050e1b
src: bring back LKM patching
2025-05-26 03:03:18 +06:00
Rifat Azad
39617497ca
manager: change webui TaskDescription title
2025-05-25 10:49:56 +06:00
rifsxd
44ad960da7
src: add x86_64 support
2025-05-24 20:33:38 +06:00
rifsxd
db223a1e92
manager: do not show some infocard item if ksuVersion is null
2025-05-23 22:56:26 +06:00
Der_Googler
ea4b8f51c2
manager: use myUserId as fallback #429 ( #432 )
2025-05-23 20:34:09 +06:00
rifsxd
407826396b
ci: try release artifacts properly
v1.0.7
2025-05-23 05:17:08 +06:00
rifsxd
124547c9c5
manager: update root project name to "KernelSU-Next"
2025-05-23 05:02:04 +06:00
igor
db7a9df880
Update translation ( #423 )
2025-05-23 04:55:37 +06:00
rifsxd
29725214f7
ksud_overlayfs: change find_temp_path to use keep() method for temporary directory since into_path() is deprecated
2025-05-23 04:52:48 +06:00
rifsxd
9189de4db1
manager: refactor backup and restore paths and logic for modules and allowlist
2025-05-23 04:48:36 +06:00
rifsxd
fec0032883
ksud: fix clippy warning/error
2025-05-23 03:18:36 +06:00
роизен
1ee737b1aa
Update and rename strings.xml to strings.xml ( #422 )
2025-05-23 00:43:45 +06:00
dependabot[bot]
2a32e1d746
build(deps): bump the crates group across 1 directory with 18 updates ( #417 )
...
Bumps the crates group with 11 updates in the /userspace/ksud_overlayfs directory:
| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap ) | `4.5.37` | `4.5.38` |
| rust-embed | `8.7.1` | `8.7.2` |
| [tempfile](https://github.com/Stebalien/tempfile ) | `3.19.1` | `3.20.0` |
| [ahash](https://github.com/tkaitchuck/ahash ) | `0.8.11` | `0.8.12` |
| [anstyle-wincon](https://github.com/rust-cli/anstyle ) | `3.0.7` | `3.0.8` |
| [backtrace](https://github.com/rust-lang/backtrace-rs ) | `0.3.74` | `0.3.75` |
| [cc](https://github.com/rust-lang/cc-rs ) | `1.2.21` | `1.2.23` |
| [crc](https://github.com/mrhooray/crc-rs ) | `3.2.1` | `3.3.0` |
| [getrandom](https://github.com/rust-random/getrandom ) | `0.3.2` | `0.3.3` |
| [libm](https://github.com/rust-lang/compiler-builtins ) | `0.2.14` | `0.2.15` |
| [windows-core](https://github.com/microsoft/windows-rs ) | `0.61.0` | `0.61.2` |
Updates `clap` from 4.5.37 to 4.5.38
- [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.37...clap_complete-v4.5.38 )
Updates `rust-embed` from 8.7.1 to 8.7.2
Updates `tempfile` from 3.19.1 to 3.20.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.19.1...v3.20.0 )
Updates `ahash` from 0.8.11 to 0.8.12
- [Release notes](https://github.com/tkaitchuck/ahash/releases )
- [Commits](https://github.com/tkaitchuck/ahash/commits )
Updates `anstyle-wincon` from 3.0.7 to 3.0.8
- [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.7...anstyle-wincon-v3.0.8 )
Updates `backtrace` from 0.3.74 to 0.3.75
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases )
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.74...0.3.75 )
Updates `cc` from 1.2.21 to 1.2.23
- [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.21...cc-v1.2.23 )
Updates `clap_builder` from 4.5.37 to 4.5.38
- [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.37...v4.5.38 )
Updates `crc` from 3.2.1 to 3.3.0
- [Release notes](https://github.com/mrhooray/crc-rs/releases )
- [Commits](https://github.com/mrhooray/crc-rs/commits )
Updates `getrandom` from 0.3.2 to 0.3.3
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-random/getrandom/compare/v0.3.2...v0.3.3 )
Updates `libm` from 0.2.14 to 0.2.15
- [Release notes](https://github.com/rust-lang/compiler-builtins/releases )
- [Changelog](https://github.com/rust-lang/compiler-builtins/blob/master/.release-plz.toml )
- [Commits](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.14...libm-v0.2.15 )
Updates `rust-embed-impl` from 8.7.0 to 8.7.2
Updates `rust-embed-utils` from 8.7.0 to 8.7.2
Updates `windows-core` from 0.61.0 to 0.61.2
- [Release notes](https://github.com/microsoft/windows-rs/releases )
- [Commits](https://github.com/microsoft/windows-rs/commits )
Updates `windows-result` from 0.3.2 to 0.3.4
- [Release notes](https://github.com/microsoft/windows-rs/releases )
- [Commits](https://github.com/microsoft/windows-rs/commits )
Updates `windows-strings` from 0.4.0 to 0.4.2
- [Release notes](https://github.com/microsoft/windows-rs/releases )
- [Commits](https://github.com/microsoft/windows-rs/commits )
Updates `zerocopy` from 0.7.35 to 0.8.25
- [Release notes](https://github.com/google/zerocopy/releases )
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google/zerocopy/compare/v0.7.35...v0.8.25 )
Updates `zerocopy-derive` from 0.7.35 to 0.8.25
- [Release notes](https://github.com/google/zerocopy/releases )
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google/zerocopy/compare/v0.7.35...v0.8.25 )
---
updated-dependencies:
- dependency-name: clap
dependency-version: 4.5.38
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: rust-embed
dependency-version: 8.7.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: tempfile
dependency-version: 3.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: ahash
dependency-version: 0.8.12
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: anstyle-wincon
dependency-version: 3.0.8
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: backtrace
dependency-version: 0.3.75
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: cc
dependency-version: 1.2.23
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: clap_builder
dependency-version: 4.5.38
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: crc
dependency-version: 3.3.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: getrandom
dependency-version: 0.3.3
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: libm
dependency-version: 0.2.15
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: rust-embed-impl
dependency-version: 8.7.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: rust-embed-utils
dependency-version: 8.7.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: windows-core
dependency-version: 0.61.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: windows-result
dependency-version: 0.3.4
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: windows-strings
dependency-version: 0.4.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: zerocopy
dependency-version: 0.8.25
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: zerocopy-derive
dependency-version: 0.8.25
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-23 00:40:58 +06:00
dependabot[bot]
bdaf50ab0f
build(deps): bump the crates group across 1 directory with 18 updates ( #416 )
...
Bumps the crates group with 11 updates in the /userspace/ksud_magic directory:
| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap ) | `4.5.37` | `4.5.38` |
| rust-embed | `8.7.1` | `8.7.2` |
| [tempfile](https://github.com/Stebalien/tempfile ) | `3.19.1` | `3.20.0` |
| [ahash](https://github.com/tkaitchuck/ahash ) | `0.8.11` | `0.8.12` |
| [anstyle-wincon](https://github.com/rust-cli/anstyle ) | `3.0.7` | `3.0.8` |
| [backtrace](https://github.com/rust-lang/backtrace-rs ) | `0.3.74` | `0.3.75` |
| [cc](https://github.com/rust-lang/cc-rs ) | `1.2.21` | `1.2.23` |
| [crc](https://github.com/mrhooray/crc-rs ) | `3.2.1` | `3.3.0` |
| [getrandom](https://github.com/rust-random/getrandom ) | `0.3.2` | `0.3.3` |
| [libm](https://github.com/rust-lang/compiler-builtins ) | `0.2.14` | `0.2.15` |
| [windows-core](https://github.com/microsoft/windows-rs ) | `0.61.0` | `0.61.2` |
Updates `clap` from 4.5.37 to 4.5.38
- [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.37...clap_complete-v4.5.38 )
Updates `rust-embed` from 8.7.1 to 8.7.2
Updates `tempfile` from 3.19.1 to 3.20.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.19.1...v3.20.0 )
Updates `ahash` from 0.8.11 to 0.8.12
- [Release notes](https://github.com/tkaitchuck/ahash/releases )
- [Commits](https://github.com/tkaitchuck/ahash/commits )
Updates `anstyle-wincon` from 3.0.7 to 3.0.8
- [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-wincon-v3.0.7...anstyle-wincon-v3.0.8 )
Updates `backtrace` from 0.3.74 to 0.3.75
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases )
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.74...0.3.75 )
Updates `cc` from 1.2.21 to 1.2.23
- [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.21...cc-v1.2.23 )
Updates `clap_builder` from 4.5.37 to 4.5.38
- [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.37...v4.5.38 )
Updates `crc` from 3.2.1 to 3.3.0
- [Release notes](https://github.com/mrhooray/crc-rs/releases )
- [Commits](https://github.com/mrhooray/crc-rs/commits )
Updates `getrandom` from 0.3.2 to 0.3.3
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-random/getrandom/compare/v0.3.2...v0.3.3 )
Updates `libm` from 0.2.14 to 0.2.15
- [Release notes](https://github.com/rust-lang/compiler-builtins/releases )
- [Changelog](https://github.com/rust-lang/compiler-builtins/blob/master/.release-plz.toml )
- [Commits](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.14...libm-v0.2.15 )
Updates `rust-embed-impl` from 8.7.0 to 8.7.2
Updates `rust-embed-utils` from 8.7.0 to 8.7.2
Updates `windows-core` from 0.61.0 to 0.61.2
- [Release notes](https://github.com/microsoft/windows-rs/releases )
- [Commits](https://github.com/microsoft/windows-rs/commits )
Updates `windows-result` from 0.3.2 to 0.3.4
- [Release notes](https://github.com/microsoft/windows-rs/releases )
- [Commits](https://github.com/microsoft/windows-rs/commits )
Updates `windows-strings` from 0.4.0 to 0.4.2
- [Release notes](https://github.com/microsoft/windows-rs/releases )
- [Commits](https://github.com/microsoft/windows-rs/commits )
Updates `zerocopy` from 0.7.35 to 0.8.25
- [Release notes](https://github.com/google/zerocopy/releases )
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google/zerocopy/compare/v0.7.35...v0.8.25 )
Updates `zerocopy-derive` from 0.7.35 to 0.8.25
- [Release notes](https://github.com/google/zerocopy/releases )
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google/zerocopy/compare/v0.7.35...v0.8.25 )
---
updated-dependencies:
- dependency-name: clap
dependency-version: 4.5.38
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: rust-embed
dependency-version: 8.7.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: tempfile
dependency-version: 3.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: ahash
dependency-version: 0.8.12
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: anstyle-wincon
dependency-version: 3.0.8
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: backtrace
dependency-version: 0.3.75
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: cc
dependency-version: 1.2.23
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: clap_builder
dependency-version: 4.5.38
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: crc
dependency-version: 3.3.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: getrandom
dependency-version: 0.3.3
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: libm
dependency-version: 0.2.15
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: rust-embed-impl
dependency-version: 8.7.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: rust-embed-utils
dependency-version: 8.7.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: windows-core
dependency-version: 0.61.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: windows-result
dependency-version: 0.3.4
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: windows-strings
dependency-version: 0.4.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: crates
- dependency-name: zerocopy
dependency-version: 0.8.25
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
- dependency-name: zerocopy-derive
dependency-version: 0.8.25
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: crates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-23 00:40:36 +06:00
dependabot[bot]
37a129080a
build(deps): bump the maven group across 1 directory with 10 updates ( #378 )
...
Bumps the maven group with 10 updates in the /manager directory:
| Package | From | To |
| --- | --- | --- |
| androidx.navigation:navigation-compose | `2.8.9` | `2.9.0` |
| androidx.compose:compose-bom | `2025.04.01` | `2025.05.00` |
| androidx.lifecycle:lifecycle-runtime-ktx | `2.8.7` | `2.9.0` |
| androidx.lifecycle:lifecycle-runtime-compose | `2.8.7` | `2.9.0` |
| androidx.lifecycle:lifecycle-viewmodel-compose | `2.8.7` | `2.9.0` |
| com.android.application | `8.9.2` | `8.10.0` |
| com.android.library | `8.9.2` | `8.10.0` |
| [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin ) | `2.1.20` | `2.1.21` |
| [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin ) | `2.1.20` | `2.1.21` |
| [com.google.devtools.ksp](https://github.com/google/ksp ) | `2.1.20-2.0.1` | `2.1.21-2.0.1` |
Updates `androidx.navigation:navigation-compose` from 2.8.9 to 2.9.0
Updates `androidx.compose:compose-bom` from 2025.04.01 to 2025.05.00
Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.7 to 2.9.0
Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.8.7 to 2.9.0
Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.8.7 to 2.9.0
Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.8.7 to 2.9.0
Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.8.7 to 2.9.0
Updates `com.android.application` from 8.9.2 to 8.10.0
Updates `com.android.library` from 8.9.2 to 8.10.0
Updates `com.android.library` from 8.9.2 to 8.10.0
Updates `org.jetbrains.kotlin.android` from 2.1.20 to 2.1.21
- [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.1.20...v2.1.21 )
Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.20 to 2.1.21
- [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.1.20...v2.1.21 )
Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.20 to 2.1.21
- [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.1.20...v2.1.21 )
Updates `com.google.devtools.ksp` from 2.1.20-2.0.1 to 2.1.21-2.0.1
- [Release notes](https://github.com/google/ksp/releases )
- [Commits](https://github.com/google/ksp/compare/2.1.20-2.0.1...2.1.21-2.0.1 )
---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-compose
dependency-version: 2.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: androidx.compose:compose-bom
dependency-version: 2025.05.00
dependency-type: direct:production
dependency-group: maven
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
dependency-version: 2.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: androidx.lifecycle:lifecycle-runtime-compose
dependency-version: 2.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose
dependency-version: 2.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: androidx.lifecycle:lifecycle-runtime-compose
dependency-version: 2.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose
dependency-version: 2.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: com.android.application
dependency-version: 8.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: com.android.library
dependency-version: 8.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: com.android.library
dependency-version: 8.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: org.jetbrains.kotlin.android
dependency-version: 2.1.21
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
- dependency-name: org.jetbrains.kotlin.plugin.compose
dependency-version: 2.1.21
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
- dependency-name: org.jetbrains.kotlin.plugin.compose
dependency-version: 2.1.21
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
- dependency-name: com.google.devtools.ksp
dependency-version: 2.1.21-2.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-23 00:40:18 +06:00
Rifat Azad
024b6ce292
docs: updated installation link for all README
2025-05-22 20:45:58 +06:00
rifsxd
b13a12e3d5
manager: something interesting?
2025-05-22 11:02:01 +06:00
rifsxd
9d9738eed0
manager: keep screen on when FlashingStatus.FLASHING
2025-05-22 10:21:31 +06:00
rifsxd
135fe1e5d4
manager: made the see more collapse button round for infocard
2025-05-22 10:07:03 +06:00
Rifat Azad
2d033b6b87
manager: disable mount system info if ksuversion is null
2025-05-22 09:48:25 +06:00
cvnertnc
9048ffbdab
Manager: update values-tr/strings.xml and Docs: update README-tr.md ( #415 )
2025-05-22 08:38:47 +06:00
роизен
d43fdd3cb4
Add Ukranian ( #414 )
...
* Create README_UA.md
* Update README_UA.md
* Update README.md
* Update README_BG.md
* Update README_CN.md
* Update README_FR.md
* Update README_ID.md
* Update README_IT.md
* Update README_JA.md
* Update README_KO.md
* Update README_PL.md
* Update README_PT-BR.md
* Update README_RU.md
* Update README_TH.md
* Update README_TR.md
* Update README_TW.md
* Update README_VI.md
* Create strings.xml
* МЕГА ПОТУЖНО
* МЕГА ПОТУЖНО
* напотужнічав
---------
Co-authored-by: Rifat Azad <33044977+rifsxd@users.noreply.github.com >
2025-05-22 08:37:51 +06:00
Melamit
14d16eff46
docs: Update translations ( #383 )
...
* docs: Update Installation instruction link for BG, JA and EN
* docs: Add Ukrainian translation
* docs: Add LKM mode deprecaton info in English and Ukrainian translations
This informs the user about the recent change in KernelSU Next manager in the Readme
---------
Co-authored-by: melamit <sunshine@melamit.in >
2025-05-22 08:06:07 +06:00
luigimak
1a603c2b48
Update Italian Translation ( #413 )
...
Update values-it/strings.xml
2025-05-22 08:02:45 +06:00
mr_vokintos
2092161fe0
Update Russian ( #409 )
...
* Update README_RU.md
Donations added
* Update strings.xml
fix
* Update strings.xml
again
* Update README_RU.md
* Update Ru strings.xml
Fixes and additions
* Update README_RU.md
I didn't like the way it looked
* Update strings.xml
* Update strings.xml
* Update strings.xml
* Update strings.xml
* Update strings.xml
2025-05-22 08:01:44 +06:00
igor
a8b92f50cc
Update portuguese translation ( #401 )
2025-05-22 08:00:21 +06:00
itsaschoolbus
4556c9a5d1
manager: Update LKM mode deprecation string for Vietnamese ( #396 )
2025-05-22 07:59:58 +06:00
Nhật Minh
e6fcae4f02
Update strings.xml ( #372 )
2025-05-22 07:59:34 +06:00
Rifat Azad
74ab5488e1
manager: rename unmount -> umount for superuser label item
2025-05-22 07:39:18 +06:00
rifsxd
5cdec242eb
manager: keep screen on when isActionRunning ( #341 )
2025-05-22 00:27:31 +06:00
rifsxd
e938a499f6
manager: disabled auto update by default
2025-05-22 00:09:40 +06:00
rifsxd
84b5915eea
manager: use WebUIX as default webui providor
2025-05-22 00:08:07 +06:00
rifsxd
540ce1d2c3
manager: redesign/rearrange home infocard
2025-05-21 23:42:05 +06:00
rifsxd
b40f2af0f0
manager: fix bad prctl calls for native code
2025-05-21 22:55:38 +06:00