1
0
Fork
You've already forked usageDirect
0
Android app to read out usage statistics from system
  • Java 99.5%
  • Shell 0.5%
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).