Skip to content

Add COVID-19 tracker app

Rahul Pandey requested to merge rpandey1234/fdroiddata:master into master
  • The app complies with the inclusion criteria
  • The original app author has been notified (and supports the inclusion)
  • All related fdroiddata and RFP issues have been referenced in this merge request
  • The upstream app source code repo contains the app metadata (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure
  • Builds with fdroid build
  • Releases are tagged

My first commit, here's what I did:

  • Added my new app by adding a new metadata file to the repository.
  • Ran fdroid readmeta to ensure no syntax errors
  • Ran fdroid rewritemeta edu.stanford.rkpandey.covid19tracker to clean up the file
  • Ran fdroid lint edu.stanford.rkpandey.covid19tracker to ensure lint is clean
  • Verified the build was successful by running fdroid build -l -v edu.stanford.rkpandey.covid19tracker

In each of the above commands, I used a fdroid server running locally after cloning it (../fdroidserver/fdroid)

Merge request reports