Skip to content

Comments

feat(notification): add Android chronometer support#3282

Open
Et3rnel wants to merge 1 commit intotauri-apps:v2from
Et3rnel:feat/notification-android-chronometer
Open

feat(notification): add Android chronometer support#3282
Et3rnel wants to merge 1 commit intotauri-apps:v2from
Et3rnel:feat/notification-android-chronometer

Conversation

@Et3rnel
Copy link

@Et3rnel Et3rnel commented Feb 20, 2026

Summary

  • add Android chronometer support to notification payload via when, usesChronometer, and chronometerCountDown
  • wire new fields across guest JS options, Rust NotificationData/builder API, and Android notification builder/model
  • include a .changes entry with matching minor:feat bumps for both Rust and JS notification packages

Motivation

  • enable native elapsed/countdown timer notifications for Android use cases like time tracking and ongoing timers

Platform behavior

  • Android: maps fields to notification chronometer APIs
  • non-Android: fields are ignored and keep current behavior

What it looks like:
image

Closes #3279

@Et3rnel Et3rnel requested a review from a team as a code owner February 20, 2026 14:29
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.

[feature][notification] Add Android chronometer support in local notifications

1 participant