Mufanc

Results 6 issues of Mufanc

* [PoC](https://github.com/Mufanc/Sui-Test/blob/954db902544aa34d9df674ecee9081728cf9c27f/app/src/main/java/sui/oneway/poc/MainActivity.kt#L35 )   该 Demo 的功能是设置 MIUI 的进程白名单,成功时会输出如下日志: ``` D/ProcessManager: update CL:[com.netease.cloudmusic] ```   使用 Shizuku 时功能正常,输出如下日志: ``` D/Service: transact: uid=10527, descriptor=miui.IProcessManager, code=8 ```   使用 Sui 时发生鉴权错误,找到如下日志: ``` W/Service: Permission Denial:...

如图,版本 v0.6.0 (10981) ![image](https://github.com/tiann/KernelSU/assets/47652878/15a811f5-10b0-4924-b90b-77a4b2fdd5a2)

bug

Sometimes the name item in a .desktop file will only contain CJK characters, in which case a configuration item that enables tofi to also try to match the filename of...

enhancement

I'm not very familiar with Linux GUI development, so if there's anything incorrect in my following statements, I apologize in advance. I noticed that it seems possible to embed any...

Previously the previewBox calculation did not account for the View's scroll value which would lead to incorrect coordinate calculations in scenarios like ViewPager.