From 33a7a82a6a9f0bfcf60022b196b717c47c410b30 Mon Sep 17 00:00:00 2001 From: edr Date: Tue, 26 Mar 2024 21:17:42 +0100 Subject: [PATCH] v1.3 --- app/build.gradle | 4 ++-- fastlane/metadata/android/de-DE/full_description.txt | 3 ++- fastlane/metadata/android/en-US/full_description.txt | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 32bed4d..6b3b2d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "de.rochefort.childmonitor" minSdkVersion 21 targetSdkVersion 34 - versionCode 12 - versionName "1.2" + versionCode 13 + versionName "1.3" } buildTypes { diff --git a/fastlane/metadata/android/de-DE/full_description.txt b/fastlane/metadata/android/de-DE/full_description.txt index 3131ace..6a9ee36 100644 --- a/fastlane/metadata/android/de-DE/full_description.txt +++ b/fastlane/metadata/android/de-DE/full_description.txt @@ -3,4 +3,5 @@

Dieses Projekt ist ein Fork von Protect Baby Monitor, welches von seinem Entwickler als "on hiatus" (pausiert) gekennzeichnet wurde.

Child Monitor funktioniert auf Android 5.0 (Lollipop) und neuer, d.h. ab Android SDK 21.

Achtung: Diese Version von Child Monitor ist inkompatibel zu älteren Versionen als 1.0!

-

Neu in dieser Version: Child Monitor kann im Hintergrund weiterlaufen!

+

Fehlerbehebung in dieser Version: Das Elterngerät erkennt jetzt, wenn das Kindgerät keine Daten mehr schickt +(z.B. aufgrund von Netzwerkproblemen), trennt die Verbindung und spielt den Warnton ab.

diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 3a42103..a9da340 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -3,4 +3,5 @@

The project is a fork of Protect Baby Monitor which is declared as "on hiatus" by its developer.

Child Monitor works on Android 5.0 (Lollipop) and newer, i.e. Android SDK 21.

Warning: This version of Child Monitor is incompatible with versions older than 1.0!

-

New in this release: Child Monitor can continue to run in the background!

+

Bugfix in this release: The parent device detects when the child device no longer sends data (e.g. +because of network problems), disconnects and plays the notfication sound.