Android app to read out usage statistics from system
  • Java 99.5%
  • Shell 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-02-21 11:20:53 +01:00
Application Translate to Italian 2022-03-20 00:53:06 +01:00
gradle/wrapper Bump build tools and gradle version 2021-07-13 15:06:25 +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
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 Initial Commit 2014-12-15 11:49:52 -08:00
gradlew.bat Initial Commit 2014-12-15 11:49:52 -08: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
settings.gradle Use chartDirect 2.0 #48 2021-07-15 15:41:36 +02:00
translationContributorsGenerate.sh Cleanup credit generation script 2022-04-25 10:03:40 +02:00
translationContributorsList.sh Add new script to generate credits config for translation contributions 2021-05-25 09:10:10 +02:00
usageDirect.svg New icon #20 2020-10-22 17:06:18 +02:00

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