Add Conduit
Required
- The app complies with the inclusion criteria
- The original app author has been notified (and does not oppose the inclusion)
- I am the original app author.
- All related fdroiddata and RFP issues have been referenced in this merge request
- No related RFP or fdroiddata issue.
- Builds with fdroid build and all pipelines pass
- Pipelines are expected to run on this merge request.
- There is an issue tracker and contact info of the author so that we can report bugs and contact the author.
- Issue tracker: https://github.com/gwitko/Conduit/issues
- Author/contact: https://github.com/gwitko
Strongly Recommended
- The upstream app source code repo contains the app metadata in a Fastlane or Triple-T folder structure
- Metadata is included upstream in
fastlane/metadata/android/en-US.
- Metadata is included upstream in
- Releases are tagged and auto update is enabled
- Releases use version tags such as
v1.0.0. AutoUpdateMode,UpdateCheckMode,UpdateCheckData, andVercodeOperationare configured.
- Releases use version tags such as
Suggested
- External repos are added as git submodules instead of srclibs
- Not applicable for this submission.
- Enable Reproducible Builds
- Reproducible builds are enabled and CI is passing.
- Multiple apks for native code
- The build produces split APKs for
armeabi-v7a,arm64-v8a, andx86_64.
- The build produces split APKs for
Edited by gwitko