for-android/.idea
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
..
codeStyles feat(auth): implement platform selection screen with API URL input 2025-07-26 12:18:06 +03:30
dictionaries refactor: Update API references and platform handling 2025-08-03 13:41:44 +03:30
inspectionProfiles chore: update idea files 2025-04-13 16:30:34 +02:00
.gitignore feat: remove members from group DMs 2024-03-16 15:11:28 +01:00
.name feat: Implement deep linking functionality 2025-08-10 12:17:54 +03:30
AndroidProjectSystem.xml chore: update idea files 2025-04-03 00:20:50 +02:00
compiler.xml chore: upgrade tools 2024-10-26 21:40:39 +02:00
deviceManager.xml chore: update metadata 2025-07-26 07:09:23 +02:00
gradle.xml chore: upgrade tools 2024-10-26 21:40:39 +02:00
icon.svg chore: change ide configs for pep 2025-07-24 13:37:58 +03:30
migrations.xml chore: update gradle and AGP 2023-08-15 16:14:50 +02:00
misc.xml refactor: Update API references and platform handling 2025-08-03 13:41:44 +03:30
runConfigurations.xml chore: upgrade tools 2024-10-26 21:40:39 +02:00
valkyrie_settings.xml chore: update metadata 2025-07-26 07:09:23 +02:00
vcs.xml feat(stendal): initial implementation/switch 2024-02-12 02:11:59 +01:00