-
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-115: Integrate foreground notification for channels (#147)
* DMAPP-115: Add Foreground Notification for Channel Module - Added app logo as notification icon on Android - Display foreground notification for Channel module - Begin handling notification events (WIP) * DMAPP-115: Implement channel notification handling (with static data) - Update inbox and spam feed data when a notification is received while the app is in the foreground and the home screen is open. - Navigate to the appropriate tab and auto-select it when a notification banner is pressed. * DMAPP-115: Notification handling WIP - Added a function to root navigation to get current route params - Updated getRecentMessageNotifications function to get already received notification data in mobile app * DMAPP-115: Channel notification handling WIP * feat(DMAPP-115): integrate Channel Foreground notification for iOS and Android - Display notification banner when the app is in the foreground state. - Handle data updates when the home screen is open in the foreground. - Implement notification banner press handling to navigate or update views as needed. - Fix iOS notification sound issue to ensure proper audio playback for notifications. * DMAPP-115: Review Changes - Added a utility function for displaying notifications using Notifee to streamline notification handling. - Removed the `channelInboxNotificationAcknowledgement` object state from `homeSlice` to simplify state management
- Loading branch information
1 parent
c973bf8
commit 67a6250
Showing
25 changed files
with
354 additions
and
284 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.