A desktop client for the Symphony Collaboration Platform built using Electron
Go to file
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
build ELECTRON-132: update icons for the app (#343) 2018-04-23 20:04:13 +05:30
config ELECTRON-453: add functionality to ignore cert transparency checks (#373) 2018-05-21 17:04:24 +05:30
demo ELECTRON-508 - Change error and warn functions to prevent from exposing application path (#388) 2018-06-06 15:42:01 +05:30
installer Electron-486 (Add an option to configure Windows 10 title bar) (#389) 2018-06-06 17:27:10 +05:30
js ELECTRON-519: support Japanese localization for menus, dialogs and windows (#401) 2018-06-19 20:26:04 +05:30
library SEARCH-598 and SEARCH-611 (Deleting data folder on Electron Crash) (#307) 2018-03-15 16:37:50 +05:30
locale ELECTRON-519: support Japanese localization for menus, dialogs and windows (#401) 2018-06-19 20:26:04 +05:30
tests disable failing search update test 2018-06-07 15:49:23 +05:30
.eslintignore update to badget count interface (#32) 2017-03-09 10:12:28 -08:00
.eslintrc more ssf name-space updates (#79) 2017-05-08 10:46:56 -07:00
.gitignore ELECTRON-519: support Japanese localization for menus, dialogs and windows (#401) 2018-06-19 20:26:04 +05:30
DEV_SETUP.md update documentation and package configuration 2018-06-05 16:32:51 +05:30
LICENSE added LICENSE and NOTICE files 2016-12-03 00:59:30 +01:00
NOTICE added LICENSE and NOTICE files 2016-12-03 00:59:30 +01:00
package.json remove stale script in package.json 2018-06-14 12:48:16 +05:30
PULL_REQUEST_TEMPLATE.md update documentation and package configuration 2018-06-05 16:32:51 +05:30
README.md update documentation and package configuration 2018-06-05 16:32:51 +05:30

Symphony Software Foundation - Incubating

SymphonyElectron

About:

SymphonyElectron is a desktop client of the Symphony Communication Platform built for macOS, Windows 10 and Windows 7. We've built this using the popular electron framework to support cross platform desktop apps loaded in a chromium container

Project Goals:

Our goal is to improve the performance and development agility of Symphony's desktop wrapper and build a path to support other wrappers by:

  1. Standardizing the JS to native interfaces
  2. Standardizing the app to app interfaces (current embedding API)
  3. Provide an open and free reference implementation that anyone can contribute to, modify, and make derivative works.

In order to achieve those goals Symphony is participating and working in close collaboration with the Foundation Desktop Wrapper Working Group

Development Setup & Running

Read Dev Setup