Kiran Niranjan
5905b7507d
Typescript (Complete notification & notification settings modules) ( #609 )
...
* Typescript - Implement notification settings configuration window
* Typescript - Completed notification and notification settings for Context Isolation
* Typescript - Fix code comment
* Typescript - Enable contextIsolation for all windows
* Typescript - Fix notification setup condition
2019-04-02 10:58:40 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
de6502035b
Typescript autolaunch unittest ( #608 )
...
* mocking electron-log
* auto launch controller unit test
2019-04-02 10:58:40 +05:30
Kiran Niranjan
82b57abaa7
Typescript (About app for Windows) ( #611 )
...
* Typescript - Complete about app screen for Windows
* Typescript - Fix unit test for about app component
* Typescript - Add safety checks for window validation
2019-04-02 10:58:40 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
f565f394b4
app menu unit test ( #607 )
2019-04-02 10:58:40 +05:30
Vishwas Shashidhar
61263282a6
travis ci - update status badge to typescript branch
2019-04-02 10:58:40 +05:30
Vishwas Shashidhar
f7d0e9adf7
travis ci - add status badge
2019-04-02 10:58:31 +05:30
Vishwas Shashidhar
5a913ae44b
add travis ci configuration
2019-04-02 10:58:23 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
b04aee5b9e
app cache handler unit test ( #604 )
2019-04-02 10:58:09 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
49a96d5e9f
utils unit test ( #603 )
2019-04-02 10:58:09 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
9dfe055045
windows title bar unit test ( #597 )
2019-04-02 10:58:09 +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
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
e3f4830c4a
snack bar unit test ( #594 )
2019-04-02 10:57:27 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
e352363848
improving snapshot using snapshotSerializers to remove unnecessary things ( #596 )
2019-04-02 10:57:27 +05:30
Victor R. Braga de Sales Mascarenhasm
600da210cd
about app unit test
2019-04-02 10:57:26 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
663b512dc3
loading screen unit test ( #588 )
2019-04-02 10:57:26 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
e950a39a48
screen picker unit test ( #587 )
...
* screen picker unit test
* screen sharing indicator unit test
2019-04-02 10:57:26 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
8d2fa4f049
basic auth unit test ( #582 )
2019-04-02 10:57:26 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
e2dbf4087d
fix app path on windows ( #580 )
2019-04-02 10:57:26 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
1bbe6486c5
fixing Compiler error: Generic type ReactElement<P, T> ( #583 )
2019-04-02 10:57:26 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
670735a4e9
Typescript download manager unit test ( #579 )
...
* adding enzyme
* download manager unit test
2019-04-02 10:57:26 +05:30
Vishwas Shashidhar
68efbfa0e8
added more tests to increase coverage to 100 for protocol handler
2019-04-02 10:57:26 +05:30
Kiran Niranjan
7ee09ab787
Typescript - Remove unwanted checks in protocol handler and add test cases
2019-04-02 10:57:26 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
05b52380ed
protocol handle unit test ( #576 )
2019-04-02 10:57:26 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
58956e1b32
fixing jest coverage output report ( #575 )
2019-04-02 10:57:26 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
44a96e12c5
config unit test ( #566 )
2019-04-02 10:57:26 +05:30
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS
7de0f1f529
typescript: activityDetection unit test ( #560 )
2019-04-02 10:57:26 +05:30
Victor R. Braga de Sales Mascarenhas
a0a3d77ca0
typescript: logger unit test
2019-04-02 10:57:26 +05:30
Kiran Niranjan
36213a6a18
Typescript - Optimize protocol handler
2019-04-02 10:57:26 +05:30
Kiran Niranjan
152839972e
Typescript - Optimize window validation and fix screen picker issue
2019-04-02 10:57:26 +05:30
Kiran Niranjan
9c138ddf25
Typescript - Refactor code base
2019-04-02 10:57:26 +05:30
Kiran Niranjan
3177e54b6e
Typescript - handle multiple/single instance of the client and add safety checks
2019-04-02 10:57:26 +05:30
Kiran Niranjan
767ef15f9f
Typescript - Fix esc to full screen
2019-04-02 10:57:26 +05:30
Kiran Niranjan
05bedadc77
:typescript: - Fix screen sharing indicator text and format string
2019-04-02 10:57:26 +05:30
Kiran Niranjan
8fabaa5c56
:typescript: - Do not inject custom title bar for mac
2019-04-02 10:57:26 +05:30
Kiran Niranjan
9861818322
Typescript - Remove ES2015 lib
2019-04-02 10:57:26 +05:30
Kiran Niranjan
a923da3667
Typescript - Fix some issues with custom title bar, loading screen & screen snippet
2019-04-02 10:57:26 +05:30
Kiran Niranjan
02c4dd4319
Typescript - Add gulp tasks to compile less, typescript and copy files
2019-04-02 10:56:37 +05:30
Kiran Niranjan
6038c429ae
Typescript - Add translation for certificate error dialog buttons
2019-04-02 10:56:37 +05:30
Kiran Niranjan
a318eac564
Typescript - Handle certificate error
2019-04-02 10:56:37 +05:30
Kiran Niranjan
376c42156b
Typescript - Network connectivity dialog
2019-04-02 10:56:37 +05:30
Kiran Niranjan
e658f8343d
Typescript - Completed Basic auth
2019-04-02 10:56:37 +05:30
Kiran Niranjan
883c0ba3af
Typescript - Completed download manager
2019-04-02 10:56:37 +05:30
Kiran Niranjan
eeb1ff295e
Typescript - Fix i18n locale setting issue
2019-04-02 10:56:37 +05:30
Kiran Niranjan
c58678eeb2
Typescript - Completed screen sharing indicator and fixed i18n usage issue
2019-04-02 10:56:37 +05:30
Kiran Niranjan
196ee2c0fe
Typescript - Completed context menu implementation and fixed screen snippet
2019-04-02 10:56:37 +05:30
Kiran Niranjan
4f65ee21cf
Typescript - fix pop url validation issue & browserify preload
2019-04-02 10:56:37 +05:30
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