Skip to content

New App: de.mm20.launcher2.release

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

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


Builds on my own buildserver, however the CI job on gitlab failed with a killed gradle daemon, probably OOM'd.
Doesn't contain native code or submodules so I removed these checkboxes from this form.
Most of related info is already in maintainer notes in the metadata, but I'll copy it here as well:


Kvaesitso uses several external APIs for search providers. Several of them require signing up to obtain a developer API key: gdrive and onedrive search, openweathermap, HERE and Meteorologisk institutt. It's not possible for users to provide these keys as explained here: https://github.com/MM2-0/Kvaesitso/issues/227#issuecomment-1366826219. Therefore, these features are disabled in F-Droid build.

Kvaesitso uses a non-whitelisted microsoft maven repo for OneDrive integration. The libraries used are open source, but we still remove the respective code from the source, since onedrive integration is disabled anyway.

Patches:
remove_ms-services.patch removes microsoft azure sdk maven repo and its usage (onedrive integration) across the project.
remove_gservices.patch removes gdrive integration, as one of dependencies it relies on contains known non-free classes, according to f-droid scanner.

Kvaesitso appends build date to both versionName and versionCode, so we replace it in the build with static ones.

Upstream inclusion thread: https://github.com/MM2-0/Kvaesitso/issues/227


Edited by fruitsnack

Merge request reports