Skip to content

New app: Daily Pill (br.com.gualandi.dailypill)

Hi, I'm opening this merge request to propose an app for inclusion. The app is called Daily Pill. It is a medication reminder app.

The main thing I am not sure about is whether f-droid managed to read the app metadata (description, logo, etc). Any help would be appreciated.


I believe it does respect all the inclusion criteria

  • The original app author has been notified (and supports the inclusion)

I'm the original author of the app

Should I also have created an issue on those issue trackers or is this merge request enough?

  • The upstream app source code repo contains the app metadata (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure

There is Triple-T metadata in the app/src/main/play directory. However, I am not sure if f-droid is recognizing that. When I tried running fdroid import and fdroid checkupdates it did not create a metadata folder next to the yml file.

EDIT: it seems to be recognizing the icons and screenshots, at the very least

  • Builds with fdroid build

It builds, although I didn't manage to confirm that the APK is working. (Due to adb install complaining about a missing certificate)

EDIT: After running fdroid publish I can not confirm that the build is working.

  • Releases are tagged

Tagged with a "v" prefix: v0.9, v1.0, etc I think I configured this correctly in the yml file but I'd appreciate if someone could confirm it.

Edited by Pierre Rudloff

Merge request reports