AxelPLN(Axel Yinjia Huang)
38a9949211
Update manager translations for zh-rCN & zh-rTW ( #456 )
...
* Update translations for zh-rCN &zh-rTW to 0a42dbf
* Add zh-rCN & zh-rTW translations for functions as legacyUI & module banner and so on.
Improve translations.
2025-06-11 04:27:58 +06:00
igor
9fba0faa43
Update portuguese translation ( #453 )
...
* Update portuguese translation
* Update strings.xml
* Update strings.xml
* Update README.md
* Update README_PT-BR.md
* Update strings.xml
* Update strings.xml
2025-06-11 04:26:43 +06:00
Rifat Azad
10f7d5cf50
Revert "manager: keep mount system preference persistent"
...
This reverts commit 609926bff1 .
2025-06-10 02:31:14 +06:00
rifsxd
0c883ddfd6
manager: let module banner be set locally from module dir
...
ex: banner=banner.png , banner=example.webp banner=temp/hello.jpg
if banner string value starts with http, https then it will try to fetch from online.
Co-authored-by: fatalcoder524 <11532648+fatalcoder524@users.noreply.github.com >
2025-06-06 04:09:16 +06:00
rifsxd
886cfd5a33
manager: adjusted module banner fade opacity
2025-06-03 03:28:42 +06:00
rifsxd
aea384bdd4
manager: do dynamic fade for banner based on monet when available
2025-06-03 01:49:57 +06:00
rifsxd
84695cea71
manager: do white fade for banner when on light mode
2025-06-03 00:58:58 +06:00
rifsxd
f91afe6c46
manager: add module background banners"
...
module devs can add banners for their modules through module.prop config
Example:
banner=https://something.com/banner.png
2025-06-03 00:34:37 +06:00
rifsxd
3f7e731df6
manager: fix update tag attached to wrong module after using sort options ( fix #473 )
2025-06-02 15:34:30 +06:00
rifsxd
582662dce9
manager: fix back gestures conflicting with LKM warning window ( fix #474 )
2025-06-02 15:12:59 +06:00
rifsxd
f3b49723e8
manager: add sorting by size for module list
2025-06-01 21:03:04 +06:00
rifsxd
d8cb7ef772
manager: fix module sorting state when module list is null initially before modules are fetched (this should fix #470 )
2025-06-01 19:47:43 +06:00
rifsxd
dddf2f06a0
manager: show reboot button when flashing LKM directly and inactive slot
2025-06-01 15:46:25 +06:00
rifsxd
e7e935aeb2
manager: added module size label
2025-06-01 15:37:13 +06:00
rifsxd
cb146200aa
manager: output full logs of actions and flash modules when developer option is enabled
2025-06-01 04:05:35 +06:00
rifsxd
609926bff1
manager: keep mount system preference persistent
2025-06-01 03:37:10 +06:00
rifsxd
8803058521
manager: added amoled theme for non material u devices
2025-06-01 02:33:02 +06:00
rifsxd
c74805b12b
manager: autoexpand infocard when dev option is enabled
2025-06-01 01:43:08 +06:00
rifsxd
43870237fc
manager: removed unused imports from backuprestore.kt
2025-06-01 01:17:44 +06:00
rifsxd
ca24085b5b
manager: add a separate customization screen in settings
2025-06-01 01:17:35 +06:00
rifsxd
93191c2b8b
manager: add legacy ui toggle
2025-06-01 00:20:23 +06:00
rifsxd
ebc3ded2b2
manager: removed module config to override webui engine
2025-05-30 04:18:02 +06:00
rifsxd
d9d1c874ab
manager: improved module update detection and pre-load applist and modulelist
2025-05-30 02:09:13 +06:00
rifsxd
08477fc361
manager: improved module update status label
2025-05-29 20:55:11 +06:00
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
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
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
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
9189de4db1
manager: refactor backup and restore paths and logic for modules and allowlist
2025-05-23 04:48:36 +06:00
роизен
1ee737b1aa
Update and rename strings.xml to strings.xml ( #422 )
2025-05-23 00:43:45 +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
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