Kiran Niranjan
3cbd7dbf2c
SDA-3516 - Focus main web contents on restore ( #1309 )
2021-12-30 14:29:22 +05:30
Kiran Niranjan
f0c2a6bfe1
SDA-3422 - Delay resizing window ( #1308 )
2021-12-30 14:22:54 +05:30
Kiran Niranjan
9e4a51fcfc
🐛 SDA-3487 - Load preload js file for popout window in 1.5 ( #1306 )
2021-12-07 20:21:13 +05:30
Kiran Niranjan
6098f710a4
🐛 SDA-3484 - Append disable smooth scroll chromium flag ( #1305 )
2021-12-06 07:08:11 +05:30
Kiran Niranjan
c59efaefbe
🐛 SDA-3450 - Remove title bar on fullscreen ( #1304 )
2021-12-02 13:36:28 +05:30
Kiran Niranjan
bf2f43da93
SDA-3475 - Remove assigning window size to config ( #1303 )
2021-12-01 07:57:38 +05:30
Kiran Niranjan
830f0d3676
SDA-3475 - Fix sending bounds to main web contents ( #1302 )
2021-11-30 11:11:52 +05:30
Kiran Niranjan
e477ee61b4
SDA-3482 - Fix command line argument --window-size ( #1301 )
2021-11-30 07:46:34 +05:30
Kiran Niranjan
bfcaae5e57
SDA-3475 - Fix issues with popout window by not assign parent window opts ( #1300 )
2021-11-29 14:13:01 +05:30
Kiran Niranjan
60c0ec52f2
SDA-3431 - Fix issues with popout window by not assign parent window opts ( #1299 )
2021-11-23 13:57:28 +05:30
Kiran Niranjan
dc77a61d4a
SDA-3476 - Add a command line flag for starting SDA maximized ( #1298 )
2021-11-23 13:51:07 +05:30
Kiran Niranjan
dd84f6ae3e
SDA-3469 - Fix welcome screen title ( #1297 )
2021-11-22 16:23:59 +05:30
Salah Benmoussati
d8f3fbe3b6
Prevent reloading if max idle time not reached ( #1296 )
2021-11-16 18:33:40 +01:00
Salah Benmoussati
a1ac758e9b
SDA API calls logging ( #1295 )
...
* API calls logging improvement
* Electron update
2021-11-16 10:50:17 +01:00
Kiran Niranjan
fb2c866483
SDA-3366 (Update swift search API and optimize spellchecker sync calls) ( #1294 )
...
* SDA-3366 - Update swift search API and optimize spellchecker sync calls
* SDA-3366 - remove broadcastMessage
2021-11-16 13:28:09 +05:30
Kiran Niranjan
68cdbca3c7
SDA-3437 - Fix event not being emitter due to throttle ( #1291 )
2021-11-10 06:53:00 +05:30
Salah Benmoussati
e50c6fe379
SDA-3442 App refresh when memory threshold reached ( #1290 )
...
* SDA-3442 App refresh when memory threshold reached
* Small improvements
2021-11-03 17:27:44 +01:00
Kiran Niranjan
349fa2c1bb
SDA-3434 - Fix hamburger menu focus issue ( #1287 )
2021-11-03 14:28:34 +05:30
Kiran Niranjan
ef630cdd8c
SDA-3428 - Hide electron's default menu bar for Windows ( #1288 )
2021-11-03 14:17:12 +05:30
Kiran Niranjan
54ba4598b9
SDA-3422 - Workaround for the main view container height resize issue ( #1289 )
2021-11-03 13:58:32 +05:30
Kiran Niranjan
19178b6878
SDA-3435 - Workaround to fix devtools resize issue ( #1284 )
2021-11-02 15:33:40 +05:30
Salah Benmoussati
289dfb42bb
SDA Bridge - Improving logs ( #1282 )
2021-10-28 18:50:29 +02:00
Salah Benmoussati
636f39a48a
Merge branch 'main' into bugfix/SDA-3377
2021-10-28 11:40:30 +02:00
Salah Benmoussati
071cb939ef
SDA-3377 Processing multiple chrome flags provided as installation parameters
2021-10-28 10:48:45 +02:00
Kiran Niranjan
b7909442d7
🐛 SDA-3424 (Disable action buttons in custom title bar & fix initial load issue) ( #1279 )
...
* SDA-3424 - Disable action buttons in custom title bar & fix initial load issue
* SDA-3424 - update snapshot file
2021-10-28 08:16:20 +05:30
Kiran Niranjan
412a6aa77c
🐛 SDA-3420, SDA-3408 & SDA-3421 (Fix developer tools menu item & client zoom API) ( #1276 )
...
* SDA-3420 - Fix developer tools menu item
* SDA-3421 - fix client zoom API
* SDA-3408 - Remove invalid check for zoom logic
2021-10-26 12:05:14 +05:30
Johan Kwarnmark
c0c4883b6b
Only use our native screen-snippet tool on Windows
2021-10-25 12:20:51 +02:00
Kiran Niranjan
aad616d927
SDA-3409, SDA-3408, SDA-3402, SDA-3412 - Fix issues with electron bounds ( #1274 )
...
* SDA-3409 - Fix view's x position w.r.t external display
* SDA-3408 - Fix zoom controls for browserView
* SDA-3409 - Use main window bounds for browser view
* SDA-3409 - Fix blank welcome screen
* SDA-3409 - Fix blank welcome screen
* SDA-3402 - Create a separate window for the welcome screen
* SDA-3409 - Fix view size issues
* SDA-3409 - Workaround for electron fullscreen event
* SDA-3402 - Fixes issue with maximize and unmaximize
* SDA-3409 - Rename let to const
2021-10-25 15:02:36 +05:30
sbenmoussati
e64deb539d
Clean up
2021-10-22 15:46:31 +02:00
sbenmoussati
b8b6f3a962
SDA-3416 Logs location alignment
2021-10-22 15:45:36 +02:00
Kiran Niranjan
e7f4470d9c
SDA-2547 (Upgrade electron version to 14.0.1) ( #1267 )
...
* SDA-2547 - Upgrade electron version to 14.0.1
* SDA-2547 - refactor and fix unit tests
* SDA-2555 - Move custom title bar away from remote module
* SDA-2555 - Update API new-window to setWindowOpenHandler and fix issues
* SDA-2555 - Arrange imports
* SDA-2555 - Fix unit tests
* SDA-3387 - Fixed reload, native notification issues & finally removed the SFE CSS injection 🎉
* SDA-2547 - Fix fullscreen state on Windows
* SDA-2552 - Update version info
* SDA-2548 - Fix media permission
* SDA-2547 - Get app name from package.json
2021-10-20 13:10:58 +05:30
Mattias Gustavsson
528ee0a77c
Fixing build error
2021-10-14 14:50:05 +02:00
Mattias Gustavsson
a916733619
SDA-3377 Added support for chromeFlags install param
2021-10-14 09:11:02 +02:00
Salah Benmoussati
63f6cf6a88
Zoom cleanup
2021-10-08 16:10:51 +02:00
Salah Benmoussati
bd698f05a6
SDA-3381 Zoom capabilities added for numpad on Windows
2021-10-08 12:47:55 +02:00
Mattias Gustavsson
9adec0ffda
Calling auto update from demo app
2021-09-29 15:47:57 +02:00
Johan Kwarnmark
a1087f1912
Fix register/unregister of globalshortcuts
2021-08-31 17:25:13 +02:00
Johan Kwarnmark
dbd4e59cbc
Clean up after new locale is set
2021-08-31 13:35:10 +02:00
Johan Kwarnmark
a562bb053c
sda-3192 option+command+3 use bff-daily
2021-08-06 11:43:32 +02:00
bach.le
3ea0997357
C2-11081 Let the user setting his zoom value from the General Settings menu
2021-07-01 16:17:50 +07:00
sbenmoussati
825a285952
SDA-3201 Replacing user-agent to support Calls and snipping tool
2021-06-17 10:41:16 +02:00
sbenmoussati
42832a8c21
Bug fix
2021-06-09 10:42:27 +02:00
sbenmoussati
d0f307cc72
Cleanup
2021-06-08 19:05:53 +02:00
sbenmoussati
d535e12ee1
SDA-3201 Removing Electron from user-agent - Microsoft Azure not supporting it for SSSO
2021-06-08 18:41:15 +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 Gustavsson
3b85512c05
SDA-3137 Added support for USER_DATA_PATH install parameter
2021-04-29 08:49:41 +02:00
psjostrom
6bc3e2c9ff
Merge branch 'main' into SDA-3033-Close-notifs-on-logout
2021-04-13 17:16:27 +02:00
mattias-symphony
e42305e846
Merge branch 'main' into SDA-3079
2021-04-13 14:31:17 +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
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
Vishwas Shashidhar
a248330c3b
SDA-3039: whitelist symphony protocol for new windows ( #1205 )
2021-03-25 17:58:47 +05:30
Johan Kwarnmark
eba6974ef3
persist sso
2021-03-23 15:17:22 +01:00
Vishwas Shashidhar
e98934efbd
fix: SDA-3030: enable remote module explicitly ( #1197 )
...
* SDA-3030: enable remote module explicitly
* fix: SDA-3030: enable remote module explicitly
* fix: SDA-3030: refactor as per PR suggestion
2021-03-18 14:01:41 +05:30
Parth Prajapati
ef794335bc
C2-9049: Zoom restriction in SDA ( #1196 )
2021-03-16 13:19:44 +05:30
Vishwas Shashidhar
57c363f956
SDA-2977: UBS: Inconsistent 'Copy Email Address' output on MessageML ( #1193 )
...
* fix: SDA-2948 (Redesign notification) (#1186 )
* fix: SDA-2948 - Redesign notification
* fix: SDA-2948 - Fix background color
* SDA-2977: add support for mailto links
Co-authored-by: Kiran Niranjan <kiran.niranjan@symphony.com>
2021-03-01 16:43:33 +05:30
Vishwas Shashidhar
12899192ac
SDA-2617: support windows native notifications ( #1188 )
...
* fix: SDA-2948 (Redesign notification) (#1186 )
* fix: SDA-2948 - Redesign notification
* fix: SDA-2948 - Fix background color
* SDA-2617: add support for windows native notifications
* SDA-2617: fix wix sharp file shortcuts
Co-authored-by: Kiran Niranjan <kiran.niranjan@symphony.com>
2021-02-09 13:56:44 +05:30
Kiran Niranjan
9522f2d594
fix: SDA-2889 (Send analytic events for toast_closed) ( #1182 )
...
* fix: SDA-2889 - Send analytic events for toast_closed
2021-02-02 14:06:49 +05:30
Vishwas Shashidhar
b3bd36891e
SDA-2887: add logs once analytics events are sent
2021-02-02 13:53:21 +05:30
Johan Kwarnmark
2fb6bc9b31
Removed unused parameter ChildProcess
2021-02-01 17:20:48 +01:00
Vishwas Shashidhar
92889a1c5c
SDA-2887: analytics for SDA crashes ( #1183 )
...
* format all files with prettier
* chore: format the problematic files
* chore: fix few more linting issues
* SDA-2887: add analytics for crashes
2021-01-29 21:13:56 +05:30
Vishwas Shashidhar
e9773721e4
chore: SDA-2799: format all files with prettier ( #1181 )
...
* format all files with prettier
* chore: format the problematic files
* chore: fix few more linting issues
2021-01-29 15:53:22 +05:30
Johan Kwarnmark
451fd9201c
got several listeners to screen-source-select, remove all listeners when pickers closes
2021-01-25 14:31:22 +01:00
psjostrom
40f01018ab
SDA-2824 Make theme optional and set default value
2021-01-15 11:48:39 +01:00
psjostrom
5c5462592d
SDA-2824 Set notification position modal darkmode
2021-01-14 12:10:20 +01:00
Vishwas Shashidhar
2c947ed41c
fix: SDA-2852: auto reload main window in case of blank screen ( #1171 )
...
* SDA-2852-Point72 - SDA 9.1.4 Whitescreen issue Pt.2
* SDA-2852: reload from current url
* SDA-2852: fix window handler linting issues
* SDA-2852: fix window handler linting issues
2021-01-13 20:31:31 +05:30
Johan Kwarnmark
cfd02f10a2
Merge branch 'master' into sda-2844
2021-01-08 08:57:16 +01:00
Johan Kwarnmark
d54ae4402c
We can not just take for the stack of windows, we need to get the main window
2021-01-07 17:26:15 +01:00
Johan Kwarnmark
bedcaf2b41
If no capture, don't show annotate window
2021-01-07 13:20:47 +01:00
Vishwas Shashidhar
81c552c51c
SDA-2838: Fix notification settings button for french ( #1166 )
2021-01-07 16:46:54 +05:30
Vishwas Shashidhar
8912c25003
feat: SDA-2775: Notification Position Window New UI ( #1164 )
...
* SDA-2775: notification position window new ui
- Create new user interface for notification position window
- Add unit tests
* SDA-2775: increase test coverage and format css
2020-12-31 10:06:25 +05:30
Kiran Niranjan
6fdb80857f
fix: SDA-2811 - Replace native electron notification with same tag ( #1163 )
2020-12-30 17:44:25 +05:30
psjostrom
3f08517ee2
SDA-2571 Updated event variable name
2020-12-18 14:11:15 +01:00
psjostrom
d84d54239c
SDA-2571 Fixed triggering multiple BI calls
2020-12-18 12:01:31 +01:00
Johan Kwarnmark
82d8dd8479
Always reset zoom
2020-12-17 16:01:22 +01:00
psjostrom
0e906c5a63
SDA-2769, SDA-2789, SDA-2790 Fixing scaling bug, removing unneccessary dependency etc
2020-12-17 09:58:23 +01:00
Johan Kwarnmark
0f007d2184
sda-2754, always quit red frame, and give the new red frame 300ms
2020-12-14 10:19:01 +01:00
psjostrom
5fd4afbdfd
Merge branch 'master' into SDA-2751-BI-and-loggerfix-and-screensize-fix
2020-12-10 13:32:19 +01:00
psjostrom
4ab878cbfb
SDA-2751 Fixed so BI can be sent from renderer process, also fixed annotate when alt tabbed and tidied up logging
2020-12-10 10:31:10 +01:00
Vishwas Shashidhar
eb5c00688f
fix: SDA-2762: load correct page on network issues ( #1145 )
...
* SDA-2762: load correct page on network issues
* SDA-2762: refactor code
2020-12-10 13:38:13 +05:30
Kiran Niranjan
698036d7af
feat: SDA-2614 (Implement native electron notifications) ( #1135 )
...
* feat: SDA-2614 - Implement native electron notifications
* feat: SDA-2614 - Refactor and fix unit tests
* feat: SDA-2614 - Rename extraData to notificationData
2020-12-09 11:45:29 +05:30
psjostrom
972dd234bb
Revert "Changed API for getWindowOpts"
...
This reverts commit 5557c115c3
.
2020-12-08 12:09:37 +01:00
Johan Kwarnmark
1c170e106d
Merge branch 'master' into preview_screen_share
2020-12-07 18:07:17 +01:00
psjostrom
747539688c
Merge branch 'master' into master
2020-12-07 15:56:58 +01:00
Johan Kwarnmark
6cc9098d41
Merge branch 'master' into preview_screen_share
2020-12-07 15:49:44 +01:00
psjostrom
eb0b276b96
Removed openDevTools
2020-12-07 15:44:00 +01:00
Vishwas Shashidhar
9bcd21e113
SDA-2731: reload app if stuck on white screen ( #1138 )
2020-12-07 17:37:10 +05:30
psjostrom
b489f74f8c
SDA-2747 Refactoring opening of snippet tool, made it workAreaSize dependent
2020-12-07 09:59:40 +01:00
Johan Kwarnmark
65341a3b62
If screen picker window is closed, close the red frame
2020-12-04 16:22:51 +01:00
psjostrom
5557c115c3
Changed API for getWindowOpts
2020-12-04 13:42:34 +01:00
Johan Kwarnmark
0dc75d9555
Preview screen share
2020-12-04 13:37:06 +01:00
psjostrom
b4f1ffa8a5
Make devTools enabled dependent on if dev environment
2020-12-04 12:30:09 +01:00
psjostrom
2d80e41695
SDA-2571 Added correct BI events to screen annotate
2020-12-03 17:22:06 +01:00
psjostrom
2d5efdc920
SDA-2710 Changes after code review
2020-12-02 09:16:35 +01:00
Vishwas Shashidhar
170681750e
Merge branch 'master' into SDA-2533-Annotate-P5
2020-12-02 11:18:24 +05:30
psjostrom
a0b2a22ae2
SDA-2710 Fix broken image icon bug on windows
2020-12-01 17:11:00 +01:00
Vishwas Shashidhar
4d155d13c9
SDA-2731: remove logic of deleting app cache on first install ( #1128 )
2020-12-01 18:05:04 +05:30
Johan Kwarnmark
fabb8fb860
sda-2700 show 1.5/SFE 2.0/SFE-lite
2020-11-30 12:14:09 +01:00
Vishwas Shashidhar
eb80e42463
SDA-2694: add logic to delete app cache before app initialization ( #1126 )
2020-11-30 16:02:53 +05:30
psjostrom
55f68fc225
SDA-2571 SDA-2721 Add annotate BI and fix window size on windows
2020-11-27 17:07:46 +01:00
psjostrom
e18b431c98
feat: SDA-2705 Add possibility for panning
2020-11-26 10:27:18 +01:00
psjostrom
94eb41719b
SDA-2533 Add clear, erase and done functionality. Further optimizations of logic.
2020-11-24 10:46:41 +01:00
Kiran Niranjan
ab8e6ae053
fix: SDA-2644 - fix background for min width
2020-11-24 10:45:45 +01:00
Kiran Niranjan
eb94467220
fix: SDA-2644 - Resolve conflicts and add new changes
2020-11-24 10:45:11 +01:00
Kiran Niranjan
cd60ae268a
fix: SDA-2644 - Fix snippet window resize issue based on screen size
2020-11-24 10:43:47 +01:00
Johan Kwarnmark
390a2722fd
setBounds make the application unresponsive and not usable
2020-11-20 13:00:49 +01:00
psjostrom
064b9b53b2
SDA-2533 Add clear, erase and done functionality. Further optimizations of logic.
2020-11-20 09:16:17 +01:00
Kiran Niranjan
6811683e29
fix: SDA-2644 (Fix snippet window resize issue based on screen size) ( #1115 )
...
* fix: SDA-2644 - Fix snippet window resize issue based on screen size
* fix: SDA-2644 - Resolve conflicts and add new changes
* fix: SDA-2644 - fix background for min width
* fix: SDA-2644 - Limit snippet window size base on screen size
2020-11-19 19:04:08 +05:30
mattias-symphony
277ac9cac8
Merge branch 'master' into SDA-2651c
2020-11-19 08:20:28 +01:00
Mattias Gustavsson
58e895cff6
SDA-2651 Using EndSession message to terminate SDA on uninstall
2020-11-19 08:16:06 +01:00
psjostrom
794334ef90
Merge branch 'master' into SDA-2533-Add-Annotate-To-Screenshot
2020-11-17 09:26:06 +01:00
Kiran Niranjan
33ed6f709c
feat: SDA-2652 - add new API to set if running in mana client ( #1113 )
2020-11-17 11:51:31 +05:30
psjostrom
7becbbed94
Annotate WIP
2020-11-12 13:42:06 +01:00
Johan Kwarnmark
fd0ef8593c
sda-2657 remove redframe and screen sharing indicator when reloading
2020-11-06 16:55:18 +01:00
Vishwas Shashidhar
198d891c94
feat: SDA-2456: add screen annotate tool ( #1103 )
...
* SDA-2456: snipping tool component
- Create a react component
- Stylise the component
- Add functionality to open a new window
- Add event against the `Done` button and upload snippet
* SDA-2456: snipping annotate tool
- Added icons for undo, redo & clear
- Made the snipping tool window & the image container dynamic
* SDA-2456: make image dynamic
* SDA-2456: add snapshot tests
* SDA-2456: add the height & width properties to the image container
* SDA-2456: update snipping tool snapshot
* SDA-2456: add support for button selected border
* SDA-2456: close existing annotate window
* SDA-2456 Changed from class to functional component
* SDA-2456: remove outdated tests
* SDA-2456: fix image dimension issue
* SDA-2456: address PR comments by Kiran
Co-authored-by: psjostrom <per.sjostrom@symphony.com>
2020-11-06 12:13:29 +05:30
Vishwas Shashidhar
9815796cca
SDA-2170: set context isolation to true by default ( #1104 )
2020-11-04 16:56:10 +05:30
Johan Kwarnmark
e9103aab96
Merge branch 'master' into screen-share-indicator
2020-10-20 14:23:03 +02:00
Vishwas Shashidhar
bf6e783885
fix: SDA-2559: Delete app cache on Install ( #1097 )
...
* SDA-2559: Delete app cache on Install
- Only remove a select set of directories related to cache
* SDA-2559: fix failing tests
2020-10-20 17:22:47 +05:30
Johan Kwarnmark
f09abd90ca
if screen sharing indicator, don't zoom
2020-10-20 13:33:10 +02:00
Johan Kwarnmark
aef2f0e9f3
Force set zoom to 1 and set limits to 1..1
2020-10-20 13:11:58 +02:00
Vishwas Shashidhar
e3720c22f6
feat: SDA-2559: clean app cache on install & crash ( #1091 )
...
* SDA-2559: clean app cache on install
- Clean app cache on a fresh install of SDA to avoid upgradation problems
- Clean app cache and restart SDA when it crashes or is unresponsive
* SDA-2559: fix failing unit test
* SDA-2559: add dialog before restarting the app
* SDA-2559: add translations
* SDA-2559: fix failing unit tests and refactor code
2020-10-14 17:28:28 +05:30
Vishwas Shashidhar
25fca2011a
fix: SDA-2421: copy config on startup ( #1082 )
...
* SDA-2421: copy config on startup
- Copy the global config admin values on startup over to user config
* SDA-2421: address PR comments
2020-10-01 11:29:49 +05:30
Vishwas Shashidhar
b72b67cba9
SDA-2418: remove capturing all stats ( #1074 )
2020-09-18 12:02:23 +05:30
Mattias Gustavsson
1c85d9f2be
SDA-2465 Clamping the display id to ensure we are not accessing outside the array
2020-09-16 13:58:09 +02:00
psjostrom
209feaa339
Merge branch 'master' into SDA-2443-Fix-incorrect-download-file-name
2020-09-14 10:36:54 +02:00
Kiran Niranjan
6a58c26d91
fix: SDA-2467 - Optimize renderer logs and prevent sending renderer to cloud ( #1070 )
2020-09-11 15:39:12 +05:30
psjostrom
ea43054db3
SDA-2443 Fixed incorrect file name in edge cases
2020-09-09 16:15:39 +02:00
psjostrom
d325d89373
SDA-2443 Fixed incorrect file name in edge cases
2020-09-07 14:44:15 +02:00
Johan Kwarnmark
b455804de9
sda-2417 enable only RTC insertable streams
2020-08-28 14:44:00 +02:00
Vishwas Shashidhar
2e7f986975
SDA-2352: add new api for restarting sda ( #1050 )
2020-08-18 13:17:15 +05:30
Vishwas Shashidhar
9c4adee1cf
Revert "feat: SDA-2315: add chrome flag for network in process"
2020-08-12 18:51:19 +05:30
Vishwas Shashidhar
f7cc49674a
SDA-2315: add chrome flag for network in process
2020-08-11 12:50:25 +05:30
Johan Kwarnmark
3cda4b30a1
Show client Symphony Classic, Symphony 2.0 or Symphony 2.0 - Daily in the about dialog for corp users
2020-08-06 17:19:26 +02:00
Kiran Niranjan
0c82066018
fix: SDA-2330 - Update API from querySystemIdleTime to getSystemIdleTime ( #1043 )
2020-08-04 15:30:11 +05:30
Johan Kwarnmark
dbe9915b3f
Enable E2E encryption api in webRTC
2020-07-28 18:08:22 +02:00
Kiran Niranjan
0cafaf3985
SDA-2301 - Include context origin url for pop-out window ( #1039 )
2020-07-28 19:13:11 +05:30
Johan Kwarnmark
9fa09eee58
SDA-2302 only start main window one time
2020-07-28 14:42:51 +02:00
Kiran Niranjan
81c67a1e08
fix: SDA-2287 (Only create context bridge when CI is enabled and create new config filed for defining origin) ( #1036 )
...
* SDA-2287 - Only create context bridge when CI is enabled and create new config filed for defining origin
* SDA-2287 - Revert loading context bridge as it is not necessary
2020-07-27 19:41:21 +05:30
Kiran Niranjan
589bc1f8e5
chore: Bump SDA version to 9.1.0 ( #1033 )
...
* Bump SDA version to 9.1.0
* Bump typescript version
* Fix lint issues
2020-07-22 05:26:44 +05:30
Johan Kwarnmark
3fcda94ae6
Add parameter to push the renderer logs inside the SDA-logs
2020-06-30 17:48:17 +02:00
mattias-symphony
297383365a
SDA-2179 Ensuring screen share indicator frame is turned off when switching client versions ( #1025 )
2020-06-24 18:05:19 +05:30
Vishwas Shashidhar
07f77f4bb3
SDA-2215: add macOS check for setting system preferences
2020-06-23 20:33:00 +05:30
Vishwas Shashidhar
9e50ffa472
fix: SDA-2151: fix network request url reload ( #1024 )
...
* SDA-2151: fix network request url reload
* SDA-2151: add documentation for new parameter
2020-06-23 18:33:11 +05:30
Vishwas Shashidhar
b1bcbef11a
fix: SDA-2215: macos preference override ( #1023 )
...
* SDA-2215: set macOS double space period preference to false
* SDA-2215: set macOS double space period preference to false
2020-06-23 18:09:49 +05:30
Vishwas Shashidhar
310186f2dd
fix: SDA-2068: show welcome screen per installation ( #1020 )
...
* SDA-2068: show welcome screen per installation - macOS
* SDA-2068: show welcome screen per installation - windows
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-2068: support welcome screen on install for Windows
2020-06-13 11:42:57 +05:30
Mattias Gustavsson
ada0a956ef
SDA-2160 Parse and apply --windowSize command line argument
2020-06-11 16:01:02 +02:00
Johan Kwarnmark
e85e106f92
sda-2140 forgot when screen share and than quiting sda
2020-06-10 11:20:21 +02:00
Johan Kwarnmark
689864d651
sda-2137 if dev tools open, close it
2020-06-08 16:13:56 +02:00
Johan Kwarnmark
9fe91a3b78
sda-2140 screen share indicator is not closeable so we have to destroy it
2020-06-08 14:58:07 +02:00
Johan Kwarnmark
75809c29a4
Merge branch 'master' into sda-2094
2020-06-04 09:06:17 +02:00
Vishwas Shashidhar
49764d5e9d
Merge branch 'master' of github.com:symphonyoss/SymphonyElectron
2020-06-04 11:43:36 +05:30
Vishwas Shashidhar
eee03fbc48
SDA-2118: check for global config url while launching welcome screen
2020-06-04 11:43:28 +05:30
Johan Kwarnmark
4d5126e9ee
Merge branch 'master' into sda-2094
2020-06-03 19:38:12 +02:00
Vishwas Shashidhar
21f15bb1a3
fix: SDA-2056: fix welcome screen button ( #1011 )
...
* SDA-2056: fix welcome screen button
- set url valid to true when setting welcome screen url from user config
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-2056: trim url
2020-06-03 10:51:32 +05:30
Johan Kwarnmark
8edf4b722c
Do not persist the client switch, new parameter isMana
2020-06-02 10:49:22 +02:00
Vishwas Shashidhar
6940d78068
feat: SDA-2056: update welcome screen url to [POD].symphony.com ( #1009 )
...
* add support for electron 8.x
* update node-abi to latest
* 8.x: fix unit tests
* upgrade to electron 9.x
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* rebase 9.x against master
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* 9.x: fix windows installer files
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* rebase 9.x against master and fix issues
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* 9.x - update aip file
* 9.x -> downgrade to electron 9.0.0-beta.22
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* bump up electron version to 9.0.0
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* upgrade node-abi to support electron 9
* update package-lock.json
* 9.x -> enable signing on aip
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* 9.x -> update package-lock.json
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* 9.x -> fix screen share indicator mac script issue
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-2080 - Target jss class name instead of dev defined
* SDA-2080: fix title bar issue with 9.x
* SDA-2080 - Make text notification black for 1.5 and update style template
* 9.x: add electron-osx-sign to fix 9.x build issues
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-2091 - Only pass required data via IPC
* SDA-2092 - prevent notifications from opening in fullscreen state in MacOS
* SDA-2056: set [POD] as the placeholder for default pod url
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-2056: fix unit tests
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-2056: remove post install script.
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
Co-authored-by: Kiran Niranjan <kiran.niranjan@symphony.com>
2020-06-02 13:00:30 +05:30
Vishwas Shashidhar
7d773abad3
feat: upgrade Electron to 9.x ( #1008 )
...
* add support for electron 8.x
* update node-abi to latest
* 8.x: fix unit tests
* upgrade to electron 9.x
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* rebase 9.x against master
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* 9.x: fix windows installer files
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* rebase 9.x against master and fix issues
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* 9.x - update aip file
* 9.x -> downgrade to electron 9.0.0-beta.22
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* bump up electron version to 9.0.0
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* upgrade node-abi to support electron 9
* update package-lock.json
* 9.x -> enable signing on aip
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* 9.x -> update package-lock.json
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* 9.x -> fix screen share indicator mac script issue
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-2080 - Target jss class name instead of dev defined
* SDA-2080: fix title bar issue with 9.x
* SDA-2080 - Make text notification black for 1.5 and update style template
* 9.x: add electron-osx-sign to fix 9.x build issues
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-2091 - Only pass required data via IPC
* SDA-2092 - prevent notifications from opening in fullscreen state in MacOS
* remove post build script and upgrade electron-builder to fix os x depth first signing issues
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
Co-authored-by: Kiran Niranjan <kiran.niranjan@symphony.com>
2020-06-01 18:08:01 +05:30
Johan Kwarnmark
4e3328e188
sda-2115 on windows the screen-share-indicator goes to background
2020-05-29 17:12:23 +02:00
Johan Kwarnmark
0140436af8
Disable certificate verification proxy
2020-05-28 16:09:40 +02:00
Johan Kwarnmark
53ea47b7ee
sda-1971 make the pop-out full screen enable
2020-05-26 15:01:26 +02:00
Johan Kwarnmark
91c4570f2c
sda-1843, remove the close button X
2020-05-20 17:13:17 +02:00
Vishwas Shashidhar
6f83b91c14
fix: SDA-2056: welcome dialog issue ( #996 )
...
* SDA-2056: fix first time launch issue on Windows
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-2056: fix repeated welcome dialog issue
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-14 16:41:15 +05:30
Johan Kwarnmark
a73e8810b0
fix: SDA-1738 RTC diagnotic start/close screen share quickly ( #993 )
...
* sda-1738 RTC diagnotic start/close screen share quickly add timeout for 300ms
* sda-1738 Move timeout value to a const
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
2020-05-13 11:17:40 +05:30
Vishwas Shashidhar
1dfab3bb0f
fix: SDA-2056: welcome screen on every install ( #992 )
...
* SDA-2056: show welcome screen on new install
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-2019: show dialog on process running
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-12 21:05:48 +05:30
Vishwas Shashidhar
586913f4b2
SDA-2063: fix origin issues for postMessage
...
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-12 19:37:24 +05:30
Johan Kwarnmark
0b3d9571e5
if display_id is empty we get it from getalldisplays
2020-05-12 12:07:36 +02:00
Johan Kwarnmark
948ea35fbf
Printout all displays
2020-05-12 11:00:44 +02:00
Johan Kwarnmark
b2b95de669
the user may have closed the screen share indicator so we can not be depending on that
2020-05-11 15:33:33 +02:00
Vishwas Shashidhar
8ac95a95c1
SDA-2016: fix title bar issue ( #989 )
...
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-08 20:23:11 +05:30
Vishwas Shashidhar
f95649b6b2
feat: SDA-2025: download manager single item api ( #987 )
...
* SDA-2025: update download manager api
- Send a single item in place of an entire array when an item is downloaded
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-2025: update download manager api
- fix origin in app bridge
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-06 17:02:14 +05:30
Vishwas Shashidhar
f09b5a8996
SDA-2016: fix simplified installer issues ( #986 )
...
- update the background image on macOS installer to support dark mode
- fix issues with saving window position on welcome screen
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-06 13:16:20 +05:30
Vishwas Shashidhar
45acfc27fe
SDA-1955: refactor method names appropriately
...
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-05 11:39:45 +05:30
Vishwas Shashidhar
8f518e3936
feat: SDA-1995: implement download manager for Mana ( #982 )
...
* SDA-1995: add download handler functionality for Mana
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1995: add unit tests
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1995: fix unit tests on Windows
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1955: address PR comments
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-01 13:20:07 +05:30
mattias-symphony
0921cca4b1
fix: SDA-2008: Invoke screen snippet tool with --no-annotate when running mana ( #980 )
...
* Invoke screen snippet tool with --no-annotate when running mana
* Update window-handler.ts
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
2020-05-01 13:09:49 +05:30
Vishwas Shashidhar
90bbfc526e
SDA-2013: fix origin check for simplified installer ( #981 )
...
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-30 19:57:26 +05:30
Sasha Murray
4448338bb5
fix: tweaked PermissionRequestHandler to resolve correctly on macOS ( #979 )
...
* added handleMediaPermission
* added mac checking
* Documented new function
2020-04-30 19:32:49 +05:30
Vishwas Shashidhar
a240621a17
feat: SDA-1983: implement simplified installer window on SDA ( #977 )
...
* SDA-1983: create the new welcome window
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1983: add logic to validate pod url and open welcome page on startup conditionally
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1983: add unit tests and finish the full logic implementation
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1983: minor fixes
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1983: fix sso double slash
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1983: fix deleting url from global config object
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1983: simplify setting user config
Co-Authored-By: Kiran Niranjan <kiranleo1992@gmail.com>
* SDA-1983: delete unused variable
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1983: add japanese and french translations
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
Co-authored-by: Kiran Niranjan <kiranleo1992@gmail.com>
2020-04-27 15:05:25 +05:30
Johan Kwarnmark
019fc9d33e
No deviceid found send 0
2020-04-14 08:54:56 +02:00
Johan Kwarnmark
7b907960e3
Moved printout
2020-04-08 14:19:32 +02:00
Johan Kwarnmark
679bdfca9d
sda-1956 add more debug printouts
2020-04-08 12:34:16 +02:00
Vishwas Shashidhar
e1a0acdb4e
fix: SDA-1948: write snippet image to user data directory temp folder ( #967 )
...
* SDA-1948: write snippet image to user data directory temp folder
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1948: set tmp dir for tests
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-07 16:05:52 +05:30
Vishwas Shashidhar
44428bd52c
SDA-1945: unregister global shortcuts on window blur ( #965 )
...
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-06 14:21:31 +05:30
Vishwas Shashidhar
dda87597f1
SDA-1938: add csrf token to 1.5 switch ( #963 )
...
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-02 21:14:16 +05:30
Vishwas Shashidhar
6b9e68d72d
SDA-1932: fix switching client based on focused window
...
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-01 22:32:32 +05:30
mattias-symphony
1f87f6e565
Merge branch 'master' into SDA-1927
2020-04-01 09:31:50 +02:00
Vishwas Shashidhar
ed503076f5
feat: SDA-1932: persist client switch ( #959 )
...
* SDA-1932: add support for persisting client preference
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1932: address PR comments
2020-03-31 22:15:43 +05:30
Kiran Niranjan
5338649aaf
SDA-1924 - Add new fields for about-app window ( #958 )
2020-03-31 17:28:51 +05:30
Mattias Gustavsson
f1905f3c7a
SDA-1927 Remove screen share indicator frame when quit SDA
2020-03-30 15:04:41 +02:00
Vishwas Shashidhar
bef7230d05
fix: SDA-1904: disable network refresh on Mana ( #952 )
...
* SDA-1904: disable network refresh on Mana
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1904: disable network refresh on Mana
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1904: disable network refresh on Mana
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-27 21:04:12 +05:30
Kiran Niranjan
86854315b3
SDA-1895 - Escape backslash characters for autoLaunchPath ( #944 )
2020-03-26 18:24:57 +05:30
Kiran Niranjan
d685be3eb6
fix: SDA-1910 (Add safety checks for devtools menu item) ( #946 )
...
* SDA-1910 - Add safety check for devtoolsEnabled
* SDA-1910 - Add safety check for devtoolsEnabled
2020-03-26 16:40:26 +05:30
Kiran Niranjan
59986f0818
SDA-1877 - Fix Spectron tests
2020-03-23 18:56:03 +05:30
Kiran Niranjan
bec095d576
SDA-1877 - Fix blank pop-out issue in 8.x electron version
2020-03-23 16:54:03 +05:30
Johan Kwarnmark
abdbe73089
sda-1899 spelling issue
2020-03-23 11:44:10 +01:00
Johan Kwarnmark
e3c2a04cdc
Merge branch 'sda-1899' of https://github.com/johankwarnmarksymphony/SymphonyElectron into sda-1899
2020-03-23 11:38:25 +01:00
Johan Kwarnmark
1776d5bf52
sda-1899 change the short cuts for windows
2020-03-23 11:38:12 +01:00
Johan Kwarnmark
4169c28dd0
Merge branch 'master' into sda-1899
2020-03-23 10:27:27 +01:00
Johan Kwarnmark
9f75cd6e1b
sda-1899 change the shortcuts
2020-03-23 09:54:33 +01:00
mattias-symphony
827d17a7c3
Merge branch 'master' into SDA-1897
2020-03-23 09:35:00 +01:00
Johan Kwarnmark
97cec0911d
sda-1899 remove unused function
2020-03-23 08:51:09 +01:00
Johan Kwarnmark
9c99021453
Update src/app/window-handler.ts
...
Co-Authored-By: Kiran Niranjan <kiranleo1992@gmail.com>
2020-03-23 08:48:28 +01:00
Johan Kwarnmark
ada29a587f
sda-1899 update after review comments
2020-03-22 17:51:22 +01:00
Johan Kwarnmark
3aa42e69ab
sda-1899 make the switch work
2020-03-20 17:19:00 +01:00
Vishwas Shashidhar
ae35c628ef
fix mana switch
2020-03-20 18:37:04 +05:30
Johan Kwarnmark
91cd1d8353
sda-1899 added short cut to switch between SFE clients
2020-03-20 10:33:23 +01:00
Mattias Gustavsson
46283a3b64
SDA-1897 Unify screenshare indicator frame handling for window/fullscreen
2020-03-20 09:00:31 +01:00
Kiran Niranjan
d61473febe
fix: SDA-1890 (Fix auto launch on startup for cloud config) ( #934 )
...
* SDA-1890 - Fix auto launch on start up for cloud config
* SDA-1890 - Fix unit tests
2020-03-20 10:38:38 +05:30
Mattias Gustavsson
e94fb41e47
SDA-1897 Unify screenshare indicator frame handling for window/fullscreen
2020-03-19 15:23:37 +01:00
Kiran Niranjan
996bd858a7
SDA-1880 & SDA-1882 - Fix background throttling issue ( #925 )
2020-03-18 19:50:27 +05:30
Kiran Niranjan
79b2c42fdc
SDA-1884 - filter out empty arrays ( #928 )
2020-03-18 19:25:58 +05:30
Kiran Niranjan
873badf389
test: Spectron (Initial commit) ( #838 )
...
* Spectron - Initial commit
* Spectron - Only run unit tests on travis
* Spectron - Update npm script to copy config and refactor
* Spectron - Update readme
* Spectron - update test cases
* Spectron - Merge upstream Spectron
* Spectron - Update spectron to 10.0.0 and fix issues
* Spectron - rename travis file
* Spectron - install linux specific dependency
* Spectron - Fix indentation
* Spectron - Fix indentation
* Spectron - Remove unwanted script
* fix typo
2020-03-18 11:15:00 +05:30
Kiran Niranjan
2ba5046f0c
fix: SDA-1859 & SDA-1857 (Add cloud config installer changes for MacOS & fix ZoomIn shortcut menu item) ( #917 )
...
* SDA-1859 & SDA-1857 - Add cloud config changes for macOS and fix zoomIn shortcut issue
* SDA-1859 & SDA-1857 - escape quot
* SDA-1859 & SDA-1857 - add quot for the values
* SDA-1859 & SDA-1857 - remove unwanted log
2020-03-15 17:17:49 +05:30
Kiran Niranjan
19a3ab53b3
SDA-1857 - Add accelerator for zoom in for MacOS ( #914 )
2020-03-12 23:22:02 +05:30
Kiran Niranjan
b2b94b6010
Merge branch 'master' into SDA-1859
2020-03-12 18:16:21 +05:30
mattias-symphony
89c8350c8b
Merge branch 'master' into SDA-1863
2020-03-12 13:21:34 +01:00
Kiran Niranjan
e2f9f1df79
SDA-1866 - Filter out empty strings ( #908 )
2020-03-12 17:34:37 +05:30
Mattias Gustavsson
0699d63366
SDA-1863 Re-enable the --no-sandbox flag
2020-03-12 12:09:53 +01:00
Kiran Niranjan
d686ee4dbb
SDA-1859 - Revert menu changes
2020-03-11 23:14:30 +05:30
Kiran Niranjan
3e9b5ca49d
SDA-1859 - Hide menu items instead of disabling it
2020-03-11 14:40:17 +05:30
Kiran Niranjan
6df2ff1766
Whitelist: fix issues with whitelist ( #902 )
2020-03-10 16:06:28 +05:30
Vishwas Shashidhar
82543debfb
feat: SDA-1838: upgrade electron framework to 8.x ( #895 )
...
* add support for electron 8.x
* update node-abi to latest
* 8.x: fix unit tests
* upgrade dependencies
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1838: removed unwanted console log
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1838: refactor code
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-06 14:37:18 +05:30
Vishwas Shashidhar
8a4ec3ec75
SDA-1778 - Load the complete pod url instead of hostname ( #893 )
2020-03-05 19:16:22 +05:30
mattias-symphony
cb27e2022f
Merge branch 'master' into master
2020-03-04 13:27:48 +01:00
Mattias Gustavsson
83245d117c
SDA-1831 Don't show screen share indicator on taskbar
2020-03-04 13:23:06 +01:00
Vishwas Shashidhar
5504a8e8ca
fix: [SDA-1567] add menu item for disable gpu ( #884 )
...
* SDA-1567: upgrade electron to 6.1.7
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1567: add menu item for managing gpu
* SDA-1567: add documentation for dialog-handler.ts
* SDA-1567: fix chrome flags unit test
* SDA-1567: update package-lock.json
* SDA-1567: add disable gpu menu item
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1567: fix unit tests and update dialog-handler.ts
- Fix unit tests
- Update dialog handler to write to config file regardless of user restarting the app immediately
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1567: revert electron upgrade
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
* SDA-1567: fix translations
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-04 17:49:43 +05:30
Johan Kwarnmark
b4c9da6ce2
Merge branch 'master' into sda-1717
2020-03-03 11:29:31 +01:00
Kiran Niranjan
3b94161e59
feat: SDA-1814 (Redesign about Symphony window) ( #880 )
...
* SDA-1814 - Redesign about symphony window
* SDA-1814 - text align right
* SDA-1748 - Update design changes
* SDA-1748 - Update window height
2020-03-03 11:53:32 +05:30
Kiran Niranjan
45cfbbdd6b
feat: SDA-1748 (Add support for Cloud Config) ( #878 )
...
* SDA-1748 - Initial Cloud config
* SDA-1748 - Read menu items enabled values from filtered cloud config
* SDA-1748 - Fix unit tests
* SDA-1748 - Fix issues with custom title bar and devtools
* SDA-1748 - Fix unit tests
2020-03-03 11:15:27 +05:30
Johan Kwarnmark
890268f9d8
Update src/app/window-handler.ts
...
Co-Authored-By: mattias-symphony <57355424+mattias-symphony@users.noreply.github.com>
2020-03-02 14:46:49 +01:00
Johan Kwarnmark
6a82154818
sda-1717 when application is reloading all childwindows are closed, added kill of screen share frame
2020-03-02 14:37:47 +01:00
Johan Kwarnmark
8b251a3cca
sda-1717 made screenShareIndicatorFrameUtil and execCmd public
2020-03-02 14:36:53 +01:00
mattias-symphony
a32ef05d3c
Merge branch 'master' into master
2020-02-28 15:21:37 +01:00
Mattias Gustavsson
897febcfe0
Added window tracking to screen share indicator frame for Mac
2020-02-28 08:29:21 +01:00
Kiran Niranjan
c6d1f8a4a7
SDA-1792 - Fix conditional issue ( #879 )
2020-02-28 10:11:49 +05:30
Mattias Gustavsson
f287c76549
Adding mac version of screen share indicator frame
2020-02-26 10:57:51 +01:00
Mattias Gustavsson
4e639039ac
Adding external screen share indicator frame for Mac
2020-02-25 10:28:09 +01:00
Johan Kwarnmark
5099d0d190
fix: Sda 1746 ( #876 )
...
* sda-1746 do not start pop out in full screen mode
* sda-1746 do not allow about and screen-picker dialogs to go full screen
* sda-1746 change fullscreenable to fullscreen
2020-02-18 18:44:19 +05:30
Kiran Niranjan
8ffed54d7b
feat: SDA-1713 (Add logic to monitor network request and display banners) ( #873 )
...
* SDA-1713 - Add logic to monitor network request and display banners
* SDA-1713 - Add logic to monitor POD URL fetch to prevent VPN issues
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
2020-02-13 23:48:31 +05:30
Mattias Gustavsson
0c597c1cdd
SDA-1743 Use display id to identify screen instead of display position
2020-02-11 10:16:12 +01:00
Mattias Gustavsson
f6c7761f87
SDA-1732 Checking for the existance of file before attempting to open it
2020-02-04 14:12:56 +01:00
Johan Kwarnmark
ce4a3968d8
sda-1720 windows/electron BrowserWindow does not always open a window with the right location and size
2020-01-31 11:06:47 +01:00
Kiran Niranjan
ba68d39f99
build: Complete docker setup for generating Linux builds ( #864 )
...
* SDA-Linux - Added Dockerfile, Fix issues specific to linux
* SDA-Linux - Add Docker instruction for generating linux builds
2020-01-29 14:43:29 +05:30
Kiran Niranjan
6e71292332
SDA-1666 - Make screen sharing indicator window focusable ( #856 )
2020-01-27 11:14:34 +05:30
Johan Kwarnmark
bc33e8933e
SDA-1708 Move screen-sharing indicator to the same screen as Symphony Application
2020-01-23 16:15:21 +01:00
Vishwas Shashidhar
b2cbf2605a
SDA-1703: fix issue with opening deleted files in download manager ( #855 )
...
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-01-22 22:25:59 +05:30
Kiran Niranjan
1ec78f06f6
SDA-1704 - Make Screen sharing indicator window closable ( #852 )
2020-01-22 14:49:05 +05:30
Kiran Niranjan
812f3c5cc6
SDA-1665 - Set level to modal-panel when in fullscreen ( #848 )
2020-01-14 20:07:24 +05:30