Commit Graph

1352 Commits

Author SHA1 Message Date
Vishwas Shashidhar
28bd98655d electron-48: added logic to launch app fully sandboxed for windows 2017-06-25 14:55:45 +05:30
Vishwas Shashidhar
9dd22f9333 electron-48: added logic to launch app in fully sandboxed mode for mac 2017-06-25 13:59:31 +05:30
Vishwas Shashidhar
150ebaf70a Electron 77 - added alwaysontop option for windows installer (#145)
* electron-77: added support for alwaysOnTop in mac installer

* updated the gitignore file to exclude vscode settings

* electron-77: added option for alwaysOnTop for windows installer

* electron-77: fixed the aip certficiate disabled issue, updated the gitignore to ignore aip cache and setup files
2017-06-20 08:51:31 -07:00
Kiran Niranjan
2b6ec2aeb8 Electron-43 (Configure Notification Position) (#142)
* 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
2017-06-16 15:29:56 -07:00
Vishwas Shashidhar
d5f04ce152 electron-77: added support for alwaysOnTop in mac installer (#143) 2017-06-16 09:23:35 -07:00
Vishwas Shashidhar
0bb95f9509 updated the gitignore file to exclude vscode settings (#144) 2017-06-16 09:09:56 -07:00
Kiran Niranjan
b72e95fd37 Electron-56 (Always on top) (#127)
* 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
2017-06-15 10:11:29 -07:00
Lynn
d152a735a2 cache config files when read from disk (#139)
* cache config files when read from disk

* config updates from code review
2017-06-13 11:18:29 -07:00
Vishwas Shashidhar
963672008b electron-75 -> Fixes the issue (#140) 2017-06-13 09:45:48 -07:00
Lynn
ee68bf8565 Mac build README.md update
mac build updates.
2017-06-09 15:32:27 -07:00
Lynn
2b6bbe955b update README.md for mac build
for mac only supporting pkg build.
2017-06-09 15:14:06 -07:00
Vishwas Shashidhar
4e4953fdc5 electron-37: updated readme (#136) 2017-06-09 08:51:25 -07:00
Vishwas Shashidhar
dcd84ef400 electron-69: fixes the issue raised in the ticket for windows (#134) 2017-06-08 09:53:11 -07:00
Vishwas Shashidhar
e23f6ce998 electron-71: supports packager plugin from macOS 10.7 (#135) 2017-06-08 09:52:55 -07:00
Lynn
c253741450 fix activity detection tests and build process (#133) 2017-06-08 09:10:37 -07:00
Lynn
c823a7616b notifications are not showing (#132) 2017-06-07 13:20:27 -07:00
Kiran Niranjan
05cde10299 ELECTRON-66 (Unit Tests) (#129)
* ELECTRON-66 - Fixed activity detection unit test and added dynamic target version

* ELECTRON-66 - Fixed activity detection unit test
2017-06-07 09:11:32 -07:00
Lynn
4abe5c87d8 hide readResult method (#131) 2017-06-07 09:05:25 -07:00
Lynn
421f04d8e0 remove target to fix activity detection tests (#128) 2017-06-05 14:21:27 -07:00
Kiran Niranjan
42b09b6894 Electron-66 (Unit Tests) (#125)
* ELECTRON-66 - Fixed the target version

* ELECTRON-66 - Fixed activity detection and config unit tests
2017-06-05 09:55:34 -07:00
Vishwas Shashidhar
3f9167b3d6 electron-69: sets minimize on close to false by default in the mac installer and the config file (#126) 2017-06-05 09:23:20 -07:00
Vikas Shashidhar
22fff88ded Merge branch 'master' into electron-17 2017-06-05 16:27:44 +05:30
Vikas Shashidhar
abdd8da1fa 1. Crash Details such as Company Name and Crashpad URL are now being fetched from the global config file. 2017-06-05 16:09:31 +05:30
Kiran Niranjan
532ac475ec ELECTRON-66 - Fixed the target version (#124) 2017-06-02 11:30:12 -07:00
Kiran Niranjan
a839c86d83 Electron-66 (Unit tests) (#120)
* Electron-66 - Added more unit tests for config, getRegistry & throttle

* Electron-66 - Added some more unit tests and enabled activity detection unit test
2017-06-02 09:29:31 -07:00
Vishwas Shashidhar
4a02beeb86 Electron 37: Content changes to the mac installer (#123)
* added background image to packages as provided by the design team

* electron-37: added a custom intro screen and changed the text in plugin as per design instructions
2017-06-02 09:09:35 -07:00
Kiran Niranjan
85a21ec4e8 Electron-65 (Logging) (#121)
* Electron-65 - Added more logs

* Electron-65 - Removed some logs as per the review

* Electron-65 - Removed unused log variables
2017-06-02 09:08:55 -07:00
Vishwas Shashidhar
6b3037c5d3 added background image to packages as provided by the design team (#122) 2017-06-01 10:54:47 -07:00
Lynn
92241aa27b ignore single app instance for dev mode (#119) 2017-06-01 09:04:17 -07:00
Lynn
f97a13c382 add logging and unit tests (#117)
* add logging and unit tests

* fix logging msg spell for notification
2017-05-31 21:39:08 -07:00
Vishwas Shashidhar
93645b40bf electron-66: increased the branch coverage for the protocol handler methods (#118) 2017-05-31 10:44:19 -07:00
Kiran Niranjan
8e8b3948da Electron-26 (Auto Launch for Mac) (#109)
* Electron-19 - Updated AutoLauncher path to make it work properly in mac

* Electron-26 - Implemented auto launch for mac

* Electron-26 - Added comments
2017-05-31 10:38:57 -07:00
Vishwas Shashidhar
307b60dd25 electron-37: fixed issues w.r.t. installer pane not capturing the pod… (#115)
* electron-37: fixed issues w.r.t. installer pane not capturing the pod url and also added startup plist in the post install script

* electron-37: removed watch paths on launch agent
2017-05-30 10:09:34 -07:00
Kiran Niranjan
2acba44f56 Electron-32 - initiating activity detection while setting up the window (#114) 2017-05-27 08:16:23 -07:00
Lynn
013b02e04f throttle should check for valid args (#113) 2017-05-27 08:14:39 -07:00
rbarros-daitan
2b6139f35a Add Remove Previous Version action during install (#112) 2017-05-26 12:31:30 -07:00
Lynn
105c31af0a bump electron to ver 1.6.11 (#110) 2017-05-25 14:08:14 -07:00
Lynn
a9d0d3b0a7 fix opening A tag (#105)
* fix opening A tag

* remove console.log
2017-05-25 09:48:40 -07:00
Lynn
2afce4c10b fix bad paths in aip file (#108) 2017-05-24 16:10:12 -07:00
Lynn
b06ae06bcc move windows installer to new dir (#107) 2017-05-24 16:00:04 -07:00
Lynn
573e0e2386 add unpacked build option for mac (#106) 2017-05-24 15:03:25 -07:00
Vikas Shashidhar
65b08f0952 Electron-17: Crash Reporter
1. Implemented crash reporter for both main and renderer processes
2. Fetch crash log details from Symphony.config
3. Send reports to a break pad server
2017-05-24 19:02:49 +05:30
Lynn
939b59df8e code cleanup - no functional change (#95) 2017-05-23 20:22:07 -07:00
Lynn
799da09911 fix mac pkg installer path (#101) 2017-05-23 20:05:18 -07:00
Lynn
ca59171294 fix linting issue in main.js (#100) 2017-05-23 13:53:48 -07:00
Lynn
3309c9f70f electron-37: added implementation for advanced mac installer (#99) 2017-05-23 13:51:19 -07:00
Lynn
c4a3f6c024 simplify protocol handler api (#96)
* simplify protocol handler api

* update registerProtocolHandler doc

* more documentation updates
2017-05-23 08:06:18 -07:00
Lynn
d494e23d4e Minimize on close updates (#93)
* Minimize On Close

* Minimize on close updates
2017-05-19 08:01:41 -07:00
Lynn
c851c7b886 adds getVersionInfo api (#91)
* adds getVersionInfo api

* fix mixed up names
2017-05-18 10:02:29 -07:00
Lynn
a64053823b refactor launch on startup (#90) 2017-05-18 09:18:25 -07:00