| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-04-04 | Reset expiry notifications on logout | Oskar Nyberg | 1 | -0/+1 | |
| 2023-03-28 | Ensure main tray window can properly join full screen spaces on macOS | Claudio Cambra | 1 | -1/+1 | |
| The tray window works great across different spaces, but it tends to have buggy behaviour on full screen spaces, especially after opening the tray window in one full screen space and switching to another. The tray window will try to switch back but disappear anyway as it loses focus. By ensuring NSWindowCollectionBehaviorFullScreenAuxiliary is correctly set on the window (through win.setVisibleOnAllWorkspaces(true { visibleOnFullScreen: true } ) this should be fixed | |||||
| 2023-03-28 | Hide the main window in macOS mission control | Claudio Cambra | 1 | -0/+1 | |
| When opening mission control with the tray window open, it appears in mission control, but clicking on it makes it immediately disappear when the animation is over. So let's just not show it in mission control | |||||
| 2023-03-27 | Fix many typos | Alexander Seiler | 5 | -6/+6 | |
| Signed-off-by: Alexander Seiler <seileralex@gmail.com> | |||||
| 2023-03-10 | Make transition queue smarter to avoid unnecessary transitions | Oskar Nyberg | 1 | -0/+1 | |
| 2023-03-10 | Disconnect daemon during suspend | Oskar Nyberg | 2 | -1/+37 | |
| 2023-02-22 | Add quantum resistant property to daemon rpc and internal structures | Oskar Nyberg | 3 | -0/+38 | |
| 2023-02-21 | Fix window not closing when unpinning window | Oskar Nyberg | 1 | -4/+8 | |
| 2023-02-21 | Fix timeout duration not fitting into 32-bit signed integer | Oskar Nyberg | 1 | -2/+3 | |
| 2023-02-10 | Add scheduler for first notification | Oskar Nyberg | 1 | -5/+18 | |
| 2023-02-09 | Prevent race condition when setting tray icon | Oskar Nyberg | 2 | -26/+57 | |
| 2023-02-09 | Add support for showing notification dot in tray icon | Oskar Nyberg | 4 | -44/+118 | |
| 2023-02-09 | Load icons when theme change instead of all at launch | Oskar Nyberg | 1 | -40/+18 | |
| 2023-02-09 | Remove closedNotifications list | Oskar Nyberg | 1 | -7/+1 | |
| 2023-02-09 | Close notifications when they are no longer relevant | Oskar Nyberg | 4 | -14/+38 | |
| 2023-02-09 | Add dispose method on notification controller | Oskar Nyberg | 2 | -0/+8 | |
| 2023-02-09 | Only show one notification from each category and throttle updates | Oskar Nyberg | 3 | -75/+73 | |
| 2023-02-09 | Add notification categories | Oskar Nyberg | 1 | -16/+10 | |
| 2023-02-09 | Add severity to SystemNotification | Oskar Nyberg | 1 | -7/+11 | |
| 2023-02-01 | Add 'Go to System Settings' button to launch view | David Lönnhager | 2 | -1/+48 | |
| 2023-01-15 | Replace space with - in menubar-icons directory name | Oskar Nyberg | 1 | -1/+1 | |
| 2023-01-10 | Remove unused NoDaemonError | Oskar Nyberg | 1 | -6/+0 | |
| 2023-01-09 | Fix height corrections | Oskar Nyberg | 1 | -4/+1 | |
| 2023-01-04 | Change please contact support | Oskar Nyberg | 1 | -3/+3 | |
| 2023-01-03 | Disable cmd+Q hotkey | Oskar Nyberg | 1 | -2/+2 | |
| 2022-12-14 | Fix timeout on Linux | Oskar Nyberg | 1 | -1/+3 | |
| 2022-11-30 | Update logic to work with new ErrorState structures | Oskar Nyberg | 3 | -4/+2 | |
| 2022-11-30 | Add enum for error state cause and update to new values from daemon | Oskar Nyberg | 1 | -40/+75 | |
| 2022-11-29 | Set window bounds with correct size instead of position on show | Oskar Nyberg | 1 | -2/+3 | |
| 2022-11-24 | Move relay filtering to filter-relays.ts | Oskar Nyberg | 2 | -141/+16 | |
| 2022-11-23 | Fix race condition when updating IPC target when recreating window | Oskar Nyberg | 2 | -6/+17 | |
| 2022-11-23 | Add quit button to context menu | Oskar Nyberg | 2 | -16/+30 | |
| 2022-11-07 | Improve renderer log forwarding | Oskar Nyberg | 3 | -12/+32 | |
| 2022-11-07 | Add view state to history location state | Oskar Nyberg | 1 | -6/+1 | |
| 2022-10-17 | Update ipc webcontents handling to be less complex | Oskar Nyberg | 2 | -40/+8 | |
| 2022-10-07 | Upgrade TypeScript and fix resulting compilation errors | Oskar Nyberg | 1 | -3/+3 | |
| 2022-10-06 | Simplify command line argument checking | Oskar Nyberg | 3 | -7/+22 | |
| 2022-10-06 | Add command line option for forwarding renderer log to main console logger | Oskar Nyberg | 2 | -1/+6 | |
| 2022-10-06 | Add command line option to not open devtools | Oskar Nyberg | 3 | -7/+11 | |
| 2022-09-30 | Fix app crashing when trying to set svg to window icon | Oskar Nyberg | 2 | -6/+13 | |
| 2022-09-27 | Handle WireguardEndpointData | Oskar Nyberg | 2 | -18/+47 | |
| 2022-09-20 | Add sepearate implementation for main-process for tests | Oskar Nyberg | 1 | -6/+2 | |
| 2022-09-06 | Move default settings to its own file | Oskar Nyberg | 2 | -67/+73 | |
| 2022-09-06 | Remove arrow on top of window on macOS | Oskar Nyberg | 1 | -13/+17 | |
| 2022-08-26 | Simplify app quit procedure | Oskar Nyberg | 2 | -61/+43 | |
| 2022-08-23 | Remove use of --quit-without-disconnect and limitations due to disconnecting | Oskar Nyberg | 1 | -15/+4 | |
| 2022-08-23 | Stay connected when electron app is killed | Oskar Nyberg | 1 | -29/+22 | |
| 2022-08-22 | Improve how information is passed between components in main process | Oskar Nyberg | 7 | -143/+205 | |
| 2022-08-22 | Move functions within index.ts | Oskar Nyberg | 1 | -31/+27 | |
| 2022-08-22 | Move account code to it's own file | Oskar Nyberg | 2 | -226/+273 | |
