Skip to content

Add com.maltaisn.notes - Another notes app

maltaisn requested to merge (removed):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

  • fdroid build actually fails with error:

    ERROR: Found usual suspect 'google.*play.*services' at line 129 at app/build.gradle

    But this library is only included in the sync flavor, and only the noSync flavor is being built.

  • I could not manage to get fdroid checkupdates (auto update) to work with my gradle configuration. My version code is automatically derived from the version name, and the version name is in gradle.properties, so neither are resolved. Is there a way that F-Droid can build the APK and derive both of these from the APK's manifest?

  • The app package ID is com.maltaisn.notes but it's com.maltaisn.notes.nosync for the flavor published on F-Droid. I used the former for the metadata file, but I don't if that's fine.

  • Lint runs fine locally, but pipeline fails.

Edited by maltaisn

Merge request reports