No description
  • Kotlin 99.8%
  • Java 0.2%
Find a file
2026-02-14 20:52:19 +01:00
.idea BMI calculation didn't account for imperial units 2026-02-14 19:40:42 +01:00
.kotlin/errors Release version 3.2.0, build 5470 2025-05-06 15:16:28 +02:00
app Moving feedback email address out of code because bad actors where misusing it 2026-02-14 20:52:19 +01:00
badges Release version 3.6.3, build 5520 2026-02-12 09:04:26 +01:00
fastlane/metadata/android Release version 3.6.3, build 5520 2026-02-12 09:04:26 +01:00
gradle Moving feedback email address out of code because bad actors where misusing it 2026-02-14 20:52:19 +01:00
.gitignore Added billing removed licensing stuff 2025-07-12 10:49:10 +02:00
build.gradle.kts Reverted test encrypted db creation 2026-01-25 22:35:59 +01:00
ChangeLog.md BMI calculation didn't account for imperial units 2026-02-14 19:40:42 +01:00
gradle.properties BMI calculation didn't account for imperial units 2026-02-14 19:40:42 +01:00
gradlew Updated Copyright and started to add app flavours 2025-05-08 15:12:17 +02:00
gradlew.bat Added the missing files 2020-12-10 09:24:36 +01:00
ic_launcher-source.png Add temporary fix for a bug where the backup stored the unit instead of the threshold 2025-05-06 13:20:39 +02:00
LICENSE Some cleanup 2023-01-03 17:10:21 +01:00
medilog_feature_graphic_base_layer.png Several dependency updates 2025-04-28 09:49:20 +02:00
README.md Park 2026-01-21 10:46:42 +01:00
settings.gradle Updated Copyright year 2026-01-29 10:35:30 +01:00

MediLog

MediLog Logo

Status: Active Status: Active API Reference

Android App to easily capture medical data. The following values are supported at present:

  • Blood Pressure
  • Weight
  • Glucose
  • Oximetry
  • Temperature
  • Water intake
  • A Diary
  • Documents

Additional values can be supported through modifying the Temperature tab

Key features

The main goal of MediLog is to allow the manual capturing of medical data, basically replacing pen and paper. And to do this as quickly as possible. This means supporting smart devices is not on my roadmap.

Also, I don't plan to cover the whole universe of medical data, but rather provide a solution for types of data which have to be entered often and cases where the alternatives either don't respect privacy, are full of trackers or simply too complicated. E.g.

For example:

  • Blood Pressure values and Weight might get captured multiple times a day and are a good fit for MediLog, therefore there's a dedicated tab for these values.
  • PSA values get captured once or twice a year, which means a dedicated tab would be too complicated, I'd recommend storing these in MediLog's Diary tab. Search will allow to retrieve such values whenever required.

Guiding principles for MediLog are:

  • Be simple. Allow to capture data as quickly as possible, don't get in the way. If you can think of ways to improve the UI, let me know.
  • Be open. Export and import format is a simple CSV, if you can export CSV from your existing application it should be fairly easy to import into MediLog, and of course, import into your new application if you ever wish to move on with your data
  • Be secure. PDF reports and ZIP file backups are password protected, the database is encrypted
  • Be transparent. No data transfers to anyone but the one you choose. No hidden telemetry, no automatic crash logs, etc.
  • In essence, offer appropriate measures to protect your data as defined by art. 9 GDPR, Processing of special categories of personal data

Awesome Humane Tech

Installation

Download and install MediLog from here https://codeberg.org/toz/MediLog/releases or ...

Get it on IzzyOnDroid Get it on F-Droid Get it on GooglePlay

Flavours

MediLog is available in 3 flavours:

  • FOSS, com.zell_mbc.medilog: The original flavour of MediLog distributed by

    • F-Droid with F-Droids signature and therefore not reproducible
    • IzzyOnDroid with my signature, each release checked for reproducibility by IzzyOnDroid

    RB Status

  • FDroid, com.zell_mbc.medilog.fdroid: Distributed by F-Droid as well. From a feature point of view identical to the above, but with my signature which allows F-Droid to verify reproducibility. If you use F-Droid, pick this flavour!

    RB Status

  • Play, com.zell_mbc.medilog.play: GooglePlay flavour, limited to 100 records, unlimited records via a small inApp purchase. GooglePlay is geared for closed source apps, hence the concept of reproducibility is not applicable

