checklist_add_new_app.md 498 B

Checklist for adding new apps:

  • download icon (ic_launcher)
  • add new class in de.marmaro.krt.ffupdater.app.impl
  • add entry to de.marmaro.krt.ffupdater.app.App
  • add entry in AndroidManifest.xml
  • update README.md
  • update fastlane/metadata/android/en-US/{full_description.txt,short_description.txt}
    • update description in repomaker
  • update/add unit tests
  • resolved all TODOs?
  • add it to CHANGELOG.md?
  • Extract certificate hash with: keytool -printcert -jarfile *.apk

    3.13