-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DMAPP-135: Push Chat Notification (#150)
* DMAPP-135: Handle Notification Module - Integrated chat notifications for both iOS and Android. - Converted the notification helper to use Context API for better state management. - Performed code refactoring to improve maintainability and readability. * DMAPP-135: Code cleaning - Removed unnecessary functions * DMAPP-135: Integrate push chat notification - Updated Notifee notification configuration for group chat notifications to enhance appearance. - Refactored logic to remove chat notifications upon navigation to the chat history screen. This logic is now handled within the Single Chat component. * DMAPP-135: Integrate chat notification - Upgraded Firebase App, Messaging, and Notifee versions to fix the iOS native notification issue. - [System level]: Updated Android configuration to require JVM 17 for compatibility. - [Fix]: Resolved issue where the unlock profile modal was appearing after notification press even when the profile was already unlocked. - Made minor adjustments to Notifee display notification configuration. * DMAPP-135: Integrate chat notification - Handled rare case for missing notification data: navigates to the chat list instead of a specific chat. - Minor changes and fixes for improved reliability. * DMAPP-135: Integrate chat notification - Fixed navigation issue triggered on notification press. * DMAPP-135: Fixes in chat & notification module - User can copy group Chat ID - Remove notification WIP * DMAPP-135: Chat Notification - Keep notification background handler in NotificationContext - [fix]: Resolve warning for Spam feed item key * DMAPP-135: Chat notification - Requested code level changes done - Remove channel notifications from notification centre after read
- Loading branch information
1 parent
3d6d3d9
commit 7ebf830
Showing
24 changed files
with
1,689 additions
and
634 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.