Update privacy information and increment mobile app version

Revise the privacy section in both the frontend and mobile app to include the correct address for data processing responsibility. Increment the mobile app version code to 8 and version name to 0.8.0-alpha7 to reflect these updates.
This commit is contained in:
Torsten Schulz (local)
2026-05-15 11:30:37 +02:00
parent 328bc9e776
commit 99e439cb29
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
<h2>Wer ist verantwortlich?</h2> <h2>Wer ist verantwortlich?</h2>
<p> <p>
Verantwortlich für die Datenverarbeitung in TimeClock ist Torsten Schulz. Verantwortlich für die Datenverarbeitung in TimeClock ist Torsten Schulz.
Anschrift: <strong>BITTE VOR VERÖFFENTLICHUNG ERGÄNZEN</strong>. Anschrift: <strong>Friedrich-Stampfer-Straße 21, 60437 Frankfurt am Main</strong>.
Kontakt: <a href="mailto:kontakt@tsschulz.de">kontakt@tsschulz.de</a>. Kontakt: <a href="mailto:kontakt@tsschulz.de">kontakt@tsschulz.de</a>.
</p> </p>
<p> <p>

View File

@@ -23,8 +23,8 @@ android {
applicationId = "de.tsschulz.timeclock" applicationId = "de.tsschulz.timeclock"
minSdk = 26 minSdk = 26
targetSdk = 36 targetSdk = 36
versionCode = 7 versionCode = 8
versionName = "0.8.0-alpha6" versionName = "0.8.0-alpha7"
buildConfigField("String", "API_BASE_URL", "\"${apiBaseUrl.replace("\\", "\\\\").replace("\"", "\\\"")}\"") buildConfigField("String", "API_BASE_URL", "\"${apiBaseUrl.replace("\\", "\\\\").replace("\"", "\\\"")}\"")
} }

View File

@@ -337,7 +337,7 @@ private fun PrivacyScreen() {
Text("Stand: 15.05.2026", color = TcColors.TextMuted, fontSize = 13.sp) Text("Stand: 15.05.2026", color = TcColors.TextMuted, fontSize = 13.sp)
PrivacySection( PrivacySection(
"Verantwortlicher", "Verantwortlicher",
"Verantwortlich für die Datenverarbeitung in TimeClock ist Torsten Schulz. Anschrift: BITTE VOR VERÖFFENTLICHUNG ERGÄNZEN. Kontakt: kontakt@tsschulz.de." "Verantwortlich für die Datenverarbeitung in TimeClock ist Torsten Schulz. Anschrift: Friedrich-Stampfer-Str. 21, 60437 Frankfurt am Main. Kontakt: kontakt@tsschulz.de."
) )
PrivacySection( PrivacySection(
"Zweck der App", "Zweck der App",