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
Kiran Niranjan
6af47e9fef
Merge remote-tracking branch 'upstream/master' into ELECTRON-445
...
# Conflicts:
# js/mainApiMgr.js
# js/memoryMonitor.js
# js/preload/preloadMain.js
2018-06-05 16:17:27 +05:30
Kiran Niranjan
46bc71c203
ELECTRON-445 - Add CPU usage for memory refresh logic
2018-06-05 16:03:28 +05:30
Vishwas Shashidhar
3c2529bbdc
Bump up version to 2.7.1
2018-05-24 18:05:46 +05:30
Vishwas Shashidhar
e0808d1e00
ELECTRON-526: fix notification transparent window issue ( #383 )
2018-05-24 18:04:12 +05:30
Kiran Niranjan
7c68e71d83
ELECTRON-525 - Hide cancel button in the Windows installer advance settings ( #382 )
2018-05-24 18:03:58 +05:30
Vishwas Shashidhar
9f4ed7d9cd
bump up version number to 2.7.0
2018-05-23 15:59:11 +05:30
Vishwas Shashidhar
0f39c6f4a9
Merge branch 'master' of github.com:symphonyoss/SymphonyElectron
2018-05-22 18:27:17 +05:30
Vishwas Shashidhar
d092726432
remove old exe file committed to git
2018-05-22 18:26:08 +05:30
Kiran Niranjan
dde5c7097a
Electron-350 (Store/Restore maximized and fullscreen application state on launch) ( #377 )
...
- Update the app to its previous state when the app is launched
- swap checks
2018-05-22 14:29:28 +05:30
Vishwas Shashidhar
ed04aacd73
ELECTRON-479: fix launch on startup issue on first time launch ( #375 )
...
- fix launch on startup first time launch issue
2018-05-22 13:55:47 +05:30
Vishwas Shashidhar
8583da7e1b
ELECTRON-513: upgrade electron framework to 2.0.1 ( #374 )
2018-05-21 17:04:39 +05:30
Vishwas Shashidhar
4ba0db73f5
ELECTRON-453: add functionality to ignore cert transparency checks ( #373 )
...
- add functionality to ignore cert transparency checks for specific urls
- fix reading config file as per PR comments
2018-05-21 17:04:24 +05:30
Kiran Niranjan
2362febc58
ELECTRON-491 - Change method to use getFocusedWindow instead of fromWebContents ( #368 )
2018-05-21 17:03:46 +05:30
Vishwas Shashidhar
c36b639296
ELECTRON-500 / ELECTRON-384: fix protocol handler non-window use case ( #372 )
...
- fix issue in protocol handler when app is not initialized
- fix formatting issues
2018-05-21 13:27:53 +05:30
Kiran Niranjan
8037d16000
ELECTRON-464 - Update title bar with new logo ( #370 )
2018-05-18 09:55:19 +05:30
Vishwas Shashidhar
6eca7ccbe2
ELECTRON-459: fixes the issue ( #369 )
2018-05-16 19:17:18 +05:30
Vishwas Shashidhar
121d12b5d1
bump up version number to 2.6.0
2018-05-14 15:12:19 +05:30
Vishwas Shashidhar
d9b80871f1
remove unused vars
2018-05-10 23:50:06 +05:30
Vishwas Shashidhar
e8dadca6a2
bump up version number
2018-05-10 23:17:58 +05:30
Vishwas Shashidhar
5e423826c5
remove unused vars
2018-05-10 23:17:31 +05:30
Kiran Niranjan
31b62eaef2
ELECTRON-136 (Disable auto reload feature for r51 release) ( #366 )
...
- Disable this feature for r51 release
- Remove commented code
2018-05-10 22:47:06 +05:30
Kiran Niranjan
0f2d52020d
Electron-435 - Optimize reading "isCustomTitleBar" global config field ( #365 )
2018-05-10 18:11:52 +05:30
Vishwas Shashidhar
0ff4a8bb6d
ELECTRON-481: fix the error dialogs with always on top use case ( #364 )
2018-05-10 15:06:37 +05:30
Kiran Niranjan
2fe67c6fb6
Electron-445 - Change API from presence status to meeting status
2018-05-10 13:10:41 +05:30
Vishwas Shashidhar
d60c1cc374
Electron 456 ( #363 )
...
- change memory refresh text
- fix regression on user data path arg
2018-05-09 16:41:26 +05:30
Kiran Niranjan
0a66fc90f2
Electron-470 (Add a new boolean check whether to activate main window) ( #361 )
...
- Add a new boolean check whether to activate main window
- update params to object
2018-05-09 14:49:18 +05:30
Vishwas Shashidhar
6a782efa25
ELECTRON-463: fix typo in the installer ( #362 )
2018-05-09 12:51:58 +05:30
Vishwas Shashidhar
1e924274b3
ELECTRON-455: fix memory leak on closing pop ups ( #359 )
2018-05-09 12:34:04 +05:30