Skip to content

🌻 The Open Source app Petals aims to help its users to either quit weed, reduce usage or simply know how much they're using.

License

Notifications You must be signed in to change notification settings

LeoColman/Petals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 27, 2025
59186c2 · Feb 27, 2025
Feb 17, 2025
Nov 29, 2024
Feb 25, 2025
Aug 23, 2024
Feb 12, 2025
Feb 27, 2025
Aug 10, 2023
Nov 29, 2024
Apr 26, 2023
Nov 9, 2021
May 30, 2022
Feb 15, 2025
Jan 25, 2025
Jan 7, 2025
Feb 25, 2025
Jul 11, 2024
Jan 7, 2025

Repository files navigation

Petals

License Unit Tests Detekt Dependency Analysis Translation status GitHub Repo stars Gitmoji Git Secrets F-Droid GitHub Release IzzyOnDroid Release GitHub All Releases GitHub Release Downloads Coverage Maintenance

repobeats

Petals - An open source app to help users quit or control weed usage | Product Hunt ko-fi


The Open Source app Petals aims to help its users to either quit weed, reduce usage or simply know how much they're using.

Get it on GitHub Get it on F-Droid Get it on IzzyOnDroid Get it on Play Store

⚠️ The Google Play Store version contains advertisements

For an ad free experience download the app either from F-Droid or from the Releases Page.

Translations

Translations are hosted at Weblate. You can contribute to your language here

Translation status
Translation status

Screenshots

Open to see screenshots

More Screenshots

Building

You can assemble both debug and release versions of the app for different variants (F-Droid, Playstore, GitHub) using the corresponding Gradle tasks. Here's how to do that:

Debug Version

  • F-Droid: ./gradlew assembleFdroidDebug
  • PlayStore: ./gradlew assemblePlaystoreDebug
  • GitHub: ./gradlew assembleGithubDebug

Release Version

For the release version, you must first decrypt secrets using git secret reveal. The release version can be assembled as follows:

  • F-Droid: ./gradlew assembleFdroidRelease
  • PlayStore: ./gradlew assemblePlaystoreRelease
  • GitHub: ./gradlew assembleGithubRelease

Git Secrets

The Keystore, Keystore Properties, and Google Play deploy json files are included in the repository using git secret. The current secret owners are:

  • Leonardo Colman Lopes

    • Fingerprint B3A5 9909 9ECC 4DB4 FD40 896F 7706 1922 C587 2792
    • Original Author
  • GitHub Actions

    • Fingerprint 882E 409C 71F4 565B 1698 B947 A992 5FF4 75B3 5E07
    • Auto-publishing signed app to GitHub
    • Expires on 2027-04-05
    • Available on environment secret GPG_KEY

Releasing

Release to all our channels is made automatically after a tag is released. The workflow responsible for doing this is release.main.kts.

Google Play Store

  1. Decrypt all git secrets
  2. Run ./gradlew bundlePlaystoreRelease
  3. Publish to playstore by running cd fastlane && bundle config path vendor/bundle && bundle install --jobs 4 --retry 3 && bundle exec fastlane playstore

F-Droid

F-Droid builds automatically from the repository whenever a new tag is published. The definitions for how to build the app are in F-Droid's data repository. If modifications are required, the place to change is there.

Releases Page

  1. Decrypt all git secrets
  2. Run ./gradlew assembleGithubRelease