Merge branch 'master' into 'master'
New app: Temperature monitoring app -- https://gitlab.com/jiwopene/temperature-android See merge request fdroid/fdroiddata!3574
This commit is contained in:
commit
c6e1376c0a
42
metadata/com.gmail.jiwopene.temperature.yml
Normal file
42
metadata/com.gmail.jiwopene.temperature.yml
Normal file
|
@ -0,0 +1,42 @@
|
|||
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
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
Loading…
Reference in a new issue