| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-11-17 | Prevent gRPC channel from entering the idle state | Oskar Nyberg | 1 | -0/+1 | |
| 2023-10-31 | Rename updateRelaySettings to setRelaySettings | Oskar Nyberg | 2 | -3/+3 | |
| 2023-10-31 | Remove RelaySettingsUpdate from gui/ | David Lönnhager | 2 | -50/+34 | |
| 2023-10-13 | Use optional modifier for optional primitives in protobuf messages | David Lönnhager | 1 | -49/+44 | |
| 2023-10-11 | Register power monitor listeners after ready | Oskar Nyberg | 1 | -4/+4 | |
| 2023-10-09 | Add custom lists to settings, ipc and rpc calls | Oskar Nyberg | 4 | -42/+141 | |
| 2023-09-29 | Add social media blocking server | David Lönnhager | 2 | -0/+3 | |
| 2023-09-05 | Remove forwarded ports messages from GUI frontend | Linus Färnstrand | 2 | -10/+0 | |
| 2023-07-07 | Update Electron to 25.2.0 | Oskar Nyberg | 1 | -4/+4 | |
| 2023-07-07 | Update account expiry fetch logic | Oskar Nyberg | 1 | -5/+1 | |
| 2023-06-29 | Cleanup review comments, CI issues and android support | Jonathan | 1 | -11/+9 | |
| Add necessary android support to allow it to not crash due to interface changes. Format the code, remove redundant async functions, fix android issues related to not having to use a Vec to store the custom lists and a string as an id. Fix unit tests. | |||||
| 2023-06-29 | Update changelog, sync naming in .proto update gui | Jonathan | 1 | -11/+21 | |
| Updates the changelog, syncs naming to be consistent inside the .proto file with rust in regards to newly added message types for custom lists. Update the gui so that it does not break when using a custom list daemon. However does not let gui actually use custom lists, only has CLI support. | |||||
| 2023-06-12 | Replace thrown error in account data fetch with typed values | Oskar Nyberg | 4 | -88/+46 | |
| 2023-04-24 | Add login error messages to localization templates | Oskar Nyberg | 1 | -3/+17 | |
| 2023-04-19 | Add command line version option | Oskar Nyberg | 3 | -2/+8 | |
| 2023-04-19 | Add command line help option | Oskar Nyberg | 2 | -14/+43 | |
| 2023-04-19 | Refactor command line option handling | Oskar Nyberg | 3 | -21/+51 | |
| 2023-04-18 | Fix clipboard permission request after electron upgrade | Oskar Nyberg | 1 | -2/+2 | |
| 2023-04-17 | Don't read app name when running tests | Oskar Nyberg | 1 | -1/+2 | |
| 2023-04-17 | Add tests for notification evaluation | Oskar Nyberg | 1 | -14/+22 | |
| 2023-04-17 | Fix notification evaluation logic error | Oskar Nyberg | 1 | -1/+1 | |
| 2023-04-17 | Remove daemon connection observer when disconnecting during suspend | Oskar Nyberg | 2 | -28/+23 | |
| 2023-04-17 | Prevent close handler when closing notifications in category | Oskar Nyberg | 1 | -1/+3 | |
| 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 | |
