New App: Vädret
This commit is contained in:
parent
2a6625713e
commit
75e9612d81
41
metadata/fi.kroon.vadret.yml
Normal file
41
metadata/fi.kroon.vadret.yml
Normal file
|
@ -0,0 +1,41 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Internet
|
||||
License: Apache-2.0
|
||||
WebSite: https://vadret.github.io/android/
|
||||
SourceCode: https://github.com/vadret/android
|
||||
IssueTracker: https://github.com/vadret/android/issues
|
||||
Changelog: https://github.com/vadret/android/blob/HEAD/app/src/main/res/raw/changelog.md
|
||||
|
||||
AutoName: Vädret
|
||||
Summary: Weather app for Sweden
|
||||
Description: |-
|
||||
Vädret means weather in Swedish and it is an open source weather app with
|
||||
open data from SMHI Open Data Meteorological Analysis licensed under CC-BY.
|
||||
|
||||
'''Features:'''
|
||||
|
||||
* Location by GPS
|
||||
* Location by Nominatim (by-name)
|
||||
* Currently issued weather warnings
|
||||
* Radar imagery
|
||||
* 10 day weather forecast
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/vadret/android
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.4
|
||||
versionCode: 5
|
||||
commit: 0.1.4
|
||||
subdir: app
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
|
||||
build.gradle ../build.gradle
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1.4
|
||||
CurrentVersionCode: 5
|
Loading…
Reference in a new issue