Skip to content

Add SDK Search

vanitasvitae requested to merge vanitasvitae/fdroiddata:sdksearch 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
  • Builds with fdroid build

See https://gitlab.com/fdroid/fdroiddata/issues/1869.

This PR adds SDK Search by Jake Wharton to the FDroid repository. Auto updating the metadata file based on tags will probably not work, as there is some nontrivial version number magic going on in the build.gradle file, so parsing fails.

The app includes Bugsnag crash reporting, which I (hopefully) disabled (see bugsnag.patch) due to privacy concerns + required API keys which would violate FDroids inclusion policy.

It is possible that the build can be accelerated, as currently the script builds both the Android application, as well as the Chrome extension. However, I'm not quite sure how to scope the build to only the Android app.

The original author will be notified about this inclusion request. Please do not merge without their consent.

Please keep in mind that this is my first time packaging an app myself, so please be extra careful when reviewing :D

Edited by vanitasvitae

Merge request reports