Commit Graph

548 Commits

Author SHA1 Message Date
Vikas Shashidhar
a046bc3245 Merge pull request #199 from VishwasShashidhar/electron-17
Electron 17: Minor enhancements
2017-10-12 22:14:08 +05:30
Keerthi Niranjan
ab963f4567 SEARCH-273
- Changed the encryption to async
- Logged decryption time
2017-10-12 11:07:04 +05:30
Kiran Niranjan
837d0dc265 Electron-175 - Method to set AlwaysOnTop property for about window 2017-10-11 20:58:32 +05:30
Kiran Niranjan
6b6a1d27a7 Electron-134 - Completed the notification redesign 2017-10-10 14:37:11 +05:30
Kiran Niranjan
cdc249857d Merge remote-tracking branch 'upstream/master' into ELECTRON-134 2017-10-10 13:18:31 +05:30
Kiran Niranjan
73636b2a9d Electron-171 - Added issue link to the comment 2017-10-09 21:12:43 +05:30
Kiran Niranjan
20384230bf Electron-170 - Added code comments 2017-10-09 21:02:41 +05:30
Kiran Niranjan
622ad97df4 Electron-170 - Added an event to update the monitor drop-down whenever a display is added/removed 2017-10-09 20:40:56 +05:30
Vishwas Shashidhar
3af4cb0a48 Merge branch 'master' into electron-17
* master:
  Fixed failing tests with Download Manager.
2017-10-09 20:23:31 +05:30
Vishwas Shashidhar
67f2734cae Merge branch 'master' into electron-141
* master:
  Fixed failing tests with Download Manager.
  electron-135: added logic to clean up event listeners
  electron-135: fixes as per PR comments to avoid leakages
  electron-151: pinned the electron version
  Electron-142 - Fixes the issue where it prevents creating multiple instances of the about window
  electron-135: fixed typo in the method name
  electron-135: added code comments
  electron-135: fixes the raised issue
  electron-151: added electron 1.7.8 as dependency

# Conflicts:
#	tests/DownloadManager.test.js
2017-10-09 20:23:12 +05:30
Vishwas Shashidhar
2dc9e45062 electron-141: removed clashing download manager test changes 2017-10-09 20:02:51 +05:30
Vikas Shashidhar
89e823823e Merge pull request #208 from VikasShashidhar/electron-144
Fixed failing tests with Download Manager.
2017-10-09 20:01:45 +05:30
Vikas Shashidhar
08a14ae66c Fixed failing tests with Download Manager. 2017-10-09 20:00:53 +05:30
Vishwas Shashidhar
dd0882c0b6 electron-17: fixes merge conflicts with master 2017-10-09 19:57:38 +05:30
Vikas Shashidhar
1fecd103a4 Merge pull request #200 from VishwasShashidhar/electron-151
Electron 151: Fixes link crash issue
2017-10-09 19:29:40 +05:30
Vishwas Shashidhar
89bbcfde61 electron-141: fixes the url validation issue for both mac and windows 2017-10-09 19:29:05 +05:30
Keerthi Niranjan
0f18b17cf0 SEARCH-273
- Refactor
2017-10-09 16:01:07 +05:30
Vikas Shashidhar
124b705075 Merge pull request #203 from KiranNiranjan/ELECTRON-142
Electron-142 (Prevents multiple instances of about window)
2017-10-09 15:41:29 +05:30
Vikas Shashidhar
31b9072793 Merge pull request #201 from VishwasShashidhar/electron-135
Electron 135: Pop out window -> url opens in external browser
2017-10-09 15:40:45 +05:30
Keerthi Niranjan
163a068247 SEARCH-273
- Documentation
2017-10-09 14:30:10 +05:30
Vishwas Shashidhar
e0f03011ae electron-141: fixed typo in the advanced installer messages 2017-10-09 13:39:09 +05:30
Vishwas Shashidhar
3b62ae5313 electron-141: fixed the messages in advanced installer 2017-10-09 13:35:55 +05:30
Vishwas Shashidhar
caa406dc55 Merge branch 'master' into electron-141
* master: (30 commits)
  Electron-172 - Fixes the pop-out issue
  electron-173: added dependencies to the advanced installer
  electron-173: enabled spell checker
  electron-145: fixes the issue with invalid json config upon repair
  Electron-142 - Changed the symphony logo
  Electron-142 - Moved inline styles to style tag
  electron-158: added logic to disable spellchecker
  Updated window title
  Electron-142 - Made changes as per review
  Electron-142 - Made changes as per review
  electron-17: added logic to open the completed directory under the crashes directory
  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.
  electron-17: added an event to capture a renderer crash for child windows and initialized the crash reporter there too.
  electron-17: added logic to check dev environment for crashing the renderer process
  electron-17: removed config that was not needed
  electron-17: refactored code related to crash reporter
  ...

