Vishwas Shashidhar
8d3878c00d
bump up client version
2019-04-01 11:14:56 +05:30
Keerthi Niranjan
dd5dbda122
SEARCH-1346 - Support new field renderingBlob Swift Search ( #619 )
2019-03-28 18:08:31 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
b591a1fe56
ELECTRON-1161: converting from png to jpg using jimp ( #615 )
2019-03-28 10:15:53 +05:30
Kiran Niranjan
c3bbadb955
ELECTRON-967 (Handle network state and implement retry logic) ( #600 )
...
* ELECTRON-967 - Display Error content when there is no active network connection
* ELECTRON-967 - Fix css issue for Windows
* ELECTRON-967 - Optimize code
2019-03-19 19:00:40 +05:30
Vishwas Shashidhar
a074126537
ELECTRON-1138: support opening email composition in new window ( #602 )
...
* bump up version number
* ELECTRON-1138: support opening email composition in new window
Currently, due to security reasons, we don't open any url which is not the same as the main window url in a new window, instead, we open it in a new tab of the system default browser.
However, this impacts the email app as we'll need new window to be opened to compose an email. This commit fixes that issue by checking if we need to open a sub-domain of the pod url domain.
2019-03-19 18:00:52 +05:30
Vishwas Shashidhar
e8fb5bea91
ELECTRON-1125: upgrade electron framework
2019-03-11 20:11:39 +05:30
Vishwas Shashidhar
ae508da377
upgrade spellchecker to use new version
2019-03-04 14:27:41 +05:30
Vishwas Shashidhar
a03f7e3c06
upgrade ffi to use new version
2019-03-04 14:24:38 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
21b97e772d
ELECTRON-1019: enable spellchecker for popup window ( #571 )
2019-02-19 10:14:36 +00:00
Keerthi Niranjan
97def71ffb
SEARCH-1347 - Improve recency and relevance sort filter ( #572 )
2019-02-18 20:23:14 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
23c0b5bae8
ELECTRON-802: ScreenSnippet improving capture quality ( #570 )
2019-02-16 00:34:20 +05:30
Vishwas Shashidhar
c9c38605c5
ELECTRON-1070: let electron handle protocol registration ( #568 )
...
* ELECTRON-1070: add default protocol client code for windows
* ELECTRON-1070: add comments
* bump up version number
2019-02-13 18:16:27 +05:30
Vishwas Shashidhar
5d9bebd86c
update version number
2019-02-12 19:11:11 +05:30
Vishwas Shashidhar
dd0e7af850
ELECTRON-1066, 1067: upgrade electron version ( #567 )
...
- upgrade electron framework version to address security vulnerability with native window open and node integration
- disable background throttling on requests when creating a new window
2019-02-12 09:57:03 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
2d400b2775
ELECTRON-1009: bump up version screen snippet ( #565 )
2019-01-31 21:37:50 +04:00
Vishwas Shashidhar
c844c7e14b
ELECTRON-1036: fix window destroyed exception on moving window ( #563 )
...
* ELECTRON-1036: fix window destroyed exception on moving window
* update version number
2019-01-29 22:59:44 +05:30
Vishwas Shashidhar
608e293a98
ELECTRON-965: revert the changes ( #562 )
2019-01-29 09:18:49 +05:30
Vishwas Shashidhar
213eb2b839
bump up version number
2019-01-23 16:40:23 +05:30
Vishwas Shashidhar
87fbdab70d
ELECTRON-992, ELECTRON-978: upgrade electron version to fix issues ( #555 )
...
Upgrading Electron to 4.0.2 resolves the following 2 issues:
1. Pop-outs crashing
2. File dialog going to background. We use sheets in place of modals now
2019-01-23 15:44:56 +05:30
Keerthi Niranjan
6353cc09f9
SEARCH-1243 - Electron crashing after 54 pushed to corp on Thursday, Jan 10, 2019. ( #551 )
...
* SEARCH-1243 - Fix electron crash
* SEARCH-1243 - Change index version and Move Initialization inside Deserializing
2019-01-20 14:06:52 +05:30
Keerthi Niranjan
7316d3a1d7
Revert "SEARCH-1243 (Electron crashing after 54 pushed to corp on Thursday, Jan 10, 2019)" ( #550 )
...
* Revert "bump up version number"
This reverts commit 549c1892d4
.
* Revert "ELECTRON-956 - removing the minimize and maximize from the configure desktop alert position (#535 )"
This reverts commit a1426c79b6
.
* Revert "SEARCH-1243 - Fix electron crash (#549 )"
This reverts commit 9a049a3b20
.
2019-01-16 10:08:14 +05:30
Vishwas Shashidhar
549c1892d4
bump up version number
2019-01-15 22:40:05 +05:30
Keerthi Niranjan
9a049a3b20
SEARCH-1243 - Fix electron crash ( #549 )
2019-01-15 15:50:13 +05:30
Vishwas Shashidhar
6b81a39736
Update version number and upgrade electron framework
2019-01-08 17:33:11 +05:30
Vishwas Shashidhar
b597c00ea6
Upgrade spellchecker version
2018-12-27 10:38:36 +05:30
Vishwas Shashidhar
af4ac9ddf5
Update version number for electron and self
2018-12-26 13:03:19 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
81ac612552
ELECTRON-928 - migrate presence to the Power Monitor API ( #530 )
2018-12-20 19:41:06 +05:30
Keerthi Niranjan
272e4fcc8d
Change node-ffi base fork to symphonyoss ( #533 )
...
Bump swift-search which also changes node-ffi base fork to symphonyoss
2018-12-14 10:04:29 +05:30
Vishwas Shashidhar
c1d162b7cc
update client version
2018-11-30 15:08:56 -08:00
Vishwas Shashidhar
38b50bb9d6
pin dev dependency versions
2018-11-29 10:00:07 -08:00
Kiran Niranjan
f8044051df
ELECTRON-925 (Add support for customizing Windows title bar styles) ( #529 )
...
* ELECTRON-925 - Add support for customizing Windows title bar styles
* ELECTRON-925 - Fix file path
* ELECTRON-925 - Validate if the file exists, if not use the default styles
2018-11-29 09:54:23 -08:00
Vishwas Shashidhar
0050a6e4a7
ELECTRON-907: fix build number for aip
2018-11-28 21:46:20 -08:00
Vishwas Shashidhar
afdaa39836
ELECTRON-907: add more info menu item
...
- add a new menu item that displays version information about the app
- bump up the version number
2018-11-28 16:42:46 -08:00
Kiran Niranjan
7ced97ce5a
[R53] ELECTRON-879 (Bump Electron version to 4.0.0-beta.7) ( #528 )
...
* ELECTRON-879 - Fix memory refresh and upgrade electron to 4.x.x
* ELECTRON-879 - Remove files from aip electron 3.x.x
* ELECTRON-879 - Add supporting (dll) files
2018-11-28 08:08:19 -08:00
Vishwas Shashidhar
67690be031
Merge branch 'rc-1.53.0' into I18N-597
...
# Conflicts:
# installer/win/Symphony-x64.aip
# package.json
2018-11-27 19:37:18 -08:00
Vishwas Shashidhar
039424da72
I18N-597: bump up version of screen snippet
2018-11-26 10:20:01 -08:00
Keerthi Niranjan
562b7df80e
SEARCH-1059 - Add try catch for removing indexing dir ( #526 )
2018-11-19 17:08:50 +05:30
Kiran Niranjan
9f889abecc
ELECTRON-906 - Fix copy image context menu ( #524 )
2018-11-15 15:03:20 +05:30
Vishwas Shashidhar
93036ba086
bump up version number and update electron dependency
2018-11-13 15:31:40 +05:30
Kiran Niranjan
e4b28f176d
ELECTRON-874 (Change version numbering 1.53-3.4.0) ( #522 )
...
* ELECTRON-874 Change version numbering 1.53.0-3.4.0 (0)
* ELECTRON-874 setAboutPanelOptions only if running in Mac
2018-10-26 22:37:31 +05:30
Kiran Niranjan
4ebf9603b7
ELECTRON-874 Change version numbering 1.53.0-3.4.0 (0) ( #523 )
2018-10-26 22:21:36 +05:30
Kiran Niranjan
7fea8b0383
ELECTRON-791 (Fix pop-out memory leak and move spellchecker module to main process) ( #519 )
...
* ELECTRON-791 - Bump electron version to 3.0.5 and change spellchecker module
* ELECTRON-791 - Remove AESDecryptGCM & AESEncryptGCM logs
2018-10-22 22:34:48 +05:30
Vishwas Shashidhar
5c3b942067
bump up the version number
2018-10-02 20:48:14 +05:30
Vishwas Shashidhar
ba83338e6e
Upgrade package versions
...
- Upgrade electron to 3.0.2
- Upgrade other dependencies to the latest versions
- Clean up deprecated code
2018-10-02 12:34:38 +05:30
Vishwas Shashidhar
85884305cb
bump up version to 3.3.1
2018-09-26 13:37:11 +05:30
Vishwas Shashidhar
d1009a2326
upgrade electron framework version to 3.0.0 stable
2018-09-19 14:56:48 +05:30
Vishwas Shashidhar
97ea80a9f8
Update the version handler logic and remove the script
2018-09-19 12:28:41 +05:30
Vishwas Shashidhar
6752ec2042
Upgrade electron framework version
2018-09-19 11:06:11 +05:30
Vishwas Shashidhar
289ca3c6ae
bump up version to 3.2.0
2018-09-06 15:10:35 +05:30
Vishwas Shashidhar
18b1cf154b
Merge branch 'master' of github.com:symphonyoss/SymphonyElectron
2018-09-06 11:45:17 +05:30