Commit Graph

337 Commits

Author SHA1 Message Date
Mattias Gustavsson
4e639039ac Adding external screen share indicator frame for Mac 2020-02-25 10:28:09 +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 Gustavsson
14d6b58ec1 SDA-1744 Correct rendering of dropdown menus 2020-02-11 11:28:55 +01:00
Mattias Gustavsson
0c597c1cdd SDA-1743 Use display id to identify screen instead of display position 2020-02-11 10:16:12 +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
Vishwas Shashidhar
f1d01ae1e8 Merge remote-tracking branch 'sym/master' 2020-01-16 14:16:00 +05:30
Vishwas Shashidhar
4723c0a9e5 bump up version 2020-01-16 14:14:59 +05:30
Vishwas Shashidhar
500100d7cc
SDA-1668: add entitlements for macOS catalina (#849) 2020-01-14 20:07:57 +05:30
Mattias Gustavsson
bf75ea0c35 Updated screen snippet version 2020-01-13 12:42:46 +01:00
Mattias Gustavsson
0ba71a16ea Updated screen snippet version 2020-01-10 15:14:57 +01:00
Mattias Gustavsson
0e4328d1c9 Updated screen snippet version 2020-01-09 15:00:03 +01:00
Mattias Gustavsson
09f703bc85 Bumped up version number 2019-12-19 07:44:08 +01:00
Mattias Gustavsson
493afc1c58 Bumped version number and git path 2019-12-17 11:06:16 +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
66226102df Updated version number 2019-12-03 14:28:23 +01:00
Mattias Gustavsson
04b1b5d804 Switched to main repo 2019-12-03 14:20:14 +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
3cd0dc8ba3 Added ScreenShareIndicatorFrame.exe to installer 2019-11-29 07:54:28 +01:00
Kiran Niranjan
c4b0283239 SDA-48 - force sandbox for all BrowserWindow instances (#814) 2019-11-29 07:54:28 +01:00
Kiran Niranjan
ecf5c71958
SDA-48 - force sandbox for all BrowserWindow instances (#814) 2019-11-26 13:41:24 +05:30
Johan Kwarnmark
d2e825601f Show SFE version in about-window 2019-11-06 14:49:23 +01:00
Vishwas Shashidhar
c709b690f3
SDA-1557: unpack asar files locally (#796) 2019-10-31 10:43:21 +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
Kiran Niranjan
30b277daed
SDA-1530 - Prevent opening links larger than 2083
Bump spellchecker version to v2.0.3
2019-10-21 15:50:04 +05:30
Vishwas Shashidhar
efe7f824b4
fix: SDA-1487: add support for creating custom log folders on the fly (#790)
* SDA-1487: add support for creating custom log folders on the fly

- Currently, if we use custom logs path and a directory doesn't exist, logs are created in the default Electron path.
- This change fixes that by creating the custom logs directory (recursively) on the fly
- This change also fixes issue with clearing old log files. Now, we keep the log files for the last 5 days instead of 10 days

* SDA-1487: fix unit tests
2019-10-17 13:29:18 +05:30
Kiran Niranjan
ec863bc240 fix: SDA-1530 (Fix url validation check) (#789)
* SDA-1530 - Fix url validation check

* SDA-1530 - Bump spellchecker to support open link validation

* SDA-1530 - bump spellchecker version to 2.3.0

* SDA-1530 - add comment
2019-10-14 19:57:23 +05:30
Kiran Niranjan
963ceecc21 Bump electron version to 5.0.10 from 5.0.8 2019-09-17 12:01:36 +05:30
Vishwas Shashidhar
877ed17315 revert the icons and remove icon-gen 2019-08-29 11:26:54 +05:30
Kiran Niranjan
b2db06dea8 ELECTRON-1389 - Fix snack bar issue on Windows & Fix RTC pop-out issue (#771) 2019-08-28 12:14:28 +05:30
Vishwas Shashidhar
14e6975590 build scripts
- create build script for macOS
- create build script for linux
- create build script for windows
- create build script for windows x86
2019-08-27 16:38:26 +05:30
Vishwas Shashidhar
cc66907740 refactoring
- refactor package file
- move build config to yaml
- move demo directory to src
- remove shell path
- rename jest config file
2019-08-23 13:38:51 +05:30
Vishwas Shashidhar
1695cbc78b rearrange folder structure 2019-08-23 11:58:30 +05:30
Kiran Niranjan
44ae65a65c ELECTRON-828 - Make screen snippet top most window (#766) 2019-08-20 14:30:39 +05:30
Vishwas Shashidhar
c09eabbc8b
feat: ELECTRON-1463: support linux build (#770)
* ELECTRON-1463: support linux build

* ELECTRON-1463: add scripts for linux build

* ELECTRON-1463: fix unit tests

* ELECTRON-1463: fix logger issue

* ELECTRON-1463: fix menu not showing up

* ELECTRON-1463: add screen-snippet functionality for linux

* ELECTRON-1463: fix log path for linux

* ELECTRON-1463: fix config path for linux

* ELECTRON-1463: fix config path for linux

* ELECTRON-1463: fix path in spellchecker

* ELECTRON-1463: fix log path issues

* ELECTRON-1463: remove unneeded dependencies and support rpm
2019-08-20 14:30:13 +05:30
Kiran Niranjan
ecd5253337 ELECTRON-1482 - Update dependencies (#768) 2019-08-18 10:49:42 +05:30
Keerthi Niranjan
36bc8cfc99 Change to ffi-napi and bump swift-search version (#767) 2019-08-18 10:48:16 +05:30
Keerthi Niranjan
cebada1b99 SEARCH-1646 - Include dictionary file and Update libraries for compressing the renderingBlob filed (#760) 2019-08-07 14:48:45 +05:30
Vishwas Shashidhar
9c962aaa30 bump up version 2019-07-31 17:30:27 +05:30
Kiran Niranjan
b0bf48e9ed ELECTRON-1327 - Bump Electron version to 5.x (#754) 2019-07-31 16:53:50 +05:30
Keerthi Niranjan
cd55ccb00d SEARCH-1627 - Use AVAILABLE instead of FREE (#751) 2019-07-25 17:40:49 +05:30
Kiran Niranjan
d5d59d3861 fix: ELECTRON-1426 (Update custom title bar icon and fix Symphony icons) (#749)
* ELECTRON-1426 - Update custom title bar icon and fix Symphony icons

* ELECTRON-1426 - Bump screen snippet version to 1.0.7 to support new icon
2019-07-24 00:18:49 +05:30
Keerthi Niranjan
fd79f0ba1a SEARCH-1621 - Fix indexVersion to be updated after lz4 is created (#747) 2019-07-22 17:05:18 +05:30
Keerthi Niranjan
9c12dd468e Fix large lz4 size (new library) and bump index-version (#739) 2019-07-19 11:33:09 +05:30
Vishwas Shashidhar
2c207e9aeb bump up version to 3.8.1 2019-07-16 10:53:07 +05:30
Keerthi Niranjan
2fd6498689 SEARCH-1582 - Fix sort order check (#723) 2019-07-12 15:21:40 +05:30
Kiran Niranjan
3b35754ac0 ELECTRON-1362 - Bump electron version to 3.1.12 to fix notification crash issue (#719) 2019-07-12 10:25:01 +05:30
Vishwas Shashidhar
b265b646f3 chore: correct the version 2019-07-09 19:36:28 +05:30
Vishwas Shashidhar
a6c531dbe4 chore: bump up version 2019-07-09 17:02:37 +05:30
Keerthi Niranjan
7b0b1300c1 fix: Bump release version 1.55.3-rc.1 (#706)
* Bump release version `1.55.3`

* Bump release version `1.55.3-rc.1`
2019-07-09 11:01:59 +05:30