mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-22 15:37:02 +00:00
When the app is backgrounded on Android, the focus mode countdown timer now triggers a high-priority notification with alarm sound and vibration when it completes. Previously, only the silent foreground service notification was shown, causing users to miss timer completion. Changes: - Add completion notification channel with IMPORTANCE_HIGH - Detect timer completion in FocusModeForegroundService - Broadcast completion event to activity via LocalBroadcastManager - Forward event to Angular via onFocusModeTimerComplete$ subject - Handle native completion in effects to sync app state Fixes #5923 |
||
|---|---|---|
| .. | ||
| androidTest/java/com/superproductivity/superproductivity | ||
| main | ||
| test/java/com/superproductivity/superproductivity | ||