Commit Graph

1056 Commits

Author SHA1 Message Date
weishu
77a1c1f799 manager: only check update for enabled module 2023-06-30 23:49:11 +08:00
Aquarius223
68a670ad63 kernel: Modify KERNEL_SU_VERSION logic and behavior (#696)
This patch modifies the following:
- Move the version addition logic in ksu.h to Makefile processing
- Print the current version number of KernelSU during make build

build test (normal):
 buildlog:
HOSTCC scripts/basic/bin2c Using .. as source for kernel -- KernelSU
version: 11055
  CHK     include/generated/utsrelease.h
  UPD     include/generated/utsrelease.h

 KernelSU software:
  KernelSU Working Version: 11055 (v) Superusers: 0 Modules: 0


![11055](https://github.com/tiann/KernelSU/assets/47409494/10506289-04d2-41c0-bd48-bad9f0dbdec5)

build test (missing .git file):
 buildlog:
HOSTCC scripts/basic/bin2c Using .. as source for kernel
../drivers/kernelsu/Makefile:23: "KSU_GIT_VERSION not defined! It is
better to make KernelSU a git submodule!"
  CHK     include/generated/utsrelease.h
  CHK     scripts/mod/devicetable-offsets.h

 KernelSU software:
  KernelSU Working Version: 16 (v) Superusers: 0 Modules: 0

The current kernel version 16 is too low for the manager to function
properly. Please upgrade to version 10977 or higher!


![16](https://github.com/tiann/KernelSU/assets/47409494/9ea877a7-7b91-4a27-b6ab-58ce6e1b386f)

(cherry picked from commit 0c38a1614a77d80de752aba20908e3f9d21660a8)
Change-Id: I570f2ee33db224e1a36770f847137f290ba9bcfd

Co-authored-by: stic-server-open <1138705738@qq.com>
2023-06-28 21:45:36 +08:00
Zillion
4eafe5dcaa Remove fontFamily from the Unsupported Warning (#694)
Just a small design fix, to make the Unsupported Warning text have the
same font as the Working text.

## Before

![before](https://github.com/tiann/KernelSU/assets/77107077/7e3f2382-446a-4039-8bec-d72c7e4471b3)

## After

![after](https://github.com/tiann/KernelSU/assets/77107077/31905aa3-a274-4289-b51b-0c45bbeee90e)
2023-06-27 21:17:48 +08:00
weishu
c7c5a07f0a kernel: fix compile err on lower kernel 2023-06-27 20:46:09 +08:00
likkai
1b3b90fe1a Add device (lisa) (#691)
Co-authored-by: weishu <twsxtd@gmail.com>
2023-06-27 10:55:05 +08:00
weishu
aec6531576 kernel: allow kernel to mount loop devices. close #514 2023-06-26 19:29:29 +08:00
weishu
8b7dcc674a kernel: copy filename ourself instead of getname 2023-06-26 19:28:40 +08:00
weishu
34ec0c2c5d Create FUNDING.yml 2023-06-26 18:53:27 +08:00
syntaxticsugr
6cf3601978 Fixed Banner Art (#687)
Minor change (added spaces) to fix KSU Banner Art.
2023-06-26 18:22:56 +08:00
Zillion
da99be8c30 Add Spanish Translation (#689) 2023-06-26 10:45:24 +08:00
Pegioner
e8cedba0e2 Update Russian translation (#681) 2023-06-24 20:17:51 +08:00
Gustavo Mendes
7335dafc22 Update Portuguese brazilian translation (#682)
Signed-off-by: Gustavo Mendes <gusttavo.me@outlook.com>
2023-06-24 20:17:15 +08:00
SoDebug
e16429cbef repos.json: Update the link of the KernelSU kernel release repo of the device I maintain (#686)
Update the link of the KernelSU kernel release repo of the device I
maintain
2023-06-24 20:16:25 +08:00
Howard Wu
181d9b4a4a ci: update gki version (#679)
Fix the version name of android13-5.15.74
Add android12-5.10.117
2023-06-23 17:48:18 +08:00
Trịnh Văn Lợi
728b9d543a Update Vietnamese strings (#678) 2023-06-23 17:30:04 +08:00
raystef66
ca16500a51 Update Flemish/Dutch translation (#677) 2023-06-23 09:31:58 +08:00
Ali Beyaz
12a188c7ea Translated latest strings to Turkish (#676) 2023-06-23 09:31:23 +08:00
weishu
7a564ce382 manager: update card color 2023-06-23 00:35:35 +08:00
Igor Sorocean
cf3e0ec2f6 manager: update ro translation (#674) 2023-06-23 00:32:26 +08:00
weishu
02ed563a67 manager: add a simple manager updater, close #627 2023-06-23 00:31:36 +08:00
weishu
b66fe74589 manager: don't remember state when process died. 2023-06-22 23:24:35 +08:00
weishu
c24c628b36 manager: fix module install 2023-06-22 23:20:13 +08:00
weishu
a09a1d1f04 manager: fix download state 2023-06-22 19:46:26 +08:00
weishu
712d2fd742 manager: fix update button 2023-06-22 19:29:37 +08:00
weishu
c15f0a69fd manager: support module update online 2023-06-22 18:40:28 +08:00
weishu
7ab0583a0d ksud: respect the skip_mount flag of module 2023-06-22 17:00:02 +08:00
weishu
9787aa9734 ksud: increase reserved size to 256M 2023-06-22 16:48:13 +08:00
weishu
aeda3f462d manager: set keyboard options for inputtext 2023-06-22 16:46:41 +08:00
weishu
f87d6eb97d kernel: fix incorrect umount for apps 2023-06-22 15:17:32 +08:00
weishu
a0abe9db68 Revert "kernel: use vfs_fstatat on kernel 5.10+, vfs_statx may have cfi."
This reverts commit d2647b2f4d.
2023-06-22 14:37:17 +08:00
weishu
fc4f0b285a kernel: don't alloc groups for default groups 2023-06-22 13:42:28 +08:00
weishu
22e3e1fc0e Revert "kernel: getname might sleep in kprobe handler (#670)"
This reverts commit 7fa7b5b875.
2023-06-22 12:54:30 +08:00
weishu
7fa7b5b875 kernel: getname might sleep in kprobe handler (#670) 2023-06-22 10:54:50 +08:00
Ali Beyaz
e6c1f5b597 Update latest strings to Turkish (#662) 2023-06-20 18:45:24 +08:00
raystef66
b9f72bd24c Update Flemish/Dutch translation (#665) 2023-06-20 18:44:04 +08:00
weishu
d2647b2f4d kernel: use vfs_fstatat on kernel 5.10+, vfs_statx may have cfi. 2023-06-20 18:42:41 +08:00
Howard Wu
eb3ff15889 ci: Fix kernel version (#666) 2023-06-20 18:10:07 +08:00
Azeroth
6731d33ca3 Fix typo (#667)
Fixed typo in this section
https://kernelsu.org/guide/installation.html#patch-boot-img-manully
2023-06-20 17:58:05 +08:00
Ikko Eltociear Ashimine
3863d19745 kernel: fix typo in allowlist.c (#663)
creat -> create
2023-06-20 11:03:09 +08:00
Coconut
29169ddeb9 kernel:Fix the issue of incompatible __maybe_unused in the GCC compiler kernel used in versions 4.4. x to 4.9. x. (#660) 2023-06-20 10:35:07 +08:00
weishu
b8d28c69d3 manager: Add selinux rules UI 2023-06-19 22:20:40 +08:00
Muhammad Fadlyas
48d05eafda Update Indonesian translation (#659) 2023-06-19 20:07:47 +08:00
weishu
f8346380f6 kernel: Enforcement of Manager Signature Verification 2023-06-19 17:57:19 +08:00
exer
b87d4f20b0 [add device]: Sony Tama (XZ2/c/p, XZ3) (#656) 2023-06-18 17:06:41 +08:00
weishu
0eb960826d kernel: allow uid 1000(system_uid) to grant root. close #645 2023-06-18 13:00:37 +08:00
weishu
f2d9900c45 kernel: fix compile err. close #647 2023-06-18 12:51:34 +08:00
weishu
a644e4e794 ci: support deprecated kernel versions (#648) 2023-06-18 12:47:29 +08:00
github-actions[bot]
7aeae0d2af [add device]: (#650)
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/644

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-17 23:11:41 +08:00
Ylarod
56cf3809e4 fix add-device (#649) 2023-06-17 22:07:39 +08:00
Gustavo Mendes
076d6c1a2b Update Portuguese brazilian translation (#643)
Signed-off-by: Gustavo Mendes <gusttavo.me@outlook.com>
2023-06-17 21:14:36 +08:00