* Implemented File Download Experience
1. Initiate download manager when a file download is initiated.
2. Add items to download manager when new items are downloaded.
3. Allow user to open file in default OS app.
4. Allow user to show file in finder/explorer.
5. Allow user to close download bar.
* 1. Removed underscore
2. Added safety checks
3. Added support for popouts
4. Creating most elements of download manager if electron
* 1. Moved download manager logic to a separate file
* 1. Added styles to help pushing up the content of the app when the download manager is being shown.
* 1. Added tests for Download Manager.
* Removed unnecessary code.
* Made adjustments to handle positioning of the download manager through the flexbox model rather than the fixed positioning way.
* Removed data attributes being added to body to handle download manager.
* ELECTRON-43 - Implemented Alert settings functionality
* ELECTRON-43
1. Added multiple monitor support for notifications in windows
2. Implemented a settings window to change notification position
3. Completed implementing configure alert position window
* ELECTRON-43 - Refactored code and changed config data
* ELECTRON-43
1. Refactored the code
2. Added modal property to browser window
* ELECTRON-43
1. Resolved conflicts
2. Made config default display value to null
3. Renamed api method from 'showAlertSettings' to 'showNotificationSettings' for consistency
4. Fixed some bugs
* ELECTRON-56 - Implemented always on top feature
* ELECTRON-56 - Made some code refactoring
* ELECTRON-56 - Also fetching the alwaysOnTop prop from the event emitter
* ELECTRON-56 - Refactored code
* ELECTRON-56 - Exported only the required methods in event emitter
* Electron-66 - Added more unit tests for config, getRegistry & throttle
* Electron-66 - Added some more unit tests and enabled activity detection unit test
* Electron-19 - Updated AutoLauncher path to make it work properly in mac
* Electron-26 - Implemented auto launch for mac
* Electron-26 - Added comments
* added idea and coverage directories under gitignore
* electron-24: implemented handlers to process protocol actions
* electron-17: implemented use case for opening app if it is not open and handle the protocol url
* electron-24: added code and documentation comments
* electron-24: added unit tests for the protocol handler
* added npm-debug log to gitignore
* electron-24: added protocol handler support for windows
* electron-24: made changes as per comments on the PR
* electron-16: added more comments and further refactoring
* Implemented user activity detection
* ELECTRON-32: Implemented throttle function
* ELECTRON-32: Fixed some bugs in throttle function
* ELECTRON-32: Updated comments
* ELECTRON-32: Fixed clear interval bug
* ELECTRON-32: Updated as per the review
* ELECTRON-32: Updated return statement
* ELECTRON-32: Added a boolean to the callback function
* ELECTRON-32: Resolved conflicts
* ELECTRON-32 - Added period attribute