An Android app that helps you keep track of your medications.
MediTrak is an Android application designed to make it easier for users to keep track of their medications and to help them remember to take them. It offers the ability to add medications for multpile patients, set medication reminders on a variety of intervals, and take notes on a medication to record any adverse effects if might cause. All user data is stored locally is not share with either the developer or any other third party.
- Android 10+
- English
- German by uDEV20191,2
- Spanish by zaovb1,3
- Italian4
- Turkish by mikropsoft1,2
- Translated by native speaker.
- Additional translations provided by non-native speaker through a machine translator.
- Additional translations provided by non-native speaker.
- Translated by a non-native speaker.
It is strongly recommended to use Android Studio to build and test this application.
This project uses the sqlite3.c
and sqlite3.h
files in its NDK portion. These can be found here in the zip file under "Source Code". In order for CMake to find them, and enviroment variable called SQLITE3_LIB_PATH
has to be set to their path.
-
Linux (Native)
export SQLITE3_LIB_PATH=/path/to/dir/
It is strongly recommended to add this to the
.bashrc
file in your home directory so they will persist across sessions. -
Linux (Flatpak)
flatpak override --user --env=SQLITE3_LIB_PATH=/path/to/dir/ com.google.AndroidStudio
-
Windows
[Environment]::SetEnvironmentVariable('SQLITE3_LIB_PATH', 'C:\path\to\dir', 'Machine')
This will create an environment variable that will persist across sessions.
- The latest releases can be found here: releases. You may need to enable downloading apps from unknown sources to install it.
- You can also use the app Obtainium or others like it to automatically update to the newest release on GitHub.
Thanks to IzzySoft, this app is available in the IzzyOnDroid F-Droid repository here.
- Download F-Droid (if not already installed)
- Navigate to "Settings"
- Under the "My Apps" section, select "Repositories"
- Click on the "+" button
- Copy the following URL: https://apt.izzysoft.de/fdroid/repo?fingerprint=3BF0D6ABFEAE2F401707B6D966BE743BF0EEE49C2561B9BA39073711F628937A
- After that, you should be able to find it by searching for "MediTrak"