linsui

Results 708 comments of linsui

Data files are allowed and can even be non-free. But the geoip files should be from a legal source. IIUC the maxmind data doesn't allow redistribution. We can use other...

> Is "browser bridge" considered to be a part of the code and need to be built from source? Is it used? Not sure if this is needed for mobile....

Ah, now I understand what it is. I thought it should be built from source. I feel that it's better to rebuild it with go 1.19 and update the hardcoded...

@dyhkwong I'm trying to packag exclave as reproducible build. Let's solve the problems one by one. There are embeded paths and ndk build-id in the libtermux.so. The build id can...

Great, thanks! The build in F-Droid CI also has the same diff so it's reproducible with your local build. I saw the same diff on other apps which were caused...

Yep, it's reproducible now. :tada: Now let's solve the problem of geosite.dat and geoip.dat. The geosite.dat is totally fine. But could you please upload the version.txt files to release so...

This is what I use to pin the assets version ``` sed -i -e '/geoip/s/latestRelease/getReleaseByTagName("202412120057")/' -e '/domain-list-community/s/latestRelease/getReleaseByTagName("20241210004721")/' buildSrc/src/main/kotlin/V2RayAssets.kt ``` I can get the go version from your CI config. Jdk...

Looks like it's almost ready! Do you want to publish all 4 abis on F-Droid? F-Droid requires different apk has different version code, i.e., the version code of them should...

IIUC it's all handled by the build scripts so it should work for F-Droid automatically? :)