for-android/app
AbronStudio a596220d0e Refactor: Remove Sentry integration
This commit removes the Sentry error reporting integration from the application.

Specific changes:
- Removed Sentry dependencies and plugin from `app/build.gradle.kts`.
- Commented out Sentry initialization and usage in `MainActivity.kt`.
- Commented out Sentry API calls in various files:
    - `OverviewScreen.kt`
    - `ChatRouterScreen.kt`
    - `AppAPI.kt`
- Commented out Sentry meta-data in `AndroidManifest.xml`.
- Removed `sentry.properties` from `.gitignore`.
- Updated `lintOptions` in `app/build.gradle.kts` to set `checkReleaseBuilds = false`.
- In `ChatRouterScreen.kt`, when `showChannelUnavailableAlert` is dismissed or confirmed, set the destination to `ChatRouterDestination.Discover`.
2025-08-21 13:21:28 +03:30
..
src Refactor: Remove Sentry integration 2025-08-21 13:21:28 +03:30
.gitignore feat: c2dm prototype via fcm 2024-07-12 15:51:29 +02:00
build.gradle.kts Refactor: Remove Sentry integration 2025-08-21 13:21:28 +03:30
proguard-rules.pro refactor: Enhance application structure and improve code organization 2025-08-10 15:10:52 +03:30