Commit Graph
32 Commits
Author SHA1 Message Date
Kiran Niranjan 1f6219a3f6 Electron-93
1. Fixed always on top tests for windows
2. Moved ncp from CLI to Programmatic usage
2017-07-11 20:05:58 +05:30
Kiran Niranjan 8d0f9423a9 Electron-93
1. Implemented Robotjs for windows
2. Implemented a method to copy config for both windows and mac
3. Removed a conflict in config file
2017-07-10 20:30:24 +05:30
Kiran Niranjan aec84b823b Electron-93 - Moved the node env const to misc 2017-07-10 13:09:10 +05:30
Kiran Niranjan 3c37591de9 Electron-93 - Implemented robotjs for always on top test 2017-07-07 18:18:09 +05:30
Kiran Niranjan 654441ce8c Implemented method to turn off sandbox mode when the app is running in node env 2017-07-06 18:05:36 +05:30
Kiran Niranjan 080d6534e7 Refactored spectron tests 2017-07-06 17:35:21 +05:30
Kiran Niranjan 763d27aa8d Refactored spectron tests 2017-07-06 17:06:16 +05:30
Kiran Niranjan d220b6ada6 Refactored spectron tests 2017-07-06 15:09:50 +05:30
Kiran Niranjan 0d592f2c22 Electron-90 fixed a typo 2017-07-05 15:30:11 +05:30
Kiran Niranjan 5c462a490d Electron-88 Moved the Clipboard test to Jest from mocha 2017-07-05 14:52:06 +05:30
Kiran Niranjan 6db3cc2c3d Electron-93 Moved the Always on top test to Jest from mocha 2017-07-05 14:42:21 +05:30
Kiran Niranjan 4977b19d80 Electron-87 Moved the Bring to front test to Jest from mocha 2017-07-05 14:23:39 +05:30
Kiran Niranjan 9ee4b76d37 Electron-90 Moved the Notification test to Jest from mocha 2017-07-05 14:03:52 +05:30
Kiran Niranjan 067d341730 Electron-90 updated some test cases 2017-07-04 11:31:03 +05:30
Kiran Niranjan 7210f88e51 Electron-87 Renamed the test case 2017-07-04 10:02:58 +05:30
Kiran Niranjan 2050d00605 Electron-88 Spectron test for electron clipboard feature 2017-07-04 09:57:18 +05:30
Kiran Niranjan ee5326808c Electron-88 Spectron test for electron clipboard feature 2017-07-04 09:55:40 +05:30
Kiran Niranjan 0e46833b32 Electron-93 Spectron test for always on top feature 2017-07-03 16:19:31 +05:30
Kiran Niranjan d0e37c0ea3 Electron-87 1. Spectron test for Bring to front feature 2017-07-02 22:11:15 +05:30
Kiran Niranjan 83ab55e95d Electron-90
1. Spectron tests for notification position
2. Added Spectron
2017-07-02 21:55:06 +05:30
Kiran Niranjan c99681e53a Electron-90
1. Spectron tests for notification position
2. Added Spectron
2017-07-02 21:52:10 +05:30
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
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
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
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
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
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
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
Kiran Niranjan 2acba44f56 Electron-32 - initiating activity detection while setting up the window (#114) 2017-05-27 08:16:23 -07:00
Kiran Niranjan d6031dd440 ELECTRON-32 Added unit test cases for activity detection (#84) 2017-05-10 09:12:00 -07:00
Kiran Niranjan 4087eb3acc Electron 32 (Activity Detection) (#71)
* 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
2017-05-08 11:30:45 -07:00