Add integrated onboarding carousel with permissions and server setup
Replaces separate welcome and server setup screens with a unified 5-page onboarding carousel that guides users through: - App introduction and backend requirements - Notification permission with explanation - All files access permission with explanation - Server configuration (address, port, key) with QR scanning - Completion confirmation Also adds notification permission checks before uploads to ensure upload progress notifications can be displayed. Users are prompted for permission if not already granted, then upload proceeds automatically. Changes: - Create OnboardingScreen.kt with 5-page carousel flow - Add onboarding completion tracking to PreferencesUtil - Update navigation to show onboarding on first launch - Add notification permission checks to upload tabs - Add roundIcon attribute to manifest for better icon display
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
android:icon="@drawable/ic_app_icon"
|
||||
android:roundIcon="@drawable/ic_app_icon"
|
||||
android:label="SimpleLogUpload"
|
||||
android:networkSecurityConfig="@xml/network_security_config"
|
||||
android:supportsRtl="true"
|
||||
|
||||
Reference in New Issue
Block a user