Eugene Platonov
Eugene Platonov
Message --- Stacktrace --- com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Access is allowed with explicit read lock. Now each coroutine scheduled on EDT wrapped in implicit write intent lock (which implies read lock too). This...
### Description This pull request refactors the timer logic and related properties for improved clarity, structure, and functionality. Key changes include: - Replacing `globalTimer.duration` with `globalTimer.remainingTime`. - Introducing `globalTimer.stopAndClear()` for...
## Summary - provide a `TrayIconStub.qml` for environments without a system tray - load the tray icon component via `Loader` and disable on WebAssembly - avoid showing tray related preference...
## Summary - add Objective-C helpers for scheduling notifications on macOS - expose schedule and clear API via `MacOSController` - compute future notification times with `Clock.getTimeAfter` - schedule next segment...