Vishwas Shashidhar
0de7f8faad
electron-173: enabled spell checker
2017-10-06 09:28:12 +05:30
Vishwas Shashidhar
7985b68dfd
electron-158: added logic to disable spellchecker
2017-09-27 19:46:02 +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
526c7cc1c9
Merge branch 'master' into electron-113
...
# Conflicts:
# js/main.js
# package.json
2017-09-01 12:53:10 +05:30
Vishwas Shashidhar
1819b7f82d
electron-97: refactored the code as per the ticket (point 5 i.e. local logging covered)
2017-08-24 16:52:32 +05:30
Vishwas Shashidhar
7ab0f75e2e
electron-97: completed point 1 in refactoring
2017-08-23 22:08: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
Kiran Niranjan
1d641fdf24
Electron-111 - Removed some internal dependencies of electron-spellchecker
2017-08-16 13:56:49 +05:30
Kiran Niranjan
65cea1fb1f
Electron-47 - Resolved merge conflicts
2017-08-09 21:34:50 +05:30
Kiran Niranjan
3756d8e3b1
Merge remote-tracking branch 'upstream/master' into ELECTRON-47
...
# Conflicts:
# package.json
2017-08-09 21:31:54 +05:30
Kiran Niranjan
2e943359bb
Electron-104 - Optimized async dependency in electron-notify
2017-08-04 11:58:06 +05:30
Kiran Niranjan
c8ca074f92
Electron-47
...
1. Removed `electron-context-menu` from dependency
2. Added cld.node in app.asar.unpacked dir
3. Resolved conflicts
2017-08-02 16:17:30 +05:30
Kiran Niranjan
e21f7adfaa
Electron-47
...
1. Fixed some issues with windows
2. Changed the arg from external to exclude
2017-08-01 12:19:59 +05:30
Kiran Niranjan
249021046a
Merge remote-tracking branch 'upstream/master' into ELECTRON-47
2017-07-25 14:28:22 +05:30
Kiran Niranjan
6485324677
Implemented Spell checker
2017-07-25 14:27:57 +05:30
Kiran Niranjan
e504150b99
Disabling spectron tests temporarily
2017-07-24 11:49:03 +05:30
Vikas Shashidhar
dec95759e8
Merge pull request #165 from VishwasShashidhar/electron-99
...
Electron 99
2017-07-21 15:30:21 +05:30
Kiran Niranjan
992bc6649e
Electron build issues
...
1. Moved spectron test to a different directory
2. Added a npm command to run spectron test separately
2017-07-20 17:27:48 +05:30
Vishwas Shashidhar
4be11d4563
electron-99: merged master to resolve conflicts
2017-07-19 16:06:41 +05:30
Vishwas Shashidhar
01a77f0850
electron-99: fixed pop out window issue
2017-07-19 15:19:46 +05:30
Vishwas Shashidhar
cd495ba42a
electron-99: disabled sandboxing for windows
2017-07-14 15:07:25 +05:30
Kiran Niranjan
b05bbd5aa7
Merge remote-tracking branch 'upstream/master' into ELECTRON-77
2017-07-13 10:44:11 +05:30
Kiran Niranjan
e146a95620
Electron-77 - Implemented method to update user config
2017-07-13 01:27:21 +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
3c37591de9
Electron-93 - Implemented robotjs for always on top test
2017-07-07 18:18:09 +05:30
Kiran Niranjan
d220b6ada6
Refactored spectron tests
2017-07-06 15:09:50 +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
c99681e53a
Electron-90
...
1. Spectron tests for notification position
2. Added Spectron
2017-07-02 21:52:10 +05:30
Vikas Shashidhar
a4b79ac998
Merge pull request #147 from VishwasShashidhar/electron-48
...
Electron 48 : launch app fully sandboxed
2017-06-29 16:11:16 +05:30
Vikas Shashidhar
299e75eca3
Electron 44 File Download Experience ( #116 )
...
* 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.
2017-06-27 08:08:58 -07:00
Vishwas Shashidhar
cec0932472
electron-48: fixed the product name and added logic to rename the generated exe instead
2017-06-27 15:19:22 +05:30
Vishwas Shashidhar
28bd98655d
electron-48: added logic to launch app fully sandboxed for windows
2017-06-25 14:55:45 +05:30
Vishwas Shashidhar
dcd84ef400
electron-69: fixes the issue raised in the ticket for windows ( #134 )
2017-06-08 09:53:11 -07:00
Lynn
c253741450
fix activity detection tests and build process ( #133 )
2017-06-08 09:10:37 -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
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
105c31af0a
bump electron to ver 1.6.11 ( #110 )
2017-05-25 14:08:14 -07:00
Lynn
573e0e2386
add unpacked build option for mac ( #106 )
2017-05-24 15:03:25 -07:00
Lynn
b21412f1c6
update rebuild ( #86 )
2017-05-10 18:12:47 -07:00
rbarros-daitan
c0908e64ef
Auto Launch ( #75 )
...
* Auto Launch
* Applying comments
* fix app.quit
2017-05-09 14:44:14 -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
Lynn
effa2def9c
downgrad to electron 1.6.7 ( #76 )
2017-05-05 13:52:05 -07:00
Lynn
59a1915481
update to electron 1.6.8 ( #74 )
2017-05-02 16:06:34 -07:00
Lynn
0d735ea859
bump screen-snippet ver
...
bump screen-snippet ver to 1.0.1 - pick up change for msbuild cmd.
2017-04-22 08:07:14 -07:00
Lynn
c6698fe77c
update package.json to fetch screen-snippet dep
...
update package.json to fetch screen-snippet dep
2017-04-22 07:57:27 -07:00
Lynn
fa62eb991c
add screen snippet dep for windows ( #67 )
2017-04-21 16:07:36 -07:00
Lynn
7371c4a8d3
update build and demo instructions ( #63 )
2017-04-19 21:16:39 -07:00
Lynn
b2fcf1afc2
add support for window.open ( #59 )
2017-04-18 09:02:25 -07:00