-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: JS Android Notifications #1214
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
07b66ae
feat: Emoji Picker Performance Improvements (#1210)
alexrisch ce58c3b
feat: JS Android Notifications
alexrisch 456552b
Working wake up android JS for notification
nmalzieu 85ef548
feat: Dual Sending
alexrisch 4153000
Handle notification display & interaction for Android in JS
nmalzieu 960a1d6
2.8.4 in Podfile
nmalzieu 7d8192c
Fix group foreach
nmalzieu 0a48bea
Multiple content types
nmalzieu 1e5a9f2
comment for replies
nmalzieu f4f605e
Merge branch 'release/3.0.0' into ar/android-js-notifications-copy
nmalzieu f498e1a
Handling new group notification and already show
nmalzieu a6a74ee
Group invite notifications in JS
nmalzieu facab5e
Remove debug code / failing test
nmalzieu ec3e41a
return value
nmalzieu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
140 changes: 0 additions & 140 deletions
140
android/app/src/main/java/com/converse/MessageNotification.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Missing notification styling configuration after migration to Notifee
The codebase shows a transition from Expo notifications to Notifee, but the notification styling (icon and color) configurations are missing in the new implementation. While the default Expo notification resources exist (
ic_default_expo_notifications.png
), they are not being utilized in the Notifee setup. This needs to be addressed to ensure proper notification appearance:features/notifications/utils/setupAndroidNotificationChannel.ts
: Channel creation lacks icon and color configurationsfeatures/notifications/utils/background/groupMessageNotification.ts
: Notification display lacks smallIcon and color settings in the android configurationRequired actions:
smallIcon
configuration in the android options when displaying notificationscolor
property in android options🔗 Analysis chain
Verify notification appearance after removing default settings
The default notification icon and color settings are being removed. Please ensure that:
Run the following to check for alternative notification styling implementations:
Let me check the content of the notification channel setup files to verify if there's proper configuration for notification styling.
Let me check how notifications are being displayed with Notifee since the code shows a transition from Expo notifications to Notifee.
Let me check if there are any Notifee-specific icon and color configurations in the notification display code.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 1228
Script:
Length of output: 6210
Script:
Length of output: 2399
Script:
Length of output: 1155