Android app to read out usage statistics from system
  • Java 99.4%
  • Shell 0.6%
Find a file
2024-11-05 07:38:35 +01:00
Application Update translation contributor name 2024-04-06 23:50:00 +02:00
gradle/wrapper Upgrade dependencies 2024-03-20 18:20:28 +01:00
src Version 0.8.1 metadata 2024-03-25 00:10:09 +01:00
.gitignore Add .gitignore 2020-04-07 19:14:55 +02:00
build.gradle Initial Commit 2014-12-15 11:49:52 -08:00
DONATING.md Update donation name 2024-11-05 07:38:35 +01:00
gradle.properties Upgrade dependencies 2024-03-20 18:20:28 +01: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
IMPRINT.txt Add imprint 2024-03-20 19:23:46 +01:00
LICENSE License as GNU GPL v3+ 2020-07-11 15:14:08 +02:00
README.md Add maintenance state message 2024-03-20 17:12:32 +01:00
settings.gradle Use chartDirect 2.0 #48 2021-07-15 15:41:36 +02:00
translationContributorsGenerate.sh Update translation contributor name 2024-04-06 23:50:00 +02:00
translationContributorsList.sh Update translation contributor name 2024-04-06 23:50:00 +02:00
usageDirect.svg New icon #20 2020-10-22 17:06:18 +02:00

usageDirect

This project is in a low-maintenance state. This means that you are not guaranteed to receive responses to emails or issues, but I will look at your pull requests in due time. Occasionally, there may be a maintenance release.

This source builds the two apps "usageDirect" (database flavor) as well as "System usage stats" (system flavor, to be removed).

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).