mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
adding metadata for new app CovidAt
This commit is contained in:
parent
044d0340cb
commit
bcef72dd6c
3 changed files with 49 additions and 0 deletions
35
metadata/fr.covidat.android.yml
Normal file
35
metadata/fr.covidat.android.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Navigation
|
||||
- Sports & Health
|
||||
License: CECILL-2.1
|
||||
AuthorName: Codefish
|
||||
AuthorEmail: codefish@online.fr
|
||||
SourceCode: https://gitlab.com/codefish42/covidat
|
||||
IssueTracker: https://gitlab.com/codefish42/covidat/issues
|
||||
|
||||
AutoName: CovidAt
|
||||
Summary: a smart generator for French travel certificates during the Covid-19 containment
|
||||
Description: |-
|
||||
An application that generates French travel certificates (attestation dérogatoire de déplacement)
|
||||
that are compulsory during the Covid-19 containment.
|
||||
The generated certificates follow the model proposed by the French interior ministry.
|
||||
The travel certificate can be generated by hand or automatically by a foreground service
|
||||
when one leaves the domestic wifi network.
|
||||
This application is ad-free and privacy-friendly: it does not emit data on the internet
|
||||
(it does not use the INTERNET permission)
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/codefish42/covidat.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0.1'
|
||||
versionCode: 2
|
||||
commit: v1.0.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags ^v.+[0-9]$
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 2
|
||||
13
metadata/fr.covidat.android/fr/description.txt
Normal file
13
metadata/fr.covidat.android/fr/description.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Une application générant des attestations de déplacement dérogatoire dans le cadre du confinement en France lié à l'épidémie de Covid-19.
|
||||
Les attestations générées suivent le modèle proposé par le ministère de l'intérieur français.
|
||||
Les attestations peuvent être générées manuellement ou automatiquement par un service Android en premier-plan lors de la déconnexion du réseau wifi domestique.
|
||||
L'application est sans publicité et n'envoie aucune donnée vers Internet (pas de permission INTERNET utilisée).
|
||||
|
||||
Fonctionnalités :
|
||||
|
||||
* Génération d'attestation avec données personnelles fournies
|
||||
* Visualisation de la dernière attestation et du QR code correspondant
|
||||
* Export de l'attestation PDF dans un fichier ou envoi vers une application
|
||||
* Notification d'attestation avec QR code accessible depuis l'écran de verrouillage
|
||||
* Génération automatique d'attestation lors de la sortie du domicile (perte du réseau wifi domestique)
|
||||
* Alertes sonores lors de la génération automatique et le dépassement de 1h et 1 km de sortie
|
||||
1
metadata/fr.covidat.android/fr/summary.txt
Normal file
1
metadata/fr.covidat.android/fr/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Un générateur d'attestations de déplacement dérogatoire pour le confinement Covid-19
|
||||
Loading…
Reference in a new issue