Skip to content

Enhancement: Adding dismiss notification for Timers #819

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

kushchoudhary98
Copy link
Contributor

@kushchoudhary98 kushchoudhary98 commented Apr 14, 2025

Description

This PR adds the support for showing the dismiss notification when the timer is up & being able to dismiss the timer from notification itself.

Proposed Changes

  • Added new methodChannel dismissTimer.
  • Added logic for sending message to native side for showing notification & receiving the dismiss action message.
  • Added CREATE TABLE to onCreate function in TimerDatabaseHelper.kt to resolve timers table related issues.

Screenshots

WhatsApp.Video.2025-04-15.at.01.01.13.mp4

Fixes #820

Checklist

  • Tests have been added or updated to cover the changes
  • Documentation has been updated to reflect the changes
  • Code follows the established coding style guidelines
  • All tests are passing

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.

Bug: Timers are not created when adding a new timer.
1 participant