IITC-CE / ingress-intel-total-conversion

intel.ingress.com total conversion user script with some new features. Should allow easier extension of the intel map.
https://iitc.app
ISC License
290 stars 109 forks source link

Add IITC-CE Mobile to F-Droid #395

Closed MaxEtMoritz closed 2 years ago

MaxEtMoritz commented 4 years ago

Can you add IITC-CE Mobile to F-Droid (App store for FLOSS apps) like the original IITC Mobile App? I would really appreciate this.

To achieve this, two things should be done:

  1. Fastlane file structure should be included into the Repo. I did the file structure myself, but then i realized it is already included in Pull request #305.
  2. The version code in build.gradle should be a literal value to allow the F-Droid repo maintainers to automatically check for a new version of the app. Since i am no pro dev i don't know if this can be achieved automatically somehow, but maybe someone knows a way to do that other than calculating the version code in the gradle file.

I already opened a packaging request for the app on F-Droid, but if you don't want to publish IITC-CE Mobile on F-Droid, you can of course cancel the request, or i can close it, too.

modos189 commented 3 years ago

Thanks to IzzySoft, it turns out that it is not necessary to have a literal value for versionCode. We use GitHub Releases, which specifies the version, and that should be enough. I definitely support the idea of adding app to F-Droid catalog.

johnd0e commented 3 years ago

@modos189 What is current state of the issue? Is there anything we can do for it?