feat(shared): polish beta UX copy and friendly errors

Map snackbars to stable user-facing strings, rewrite transfer-oriented
empty states and settings copy, and resource-back progress/status labels.
This commit is contained in:
2026-07-15 03:53:24 +02:00
parent bf81661667
commit 7cd125053c
21 changed files with 562 additions and 245 deletions

View File

@@ -55,8 +55,9 @@ private class AndroidLocalNotificationService(
init {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
val manager = context.getSystemService(NotificationManager::class.java)
// Shown under system notification settings for this app.
manager.createNotificationChannel(
NotificationChannel(ChannelId, "Connection requests", NotificationManager.IMPORTANCE_HIGH),
NotificationChannel(ChannelId, "Transfer requests", NotificationManager.IMPORTANCE_HIGH),
)
}
}