Skip to content

babydots/babydots

Repository files navigation

Baby Dots

Get it on F-Droid Get it on Google Play

Liberapay receiving Translation status F-Droid version GitHub Workflow Status

Baby dots is a sensory Android app designed to calm and relax young babies.

Anecdotally, these helped our little baby smile since four months old, no matter how upset she may have been.

Dots with a small amount of colour Rainbow dots Monochrome dots

Contributing

Donations

Baby Dots is an open source, GPLv3 application. It will always be freely available via F-Droid, or for anyone to build, fork, or improve via the source code.

If you wish to support the development financially, you can do so via:

  • Liberapay
  • GitHub sponsors
  • Google Play - The version on Google Play is the exact same version as F-Droid (i.e. the .apk​ built and signed by F-Droid). However, it is available for a minimal price to facilitate donations to support development.

Reporting Issues

Please report any issues or suggest features on the issue tracker.

Translating

We use Weblate to manage translations. Please see these instructions for using Weblate to translate BabyDots.

Android app F-Droid metadata
Translation status Translation status

Submitting changes

Pull requests will be warmly received at https://github.com/babydots/babydots.

Compiling

This app uses a typical gradle folder structure and is written in Kotlin.

  • To build (a debug version): gradle assembleDebug

Alternatively, you can import the project into Android Studio and build from there.