Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
WangDaYeeeeee committed Apr 10, 2021
2 parents 992268f + 1af15be commit ace5316
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30007.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<ul><li>Initial version available on F-Droid.</li>
<li>New weather provider: OpenWeatherMap.</li>
<li>New animations for main interface.</li>
<li>New animations for snackbars.</li>
<li>New filter view for search page.</li>
<li>Improve details available with Météo France provider.</li>
<li>French and Spanish translation updates.</li>
<li>Bug fixed.</li></ul>

19 changes: 19 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
Geometric Weather is a free and open-source Android weather app.
This build flavor has all proprietary dependencies and related code stripped out to make it eligible for inclusion on F-Droid.

In the app, you'll find:<ul>
<li>Real-time temperature</li>
<li>Daily forecasts up to 15 days, and hourly forecasts for the next 24 hours</li>
<li>Air quality and allergen information</li>
<li>Severe weather and precipitation alerts</li></ul>

The app has a strong focus on design, with a simple, clean UX, smooth animations, and Material Design all over, plus lots of customizability:<ul>
<li>Automatic dark theme</li>
<li>Custom icon themes</li>
<li>Large selection of home screen widgets for at-a-glance information</li>
<li>Live wallpaper</li></ul>

Current supported weather providers in F-Droid flavor:<ul>
<li>AccuWeather</li>
<li>OpenWeatherMap</li>
<li>Météo France</li></ul>

This app requests a number of permissions; some required, some optional.

Required permissions:<ul>
<li>Network (ACCESS_NETWORK_STATE, ACCESS_WIFI_STATE, INTERNET): Allows the app to fetch weather data from providers over the Internet</li>
<li>Background updates (RECEIVE_BOOT_COMPLETED, WAKE_LOCK, FOREGROUND_SERVICE, SET_ALARM): Allows the app to refresh weather data in the background</li>
<li>Tile (EXPAND_STATUS_BAR): Allows the app to launch itself from Quick Settings</li>
</ul>

Optional permissions: <ul>
<li>Location (ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION, ACCESS_BACKGROUND_LOCATION): Allows the app to show weather in your current location</li>
<li>Storage (READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE): Allows the app to set the live weather wallpaper and/or widgets on some devices</li>
<li>Ignore battery optimizations (REQUEST_IGNORE_BATTERY_OPTIMIZATIONS): Prevents the app from being killed in the background. Potentially more reliable method for fetching background weather data on some devices</li>
<li>Read phone state (READ_PHONE_STATE): Required by an app dependency: not actually used, but can't be removed. It's okay to never enable this.</li>
</ul>
9 changes: 9 additions & 0 deletions fastlane/metadata/android/fr/changelogs/30007.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<ul><li>Version initiale disponible sur F-Droid.</li>
<li>Nouveau fournisseur météo : OpenWeatherMap.</li>
<li>Nouvelles animations pour l’interface principale.</li>
<li>Nouvelles animations pour les « snackbar ».</li>
<li>Nouvelle vue de filtre pour la page de recherche.</li>
<li>Améliorations des données disponibles avec Météo France.</li>
<li>Mise à jour des traductions françaises et espagnoles.</li>
<li>Corrections d’anomalies.</li></ul>

34 changes: 34 additions & 0 deletions fastlane/metadata/android/fr/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Geometric Weather est une application météo Android libre et gratuite.
Cette version ne comporte aucune dépendance propriétaire, en respectant les critères d’inclusion de F-Droid.

Vous trouverez dans cette application, de façon non exhaustive :<ul>
<li>Les températures en temps réel</li>
<li>Les prévisions quotidiennes jusqu’à 15 jours, et des prévisions horaires pour les 24 prochaines heures</li>
<li>Des informations sur la qualité de l’air et les allergènes</li>
<li>Vigilances météo et alertes de précipitations</li></ul>

L’application met l’accent sur l’esthétique, avec une expérience utilisateur simple et épurée, des animations fluides, en Material Design, ainsi que plusieurs personnalisations:<ul>
<li>Thème sombre automatique</li>
<li>Thèmes d’icônes personnalisées</li>
<li>Une large sélection de widgets pour l’écran d’accueil pour disposer de l’information en un coup d’œil</li>
<li>Fond d’écrans animés</li></ul>

Les fournisseurs de données météo disponibles dans la version F-Droid sont les suivants :<ul>
<li>AccuWeather</li>
<li>OpenWeatherMap</li>
<li>Météo France</li></ul>

L’application nécessite un certain nombre de permissions ; certaines obligatoires, d’autres facultatives.

Permissions obligatoires :<ul>
<li>Réseau (ACCESS_NETWORK_STATE, ACCESS_WIFI_STATE, INTERNET) : permet à l’application de récupérer des données météo depuis des fournisseurs sur Internet</li>
<li>Mises à jour en arrière-plan (RECEIVE_BOOT_COMPLETED, WAKE_LOCK, FOREGROUND_SERVICE, SET_ALARM) : permet à l’application de rafraîchir les données météo en arrière-plan</li>
<li>Icône système (EXPAND_STATUS_BAR) : permet à l’application de se lancer depuis les paramètres rapides</li>
</ul>

Permissions facultatives :<ul>
<li>Localisation (ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION, ACCESS_BACKGROUND_LOCATION) : permet à l’application d’afficher la météo pour votre position actuelle</li>
<li>Stockage (READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE) : permet à l’application de définir le fond d’écran animé et/ou les widgets sur certains appareils</li>
<li>Ignorer l’optimisation de la batterie (REQUEST_IGNORE_BATTERY_OPTIMIZATIONS) : empêche l’application d’être tuée en arrière-plan. Méthode potentiellement plus fiable pour récupérer les mises à jour de données météo sur certains appareils</li>
<li>Téléphone (READ_PHONE_STATE) : requis par une dépendance de l’application, n’est pas réellement utilisée mais ne peut être enlevée. Elle peut rester désactivée sans problèmes.</li>
</ul>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Une application météo en Material Design légère, puissante et libre.

0 comments on commit ace5316

Please sign in to comment.