SymphonyElectron/js
Kiran Niranjan 08c25e4b58 Electron-256 (Changed the implementation from modal to electron window) (#308)
1. Completed functionality
2. Refactored and added code comments
3. Fixed some style issues
4. Added some safety checks
5. Updated Window size
6. Added some safety checks
7. Fixed some keyboard interaction
8. Fixed styles for Windows OS
9. Added a functionality to place screen picker based on the event sender
10. Updated the code to open the screen picker on top of the focused window instead of finding a ref using window name
11. Added a HTML content to display error message
12. Updated window title
13. Added missing return
14. Changed the method name from `openScreenPickerWindowWindow` to `openScreenPickerWindow`
15. Fixed a typo and added code comment
16. Changes as per PR review
17. Created Enum for key code
18. Updated for loop to for..of loop
19. Updated colors from hex to rgba
20. Setting cursor property as pointer for cancel button and item-container
21. Made window draggable
22. Changed font-family to system fonts
23. Added box shadow for buttons
24. Added a new API to support backward compatibility and deprecated the existing one
25. Fixed the condition prevent a new window from being opened if there is an existing window
2018-03-09 15:31:44 +05:30
..
aboutApp Electron-142 - Changed "buildVersion" key to "buildNumber" 2017-10-30 18:36:45 +05:30
activityDetection electron-97: refactored the code as per the ticket (points 3 & 4 covered) 2017-08-24 16:18:32 +05:30
basicAuth Electron-253 2017-12-28 17:18:00 +05:30
compressionLib Revert "Merge pull request #269 from keerthi16/skynet" 2017-12-28 17:29:27 +05:30
cryptoLib SEARCH-622 2018-02-16 12:34:03 +05:30
desktopCapturer Electron-256 (Changed the implementation from modal to electron window) (#308) 2018-03-09 15:31:44 +05:30
dialogs Electron-206 - Added code comments 2017-11-09 19:09:52 +05:30
downloadManager electron-205: fixes the already fixed issue post merge conflict regression 2017-12-29 12:48:19 +05:30
enums Electron-256 (Changed the implementation from modal to electron window) (#308) 2018-03-09 15:31:44 +05:30
menus Electron-262 - Updated display text for both Mac and Windows 2018-01-17 15:23:50 +05:30
notify Electron-249 - Updated API work flow 2018-01-08 16:43:10 +05:30
preload Electron-256 (Changed the implementation from modal to electron window) (#308) 2018-03-09 15:31:44 +05:30
protocolHandler electron-97: refactored the code as per the ticket (points 3 & 4 covered) 2017-08-24 16:18:32 +05:30
screenSnippet Electron-228 - Added an event to terminate screen snippet process whenever the main window is reloaded/navigated 2018-01-18 12:53:27 +05:30
search Merge remote-tracking branch 'upstream/master' into SEARCH-605-new 2018-02-16 15:34:29 +05:30
spellChecker electron-97: refactored the code as per the ticket (points 3 & 4 covered) 2017-08-24 16:18:32 +05:30
utils Electron-217 2017-12-21 13:52:05 +05:30
badgeCount.js electron-97: refactored the code as per the ticket (points 3 & 4 covered) 2017-08-24 16:18:32 +05:30
bringToFront.js Electron-284 Added an new api for bring to front feature 2018-01-23 13:47:17 +05:30
config.js Electron-217 2017-12-21 12:53:57 +05:30
eventEmitter.js Electron-56 (Always on top) (#127) 2017-06-15 10:11:29 -07:00
log.js electron-97: fixed logging issues for unit tests and added documentation in the README 2017-08-24 17:16:12 +05:30
main.js ELECTRON-261: removed extra attributes 2018-02-06 17:35:06 +05:30
mainApiMgr.js Electron-256 (Changed the implementation from modal to electron window) (#308) 2018-03-09 15:31:44 +05:30
memoryMonitor.js electron-97: refactored the code as per the ticket (points 3 & 4 covered) 2017-08-24 16:18:32 +05:30
windowMgr.js ELECTRON-274: fix as per pr comments 2018-02-23 17:15:31 +05:30