for-android/app/src/main
AbronStudio 9d53be9e41 feat: Implement deep linking functionality
This commit introduces deep linking capabilities to the application.

- Added `DeepLinkActivity` to handle incoming deep links and navigate users to the appropriate content within the app.
- Created `DeepLinkUtils` to provide utility functions for parsing and creating deep link URIs.
- Updated `MainActivity` to receive and process deep link data from `DeepLinkActivity`.
- Modified `ChatRouterScreen` and its `ViewModel` to handle navigation based on deep link parameters.
- Updated `AndroidManifest.xml` to include intent filters for `DeepLinkActivity` to capture relevant URL schemes and paths.
- Added `assetlinks.json` and `README_APP_LINKS.md` to support Android App Links verification.
- Changed the `applicationId` in `app/build.gradle.kts` from "chat.revolt" to "chat.peptide".
- Renamed project in `.idea/.name` from "PEP" to "Revolt".
- Changed the default route in `ChatRouterScreen` from `Settings` to `Home`.
2025-08-10 12:17:54 +03:30
..
assets feat: Implement deep linking functionality 2025-08-10 12:17:54 +03:30
cpp test: add test harness 2024-11-05 01:40:29 +01:00
java/chat/revolt feat: Implement deep linking functionality 2025-08-10 12:17:54 +03:30
res Refactor: Update icons and background colors in ChannelSideDrawer and ChatRouterScreen 2025-08-07 15:14:34 +03:30
sqldelight/chat/revolt/persistence/cache feat(c2dm): temp functioning notifications impl 2024-09-01 17:02:21 +02:00
AndroidManifest.xml feat: Implement deep linking functionality 2025-08-10 12:17:54 +03:30