tumuyan / RealSR-NCNN-Android

An Android application for super-resolution & interpolation. Contains RealSR-NCNN, SRMD-NCNN, RealCUGAN-NCNN, Real-ESRGAN-NCNN, Waifu2x-NCNN, Anime4kcpp, nearest, bilinear, bicubic, AVIR...
Other
1.05k stars 86 forks source link

Publish on F-droid #21

Open gianni-rosato opened 1 year ago

gianni-rosato commented 1 year ago

Since the app is open source, I don't see a reason this wouldn't be possible

tumuyan commented 1 year ago

f-droid need build the project by ci, couldn't upload a apk file directly. Writing ci and debug requires extra work.Also I think the app is not perfect to join a application market. Of course, if you are interested, you can try it by yourself, f-roid does not have the limit that only the author can add a application

tumuyan commented 1 year ago

I have provide a ci in github https://github.com/tumuyan/RealSR-NCNN-Android/blob/master/.github/workflows/android.yml maybe it could help you