Rikka

Results 62 comments of Rikka

Just check the logic again, only framework packages (packages that have the same signature with Android framework) are skipped. Such packages are usually core system components. I'm wondering why you...

Checked the code again, non-regular apps, which app id (`uid % 100000`) is not between 10000 to 19999, are also skipped. Can you give some examples of skipped apps?

因为是被当作斜体(`_italic` ) 处理掉了 [这里](https://github.com/zzhoujay/Markdown/blob/master/markdown/src/main/java/com/zzhoujay/markdown/parser/TagHandlerImpl.java#L810-L813)是先找斜体的,然后[找斜体的正则表达式](https://github.com/zzhoujay/Markdown/blob/master/markdown/src/main/java/com/zzhoujay/markdown/parser/TagHandlerImpl.java#L34)又很简单,所以就被吞掉了

@felixse I have an idea, adding a transparent control above WebView to receive drop events and changing its Visibility according to `Window.Current.Activated`.

A living example of "I don't want to pay so I want open source" 🙃. This is why some of my projects are close sourced. By the way, the complexity...

All data is obtained through the process started by `app_process`. Acquiring power data is through broadcast `ACTION_BATTERY_CHANGED`, seems no other (easy) way. Process started by `app_process` cannot register broadcast receiver,...

@linsui Tested with Android 12 emulator, Sui + MaterialFiles works fine. ![image](https://user-images.githubusercontent.com/12999176/152956212-11f2618f-634e-469f-9a6a-6f2b8d1bd98a.png)

@linsui I can reproduce your situation by setting "Root access mode" to "Normal access only". ![image](https://user-images.githubusercontent.com/12999176/152956985-5c57aeb3-de55-4490-9948-5cd1308acfd7.png) ![image](https://user-images.githubusercontent.com/12999176/152957041-5f78bd04-15d5-43ca-bfb8-3969bdecd913.png)

I'm aware of this before. However, this project needs some updates first, such add NotoSansCJK-VF, support Android's FontProvider API, etc. I'm currently busy doing other projects. I'll update this project...