This app help you managing your contraceptive method (created for people using thermal contraception)
- Can predict when you can take your protection off
- Send a notification when you can take your protection off (with quick replies !)
- Save your datas into a local database
- Dark theme
- Working with 'sessions'
- Import / Export your datas and settings
- Add as many pauses as you want in your sessions !
- Available in 2 languages (FR and EN)
- Completely open source (and always will be)
Due to the sensitivity of the data, and the fact this app is open source, no datas is collected. Everything remains on your phone.
To compile an Android application, you will need android tools such as Gradle and java installed and configured.
Once installed, use the gradlew script.
For a release version:
./gradlew assembleRelease
For a debug version:
./gradlew assembleDebug
You can run the unit tests using maestro (available here: https://maestro.mobile.dev/) Once installed and emulator running, run:
maestro test maestro_tests/tests/
This app is coded only in Java and support all the way to Android Lollipop (Api 21)
Feel free to contribute or open a issue if needed.
Copyright 2021 lubenard
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.