Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futsch1/medtimer
MedTimer Android app
https://github.com/futsch1/medtimer
android android-app java kotlin medical reminder-app
Last synced: about 9 hours ago
JSON representation
MedTimer Android app
- Host: GitHub
- URL: https://github.com/futsch1/medtimer
- Owner: Futsch1
- License: mit
- Created: 2024-01-19T17:13:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:37:05.000Z (10 days ago)
- Last Synced: 2024-10-29T20:38:46.137Z (10 days ago)
- Topics: android, android-app, java, kotlin, medical, reminder-app
- Language: Java
- Homepage:
- Size: 31.1 MB
- Stars: 108
- Watchers: 2
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Build status](https://github.com/Futsch1/medTimer/actions/workflows/android.yml/badge.svg)](https://github.com/Futsch1/medTimer/actions/workflows/android.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/7239138d83361232bba9/maintainability)](https://codeclimate.com/github/Futsch1/medTimer/maintainability)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Futsch1_medTimer&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Futsch1_medTimer)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Futsch1_medTimer&metric=coverage)](https://sonarcloud.io/summary/new_code?id=Futsch1_medTimer)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Futsch1/medTimer/badge)](https://scorecard.dev/viewer/?uri=github.com/Futsch1/medTimer)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9439/badge)](https://www.bestpractices.dev/projects/9439)# MedTimer for Android
![Feature Graphic](fastlane/metadata/android/en-US/images/featureGraphic.png)
[](https://f-droid.org/packages/com.futsch1.medtimer/)
[](https://apt.izzysoft.de/fdroid/index/apk/com.futsch1.medtimer)
[](https://play.google.com/store/apps/details?id=com.futsch1.medtimer)Or download the latest APK from
the [Releases Section](https://github.com/Futsch1/medTimer/releases/latest).## Description
**Med reminders and history with full offline privacy**
Stay In Control of Your Medications with MedTimer
MedTimer is an open-source medication reminder app designed to help you manage your medications and
pills effectively and with full control of your sensitive data.Flexible & Personalized Reminders:
- Manage unlimited medications with customizable reminders per medication (including simple defaults
for daily reminders).
- Create flexible reminders with breaks and specific days (e.g. for birth control pills).
- Weekend mode: Delay reminders to a defined time on chosen days.
- Snooze notifications for later reminders.
- Add extra doses on the fly.Simple & Secure Data Management:
- Confirm or dismiss reminders to record medication adherence accurately.
- Get an overview of past doses in a chart, tabular or calendar view.
- Export your medication history as a CSV file for easy record-keeping or sharing with healthcare
professionals.
- Backup and restore your medication list as JSON file.Privacy & Offline Accessibility:
- All data is stored securely on your device, ensuring complete privacy and offline accessibility.
- No internet connection required – your medication reminders are always available.MedTimer is a free app without adds.
## Documentation
See the [use cases documentation](doc/UseCases.md) for more details on how to use the app and
the specific use cases it can satisfy.## Contributing
See the [contributing guide](CONTRIBUTING.md) for details on how to contribute.
## Sponsor or support
If you like my work, you can [buy me a coffee](https://www.buymeacoffee.com/futsch1). Note
however that I will donate all the money I receive from your support to organizations supporting
open-source or open knowledge, like the Mozilla Foundation, or the Apache Software Foundation or
Wikimedia.## Dependencies
MedTimer uses the following great open source libraries and dependencies:
- [Bootstrap icon](https://icons.getbootstrap.com/)
- [TableView](https://github.com/evrencoskun/TableView)
- [androidplot](https://github.com/halfhp/androidplot)
- [SimplyPDF](https://github.com/wwdablu/SimplyPDF)
- [AndroidX Preference eXtended](https://github.com/takisoft/preferencex-android)
- [Mockito](https://github.com/mockito/mockito)
- [Robolectric](https://github.com/robolectric/robolectric)
- [Calendar](https://github.com/kizitonwose/Calendar)
- [IconDialog](https://github.com/maltaisn/icondialoglib)