Commit Graph

2301 Commits

Author SHA1 Message Date
mattias-symphony
e6e5119a13
Merge pull request #1222 from mattias-symphony/SDA-3148
SDA-3148 Implementation and tests for IPC client/server module
2021-05-21 10:57:27 +02:00
mattias-symphony
74b09b06bf
Merge branch 'main' into SDA-3148 2021-05-20 15:49:31 +02:00
Mattias Gustavsson
2011b02bbc SDA-3148 refactoring, cleanup and comments 2021-05-20 15:21:31 +02:00
Mattias Gustavsson
3ddcbe1bd5 SDA-3148 Upgraded test framework, removed debug prints 2021-05-19 13:41:56 +02:00
Mattias Gustavsson
f4ba00dbe9 SDA-3148 Stable implementation + tests 2021-05-19 10:43:50 +02:00
mattias-symphony
6c836059ce
Merge pull request #1221 from mattias-symphony/SDA-3167
SDA-3167 Added version check
2021-05-12 14:10:50 +02:00
Mattias Gustavsson
4d47e58c43 SDA-3167 Added version check to not use built in snipping tool when /clip flag is not available 2021-05-12 14:00:39 +02:00
mattias-symphony
bd8ab732a8
Merge pull request #1220 from mattias-symphony/SDA-3161
SDA-3161 Improve installation instructions
2021-05-10 08:19:10 +02:00
mattias-symphony
e2e01d7c35
Merge branch 'main' into SDA-3161 2021-05-10 08:07:13 +02:00
Mattias Gustavsson
d1cac8e18c SDA-3161 Improve installation instructions 2021-05-10 08:05:21 +02:00
mattias-symphony
b4e3641c8c
Merge pull request #1219 from mattias-symphony/SDA-3147
SDA-3147 Set up test framework to be run during build
2021-05-07 08:25:05 +02:00
mattias-symphony
9e84640013
Merge branch 'main' into SDA-3147 2021-05-07 08:02:15 +02:00
Mattias Gustavsson
05a74bb66e SDA-3147 Set up test framework to be run during build 2021-05-07 08:00:23 +02:00
Johan Kwarnmark
2e0ba09620
Merge pull request #1218 from johankwarnmarksymphony/swift-search2
fix: Make the build green, with a broken swift-search
2021-05-06 10:00:36 +02:00
Johan Kwarnmark
0594d1ca69 Make the build green, with a broken swift-search 2021-05-06 08:48:05 +02:00
Johan Kwarnmark
e08f1ce8f0
Merge pull request #1217 from johankwarnmarksymphony/swift-search
fix: go back to swift-search 2.0.2
2021-05-05 14:29:42 +02:00
Johan Kwarnmark
dc4035297f Move to old swift-search as optional 2021-05-05 14:17:53 +02:00
Johan Kwarnmark
69b718c880 ScreenShareIndicator does not exist for linux that is why it needs to be optional 2021-05-05 14:14:08 +02:00
Johan Kwarnmark
5d0da7807d go back to swift-search 2.0.2 2021-05-05 11:41:13 +02:00
Johan Kwarnmark
ffb276bdfc
Merge pull request #1216 from johankwarnmarksymphony/sda-3143
fix: To avoid the pop up and save the error in the log
2021-05-05 11:37:17 +02:00
Johan Kwarnmark
64c26c7e5d To avoid the pop up and save the error in the log 2021-05-04 17:13:33 +02:00
Johan Kwarnmark
5e13a29106
Merge pull request #1215 from johankwarnmarksymphony/sda-3133
fix: Check we are in full screen
2021-05-04 16:12:06 +02:00
Johan Kwarnmark
e6c05f9147 Check we are in full screen 2021-05-03 11:47:57 +02:00
Johan Kwarnmark
6eac0b9497
Merge pull request #1214 from johankwarnmarksymphony/fix_build
fix: try to get swift-search
2021-05-03 09:22:00 +02:00
Johan Kwarnmark
105702d24a try to get swift-search 2021-04-30 17:47:16 +02:00
mattias-symphony
1f59b563c5
Merge pull request #1213 from mattias-symphony/SDA-3137
SDA-3137 Added USER_DATA_PATH installation parameter
2021-04-30 09:24:41 +02:00
Mattias Gustavsson
2c989fd5fa SDA-3137 Updated documentation 2021-04-30 08:37:58 +02:00
Mattias Gustavsson
3b85512c05 SDA-3137 Added support for USER_DATA_PATH install parameter 2021-04-29 08:49:41 +02:00
mattias-symphony
4ad58481ef
Merge pull request #1211 from mattias-symphony/SDA-3102
SDA-3102 Added support for LAUNCH_ON_INSTALL installation parameter
2021-04-22 07:48:57 +02:00
Mattias Gustavsson
d80acee3d1 Updated release notes 2021-04-21 13:51:54 +02:00
Mattias Gustavsson
4e1d4186c4 SDA-3102 Added support for LAUNCH_ON_INSTALL installation parameter 2021-04-21 11:56:58 +02:00
psjostrom
7b5fe05ef6
Merge pull request #1209 from psjostrom/SDA-3033-Close-notifs-on-logout
SDA-3033 Add ability to close all windows from SFE-Lite
2021-04-13 17:21:53 +02:00
psjostrom
6bc3e2c9ff
Merge branch 'main' into SDA-3033-Close-notifs-on-logout 2021-04-13 17:16:27 +02:00
mattias-symphony
943ac8dabb
Merge pull request #1210 from mattias-symphony/SDA-3079
SDA-3079 Use built-in screen snippet tool on windows if available
2021-04-13 14:52:57 +02:00
mattias-symphony
e42305e846
Merge branch 'main' into SDA-3079 2021-04-13 14:31:17 +02:00
Johan Kwarnmark
496428dc74
Merge pull request #1208 from johankwarnmarksymphony/prevent_display_sleep
fix: Prevent display to go to sleep if user is in a meeting
2021-04-13 13:38:11 +02:00
Mattias Gustavsson
26c4eeb473 SDA-3079 Use built-in screen snippet tool on windows if available 2021-04-13 09:28:17 +02:00
Johan Kwarnmark
6bb8510728
Merge branch 'main' into prevent_display_sleep 2021-04-06 18:20:17 +02:00
mattias-symphony
0f131c30ff
Merge pull request #1204 from mattias-symphony/SDA-3024
SDA-3024 Initial code setup for auto update
2021-04-06 13:54:51 +02:00
mattias-symphony
718172e476
Merge branch 'main' into SDA-3024 2021-04-06 13:39:36 +02:00
psjostrom
614b3beef9 SDA-3033 Add ability to close all windows from SFE-Lite 2021-04-01 15:34:02 +02:00
Johan Kwarnmark
4eeefb2de7 Prevent display to go to sleep if user is in a meeting 2021-03-30 13:53:46 +02:00
Johan Kwarnmark
c621018c22
Merge pull request #1206 from johankwarnmarksymphony/sda-2992_2
fix: sda-2992 safe guard if user config is missing
2021-03-29 11:10:38 +02:00
Vishwas Shashidhar
b7dd06aba3
SDA-3039: force opening external app for symphony and mailto (#1207) 2021-03-29 14:27:01 +05:30
Johan Kwarnmark
47ed21a6cd sda-2992 safe guard if user config is missing 2021-03-28 11:41:44 +02:00
mattias-symphony
5e4683a721
Merge branch 'main' into SDA-3024 2021-03-26 08:08:03 +01:00
Vishwas Shashidhar
1b293abba2 Merge branch 'main' of github.com:symphonyoss/SymphonyElectron into main 2021-03-25 18:34:20 +05:30
Vishwas Shashidhar
25dad9f721 update documentation 2021-03-25 18:32:03 +05:30
Vishwas Shashidhar
a248330c3b
SDA-3039: whitelist symphony protocol for new windows (#1205) 2021-03-25 17:58:47 +05:30
mattias-symphony
c2afb5c5b3
Merge branch 'main' into SDA-3024 2021-03-25 09:12:19 +01:00