# Conflicts:
#	installer/win/Symphony-x64.aip
2017-10-09 12:34:04 +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
f5c2492da5 electron-151: pinned the electron version 2017-10-06 23:03:58 +05:30
Keerthi Niranjan
6eaee62446 SEARCH-273
- Removed console
2017-10-06 21:42:24 +05:30
Kiran Niranjan
bb5ace404b Electron-142 - Fixes the issue where it prevents creating multiple instances of the about window 2017-10-06 16:47:55 +05:30
Kiran Niranjan
55a70399d9 Electron-171 - corrected a code comment 2017-10-06 16:13:41 +05:30
Kiran Niranjan
4a292ad7c0 Electron-171 - Fixes the Configuration window positioning when multiple monitors are connected 2017-10-06 16:09:49 +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
6d49830c7e Merge branch 'master' into electron-151
* 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.

# Conflicts:
#	package.json
2017-10-06 14:58:47 +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
Vikas Shashidhar
b264331a54 Merge pull request #197 from VishwasShashidhar/electron-173
Electron 173: Enable Spell Checker
2017-10-06 13:32:17 +05:30
Vikas Shashidhar
1f7f693fdc Merge pull request #198 from KiranNiranjan/ELECTRON-172
Electron-172 (Pop-out issue)
2017-10-06 13:30:58 +05:30
Vikas Shashidhar
8da10c329a Merge pull request #192 from VikasShashidhar/electron-144
Adds a count to the file name in the download manager if the user dow…
2017-10-06 13:29:24 +05:30
Keerthi Niranjan
db286d9db0 SEARCH-273
- Added new library
- New attachments implementation
2017-10-06 13:06:38 +05:30
Keerthi Niranjan
718459c201 SEARCH-273
- Added new library
- New attachments implementation
2017-10-06 13:00:25 +05:30
Kiran Niranjan
cf3e510204 Electron-172 - Fixes the pop-out issue 2017-10-06 11:29:48 +05:30
Vishwas Shashidhar
9ace38634e electron-173: added dependencies to the advanced installer 2017-10-06 10:27:42 +05:30
Vishwas Shashidhar
0de7f8faad electron-173: enabled spell checker 2017-10-06 09:28:12 +05:30
Vishwas Shashidhar
547d8e530c electron-17: disabled crash report upload to server 2017-10-05 22:54:54 +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
Vikas Shashidhar
e300c19b2a Merge branch 'master' into electron-144 2017-10-05 15:55:45 +05:30
Vikas Shashidhar
860e9f2f73 Merge pull request #191 from VikasShashidhar/electron-149
Add tooltip to display full filename in download manager.
2017-10-05 15:48:32 +05:30
Vikas Shashidhar
bc3d9417bf Merge pull request #193 from KiranNiranjan/ELECTRON-142
Electron-142 (App version menu item)
2017-10-05 15:42:18 +05:30
Vishwas Shashidhar
e9aeb925cb Merge branch 'master' into electron-151
* master:
  Electron-158 - Removed spellchecker dependencies from aip
2017-10-05 14:59:52 +05:30
Vikas Shashidhar
a572330198 Merge pull request #196 from KiranNiranjan/ELECTRON-158
Electron-158 (Removed Spellchecker Dependencies)
2017-10-04 14:26:07 +05:30