41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
Categories:
|
|
- System
|
|
License: GPL-2.0-only
|
|
SourceCode: https://github.com/invano/AmbientWeatherDashClockExtension
|
|
IssueTracker: https://github.com/invano/AmbientWeatherDashClockExtension/issues
|
|
|
|
AutoName: Ambient Weather DashClock Extension
|
|
Description: |-
|
|
A DashClock Extension that shows the current temperature, relative humidity and
|
|
pressure.
|
|
|
|
All data is retrieved directly from the built-in sensors. Moreover, it is
|
|
battery friendly.
|
|
|
|
The readings are taken just once everytime you access the lockscreen.
|
|
|
|
Requirements:
|
|
|
|
* DashClock Widget
|
|
* Devices with ambient sensors such as Samsung Galaxy S4 or Samsung Galaxy Note 3
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/invano/AmbientWeatherDashClockExtension
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 2
|
|
commit: 27d2020b15
|
|
init: rm libs/dashclock-api-r2.0.jar libs/android-support-v4.jar
|
|
srclibs:
|
|
- DashClock@d043bbca9ca7
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
prebuild: echo 'source.dir=src;$$DashClock$$/api/src/main/java; $$DashClock$$/api/src/main/aidl'
|
|
>> project.properties
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 2
|