Commit Graph

1097 Commits

Author SHA1 Message Date
Kiran Niranjan
cc39f43ee7 ELECTRON-483 (Implement a functionality to display snack bar) (#390)
- Implement a functionality to display snack bar
- Localize snack bar
- Move key press logic to windowMgr
- Center snackbar
- Add functionality to remove snackbar on leave-full-screen event
- Add safety check
- optimize code to listen keydown event only if the window is in full screen
2018-07-09 13:24:35 +05:30
Vishwas Shashidhar
131076c2b0
ELECTRON-599: upgrade electron version to 2.0.4 (#420) 2018-07-04 17:25:39 +05:30
Kiran Niranjan
ea3c789516 ELECTRON-535 - Add missing screen snippet dependency files (#418) 2018-07-03 16:18:31 +05:30
Kiran Niranjan
e6d16241f8 ELECTRON-445 (Change the memory refresh logic to auto-refresh after 4Hrs of user inactivity) (#415)
- Change the memory refresh logic to auto refresh after 4Hrs
2018-07-02 17:17:01 +05:30
Kiran Niranjan
9552e83549 ELECTRON-538 - Fix the scroll issue (#416) 2018-07-02 17:16:29 +05:30
Vishwas Shashidhar
e1c22ea360
ELECTRON-582: upgrade electron version (#417)
- upgrade electron version
- upgrade other dependencies
- fix linting issues
2018-07-02 17:14:30 +05:30
Vishwas Shashidhar
e46edcc157 Merge branch 'rc-1.52.0' 2018-06-27 14:47:44 +05:30
Kiran Niranjan
5b42da6d77 ELECTRON-573 - Disable automatic detection of language and set system locale (#412) 2018-06-27 14:17:03 +05:30
Keerthi Niranjan
4aaa9ac539 Swift Search to Master (#405)
* SEARCH-627 & SEARCH-628

- Add implementation for memory indexing
- Batch indexing and Real-time indexing

* ELECTRON-426 (#345)

- Changes innerHTML to innerText
- Removes 'replaceStrongTag' and 'replaceHTMLTags' function and changing to innerHTML to innerText

* SEARCH-764

- Rework "deleteIndexFolders" in the Electron Preload Script
- Fixes the Security Vulnerability

* SEARCH-764

- Updates spectron test preload api version

* SEARCH-766

- Rework "readFile" in Electron Preload Script
- Removing this method as this is only for the demo app

* SEARCH-766

- Removes merge method

* SEARCH-767

- Rework "path" in Electron Preload Script
- Removes the constructor to use hardcoded path

* SEARCH-767

- Updates unit test

* SEARCH-775

- Adds search api version to match with the client app

* SEARCH-775

- Spectron test fix

* SEARCH-770 (#391)

- constructor is required which was removed as part of SEARCH-767
2018-06-27 14:12:16 +05:30
Vishwas Shashidhar
65c304766f remove logging message in user notification 2018-06-27 06:16:36 +05:30
Vishwas Shashidhar
9362b5cf3a fix resize spectron test 2018-06-26 14:46:38 +05:30
Vishwas Shashidhar
b7d3118265 bump up version number 2018-06-26 14:29:18 +05:30
Vishwas Shashidhar
be2d5d5051 Merge branch 'master' into rc-1.52.0 2018-06-26 14:28:48 +05:30
Vishwas Shashidhar
908d24aa31
Create CODE_OF_CONDUCT.md (#413) 2018-06-26 14:10:05 +05:30
Vishwas Shashidhar
8b75055981 fix linting issues 2018-06-25 15:33:11 +05:30
Vishwas Shashidhar
11e05d8493 fix linting issues 2018-06-25 15:13:38 +05:30
Vishwas Shashidhar
fc18c4716f Update pull request template 2018-06-25 14:59:19 +05:30
Vishwas Shashidhar
4d4412784f Update issue templates 2018-06-25 14:57:56 +05:30
Vishwas Shashidhar
94a361986d
add CONTRIBUTING file 2018-06-25 14:55:28 +05:30
Kiran Niranjan
5ad6ca12d0 ELECTRON-540 - Add support for automatic selection of desktop capturer source (#404)
- Add support to automatic selection of desktop capturer source
- constraint return statements
- Remove unwanted ELECTRON_QA env
- Fix arg issue
2018-06-25 14:36:20 +05:30
Vishwas Shashidhar
70957ccdb6 ELECTRON-536: update translations as per latest data 2018-06-24 12:16:12 +05:30
thaisym1912
aac37db4a3 AVT-768 Add test "Verify whether the main window can be minimized upto 300px" (#402) 2018-06-22 16:28:04 +05:30
Vishwas Shashidhar
4fa422c19f
ELECTRON-536: add missing translation strings (#408)
- add missing translations
- fix macOS menu load issues.
2018-06-21 18:13:03 +05:30
Kiran Niranjan
33f31fc507 ELECTRON-572 - Include missing screensnippet.exe for Windows x86 (#409) 2018-06-21 18:03:14 +05:30
Vishwas Shashidhar
c7a170f1ac bump up version number to 2.8.4 2018-06-21 17:56:15 +05:30
Kiran Niranjan
c78d402d19 ELECTRON-572 - Include missing screensnippet.exe for Windows x86 (#410) 2018-06-21 17:54:50 +05:30
Kiran Niranjan
ee321b2b13 ELECTRON-535 (Add support for screen snippet localization) (#407)
- Bump screen snippet ver to 1.0.2 add support for screen snippet localization
- Update getLanguage to return system locale
2018-06-20 14:15:37 +05:30
Kiran Niranjan
68d9ed9c00 ELECTRON-568 - Enable applications tab only if it is passed in the types (#406) 2018-06-20 11:23:57 +05:30
Vishwas Shashidhar
a26a1d609c
ELECTRON-519: support Japanese localization for menus, dialogs and windows (#401)
- add basic localisation implementation for menu items
- add more strings to support localisation on menus
- add more strings to support localisation on menus
- add all menu items for localisation
- refactor i18n code
- Add localization for screen picker, basic auth and notification settings child windows
- Add localization bridge
- add i18n support to more strings
- update translations
- add events to change language and redo menu template
- move config update logic to windowMgr
- fix linting issues and refactor
- add snipping tool messages
2018-06-19 20:26:04 +05:30
Kiran Niranjan
fd39d680a0 ELECTRON-568 - Enable applications tab only if it is passed in the types (#400) 2018-06-16 14:42:59 +05:30
Vishwas Shashidhar
f2d2ff13da remove stale script in package.json 2018-06-14 12:48:16 +05:30
Vishwas Shashidhar
aa4d490e4d Merge branch 'rc-1.52.0' 2018-06-13 18:12:24 +05:30
Vishwas Shashidhar
b2875674fd bump up version number to 2.8.3 2018-06-13 18:10:44 +05:30
Vishwas Shashidhar
5ad72399cf
ELECTRON-563: fix main window close issue on macOS (#398) 2018-06-13 18:09:32 +05:30
Vishwas Shashidhar
5c3818d5ad
ELECTRON-563: fix main window close issue on macOS (#399)
- fix main window close issue on macOS
2018-06-13 18:09:14 +05:30
Vishwas Shashidhar
47ac213477
ELECTRON-530: add chrome flag to disable background timer throttling (#396)
- add chrome flag to disable background timer throttling
- remove double hyphen while setting flag for consistency
2018-06-12 21:44:11 +05:30
Vishwas Shashidhar
a52c46bb6e
Electron 549: fix main window show javascript error issues (#397)
- support not quitting app on mac upon closing window
- add extra checks for showing main window
2018-06-12 15:17:02 +05:30
Vishwas Shashidhar
89f6bee08a bump up version to 2.8.2 2018-06-11 12:15:45 +05:30
Kiran Niranjan
c5417288ea ELECTRON-445 (Adds memory refresh menu item) (#393)
- Adds memory refresh menu item
- Update menu item text
2018-06-11 12:07:07 +05:30
Vishwas Shashidhar
543e9c44ef
ELECTRON-549: support not quitting app on mac upon closing window (#394) 2018-06-11 12:03:10 +05:30
Vishwas Shashidhar
974b532636 fix dev script in package.json 2018-06-08 13:10:23 +05:30
Vishwas Shashidhar
33f439f2b4 disable failing search update test 2018-06-07 15:49:23 +05:30
Vishwas Shashidhar
2c389c3074 bump up version number to 2.8.0 2018-06-07 07:09:52 +05:30
Vishwas Shashidhar
72108ea213 update the spectron tests script and add support for case insensitive command line args parsing 2018-06-06 18:14:30 +05:30
Kiran Niranjan
d1c1e3caa2 Electron-486 (Add an option to configure Windows 10 title bar) (#389)
- Initial title bar menu item implementation
- Allow users to customization title bar style
- Add separators for menu item and hide action items
- Fix menu item separator and bold text in installer
2018-06-06 17:27:10 +05:30
Kiran Niranjan
a54266a0ae ELECTRON-508 - Change error and warn functions to prevent from exposing application path (#388) 2018-06-06 15:42:01 +05:30
Kiran Niranjan
7ae769df7e ELECTRON-508 (Fix security issue with getSource and getSources) (#384)
- Fix security issue with getSource and getSources
- Change method to get desktop sources
- Fix lint issues
2018-06-06 15:18:32 +05:30
Vikas Shashidhar
0a5c5ab193
Merge pull request #360 from KiranNiranjan/ELECTRON-445
Electron-445 (Added a new API to keep electron in sync with client app user meeting status)
2018-06-06 13:48:03 +05:30
Kiran Niranjan
984c54ad80 ELECTRON-445 - Resolved conflicts 2018-06-06 12:59:51 +05:30
Vishwas Shashidhar
77893192bd update documentation and package configuration 2018-06-05 16:32:51 +05:30