Commit Graph

26 Commits

Author SHA1 Message Date
Kiran Niranjan
ec98374bcf Electron-433 (Changes the logic for updating user config) (#341)
- change logic in handling user config selection on install
- fix log issues
- Update user config by validating execPath or is mac
- Remove post install from aip config
- Update user config by validating execPath or is mac
- Fix lint issues
- use native isNaN method
- Remove unwanted code
- PR review
2018-04-19 23:26:42 +05:30
Kiran Niranjan
b1209083cb Electron-420 - Add 'bringToFront' to the ignoreSettings (#337) 2018-04-13 14:27:43 +05:30
Kiran Niranjan
2de86c8003 Electron-136 (Optimize memory by reloading the app when the user is idle) (#335)
- Refresh app when memory exceeds the threshold and if user is inactive
- Add logic to reload app when memory exceeds threshold and if user is inactive
- Add reload threshold
- Fix unit test
2018-04-11 18:36:46 +05:30
Kiran Niranjan
919882a5b3 Electron-217
Added a warning dialog
Updated to read method to read only from global config
2017-12-21 12:53:57 +05:30
Vishwas Shashidhar
3a8dae853b Merge branch 'master' into electron-194
# Conflicts:
#	js/main.js
2017-11-10 10:44:07 +05:30
Vishwas Shashidhar
6f28edc5bb electron-194: adds support to set chrome flags 2017-10-26 16:53:15 +05:30
Kiran Niranjan
4f4fc69f85 Electron-154 - Optimized reading config fields which fix the menu items issue on Windows 2017-10-16 16:54:20 +05:30
Vishwas Shashidhar
86244f7f56 electron-126: made changes as per the PR comments 2017-09-12 10:54:56 +05:30
Vishwas Shashidhar
44e8103b3d electron-126: supported pretty printing on writing user config 2017-09-11 17:17:44 +05:30
Vishwas Shashidhar
903820acb1 electron-126: fixes issues with user config changes on installation 2017-09-11 17:06:42 +05:30
Vishwas Shashidhar
a1b11074cf electron-126: made changes to mac installation config use cases 2017-09-08 15:27:41 +05:30
Vishwas Shashidhar
2336ca0b7d electron-126: added logging in config file 2017-09-07 13:13:19 +05:30
Vishwas Shashidhar
683962ee03 electron-126: added code documentation 2017-09-06 22:19:44 +05:30
Vishwas Shashidhar
1049807a14 electron-126: implemented changes for single user install in user config 2017-09-06 22:06:00 +05:30
Vishwas Shashidhar
55c3714b2b electron-113: fixes the issues raised by qa. 2017-09-05 11:26:42 +05:30
Vishwas Shashidhar
5e67987696 ELECTRON-113: added documentation 2017-09-01 13:56:02 +05:30
Vishwas Shashidhar
f2909cdebd electron-113: refactored the code as per PR comments 2017-08-23 14:32:58 +05:30
Vishwas Shashidhar
a52cce2104 electron-113: fixed indentation issues 2017-08-22 21:27:33 +05:30
Vishwas Shashidhar
bb939d77ee electron-113: fixed issues w.r.t. reinstall cases on windows 2017-08-22 21:18:21 +05:30
Vishwas Shashidhar
d4807279f6 electron-113: implemented changes as per the use cases defined in the ticket 2017-08-18 17:59:03 +05:30
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
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
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
Lynn
5d3377ec02 add unit test for isInDisplayBounds and config.js (#66)
* add unit test for util: isInDisplayBounds

* add tests for config.js
2017-04-26 09:46:15 -07:00
Lynn
439f283916 saved layout (#62)
* saved layout

* fix fieldName check
2017-04-20 11:54:11 -07:00