You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Android] Enhanced background sync stability by implementing a Foreground Service and acquiring WakeLocks, preventing the system from killing the app in the background.
[Mac] Added a menu bar icon (with monochrome support). Closing the window now hides the app in the menu bar instead of terminating it.
🪄 Adjustments
[Network] Extracted the hardcoded sender discovery port (5003) to settings and enabled dynamic random port allocation for command/data sockets to prevent port conflicts.
[Android] Updated to match network changes by adding the sender discovery port to settings and utilizing dynamic allocation for the command port.