feat(notification): add option to show only current session progress

Closes: #162
This commit is contained in:
Nishant Mishra
2025-12-04 11:54:40 +05:30
parent edf0353448
commit e6f01096c2
7 changed files with 133 additions and 32 deletions

View File

@@ -105,4 +105,6 @@
<string name="license">License</string>
<string name="media_volume_for_alarm">Headphone mode</string>
<string name="media_volume_for_alarm_desc">Plays on headphones only. If headphones are disconnected, alarm plays through speaker at media volume.</string>
<string name="session_only_progress">Session-only progress</string>
<string name="session_only_progress_desc">Show progress for the current session only in notifications, rather than the full sequence.</string>
</resources>