You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup: add tiny FAB; recommend tiny/small/medium based on screen size; shrink setup welcome banner; move DataPad quick-setup; add QR hint to device name strings; fix DataPad dialog syntax
text = stringResource(R.string.setup_fab_size_recommendation, if (recommended =="medium") stringResource(R.string.settings_fab_size_medium) else stringResource(R.string.settings_fab_size_small)),
301
+
text = stringResource(R.string.setup_fab_size_recommendation, recommendedLabel),
284
302
style =MaterialTheme.typography.bodySmall,
285
303
color =MaterialTheme.colorScheme.onSurfaceVariant
286
304
)
@@ -289,6 +307,7 @@ fun SetupWizardScreen(
289
307
290
308
var currentFabSize by remember { mutableStateOf(prefsManager.getFabSize()) }
291
309
val fabSizes =listOf(
310
+
"tiny" to stringResource(R.string.settings_fab_size_tiny),
292
311
"small" to stringResource(R.string.settings_fab_size_small),
293
312
"medium" to stringResource(R.string.settings_fab_size_medium),
294
313
"large" to stringResource(R.string.settings_fab_size_large)
<stringname="datapad_device_name_support">Wird zur Identifikation dieses Geräts während des Handshakes verwendet</string>
503
+
<stringname="datapad_device_name_support">Wird zur Identifikation dieses Geräts während des Handshakes verwendet. Beim Scannen eines QR-Codes wird dieser Name auf dem Server in der Liste der authentifizierten Geräte übernommen.</string>
<stringname="datapad_device_name_support">Used to identify this device during handshake</string>
486
+
<stringname="datapad_device_name_support">Used to identify this device during handshake. When you scan a QR code, this name will be recorded on the server and shown in the authenticated devices list.</string>
487
487
<stringname="datapad_device_id_label">Device ID (derived from key)</string>
488
488
<stringname="datapad_server_ip_label">Server IP (Unicast)</string>
0 commit comments