fdroiddata/metadata/com.gmail.jiwopene.temperature.yml
2019-02-27 23:28:08 +01:00

56 lines
1.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Categories:
- System
License: GPL-3.0-or-later
AuthorEmail: jiwopene@gmail.com
WebSite: https://gitlab.com/jiwopene/temperature-android
SourceCode: https://gitlab.com/jiwopene/temperature-android/tree/HEAD
IssueTracker: https://gitlab.com/jiwopene/temperature-android/issues
Changelog: https://gitlab.com/jiwopene/temperature-android/tags
AutoName: Temp. monitor
Description: |-
Simple Android application that shows hardware temperatures
from /sys/class/thermal and BatteryManager.
* Reading temperatures from /sys/class/thermal directory
(it can use it even if you don't have permission to read contents of
directory)
* Reading temperatures using Android API BatteryManager class
* Configurable interval of reading sensor data (from 0.1 to 10 seconds)
* Logging temperatures (configurable interval from 1 to 60 minutes)
* Log can be exported as CSV
RepoType: git
Repo: https://gitlab.com/jiwopene/temperature-android.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app
gradle:
- yes
- versionName: '1.1'
versionCode: 2
commit: v1.1
subdir: app
gradle:
- yes
- versionName: '1.2'
versionCode: 3
commit: v1.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.2'
CurrentVersionCode: 3