2018-08-26 05:49:22 +00:00
|
|
|
|
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
|
|
|
|
|
Summary: Shows and logs HW temperature
|
|
|
|
|
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-08-31 14:52:20 +00:00
|
|
|
|
- versionName: '1.1 '
|
|
|
|
|
versionCode: 2
|
|
|
|
|
commit: 'v1.1 '
|
|
|
|
|
subdir: app
|
|
|
|
|
gradle:
|
|
|
|
|
- yes
|
|
|
|
|
|
2018-08-26 05:49:22 +00:00
|
|
|
|
AutoUpdateMode: Version v%v
|
|
|
|
|
UpdateCheckMode: Tags
|
2018-08-31 14:52:20 +00:00
|
|
|
|
CurrentVersion: '1.1 '
|
|
|
|
|
CurrentVersionCode: 2
|