Skip to content

feat: keep notification after alarm ends (Fixes #328)#394

Merged
gdelataillade merged 1 commit intogdelataillade:mainfrom
taha-elkholy:main
Jan 28, 2026
Merged

feat: keep notification after alarm ends (Fixes #328)#394
gdelataillade merged 1 commit intogdelataillade:mainfrom
taha-elkholy:main

Conversation

@taha-elkholy
Copy link
Contributor

Description

This PR adds the ability to keep the notification visible after the alarm stops ringing, as requested in issue #328.

Changes

  • Added keepNotificationAfterAlarmEnds setting in data models
  • Updated Android and iOS bindings to support the new feature
  • Modified AlarmManager and notification logic to persist notifications after alarm ends
  • Ensured cross-platform compatibility

Testing

  • Tested successfully on Android and iOS devices
  • All existing functionality remains intact
  • Backward compatible

Issue reference

Resolves #328

…mEnds' feature across platforms.

- Updated data models and bindings for both Android and iOS to support this new functionality, ensuring notifications remain visible after alarms finish ringing.
- Adjusted related logic in AlarmManager and notification handling to respect this setting.
@gdelataillade
Copy link
Owner

Thanks for the PR @taha-elkholy ! I'll review it as soon as possible.
So if I understand correctly, the notification was dismissed only on iOS?

@taha-elkholy
Copy link
Contributor Author

Yes, Exactly.

Copy link
Owner

@gdelataillade gdelataillade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gdelataillade gdelataillade merged commit 2d8f9de into gdelataillade:main Jan 28, 2026
2 checks passed
@gdelataillade
Copy link
Owner

Added to 5.2.1.

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.

Notification Banners disappears after the alarm sound ended

2 participants