Commit Graph

198 Commits

Author SHA1 Message Date
Mattias Gustavsson
d1a9f2a4de Replaced hardcoded path which was added by mistake 2020-08-21 11:39:38 +02:00
Mattias Gustavsson
ce6dd3655c SDA-2388 Added launch condition to require Windows Server 2008 or later 2020-08-21 09:08:39 +02:00
Mattias Gustavsson
37e72bf137 SDA-2388 Added shortcuts to desktop and program menu 2020-08-21 09:04:51 +02:00
Mattias Gustavsson
f611646dba Initial project setup with all files included, and batch file for invoking WixSharp to build MSI 2020-08-21 08:26:37 +02:00
Mattias Gustavsson
52537e15f9 SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
Mattias Gustavsson
0a3ba3a492 SDA-2232 Remove extra blank line in installer dialog 2020-07-02 08:07:21 +02:00
Mattias Gustavsson
48873d031f SDA-2209 Applied consistent font styling 2020-06-25 07:39:49 +02:00
Vishwas Shashidhar
ce5f146516
SDA-2132: fix quitting app on uninstall (#1022)
- Quit SDA when uninstalling on Windows from Control Panel
2020-06-17 13:56:20 +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
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
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
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
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
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
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
Keerthi Niranjan
6345ac7495
Add swift-search related .node files (#969) 2020-04-13 18:54:21 +05:30
Vishwas Shashidhar
9e69b5c002 remove source map from spawn-rx
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-04-01 10:59:42 +05:30
Vishwas Shashidhar
a104af42c6
SDA-1860: add flag to overwrite exe files upon installation (#930)
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-19 10:08:59 +05:30
Kiran Niranjan
e29e76f558
SDA-1859 - Support silent installation (#920) 2020-03-16 12:33:53 +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
91b3cd8aa9
SDA-1859 - Update aip file to use ENABLED/DISABLED instead of boolean (#915) 2020-03-13 16:18:41 +05:30
Vishwas Shashidhar
07a978c2da SDA-1838: update aip files for 8.x
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-10 18:18:33 +05:30
Vishwas Shashidhar
0ffef9af2b SDA-1838: update aip files for 8.x
Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-03-10 17:57:06 +05:30
Johan Kwarnmark
9f33d31189 Let build script set app-version instead of hardcording 2020-03-03 13:22:44 +01:00
Vishwas Shashidhar
284ec984e6
fix: SDA-1749: Enable code signing for third party binaries (#874)
* SDA-1749: add all binaries for signing

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

* SDA-1749: add hardened run time attribute

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

* SDA-1749: reformat package.json

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

* SDA-1749: add echo for copying libraries

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

* SDA-1749: codesign exec files manually

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

* SDA-1749: codesign exec files with hardened runtime

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

* SDA-1749: codesign exec files with hardened runtime

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
2020-02-13 23:41:16 +05:30
mattias-symphony
445a75c6c3 Added removal of startup key 'electron.app.Symphony' (#837) 2019-12-20 14:58:20 +05:30
Vishwas Shashidhar
4a37a78e0f
SDA-1636: revert auto layout settings (#836) 2019-12-20 11:41:14 +05:30
Mattias Gustavsson
b5afe3c4b5 Added startup registry key removal to uninstall script 2019-12-18 13:19:36 +01:00
Vishwas Shashidhar
304ea124e1
fix: SDA-1628: update installer plugin with latest SDK (#832)
* SDA-1628: update installer plugin with the latest SDK

* SDA-1628: fix auto layout constraints
2019-12-17 21:36:10 +05:30
Mattias Gustavsson
be6bcc6f69 Fixed installer path 2019-12-13 13:56:29 +01:00
Mattias Gustavsson
f8d3a7e3d9 Merge remote-tracking branch 'upstream/master' into new_screen_snippet_tool 2019-12-13 13:47:17 +01:00
Mattias Gustavsson
1b5e589620 Changed to correct installer path 2019-12-05 09:12:32 +01:00
Mattias Gustavsson
6a7b6df86d Updated installer files 2019-12-03 12:44:42 +01:00
Mattias Gustavsson
1ed65700da Switching to new screen snippet tool 2019-12-03 12:19:32 +01:00
Mattias Gustavsson
9aed2ae6a8 Switching to new screen snippet tool 2019-12-03 12:16:38 +01:00
Mattias Gustavsson
89af983755 Added ScreenShareIndicatorFrame.exe to installer 2019-11-29 07:54:28 +01:00
Mattias Gustavsson
0e1a8fa601 Added ScreenShareIndicatorFrame.exe to installer 2019-11-29 07:54:28 +01:00
Mattias Gustavsson
7b98b3982c Added ScreenShareIndicatorFrame.exe to installer 2019-11-29 07:54:28 +01:00
Mattias Gustavsson
3cd0dc8ba3 Added ScreenShareIndicatorFrame.exe to installer 2019-11-29 07:54:28 +01:00
Johan Kwarnmark
02f741c834 We could not update Symphony on mac because the version was wrong 2019-11-29 07:54:28 +01:00
Johan Kwarnmark
3ac823d333 We could not update Symphony on mac because the version was wrong 2019-11-26 16:39:01 +01:00
Kiran Niranjan
d64dba8853
SDA-1582 - Include missing .node files in aip (#804) 2019-11-11 18:13:09 +05:30
Kiran Niranjan
4c5b1b745c 6.x Include unpacked native modules spellchecker & cld 2019-10-31 21:20:20 +05:30
Kiran Niranjan
0431a9f5ad fix: Upgrade master to 6.x (#795)
* Upgrade Electron version to 6.x

* fix: SDA-1347 (Group multiple processes into a single task bar icon) (#778)

* update mac build script

* update mac packager

* feat: ELECTRON-1462 (Combine more information into about app window) (#777)

* ELECTRON-1462 - Merge more info window in to about app window

* ELECTRON-1462 - Adjust window size

* ELECTRON-1462 - Add line space

* ELECTRON-1462 - Resize for windows

* ELECTRON-1462 - Add translation for swift search

* ELECTRON-1462 - Adjust width for Windows OS

* ELECTRON-1462 - Add about app snapshots file

* SDA-1347 - Group multiple processes into single task bar icon

* Change dependency from gulp-tsc to gulp-typescript

* 6.x Update activity detection api

* 6.x Update aip file to remove unwanted spellchecker files

* 6.x Update electron version to 6.1.2

* 6.x Update SDA version and change spellchecker base

* 6.x Update electron-builder version to support 6.x

* 6.x fix escape char for window build command

* 6.x Optimize log path set and get methods

* 6.x Change yml to json

* 6.x Make Window local path as default user data path
2019-10-30 20:58:25 +05:30
Vishwas Shashidhar
1e8afb17ab
fix: SDA-1531: add support for uppercase URLs in mac installer (#788)
* SDA-1531: add support for uppercase URLs in mac installer

* SDA-1531: updated xcode team id
2019-10-09 11:38:20 +05:30
Vishwas Shashidhar
ef920f38e0 update mac packager 2019-09-04 17:41:18 +05:30