Commit Graph

416 Commits

Author SHA1 Message Date
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
Kiran Niranjan
eb8833109d
SDA-3362 (Upgrade SDA version to 14.0.0) (#1265)
* SDA-3362 - Upgrade SDA version to 14.0.0
2021-09-28 22:25:25 +05:30
Mattias Gustavsson
64c92eadf4 SDA-3203 Removed leftover delete which caused a crash on some Windows versions 2021-06-11 12:40:51 +02:00
Mattias Gustavsson
799d167c59 SDA-3175 Unicode support for commandline in screen snippet tool 2021-05-25 13:23:35 +02:00
Johan Kwarnmark
f21bb324d0 Use the handmade swift-search with all libs 2021-05-21 11:44:33 +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
Johan Kwarnmark
0594d1ca69 Make the build green, with a broken swift-search 2021-05-06 08:48:05 +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
105702d24a try to get swift-search 2021-04-30 17:47:16 +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
mattias-symphony
c2afb5c5b3
Merge branch 'main' into SDA-3024 2021-03-25 09:12:19 +01:00
Mattias Gustavsson
d4476d6ef0 SDA-3024 Initial code setup for auto update 2021-03-25 08:34:34 +01:00
Johan Kwarnmark
96dd72db96 update electron spellchecker 2021-03-23 13:28:00 +01:00
Vishwas Shashidhar
bfbc49ff98
SDA-2977: fix copying email address on context menu (#1195) 2021-03-04 16:40:51 +05:30
Vishwas Shashidhar
7eb67f7b48 downgrade fs-extra 2021-03-03 13:01:14 +05:30
Vishwas Shashidhar
84cb4ce0f6 add fs-extra type explicitly 2021-03-03 12:29:47 +05:30
Vishwas Shashidhar
5feba1b84b Update node types 2021-03-03 12:09:18 +05:30
Mattias Gustavsson
505877542e SDA-2999 Bumped version number to 9.3.0 2021-02-17 08:36:40 +01:00
Vishwas Shashidhar
adf13cc100 chore: fix few more linting issues 2021-01-29 13:39:26 +05:30
Vishwas Shashidhar
396dc4e950 chore: format the problematic files 2021-01-29 13:10:30 +05:30
Vishwas Shashidhar
91dba95cbd add husky for prettier 2021-01-29 11:41:05 +05:30
Vishwas Shashidhar
f1a0c840ec add prettier configuration 2021-01-29 11:36:48 +05:30
Vishwas Shashidhar
99e09a4255
SDA-2934: Upgrade electron to 9.4.1 (#1178) 2021-01-28 03:40:41 +05:30
Vishwas Shashidhar
bbf73a06c2 SDA-2815: fix archive name for legacy installer 2020-12-22 19:25:50 +05:30
psjostrom
0e906c5a63 SDA-2769, SDA-2789, SDA-2790 Fixing scaling bug, removing unneccessary dependency etc 2020-12-17 09:58:23 +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
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
87de146c07 SDA-2402 Work on state for annotate and adding color picker 2020-11-06 17:17:48 +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
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
983f489edc
upgrade electron to 9.3.2 (#1088) 2020-10-09 12:59:18 +05:30
mattias-symphony
585787741a
SDA-2171 Fix for screen snippet offset on windows 7 (#1090) 2020-10-09 12:48:00 +05:30
mattias-symphony
43b9f4b5eb
SDA-2476 Handling user having swapped left/right mouse buttons (#1086) 2020-10-07 14:21:15 +05:30
Vishwas Shashidhar
1a77cb0e90 add types dependency for cheerio and upgrade enzyme dependencies 2020-09-25 14:23:35 +05:30
Vishwas Shashidhar
b72b67cba9
SDA-2418: remove capturing all stats (#1074) 2020-09-18 12:02:23 +05:30
Johan Kwarnmark
90ac1bb119 sda-2268 address security risk pointed out by Snyk 2020-08-27 10:22:42 +02:00
Vishwas Shashidhar
839ea4f150
upgrade electron to 9.2.1 (#1055) 2020-08-19 10:29:32 +05:30
Kiran Niranjan
7910a14971
chore: SDA-2345 - Bump SDA version to 9.2.0 (#1045)
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
2020-08-05 13:44:27 +05:30
Johan Kwarnmark
0c07e17d05
Update package.json
Co-authored-by: Kiran Niranjan <kiranleo1992@gmail.com>
2020-07-29 09:57:04 +02:00
Johan Kwarnmark
2329b76e7d Move electron forward to 9.1.1 2020-07-28 18:12:36 +02:00
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
Kiran Niranjan
c00847b51d
Bump version to 9.0.1 (#1030) 2020-07-03 14:53:27 +05:30
Vishwas Shashidhar
7288e0c5e5 update screen share indicator frame to 1.4.10 2020-06-16 20:40:30 +05:30
Vishwas Shashidhar
d5c8b694d6 update spectron to support Electron 9.x 2020-06-15 13:15:44 +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
2cb21f2fbe SDA-2142 Adding DPI awareness to fix border aligment 2020-06-09 08:49:19 +02:00