Check the MediLog About dialog to see which flavour you are running.

More on reproducible builds here: https://codeberg.org/toz/MediLog/wiki/Reproducible-Builds

Important note: Be careful when downloading MediLog from different locations. The flavours are treated like independent applications by Android. Use backup/restore if you want to move from one flavour to another.

Removal

Like with all Android applications, via a long click on the app icon.

Uninstalling the application will delete all data! Unrecoverable! Make sure you backup your data first!

User manual

Can be found here: https://codeberg.org/toz/MediLog/wiki/?action=_pages

I know it's missing lots of sections, feel free to contribute.

Privacy Policy

Stored data

Data entered by the user is stored inside an encrypted SQLite database.

To keep the input process as simple and fast as possible, the app/your data is not protected with an additional password. If your device has support for Biometric (Fingerprint) make sure to enable it. Otherwise, if someone is able to unlock your device they can access your health data!

The app supports storing backups in encrypted ZIP files. Make use of it by adding a password whenever you create a file or setting a default one in the settings dialog. Don't forget to test (and remember) the password. The app allows to send password protected files so you can share over unprotected media (eg. email) reducing the risk of your data getting in the wrong hands.

Required permissions

  • WRITE_EXTERNAL_STORAGE : Required to export backup files
  • READ_EXTERNAL_STORAGE: Required to import backup files
  • USE_BIOMETRIC: Required to enable biometric logon protection
  • INTERNET: Required for automated and ad-hoc feedback

Tracking

No advertising, no hidden tracking! You can however let me know which tabs you use via the user feedback function, which I would appreciate because it's the only way for me to know if I focus my time and efforts on areas which are actually used by people out there. As of version 3.0 there is also the possibility to send crash logs to the developers in case of application crashes. However, crash logs will never be sent without your explicit approval. See here for more details: https://codeberg.org/toz/MediLog/wiki/Crash-logs

Flavours

MediLog is available in 3 flavours:

  • com.zell_mbc.medilog: The original flavour of MediLog distributed by
    • IzzyOnDroid with my signature (each release checked for reproducibility by IzzyOnDroid)
    • F-Droid with F-Droids signature and therefore not reproducible
  • com.zell_mbc.medilog.fdroid: A recent flavour distributed by F-Droid as well. From a feature point of view identicial to the above, but with my signature which allos F-Droid to verify reproducibility. If you start with MediLog from F-Droid, uses this build!
  • com.zell_mbc.medilog.play: GooglePlay build, limited to 100 records, unlimited records via a small inApp purchase

Libraries

3rd party libraries in use are the below:

  • Vico: Most of the charts,
  • Calendar: Diary heatmap chart
  • Zip4J: Enable password protected ZIP files
  • SQLCipher: Encrypt the SQLite database
  • ACRA: Enable crash logs

Contact & Bug reporting

Please use the issue tracker at codeberg.org for reporting issues and/or suggestions:

Other means to contact the developer are:

Translations

The number of translations is growing quickly. If your language isn't covered yet please contact me. I'll have a first go in translating via AI, to hopefully save you a lot of work.

Translation platform: https://translate.codeberg.org/projects/medilog/

Donations

If you find MediLog useful and want to support its development, you can contribute in several ways:

💶 Bank Transfer (SEPA):

SEPA QR Code

Account details

  • IBAN: DE04 5001 0517 0098 7035 40
  • BIC: INGDDEFFXXX
  • Account holder: Thomas Zell

You can scan the QR code above with your banking app to start a pre-filled transfer.


Wero Logo (European Instant Payment):

Wero QR Code

Wero email: [email protected]


🌐 Online Donation Options:

If you prefer online services, you can donate via:

Donate using Liberapay

PayPal Logo

Bitcoin Logo

Screenshots

Changelog

Change log

Icon credits:

Disclaimer icons created by Uniconlabs - Flaticon

Restore icons created by Uniconlabs - Flaticon

Medical report icons created by Freepik - Flaticon