Skip to content
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

Merge android-notification-channel-groups into develop #87

Open
wants to merge 39 commits into
base: develop
Choose a base branch
from

Conversation

thomasgalliker
Copy link
Owner

@thomasgalliker thomasgalliker commented Oct 30, 2024

Description

Create and delete notification channel groups. Assign groups to notification channels.

Issues

Checklist

  • General
    • The modified code fulfills the intended purpose and functions correctly.
    • Existing code continues to function without errors.
    • Performance has not been significantly impacted.
    • All TODOs in the code have been removed and, if necessary, recorded as follow-up tasks in Remine.
  • Testing
    • All existing unit tests pass successfully.
    • New functionalities are covered with unit tests.
    • Code coverage through unit tests has been verified.
    • Exploratory tests on real devices have been conducted on both platforms (iOS and Android).
  • Readability
    • Code style has been applied according to .editorconfig.
    • Naming conventions for variables and methods are clear and consistent.
  • Documentation
    • In-code comments are meaningful or replaced by self-explanatory code.
    • Changes to interfaces are documented in readme.md.
    • Updated the release notes under <PackageReleaseNotes>.
  • Security and Data Protection
    • Sensitive data is not unintentionally logged or stored.
    • User inputs have been validated.

@thomasgalliker thomasgalliker self-assigned this Oct 30, 2024
Thomas Galliker added 7 commits October 30, 2024 10:07
…on-channel-groups

# Conflicts:
#	Plugin.FirebasePushNotifications/Platforms/Android/Channels/INotificationChannels.cs
#	Samples/MauiSampleApp/ViewModels/MainViewModel.cs
… to manage notification channel groups in INotificationChannels.
@thomasgalliker thomasgalliker linked an issue Oct 31, 2024 that may be closed by this pull request
Thomas Galliker added 8 commits October 31, 2024 13:54
…droid-notification-channel-groups

# Conflicts:
#	Plugin.FirebasePushNotifications/Platforms/Android/FirebasePushNotificationManager.cs
#	Samples/MauiSampleApp/Views/ItemTemplates/NotificationChannelItemTemplate.xaml
#	Samples/MauiSampleApp/Views/MainPage.xaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Create Channels Group
1 participant