Skip to content

Add Nextcloud Passwords (com.hegocre.nextcloudpasswords)

Required

  • The app complies with the inclusion criteria
  • The original app author has been notified (and does not oppose the inclusion)
  • All related fdroiddata and RFP issues have been referenced in this merge request
  • Builds with fdroid build and all pipelines pass

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
  • Enable Reproducible Builds
  • Multiple apks for native code

Hello,

I'm requesting the addition of an app I have developed which allows connecting to a Nextcloud Passwords instance and interact with it. I hope I have done everything right, otherwise I apologize.

About reproducible builds: I've spent quite some time trying to make the build reproducible, and managed to make everything except classes.dex. In case anyone knows how to/is willing to spend some time trying to fix it, here are the corresponding lines to add to the metadata file:

Binaries:
  https://github.com/hegocre/NextcloudPasswords/releases/download/v%v/nextcloud_passwords-v%v-universal-release.apk
AllowedAPKSigningKeys: 6e71c1d6b3fab825b865e2816216200e3c58b93a809c59d0b59c88f83417bbe0

Also, I have found that depending on the build system, adding doNotStrip '**/*.so' to packagingOptions is needed.

Thank you all!

Edited by Hector Godoy

Merge request reports