From 90124428b4ae4f5944ccfa56907bba8dfd0fd4f4 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 4 Jul 2019 22:32:50 +0200 Subject: [PATCH] New app: Food Tracker --- .../org.secuso.privacyfriendlyfoodtracker.yml | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 metadata/org.secuso.privacyfriendlyfoodtracker.yml diff --git a/metadata/org.secuso.privacyfriendlyfoodtracker.yml b/metadata/org.secuso.privacyfriendlyfoodtracker.yml new file mode 100644 index 0000000000..4dbe1c8446 --- /dev/null +++ b/metadata/org.secuso.privacyfriendlyfoodtracker.yml @@ -0,0 +1,56 @@ +Categories: + - Sports & Health +License: GPL-3.0-or-later +WebSite: https://www.secuso.org/pfa +SourceCode: https://github.com/SecUSo/privacy-friendly-food-tracker +IssueTracker: https://github.com/SecUSo/privacy-friendly-food-tracker/issues + +AutoName: Food Tracker +Summary: Allows tracking of your daily calorie consumption +Description: | + Privacy Friendly Food Tracker allows tracking your daily calorie consumption. + To do this, you can enter all your consumed food and drink as well as its weight. + The app will then calculate the total daily calorie consumption. The app also allows + an analysis of calorie consumption over a larger time frame such as weeks + or months. + + What functionality does this app include? + * Personalization through the creation of your own products + * Calculation of the total calorie count for the day + * Creation of statistics and graphs that show total and average calorie intake over a week or a month + * Calendar overview to quickly show daily overviews + * Encryption of data on the device + * Online search to find products quickly and easily + + This app belongs to the group of Privacy Friendly Apps developed + by the research group SECUSO at Karlsruhe Institute of Technology. You can find + more information at https://secuso.org/pfa. + + This food tracker does not collect any information about its users. The database + is encrypted to guarantee absolute privacy. Also this app does not require any + dangerous permissions from the user. Only internet access is needed for + the search function. Additionally, this food tracker does not include any + tracking or any advertisements at all. This increases battery lifetime and reduces + or eliminates data usage by this app. + + Please note that the online search requests information from the OpenFoodFacts + database. This would theoretically allow the database to track a users nutritional + habits. For absolute privacy it is therefore recommended to not use the online + search feature (The request is not triggered until the 'search' button is pressed). + The app also works without an internet connection. + +RepoType: git +Repo: https://github.com/SecUSo/privacy-friendly-food-tracker.git + +Builds: + - versionName: 1.0.1 + versionCode: 2 + commit: v1.0.1 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.0.1 +CurrentVersionCode: 2