Android app to read out usage statistics from system
 
 
Go to file
Fynn Godau 607acf17a6 Update dependencies 2023-09-17 12:57:53 +02:00
Application Update dependencies 2023-09-17 12:57:53 +02:00
gradle/wrapper Update dependencies 2023-07-04 13:44:46 +02:00
src Metadata for version 0.8 #51 2021-08-12 14:48:50 +02:00
.gitignore Add .gitignore 2020-04-07 19:14:55 +02:00
LICENSE License as GNU GPL v3+ 2020-07-11 15:14:08 +02:00
README.md New weblate links 2023-02-21 11:20:53 +01:00
build.gradle Initial Commit 2014-12-15 11:49:52 -08:00
gradle.properties Upgrade various dependencies while migrating to AndroidX 2020-04-07 18:04:25 +02:00
gradlew Translate to Bulgarian 2023-07-04 09:31:05 +00:00
gradlew.bat Initial Commit 2014-12-15 11:49:52 -08:00
settings.gradle Use chartDirect 2.0 #48 2021-07-15 15:41:36 +02:00
translationContributorsGenerate.sh Shell scripts to executable (+x) 2023-07-04 11:32:49 +02:00
translationContributorsList.sh Shell scripts to executable (+x) 2023-07-04 11:32:49 +02:00
usageDirect.svg New icon #20 2020-10-22 17:06:18 +02:00

README.md

usageDirect

This source builds the two apps "usageDirect" (database flavor) as well a "System usage stats" (system flavor).

Download usageDirect from F-Droid

For more information, please refer to the F-Droid description and screenshots.

Help translate

This project can be translated through codeberg's Weblate instance. Please see the following notes:

  • To translate the About screen, please see the library librariesDirect.
  • If everything is in sync, every string should have a screenshot or at least a note attached to it by me. Please pay attention to the screenshots and string context information and make sure your translation fits into the context seen in the screenshot.
  • There are different modules for the app usageDirect, for System usage stats as well as for the code that is shared by both of these apps ("Common").
  • Your weblate email address will be contained in the git log of this repository.
  • If you would like to help maintain your translation in the future, please watch the project on weblate. You will then receive announcements via email prior to the release of a new version once strings are finalized.

Thank you a lot for your help.


Forked from the Android sample called "AppUsageStatistics" (Copyright 2017 The Android Open Source Project, Inc).

This app uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in IntelliJ IDEA (or Android Studio).