mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +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 |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| app_config.properties | ||
| build.gradle | ||
| capacitor.build.gradle | ||
| config.gradle | ||
| google.properties | ||
| proguard-rules.pro | ||