Kiran Niranjan
ecb0f88660
Electron-336 (Update bring to front logic on Windows) ( #325 )
...
- Added an arg which prevents window from getting focus when it is set to false
- Update bring to front logic
- Rename "Bring to Front on Notifications" to Flash Notification in Taskbar for Windows
- Update Spectron test cases
2018-03-16 12:26:07 +05:30
Kiran Niranjan
dc7079e0d7
Electron-325 (Removed restriction from opening a popup from another popup window) ( #318 )
...
- Updated the event `new-window` by removing the restriction to open new windows in pop-outs
- Added Spectron test cases for pop-outs
- Fix PR concerns
2018-03-15 17:18:06 +05:30
Kiran Niranjan
9991690a7e
Electron-266 (Custom title bar for Windows 10) ( #311 )
...
1. Implemented new title bar style for Windows
2. Updated design
3. Updated design and added some safety checks
4. Added title bar double click event
5. Added API to update DOM element
6. Updated style as per the design spec
7. Refactored code and handled full screen scenario
8. Added borders to window
9. Added z-index to make sure border is always on top
10. Updated logic to check Windows 10 version
11. Setting frame property as true for pop-out windows
12. Optimized the code to initiate Windows title bar only after injecting CSS
13. Removed API to update content height
14. Added a global config field to enable or disable custom title bar
15. Reading `isCustomTitleBar` before creating main window
16. Fixed shortcut suggestion in menu items
17. Added two more missing shortcut suggestion in menu items
18. Updated menu template to dynamically assign accelerators
19. Changed the func name closeButtonClick to closeWindow
20. Converted all HEX color code to rgba
2018-03-09 16:16:47 +05:30
Vishwas Shashidhar
de8d062f8c
ELECTRON-274: fix as per pr comments
2018-02-23 17:15:31 +05:30
Vishwas Shashidhar
f0222b0101
ELECTRON-274: fix issue.
2018-02-23 17:01:16 +05:30
kiranniranjan
fdb397d343
Merge remote-tracking branch 'upstream/master' into ELECTRON-249
2018-01-17 15:24:27 +05:30
Kiran Niranjan
5ef535d88e
Electron-249 - Implemented a new feature that brings electron wrapper when a user receives a notification
2018-01-05 17:42:43 +05:30
Vishwas Shashidhar
f250185067
electron-258: made changes as per the PR recommendation
2018-01-04 23:00:08 +05:30
Vishwas Shashidhar
0edc3d01e2
electron-258: fixes the pop out issue for meetings and supports undefined urls in case of new window events as per the html dom specs
2018-01-02 17:00:12 +05:30
Vishwas Shashidhar
c13bfd5f14
electron-205: fixes the already fixed issue post merge conflict regression
2017-12-29 12:48:19 +05:30
Vikas Shashidhar
3cf9226bf4
Revert "Merge pull request #269 from keerthi16/skynet"
...
This reverts commit 1388c835ef
, reversing
changes made to c9d6229d6d
.
2017-12-28 17:29:27 +05:30
Vikas Shashidhar
6c15d14fa8
Merge pull request #256 from VishwasShashidhar/electron-205
...
electron-205: fixed file overwrite issues when a custom download folder is set by the user
2017-12-27 17:10:01 +05:30
Vishwas Shashidhar
b64f60d8f2
electron-205: refactored the code as per suggestions on the PR.
2017-12-27 17:01:32 +05:30
Vikas Shashidhar
d5f7073fef
Revert "Updating Master with Skynet"
2017-12-27 16:38:27 +05:30
Keerthi Niranjan
0c652be973
Merge remote-tracking branch 'upstream/master' into skynet
...
# Conflicts:
# js/windowMgr.js
# package.json
2017-12-27 14:52:53 +05:30
Vikas Shashidhar
243144ed4a
Merge pull request #263 from KiranNiranjan/ELECTRON-217
...
Electron-217 (Whitelisting domains & sub-domains)
2017-12-22 16:08:50 +05:30
Kiran Niranjan
78c466516c
Electron-217
...
Updated the PR as per the review comments
2017-12-21 13:52:05 +05:30
Kiran Niranjan
919882a5b3
Electron-217
...
Added a warning dialog
Updated to read method to read only from global config
2017-12-21 12:53:57 +05:30
Kiran Niranjan
407dc4baa4
Electron-225 - Updated the default window size as per the new requirements
2017-12-15 11:23:21 +05:30
Vishwas Shashidhar
a6ef2d8a4c
electron-205: fixed file overwrite issues when a custom download folder is set by the user
2017-12-13 20:10:18 +05:30
Kiran Niranjan
d7f62a38b0
Electron-217
...
* Wrote some unit tests for isWhiteList
* Fixed some validation issues
2017-12-12 13:00:32 +05:30
Keerthi Niranjan
222e52cbdf
SEARCH-444
...
- Implemented a function to delete the index folder
2017-11-24 15:58:01 +05:30
Vikas Shashidhar
59658c819c
Merge pull request #238 from VishwasShashidhar/electron-205
...
Electron 205 - Allow user to set Downloads folder through Menu dropdown
2017-11-23 20:29:25 +05:30
Kiran Niranjan
a5dfd9f9b4
Electron-209 - Activating the main window after setting the alwaysOnTop property for every window
2017-11-21 11:40:04 +05:30
Vishwas Shashidhar
27edab4da2
electron-205: added logic to handle directory creation failure
2017-11-16 09:10:35 +05:30
Vishwas Shashidhar
69df38bf77
electron-205: refactoring and code comments
2017-11-16 08:57:11 +05:30
Kiran Niranjan
1e2bfad70e
Electron-209 - Fixed an issue with the alwaysOnTop feature
2017-11-10 17:07:32 +05:30
Vishwas Shashidhar
b9f53f3e8f
electron-205: implemented logic to support setting downloads directory
2017-11-10 14:13:41 +05:30
Kiran Niranjan
f180585484
Electron-139 - Disabled menu bar for pop-out windows
2017-11-09 12:53:49 +05:30
Kiran Niranjan
8906149afa
Merge remote-tracking branch 'upstream/master' into ELECTRON-174
2017-11-05 10:41:47 +05:30
Kiran Niranjan
96e30a41d9
Electron-196 - Updated default pop-out window size and min height
2017-10-31 10:20:44 +05:30
Kiran Niranjan
3c7aa59883
Electron-174 - implemented basic authentication for electron
2017-10-18 12:17:09 +05:30
Vishwas Shashidhar
dd0882c0b6
electron-17: fixes merge conflicts with master
2017-10-09 19:57:38 +05:30
Vishwas Shashidhar
99dd5d90ff
electron-135: added logic to clean up event listeners
2017-10-08 19:32:44 +05:30
Vishwas Shashidhar
a291846001
electron-135: fixes as per PR comments to avoid leakages
2017-10-06 23:44:16 +05:30
Vishwas Shashidhar
9dfbdaa1bb
electron-135: fixed typo in the method name
2017-10-06 16:07:13 +05:30
Vishwas Shashidhar
49775e543d
electron-135: added code comments
2017-10-06 16:00:50 +05:30
Vishwas Shashidhar
d3706d6b6d
electron-135: fixes the raised issue
2017-10-06 15:58:26 +05:30
Vishwas Shashidhar
dea1c1d2f4
Merge branch 'master' into electron-17
...
* master:
Electron-172 - Fixes the pop-out issue
electron-173: added dependencies to the advanced installer
electron-173: enabled spell checker
Electron-142 - Changed the symphony logo
Electron-142 - Moved inline styles to style tag
Updated window title
Electron-142 - Made changes as per review
Electron-142 - Made changes as per review
Updated comment
Change title to reflect new file display name as per Electron-144
Adds a count to the file name in the download manager if the user downloads a file with the same name.
Electron-142 - Added a new menu item to show application version details
Add tooltip to display full filename in download manager.
2017-10-06 14:04:03 +05:30
Kiran Niranjan
cf3e510204
Electron-172 - Fixes the pop-out issue
2017-10-06 11:29:48 +05:30
Vishwas Shashidhar
f83cfb9a44
electron-17: refactored code to read data from the config file and added pod url to the extras object
2017-10-05 22:18:52 +05:30
Vishwas Shashidhar
40cf6b6d73
electron-17: added an event to capture a renderer crash for child windows and initialized the crash reporter there too.
2017-09-25 16:10:03 +05:30
Vishwas Shashidhar
a647c0d3cd
electron-17: added logic to check dev environment for crashing the renderer process
2017-09-25 14:33:12 +05:30
Vishwas Shashidhar
0228255feb
Merge branch 'master' into electron-17
...
* master:
electron-130: fixes the issue raised
2017-09-19 12:02:32 +05:30
Vishwas Shashidhar
08b58b51bb
electron-17: refactored code related to crash reporter
2017-09-19 11:56:11 +05:30
Vishwas Shashidhar
511d616e74
electron-17: changed logic to use the electron crash reporter directly in all the processes
2017-09-18 21:17:45 +05:30
Vishwas Shashidhar
9f7bc10287
electron-17: added support to get crash directory info for users amongst other minor changes
2017-09-14 21:08:42 +05:30
Vishwas Shashidhar
e74d4c11d4
electron-130: fixes the issue raised
2017-09-14 16:30:13 +05:30
Vishwas Shashidhar
be55c4df84
electron-17: disabled uploading crash reports to server
2017-09-13 16:31:09 +05:30
Vishwas Shashidhar
40f0cdcdf9
Merge branch 'master' into electron-17
...
# Conflicts:
# js/main.js
# js/windowMgr.js
2017-09-13 16:13:49 +05:30