Commit Graph

1720 Commits

Author SHA1 Message Date
Kiran Niranjan
fb96529f4f
SDA-2080 - Make text notification black for 1.5 and update style template (#1001) 2020-05-21 16:54:48 +05:30
Kiran Niranjan
d5e01d08f0
fix: SDA-2080 (Fix a target CSS issue with SFE-Lite & fix title bar button issue in 9.x) (#999)
* SDA-2080 - Target jss class name instead of dev defined

* SDA-2080 - Fix title bar issue with 9.x
2020-05-20 13:29:40 +05:30
Kiran Niranjan
5983b090e2
feat: SDA-1973 (Expose notifications APIs for mana) (#998)
* SDA-1973 - Expose notifications APIs for mana

* SDA-1973 - Calculate offset for all corners
2020-05-19 11:36:51 +05:30
Kiran Niranjan
401120dbea
feat: SDA-1991 (Redesign Notifications) (#997)
* SDA-1991 - Redesign notification

* SDA-1991 - Include 1.5 default notification color

* SDA-1991 - Support custom notifications for Linux

* SDA-1991 - Turn off ext badge by default

* SDA-1991 - Hide close button by default
2020-05-15 19:20:29 +05:30
Vishwas Shashidhar
1d0818490a Merge branch 'master' of github.com:symphonyoss/SymphonyElectron 2020-05-14 16:44:36 +05:30
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
Vishwas Shashidhar
b12452ffc4 Merge branch 'master' of github.com:symphonyoss/SymphonyElectron 2020-05-14 10:14:26 +05:30
mattias-symphony
80802cd0b4
Merge pull request #995 from mattias-symphony/SDA-1970
fix: SDA-1970 Correct alignment when window is maximized
2020-05-13 15:49:14 +02:00
mattias-symphony
2f2d1a723a
Merge branch 'master' into SDA-1970 2020-05-13 15:40:14 +02:00
Kiran Niranjan
92eb99c650
SDA-2057 - Update few styles to fix the title bar overlap (#994) 2020-05-13 19:09:44 +05:30
Vishwas Shashidhar
02758007c4 SDA-2056: fix first time launch issue on Windows
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-13 18:17:32 +05:30
Mattias Gustavsson
748ab8a4f8 SDA-1970 Correct alignment when window is maximized 2020-05-13 14:36:51 +02:00
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
03b49240ba
Merge pull request #991 from johankwarnmarksymphony/sda-2009
fix: screen share frame stay
2020-05-12 14:02:20 +02:00
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
mattias-symphony
e2f0ad5591
Merge pull request #988 from mattias-symphony/SDA-1970
fix: SDA-1970 Changed API call for getting window bounds
2020-05-07 07:46:10 +02:00
Mattias Gustavsson
02c9da4b2c SDA-1970 Changed API call for getting window bounds 2020-05-06 15:48:29 +02:00
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
Johan Kwarnmark
d8c0e23a87
Merge pull request #985 from johankwarnmarksymphony/sda-2020
fix: SDA-2020: Move to Electron 8.2.5 that has fix for enumerateDevices
2020-05-05 11:13:43 +02:00
Johan Kwarnmark
f5a7b31ac7 sda-2020 move to Electron 8.2.5 that has fix for enumerateDevices 2020-05-05 10:33:55 +02:00
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
c9d0260ff1 SDA-1995: refactor function names
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-05-04 17:24:07 +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
Kiran Niranjan
a20c196490
fix: SDA-2010 (Mac and Linux build scripts) (#983)
* Linux: Install new packages to support latest SDA dependency

* Fix build-linux scripts

An issue with if condition and install gulp-cli deps

* Fix build-mac scripts

An issue with if condition and install gulp-cli deps
2020-05-01 10:33:56 +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
mattias-symphony
5f64e8bc3f
Merge pull request #978 from mattias-symphony/SDA-1959b
feat: SDA-1959 Removed dialogs from windows installer
2020-04-28 08:33:50 +02:00
Vishwas Shashidhar
07b1218a6a
Merge branch 'master' into SDA-1959b 2020-04-27 19:46:38 +05:30
Vishwas Shashidhar
9dbb273af3 SDA-1818: fix absolute path on intro.html
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-27 19:45:56 +05:30
mattias-symphony
0266bfb7be
Merge branch 'master' into SDA-1959b 2020-04-27 15:37:29 +02:00
Mattias Gustavsson
c6ada71158 SDA-1959 Removed dialogs from windows installer 2020-04-27 14:46:47 +02:00
Vishwas Shashidhar
9c3d8c0756 SDA-1983: change translations
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-27 17:00:30 +05:30
Vishwas Shashidhar
f097490c40
SDA-1818: simplify mac installer (#973)
- Remove the pod settings plugin
- Set defaults in postinstall.sh
- Set default url to my.symphony.com in postinstall.sh

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-27 16:34:56 +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
Mattias Gustavsson
af53f829d7 Merge remote-tracking branch 'upstream/master' 2020-04-27 10:56:00 +02:00
Vishwas Shashidhar
ea15d48688
feat: SDA-1062: warn users before closing running app (windows) (#974)
* SDA-1062: warn users before closing running app

- On Windows, currently, when trying to install new version of SDA, we simply kill the app before asking user if they'd like to quit and proceed.
- This fixes the issue and provides a better user experience.

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>

* SDA-1062: warn users before closing running app

- remove x86 support for Windows

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-21 17:31:38 +05:30
Vishwas Shashidhar
a145e56369
SDA-1062: warn users before closing running app (#972)
- On macOS, currently, when trying to install new version of SDA, we simply kill the app before asking user if they'd like to quit and proceed.
- This fixes the issue and provides a better user experience.

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-21 11:18:27 +05:30
Mattias Gustavsson
b4d82907bf Merge remote-tracking branch 'upstream/master' 2020-04-16 12:40:31 +02:00
Vishwas Shashidhar
2364be8ce8 Merge remote-tracking branch 'sym/master' 2020-04-15 14:44:10 +05:30
Vishwas Shashidhar
071ec72a74 update corp and demo run configurations for Jetbrains IDEs
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-15 14:43:57 +05:30
Johan Kwarnmark
d2e7bd2345
Merge pull request #971 from johankwarnmarksymphony/sda-1956
fix: SDA-1956: RTC: Missing red border when screen sharing whole screen
2020-04-14 16:14:51 +02:00
Johan Kwarnmark
1b14601675 Merge branch 'sda-1956' of https://github.com/johankwarnmarksymphony/SymphonyElectron into sda-1956 2020-04-14 15:45:03 +02:00
Johan Kwarnmark
e4645dce6a Solve merge conflict with master, use the latest 1.0.7 2020-04-14 15:44:44 +02:00