Skip to content

Update openfoodfacts to new app version

Updating the deprecated open food facts app to the new "smooth app"

It's a draft as I was not able to get the server to run locally, killed my whole smart home while trying 😃

The versioning is somewhat complicated, we only have the version number committed, but not the version code. My plan was to extract it from the tag description, which contains the version name and code (tags)

Also, what I was not sure about if and how to set the version from the pipeline or if that is taken care of by fdroid build

Required

Strongly Recommended

  • The upstream app source code repo contains the app metadata (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure
  • Releases are tagged

Suggested

  • External repos are added as git submodules instead of srclibs
  • Multiple APKs for native code (Should be doable with flutter by default, if what is talked about here is APK splitting)

Will close #1939 (closed)

The issue in our repository:

cc: @licaon-kter @IzzySoft

Merge request reports