Commit Graph

1253 Commits

Author SHA1 Message Date
Kiran Niranjan
cbb920ef1d Typescript - Add support for child window 2019-04-02 10:56:37 +05:30
Kiran Niranjan
81f0a1460e Typescript - Optimize window actions 2019-04-02 10:56:37 +05:30
Kiran Niranjan
1054884417 Typescript - Completed Desktop capturer & screen picker implementation 2019-04-02 10:56:37 +05:30
Kiran Niranjan
c17d5e8536 Typescript - Completed native crypto implementation & fixed bugs 2019-04-02 10:56:37 +05:30
Kiran Niranjan
3f799f10cc Typescript - Completed window actions & snackbar, Updated i18n module 2019-04-02 10:56:37 +05:30
Kiran Niranjan
7771ea5b41 Typescript - Add login to close screen snippet 2019-04-02 10:56:37 +05:30
Kiran Niranjan
b70777bd81 Typescript - Completed screen snippet 2019-04-02 10:56:37 +05:30
Kiran Niranjan
2e7cff5fbf Typescript - Completed activity detection 2019-04-02 10:56:37 +05:30
Kiran Niranjan
c468e581ad Typescript - Handle popup menu on alt key press 2019-04-02 10:56:37 +05:30
Kiran Niranjan
1803469ea0 Typescript - freeze window.ssf api 2019-04-02 10:56:37 +05:30
Kiran Niranjan
7fd7cbfcad Typescript - Add logic to translate menu items 2019-04-02 10:56:37 +05:30
Kiran Niranjan
5e31833b91 Typescript - Complete application menu 2019-04-02 10:56:37 +05:30
Kiran Niranjan
a4858f336b Typescript - Add set badge count api 2019-04-02 10:56:37 +05:30
Kiran Niranjan
8c44c04540 Typescript - Add logic to clean up old logs 2019-04-02 10:56:37 +05:30
Kiran Niranjan
36cc26db8f Typescript - Add method to get locale 2019-04-02 10:56:37 +05:30
Kiran Niranjan
5db20ef743 Typescript - Add custom title bar 2019-04-02 10:56:37 +05:30
Kiran Niranjan
d3b522488a Typescript - Fix loading screen 2019-04-02 10:56:37 +05:30
Kiran Niranjan
e9d8f62080 Typescript - Fix issues with about-app and add login to convert less to css 2019-04-02 10:56:37 +05:30
Kiran Niranjan
fd883f36fa Typescript: Completed about app 2019-04-02 10:56:37 +05:30
Kiran Niranjan
e49537479c Typescript: Completed about app 2019-04-02 10:56:37 +05:30
Vishwas Shashidhar
0641c4b36c refactor protocol handler feature 2019-04-02 10:56:37 +05:30
Kiran Niranjan
19be8422c7 Typescript: Completed about app 2019-04-02 10:56:37 +05:30
Kiran Niranjan
c0453d03b6 Typescript: Add support for react 2019-04-02 10:56:37 +05:30
Kiran Niranjan
bde30c9770 Typescript: Fix logger formatting 2019-04-02 10:56:36 +05:30
Kiran Niranjan
feac64ea62 Typescript:
Add code documentation
Add pre-commit hooks
2019-04-02 10:56:36 +05:30
Vishwas Shashidhar
eb829e2c68 consolidate all the utility functions to one file 2019-04-02 10:56:36 +05:30
Vishwas Shashidhar
6c33d92806 Refactor typescript code 2019-04-02 10:56:36 +05:30
Kiran Niranjan
7fcc6aadb3 Typescript 🎉 (logger, get-guid, string-format and throttle) 2019-04-02 10:56:36 +05:30
Kiran Niranjan
1fc1e29d1a Typescript 🎉 2019-04-02 10:56:36 +05:30
Vishwas Shashidhar
d4dcb933d1 remove spectron related code 2019-04-02 10:50:41 +05:30
Vishwas Shashidhar
8d3878c00d bump up client version 2019-04-01 11:14:56 +05:30
Kiran Niranjan
9418d8103b ELECTRON-1100 - Add safety check for toggle developer tools (#622) 2019-03-29 09:55:54 +05:30
Vishwas Shashidhar
ef392b2c60
Fix Localisation Issues (#620)
* ELECTRON-1073: localise more info window content

* fix localisation on network error strings

* ELECTRON-1074: fix localisation for right click context menu in child windows

* ELECTRON-1097: fix japanese localisation string name for screen sharing indicator

* ELECTRON-1052: add localisation support for screen names in screen sharing window
2019-03-28 18:09:05 +05:30
Keerthi Niranjan
dd5dbda122 SEARCH-1346 - Support new field renderingBlob Swift Search (#619) 2019-03-28 18:08:31 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
b591a1fe56 ELECTRON-1161: converting from png to jpg using jimp (#615) 2019-03-28 10:15:53 +05:30
Vishwas Shashidhar
b55da7be65 travis ci - add configuration to master branch 2019-03-21 14:15:09 +05:30
Kiran Niranjan
e4d5cfbc80 ELECTRON-1141 - Display network error info screen only if SDA ends up in a blank screen (#606) 2019-03-20 20:35:05 +05:30
Vishwas Shashidhar
1fde793427 ELECTRON-967: disable cancel retry button
Disable cancel retry button when user has already clicked on it
2019-03-19 20:32:14 +05:30
Vishwas Shashidhar
2382150984 Merge branch 'master' of github.com:symphonyoss/SymphonyElectron 2019-03-19 19:04:14 +05:30
Kiran Niranjan
c3bbadb955 ELECTRON-967 (Handle network state and implement retry logic) (#600)
* ELECTRON-967 - Display Error content when there is no active network connection

* ELECTRON-967 - Fix css issue for Windows

* ELECTRON-967 - Optimize code
2019-03-19 19:00:40 +05:30
Vishwas Shashidhar
a074126537
ELECTRON-1138: support opening email composition in new window (#602)
* bump up version number

* ELECTRON-1138: support opening email composition in new window

Currently, due to security reasons, we don't open any url which is not the same as the main window url in a new window, instead, we open it in a new tab of the system default browser.

However, this impacts the email app as we'll need new window to be opened to compose an email. This commit fixes that issue by checking if we need to open a sub-domain of the pod url domain.
2019-03-19 18:00:52 +05:30
Vishwas Shashidhar
1818d978e7 Merge branch 'master' of github.com:symphonyoss/SymphonyElectron 2019-03-16 09:44:21 +05:30
Vishwas Shashidhar
3f0e4d66d2 bump up version number 2019-03-15 18:09:35 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
01628e453f ELECTRON-1131: changing extension from jpeg to png on windows (#593) 2019-03-14 22:25:07 +05:30
Kiran Niranjan
71eb796139 ELECTRON-1132 (Remove HKU registry entry on uninstalling the SDA) (#592)
* ELECTRON-1132 - Remove HKU registry entry on uninstalling the SDA

* ELECTRON-1132 - Change logic to use build number instead of version number to validate first time launch

* ELECTRON-1132 - Remove config exits check as we gracefully create a new config file
2019-03-13 16:32:55 +05:30
Kiran Niranjan
491a0ca24e ELECTRON-1129 - Fix first time launch issue (#590) 2019-03-12 21:30:28 +05:30
Vishwas Shashidhar
e8fb5bea91 ELECTRON-1125: upgrade electron framework 2019-03-11 20:11:39 +05:30
Kiran Niranjan
029c545e6f ELECTRON-1110 - Add power shell script to clean up Windows registry entries (#584) 2019-03-11 06:39:16 -07:00
Vishwas Shashidhar
b40c2787bf
ELECTRON-1050: fix issue where we were opening new window for same pod url (#577) 2019-03-04 19:04:35 +05:30
Vishwas Shashidhar
ae508da377 upgrade spellchecker to use new version 2019-03-04 14:27:41 +05:30