Ximin Luo

Results 364 comments of Ximin Luo

@Avi-D-coder that's cool, do you have some sample output? Here is [mine](https://people.debian.org/~infinity0/ghc-heap-view.svg) (warning very large SVG, 3.3MB). I notice in [your code](https://github.com/Avi-D-coder/ghc-heap-graph/blob/master/src/Lib.hs#L31) you're not attempting to compact list and string...

#925 only workaround for now is to downgrade back to version 16 which you can do without losing your settings with `adb install -d`

`adb install -d Orbot-16.6.4-RC-1-tor.0.4.7.11-fullperm-universal-release.apk` works around the issue for now.

> That said, it is still a release candidate and we haven't rolled it out to all of our production users yet. What is the "production release" channel? I've only...

> [..] tap `Forget VPN`. Now you can start Orbot in power user mode, and it won't disable your other VPN. Ideally one ("power users") should be able to start...

Looks like LSPosed uses a different approach https://github.com/LSPosed/LSPosed/blob/master/daemon/src/main/java/org/lsposed/lspd/service/PackageService.java#L142 by using the internal `IPackageManager` instead of the regular Android API `PackageManager`. Will take a more detailed look in the upcoming days.

@ukanth This is ready. I've commented out the parts that test for `G.supportDual` as I'm not sure how it interacts with multi-user behaviour, but it's a simple case of uncommenting...

> it has many changes (actually lot of them in strings.xml and hiddenapi) The first commit is the important one and it is not too big. The strings.xml stuff is...

Example screenshot here, click to expand. The visual duplication is a bit ugly but I don't have any better ideas, and at least the functionality works... ![Screenshot_20230829-142043_AFWall+](https://github.com/ukanth/afwall/assets/78398/840ff251-0790-4094-8160-412309839ee2)

> Can we make LSPosed related code as lib rather than integrate directly into AFWall+ Most of the code is already external to the AFWall app: - it links in...