Commit d407082
Changed files (7)
app
fastlane
metadata
android
de-DE
changelogs
en-US
changelogs
health_data_store
app/lib/l10n/app_it.arb
@@ -513,7 +513,7 @@
"@errBleNoPerms": {},
"scanningDevices": "Ricerca dispositivi in corso...",
"@scanningDevices": {},
- "errBleCantOpen": "Caricamento dei dispositivi di input non riuscito. Assicurati che l'app disponga di tutte le autorizzazioni necessarie e segnala il problema nel caso in cui persista.",
+ "errBleCantOpen": "Caricamento dei dispositivi di input non riuscito. Assicurati che l''app disponga di tutte le autorizzazioni necessarie e segnala il problema nel caso in cui persista.",
"@errBleCantOpen": {},
"errBleNoDev": "Nessun dispositivo BLE GATT compatibile trovato. Tocca per aggiornare!",
"@errBleNoDev": {},
app/pubspec.lock
@@ -442,7 +442,7 @@ packages:
path: "../health_data_store"
relative: true
source: path
- version: "0.1.0+1"
+ version: "1.0.0+2"
http:
dependency: transitive
description:
@@ -708,10 +708,10 @@ packages:
dependency: "direct main"
description:
name: pdf
- sha256: "243f05342fc0bdf140eba5b069398985cdbdd3dbb1d776cf43d5ea29cc570ba6"
+ sha256: "81d5522bddc1ef5c28e8f0ee40b71708761753c163e0c93a40df56fd515ea0f0"
url: "https://pub.dev"
source: hosted
- version: "3.10.8"
+ version: "3.11.0"
petitparser:
dependency: transitive
description:
app/pubspec.yaml
@@ -1,10 +1,10 @@
name: blood_pressure_app
-description: Track your blood pressure wherever you go
+description: Privacy focused, diary like app for storing blood pressure values.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
-version: 1.6.4+34
+version: 1.7.0+35
# F-Droid needs the Flutter version used to build releases to be in the repository.
-# f-droid-flutter: 3.22.0-0.2.pre
+# f-droid-flutter: 3.23.0-0.1.pre
environment:
sdk: '>=3.0.2 <4.0.0'
fastlane/metadata/android/de-DE/changelogs/35.txt
@@ -0,0 +1,6 @@
+* Messwerte können nun direkt über bluetooth von BLE GATT geräten übernommen werden
+* Behebe Fehler in der Sortierung der Statistik zur Verteilung
+* Implementiere neue Funktionen in der kompakten (alten) Messwertliste
+* Ungarische Übersetzung hinzugefügt
+* Übersetzungen aktualisieren (Türkisch, Portugiesisch, Spanisch, Italienisch, Chinesisch)
+* Internes Datenformat geändert
\ No newline at end of file
fastlane/metadata/android/en-US/changelogs/35.txt
@@ -0,0 +1,6 @@
+* Allow input through bluetooth BLE GATT devices
+* Fix ordering value distribution graph
+* Support new features in compact(old) measurement list
+* Add hungarian localization
+* Update localizations (Turkish, Portuguese, Spanish, Italian, Chinese)
+* Internal changes to the data format
\ No newline at end of file
fastlane/metadata/android/en-US/full_description.txt
@@ -6,5 +6,6 @@ Features:
- 📊 <b>Beautiful</b> analytics provide insights on trends, distribution, differences over the day and much more
- 📂 Versatile <b>export and import</b> (CSV, PDF, SQLite) with granular control
- ⚙️ High configurability
+- BLE GATT input through bluetooth devices
- Ad free without disturbances
- Well-documented, <b>open-source</b> code
health_data_store/pubspec.yaml
@@ -1,6 +1,6 @@
name: health_data_store
description: A package to easily store health related data.
-version: 0.1.0+1
+version: 1.0.0+2
publish_to: none
environment: