fdroiddata/metadata/com.gmail.jiwopene.temperature.yml

56 lines
1.3 KiB
YAML
Raw Normal View History

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
2018-09-03 16:52:08 +00:00
- versionName: '1.1'
2018-08-31 14:52:20 +00:00
versionCode: 2
2018-09-03 17:00:08 +00:00
commit: v1.1
2018-08-31 14:52:20 +00:00
subdir: app
gradle:
- yes
2018-10-29 11:11:24 +00:00
- versionName: '1.2'
versionCode: 3
commit: v1.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
2018-10-29 11:11:24 +00:00
CurrentVersion: '1.2'
CurrentVersionCode: 3