Commit Graph

854 Commits

Author SHA1 Message Date
Murat Kozan c0a84f84e8 Update Turkish translation (#553) 2023-05-29 10:30:59 +08:00
Akari f16c4ea48a added support(README.md) for Brazilian Portuguese (#558)
added README_PT-BR.md support as mentioned before, for Brazilian
Portuguese.
2023-05-29 10:30:23 +08:00
Hikari-no-Tenshi 89a4c1e806 manager: Shorten long Ukrainian strings (#550) 2023-05-25 11:46:47 +08:00
Hikari-no-Tenshi 8c0851d7d4 manager: Update Ukrainian translation (#540) 2023-05-23 10:49:39 +08:00
raystef66 2c732b6d86 Update Flemish/Dutch translation (#541) 2023-05-23 10:43:33 +08:00
ahmeda9a 98680d9e47 Fine tuning for Arabic translation. (#543)
Done some changes to make the translation Arabic clearer
2023-05-23 10:43:03 +08:00
Eduardo Novella 5431a03d12 (scripts) check_v2.c -add missing header (#548) 2023-05-23 10:24:42 +08:00
dabao1955 7428ee02d7 change warning about disable kprobes (#549)
#479


Co-authored-by: dabao1955 <195328750@qq.com>
2023-05-23 10:24:18 +08:00
weishu a3fdcdd901 kernel: remove no-macro-redefined 2023-05-22 10:50:04 +08:00
weishu 976f2610cb kernel: fix format warnning 2023-05-22 10:39:54 +08:00
weishu a1daacaa97 kernel: fix incorrect prune uid in allowlist for work profile app. close #535 2023-05-22 10:32:20 +08:00
Aquarius223 2a73743527 kernel: Modify and adjust KernelSU Kconfig (#538)
1. List KSU as a "KernelSU" menu
2. Overlayfs[1] may be disabled for some early kernels(4.4.y), so
choosing depends on OVERLAY_FS here is useless.
3. KSU_DEBUG is a bool option, it is not a module, fixed from tristate
to bool.
4. Adjust the config order

[1]: github.com/LineageOS/android_kernel_xiaomi_msm8998/commit/dcc27641

Change-Id: I49c77ba30f0a8ed00efc44afef8a12f9ad039d7e

Co-authored-by: admin <paper@localhost>
2023-05-21 20:28:59 +08:00
Mohamed Elsayed cf9fa6f56a Update Arabic translation (#534) 2023-05-20 11:36:29 +08:00
Muhammad Fadlyas 4e74cd200d Update Indonesian translation (#532) 2023-05-20 11:28:37 +08:00
Muhammad Fadlyas eec88d894a Fix little typo in README.md (#531) 2023-05-20 09:53:38 +08:00
Nipin NA 093601bcd0 [add device]: Xiaomi Redmi Note 7 Pro (violet) (#524) 2023-05-17 17:17:00 +08:00
AndroPlus 4614444bf5 Update Japanese translation (#518) 2023-05-17 17:16:24 +08:00
diphons 35883012c2 [add device]: Xiaomi Poco F1 (#520)
Also update link device Xiaomi Poco X3 Pro
2023-05-17 12:43:39 +08:00
github-actions[bot] ce7f51a7cc [add device]: OPPO Reno6 on ColorOS11.x/ColorOS12.x,kernel version4.14.186+ (#522)
OPPO Reno6 on ColorOS11.x/ColorOS12.x,kernel version4.14.186+ has been
added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/521

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-17 12:43:06 +08:00
Howard Wu 03d75bbf36 ci: upgrade android13 kernel version (#516)
+ android13-5.10.168
+ android13-5.15.94
2023-05-17 10:48:13 +08:00
AndroPlus d19dcb98dc Update and fix Japanese translation (#517) 2023-05-17 10:00:46 +08:00
Nullptr 05de53b994 manager: several UI improvements (#515) 2023-05-17 09:34:08 +08:00
dabao1955 f7245ba12f a little change (#513)
Though it is a little not suitable?
2023-05-17 09:31:38 +08:00
weishu bf6bb4f5be website: fix build error 2023-05-16 23:54:36 +08:00
AndroPlus ed156c590a Update Japanese translation (#508)
I'm not familiar with vitepress, so there may be some mistakes in the
settings.
2023-05-16 23:40:54 +08:00
Nullptr 655429b604 manager: several updates (#510)
+ update deps
+ update app profile page
+ don't show su and module page if no root
2023-05-16 22:32:48 +08:00
github-actions[bot] 5657bd5e78 [add device]: (#512)
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/511

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-16 22:31:19 +08:00
tiann dc8e63421d Revert "Add option to enable global namespace (#497)"
This reverts commit 00a459a91b.
2023-05-16 22:27:01 +08:00
tiann bcff401bc5 manager: add app_profile set/get 2023-05-16 20:33:09 +08:00
tiann c5cffed615 ci: fix debug build 2023-05-16 19:46:49 +08:00
weishu 9696326f48 ci: Add debug kernel build (#506) 2023-05-16 18:30:33 +08:00
Vayruz Rafli 4d5592e5a4 Fix little typo in setup script. (#505) 2023-05-16 18:12:16 +08:00
tiann f4388f2d73 manager: minor fixes for app profile 2023-05-16 17:31:57 +08:00
tiann 1697b5775d manager: Add app profile implementation 2023-05-16 17:15:01 +08:00
tiann 45d4de35d4 manager: Add working mode UI 2023-05-16 16:31:56 +08:00
tiann 7cb1eb05c5 manager: Add app profile UI 2023-05-16 15:07:26 +08:00
Hikari-no-Tenshi 00a459a91b Add option to enable global namespace (#497)
Disabled by default.
To enable/disable use terminal with root.

To enable:
echo 1 > /sys/module/ksu/parameters/global_namespace_enable

To disable:
echo 0 > /sys/module/ksu/parameters/global_namespace_enable

Value will be reset to 0 (disabled) on reboot.
2023-05-16 11:39:48 +08:00
dabao1955 e6d4bd679d Add Japanese language for Readme (#501)
Co-authored-by: dabao1955 <195328750@qq.com>
2023-05-16 10:40:39 +08:00
浅秋枫影 5b4655f827 Revert 052a3d3 (#500)
确实会导致卡住问题,一旦卡住,其他程序就无法正确卸载。
可能是,卸载目录那里一直在等待前面的空闲后再卸载,然后把后面的事件全部阻塞了?
2023-05-15 23:18:34 +08:00
TheNoFace 7fe984307a [Add Device]: OnePlus 5/5T (cheeseburger/dumpling) (#499)
Issue https://github.com/tiann/KernelSU/issues/498 closed without any
explicit reason, so made a pull request.
2023-05-15 18:13:58 +08:00
weishu 26a5c9fd9d Update build-manager.yml 2023-05-15 12:14:30 +08:00
Howard Wu af490ae7a1 ci: android12-5.10 drop deprecated tag (#495) 2023-05-15 09:58:25 +08:00
Mohamed Elsayed 43a86124d4 Add Arabic translation (#491) 2023-05-13 16:25:10 +08:00
5ec1cff 6c58b446ed ksud: use MS_RDONLY when mounting overlayfs (#490)
fix https://github.com/tiann/KernelSU/issues/489
2023-05-13 16:17:22 +08:00
Alessandro Paluzzi 3d364b1c24 Add italian translation (#486) 2023-05-13 07:07:34 +08:00
github-actions[bot] d3256548e6 [add device]: (#485)
has been added to the website.
Related issue: https://github.com/tiann/KernelSU/issues/484

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-13 06:03:40 +08:00
dabao1955 31b36e22e2 Change the device supported by the kernel source code I maintain. (#483) 2023-05-12 23:34:25 +08:00
TheNoFace 82f4c8f5f0 Add Korean translation (#480) 2023-05-12 20:27:43 +08:00
tiann 002969e9a7 kernel: don't umount for process in global namespace 2023-05-12 12:32:35 +08:00
Syuugo 680d904b4d WSA: 5.15.94.1 (#475)
![](https://github.com/tiann/KernelSU/assets/52069677/99edfd12-c0a1-4430-bf2f-b17b76dbc44f)

Co-authored-by: weishu <twsxtd@gmail.com>
2023-05-11 18:45:15 +08:00