itchy-ionic icon indicating copy to clipboard operation
itchy-ionic copied to clipboard

[meta] Release on F-Droid?

Open moeenio opened this issue 4 years ago • 5 comments

Would be very nice, in addition to a Play Store release, to release the app on F-Droid, since it's open source. Here is their FAQ with a lot of informations about how F-Droid actually works for developers.

moeenio avatar Jan 25 '21 17:01 moeenio

@locness3 That sounds like an awesome idea! I'll look into it more as we get closer to release.

micahlt avatar Jan 25 '21 18:01 micahlt

@locness3 The FAQ page refers to the fact that the App must not be built with Oracle JDK. Isn't that what Itchy uses?

micahlt avatar Feb 15 '22 03:02 micahlt

I don't see any mention of Oracle in the page I linked? I have no idea and I hate not knowing this. Also, I just want to make sure you have read this part :

Special note on Cordova/Phonegap/HTML-Apps: We cannot build cordova apps directly, but recent version allows you to export the platform-specific code that can be build standalone using “gradle”. So for now we require this code to be present and up-to-date in the source repository.

moeenio avatar Feb 15 '22 17:02 moeenio

It was actually on a different page - see below.

image

We cannot build cordova apps directly

Not sure about this either, or how it will work since we're using Capacitor instead of Cordova.

micahlt avatar Feb 15 '22 17:02 micahlt

since we're using Capacitor instead of Cordova

emphasis mine:

Special note on Cordova/Phonegap/HTML-Apps

I believe this applies to any app that requires building HTML content with npm and stuff, because this is not something that can be done by the standard android development tools, i.e. just by clicking the run button in android studio

moeenio avatar Feb 15 '22 18:02 moeenio