Johan Kwarnmark
068e6b5d44
fix: SDA-1657 Maximized SDA saves co-ordinates ( #844 )
...
* sda-1657 printout of main windows position
* sda-1657 Save height, width, x, y for full screen/maximized
* sda-1657 Change from workArea to bounds because full screen use entire screen
* sda-1657 remove save of position and size as before
* sda-1657 keep track of the original position/size of window before it is maximized or full screen
* Fit in middle of immediate display
* Use the new width and height
2020-01-09 10:25:12 +05:30
Kiran Niranjan
a9fc026df9
SDA-1651 - Temporarily disable AOT when screen snippet is open ( #842 )
2020-01-08 17:18:03 +05:30
Kiran Niranjan
b2db06dea8
ELECTRON-1389 - Fix snack bar issue on Windows & Fix RTC pop-out issue ( #771 )
2019-08-28 12:14:28 +05:30
Vishwas Shashidhar
c09eabbc8b
feat: ELECTRON-1463: support linux build ( #770 )
...
* ELECTRON-1463: support linux build
* ELECTRON-1463: add scripts for linux build
* ELECTRON-1463: fix unit tests
* ELECTRON-1463: fix logger issue
* ELECTRON-1463: fix menu not showing up
* ELECTRON-1463: add screen-snippet functionality for linux
* ELECTRON-1463: fix log path for linux
* ELECTRON-1463: fix config path for linux
* ELECTRON-1463: fix config path for linux
* ELECTRON-1463: fix path in spellchecker
* ELECTRON-1463: fix log path issues
* ELECTRON-1463: remove unneeded dependencies and support rpm
2019-08-20 14:30:13 +05:30
Kiran Niranjan
abfda29141
ELECTRON-1368 - Fix SnackBar & DownloadManager in pop-out ( #740 )
2019-07-19 14:30:07 +05:30
Kiran Niranjan
f47b606f9f
ELECTRON-1401 - Fix issues with pop-out window restore ( #738 )
2019-07-18 21:48:05 +05:30
Vishwas Shashidhar
2d958cc75f
fix: ELECTRON-1406: fix issue in windows menu popping up for custom title bar ( #736 )
...
* ELECTRON-1406: fix issue in windows menu popping up for custom title bar
* ELECTRON-1406: apply PR suggestions
2019-07-17 11:55:29 +05:30
Kiran Niranjan
7a1ded34b2
fix: ELECTRON-1380 (Show pop-up menu only on main window) ( #732 )
...
* ELECTRON-1380 - Show pop-up menu only on main window
* ELECTRON-1380 - Fix unit tests
2019-07-16 10:59:50 +05:30
Kiran Niranjan
486d345dc4
fix: ELECTRON-1382 (Fix notification z-index when alwaysOnTop is enabled) ( #727 )
...
* ELECTRON-1382 - Fix notification z-index when alwaysOnTop is enabled
2019-07-12 21:25:48 +05:30
Kiran Niranjan
7034640682
ELECTRON-1364 - Optimize and fix window bounds update issue ( #714 )
2019-07-11 15:48:27 +05:30
Kiran Niranjan
271a0ca4de
ELECTRON-1364 - Throttle maximize and unmaximized state ( #710 )
2019-07-09 16:53:38 +05:30
Kiran Niranjan
7af27d4780
fix: ELECTRON-1227 (Add translations for permissions dialog) ( #699 )
...
* ELECTRON-1227 - Add translations for permissions dialog
* ELECTRON-1227 - Add translations for permissions dialog
* ELECTRON-1227 - Arrange JSON alphabetically
2019-07-05 10:13:19 +05:30
Kiran Niranjan
f17c7cc404
fix: ELECTRON-1238 (Handle session permissions) ( #686 )
...
* ELECTRON-1238 - Handle session permissions
* ELECTRON-1238 - Fix conditions
* ELECTRON-1238 - Resolve conflicts
2019-06-21 14:56:08 -04:00
Kiran Niranjan
2bddbc56ec
fix: Typescript (Fix issues with notification, menu & logger modules) ( #682 )
...
* Typescript - Fix issues with notification, menu & logger
* Typescript - Update unit test case and fix logger circular import
* Typescript - Fix the notification argument issue
2019-06-14 15:32:32 -04:00
Kiran Niranjan
2743d1ba96
Typescript - Fix bound changes issue ( #660 )
2019-05-22 15:53:37 +05:30
Vishwas Shashidhar
4a7fe58fba
add more logging to all the source files
2019-05-16 19:00:00 +05:30
Kiran Niranjan
6aca522a1e
Typescript (Optimize loading styles & register global shortcuts) ( #629 )
...
* Typescript - Optimize loading styles and register global shortcuts
* Typescript - Update version info logic to support BC
* Typescript - Implement memory refresh logic
* Typescript - Optimize memory refresh, devtools & appBridge code
* Typescript - Mock window-handler to fix unit tests
* Typescript - Change logic to remove if else and early exit
2019-04-12 16:11:04 +05:30
Kiran Niranjan
f65fa74057
Typescript (Fix bound changes and update child window security) ( #628 )
...
* Typescript - Update child window security and permissions
* Typescript - Update bound change logic
* Typescript - Update unit tests
* Typescript - Update aip files and package.json
* Typescript - Fix unit tests for child window handler
2019-04-08 13:05:14 +05:30
Kiran Niranjan
13e82bac00
Merge TS context isolation branch onto Typescript master branch ( #598 )
...
* Typescript 🎉
* Typescript 🎉 (logger, get-guid, string-format and throttle)
* Refactor typescript code
* consolidate all the utility functions to one file
* refactor protocol handler feature
* Typescript:
Add code documentation
Add pre-commit hooks
* Typescript: Fix logger formatting
* Typescript: Add support for react
* Typescript: Completed about app
* Typescript: Completed about app
* Typescript: Completed about app
* Typescript - Fix issues with about-app and add login to convert less to css
* Typescript - Fix loading screen
* Typescript - Add custom title bar
* Typescript - Add method to get locale
* Typescript - Add logic to clean up old logs
* Typescript - Add set badge count api
* Typescript - Complete application menu
* Typescript - Add logic to translate menu items
* Typescript - freeze window.ssf api
* Typescript - Handle popup menu on alt key press
* Typescript - Completed activity detection
* Typescript - Completed screen snippet
* Typescript - Add login to close screen snippet
* Typescript - Completed window actions & snackbar, Updated i18n module
* Typescript - Completed native crypto implementation & fixed bugs
* Typescript - Completed Desktop capturer & screen picker implementation
* Typescript - Optimize window actions
* Typescript - Add support for child window
* Typescript - fix pop url validation issue & browserify preload
* Typescript - Completed context menu implementation and fixed screen snippet
* Typescript - Completed screen sharing indicator and fixed i18n usage issue
* Typescript - Fix i18n locale setting issue
* Typescript - Completed download manager
* Typescript - Completed Basic auth
* Typescript - Network connectivity dialog
* Typescript - Handle certificate error
* Typescript - Add translation for certificate error dialog buttons
* Typescript - Add gulp tasks to compile less, typescript and copy files
* Typescript - Fix some issues with custom title bar, loading screen & screen snippet
* Typescript - Remove ES2015 lib
* :typescript: - Do not inject custom title bar for mac
* :typescript: - Fix screen sharing indicator text and format string
* Typescript - Fix esc to full screen
* Typescript - handle multiple/single instance of the client and add safety checks
* Typescript - Refactor code base
* Typescript - Optimize window validation and fix screen picker issue
* Typescript - Optimize protocol handler
* typescript: logger unit test
* typescript: activityDetection unit test (#560 )
* ELECTRON-1022 - Create app bridge that communicates between renderer and preload via postMessage
* ELECTRON-1024 - Add support for screen share and screen sharing indicator
* config unit test (#566 )
* ELECTRON-1024 - Fix screen sharing indicator close issue
* ELECTRON-1022 - Bump Symphony version to 5.0.0 (1.55)
* fixing jest coverage output report (#575 )
* protocol handle unit test (#576 )
* Typescript - Remove unwanted checks in protocol handler and add test cases
* added more tests to increase coverage to 100 for protocol handler
* Typescript download manager unit test (#579 )
* adding enzyme
* download manager unit test
* Typescript - Completed notification workflow
* about app unit test
* Typescript - Fix notification styles
* fixing Compiler error: Generic type ReactElement<P, T> (#583 )
* fix app path on windows (#580 )
* basic auth unit test (#582 )
* screen picker unit test (#587 )
* screen picker unit test
* screen sharing indicator unit test
* loading screen unit test (#588 )
* improving snapshot using snapshotSerializers to remove unnecessary things (#596 )
* Typescript - Enforce braces for if/for/do/while statements.
* Typescript - Fix Lint issues and Unit test
* Typescript - Enable eofline (Ensure the file ends with a newline.)
* Typescript - Update logger logic and format
* Typescript - Provide option for user to set custom log path
* Typescript - Fix eofline in css files
* Typescript - ignore spec from compiling and remove unwanted rebuild command
2019-04-02 10:58:09 +05:30
Kiran Niranjan
9c138ddf25
Typescript - Refactor code base
2019-04-02 10:57:26 +05:30