Commit Graph

2046 Commits

Author SHA1 Message Date
psjostrom
37d7497688
Merge pull request #1157 from psjostrom/sda-2571-bi
fix: SDA-2571 Fixed triggering multiple BI calls
2020-12-18 14:33:04 +01:00
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
81d8a330ef
Merge pull request #1156 from psjostrom/annotate-scaling-bug
fix: SDA-2769, SDA-2789, SDA-2790 Fixing scaling bug etc
2020-12-17 10:49:20 +01:00
psjostrom
545faedbcf
Merge branch 'master' into annotate-scaling-bug 2020-12-17 10:04:37 +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
Kiran Niranjan
25bb66f86a
feat: SDA-2750 - update replay translation (#1155) 2020-12-17 13:46:01 +05:30
Johan Kwarnmark
e335cb0baa set root directory 2020-12-16 15:40:01 +01:00
Johan Kwarnmark
ee6df7e6e3 set root directory 2020-12-16 15:35:58 +01:00
Johan Kwarnmark
7a6dec84c2
Merge pull request #1154 from johankwarnmarksymphony/master
Update path to root
2020-12-16 15:00:00 +01:00
Johan Kwarnmark
f838a8bb8e Update path to root 2020-12-16 14:58:07 +01:00
Johan Kwarnmark
999071edf7
Merge pull request #1152 from johankwarnmarksymphony/release_notes_2
docs: generate release notes on build
2020-12-16 14:00:07 +01:00
Johan Kwarnmark
43e2b0bb63
Merge branch 'master' into release_notes_2 2020-12-16 13:52:10 +01:00
Kiran Niranjan
e25f281ca2
feat: SDA-2619 (implement reply feature for custom notification) (#1153)
* feat: SDA-2619 - implement reply feature for custom notification

* feat: SDA-2619 - Move SVG to file
2020-12-16 17:08:18 +05:30
Johan Kwarnmark
e2de152a9c
Update RELEASE_NOTES.md
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
2020-12-16 11:45:20 +01:00
Johan Kwarnmark
7ce23f702d
Update RELEASE_NOTES.md
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
2020-12-16 11:45:07 +01:00
Johan Kwarnmark
c75ee89ec8
Update RELEASE_NOTES.md
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
2020-12-16 11:44:57 +01:00
Johan Kwarnmark
c6236c4025
Update RELEASE_NOTES.md
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
2020-12-16 11:44:47 +01:00
Johan Kwarnmark
91dd53d08e
Update RELEASE_NOTES.md
Co-authored-by: Vishwas Shashidhar <VishwasShashidhar@users.noreply.github.com>
2020-12-16 11:44:38 +01:00
Johan Kwarnmark
ce756721ff Generate the release notes as pdf for windows 2020-12-15 16:48:38 +01:00
Johan Kwarnmark
ba43bcb2c6 Generate the release notes as pds for mac 2020-12-15 16:48:11 +01:00
Johan Kwarnmark
8963b342c1 First draft of release notes 2020-12-15 16:46:04 +01:00
Vishwas Shashidhar
9eca131a3c Merge branch 'master' of github.com:symphonyoss/SymphonyElectron 2020-12-15 18:46:48 +05:30
Vishwas Shashidhar
c41fe4f905
chore: SDA-2793: move all build steps to the build scripts (#1149)
* chore: move full build process to script for macOS

* chore: move full build process to script for win

* update the windows scripts

* SDA-2793: include wix sharp file for new build
2020-12-15 18:14:22 +05:30
Vishwas Shashidhar
f0db2c0641 SDA-2793: include wix sharp file for new build 2020-12-15 16:41:44 +05:30
Vishwas Shashidhar
db3b4344db update the windows scripts 2020-12-15 16:15:44 +05:30
Vishwas Shashidhar
45b4083b70 chore: move full build process to script for win 2020-12-15 12:26:04 +05:30
Vishwas Shashidhar
16e119f34c chore: move full build process to script for macOS 2020-12-15 11:53:17 +05:30
Vishwas Shashidhar
538f2e92a0
docs: SDA-2702: generate install instructions pdf for macOS (#1148)
* SDA-2702: generate install instructions

- Generate installation instructions for macOS builds

* SDA-2702: generate install instructions

- Generate installation instructions for macOS builds

* SDA-2702: fix build script issue

* SDA-2702: fix path and update documentation

* SDA-2702: unify documentation

* SDA-2702: create targets directory
2020-12-14 19:15:37 +05:30
psjostrom
c547175d42
Merge pull request #1147 from johankwarnmarksymphony/sda-2754-2
fix: sda-2754, always quit red frame, and give the new red frame 300ms
2020-12-14 10:40:22 +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
455efe350f
Merge pull request #1146 from psjostrom/SDA-2751-BI-and-loggerfix-and-screensize-fix
fix: SDA-2751 Fixed so BI can be sent from renderer process, etc
2020-12-11 09:36:18 +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
4d9f3fc9ee SDA-2751 Fixed UTs 2020-12-10 13:18:23 +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
mattias-symphony
263467cbcd
Merge pull request #1144 from mattias-symphony/SDA-2746
fix: SDA-2746 Upgraded to Wix# Toolset 1.15.0.0
2020-12-10 07:27:26 +01:00
Mattias Gustavsson
8a69a70ceb SDA-2746 Upgraded to Wix# Toolset 1.15.0.0 2020-12-09 15:31:26 +01:00
mattias-symphony
04edab910e
Merge pull request #1143 from mattias-symphony/SDA-2764
fix: SDA-2764 Changed names of installer files
2020-12-09 14:30:24 +01:00
mattias-symphony
f0ca21344a
Merge branch 'master' into SDA-2764 2020-12-09 09:17:10 +01:00
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
Mattias Gustavsson
6f75a93675 SDA-2764 Changed names of installer files 2020-12-08 15:27:02 +01:00
psjostrom
858adb4cf3
Merge pull request #1142 from psjostrom/revert-api-window-opts-change
fix: Revert "Changed API for getWindowOpts"
2020-12-08 12:50:44 +01:00
psjostrom
2cbe679863
Merge branch 'master' into revert-api-window-opts-change 2020-12-08 12:43:55 +01:00
mattias-symphony
05d8452505
Merge pull request #1141 from mattias-symphony/SDA-2745
fix: SDA-2745 Added support for APPDIR parameter
2020-12-08 12:39:28 +01:00
psjostrom
972dd234bb Revert "Changed API for getWindowOpts"
This reverts commit 5557c115c3.
2020-12-08 12:09:37 +01:00
Mattias Gustavsson
7dc08ea243 SDA-2745 Added support for APPDIR parameter 2020-12-08 11:11:05 +01:00
Johan Kwarnmark
6282c52890
Merge pull request #1139 from johankwarnmarksymphony/preview_screen_share
fix: Preview screen share
2020-12-07 18:13:30 +01:00
Johan Kwarnmark
1c170e106d
Merge branch 'master' into preview_screen_share 2020-12-07 18:07:17 +01:00