Vishwas Shashidhar
54156ffc15
ELECTRON-1388: fix typo in notification setting radio button text ( #729 )
2019-07-16 11:02:46 +05:30
Kiran Niranjan
4832c906d1
Revert "ELECTRON-1369 - Set title bar's title once ( #721 )" ( #731 )
...
This reverts commit 92f13bfa61
.
2019-07-16 11:02:33 +05:30
Vishwas Shashidhar
7f5c20a6a8
ELECTRON-1400: fix dev tools disabled localisation ( #733 )
2019-07-16 11:01:53 +05:30
Kiran Niranjan
eb6684e8cb
ELECTRON-1370 - Add default user profile picture ( #728 )
2019-07-16 11:00:45 +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
Vishwas Shashidhar
2c207e9aeb
bump up version to 3.8.1
2019-07-16 10:53:07 +05:30
Kiran Niranjan
e99b78b061
ELECTRON-1370 - Add support for RTC v1 api ( #730 )
2019-07-15 19:50: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
Vishwas Shashidhar
36a68ec01b
fix: ELECTRON-1379: fix localisation for "Version" string ( #726 )
...
* ELECTRON-1379: fix localisation for "Version" string
* ELECTRON-1379: update jest snapshot
2019-07-12 16:34:20 +05:30
Vishwas Shashidhar
3125e9522c
ELECTRON-1381: fix localisation for file not found cases ( #725 )
2019-07-12 15:34:46 +05:30
Keerthi Niranjan
2fd6498689
SEARCH-1582 - Fix sort order check ( #723 )
2019-07-12 15:21:40 +05:30
Kiran Niranjan
92f13bfa61
ELECTRON-1369 - Set title bar's title once ( #721 )
2019-07-12 15:21:33 +05:30
Kiran Niranjan
1225f50812
ELECTRON-1380 - Fix pop-up menu position for native title bar ( #724 )
2019-07-12 15:19:10 +05:30
Kiran Niranjan
0255a692b9
ELECTRON-1346 - Update notification text color to match previous version ( #722 )
2019-07-12 14:42:50 +05:30
Kiran Niranjan
a171c47fe5
ELECTRON-1339 - Update DOM when even custom title bar updates ( #720 )
2019-07-12 10:34:48 +05:30
Kiran Niranjan
3b35754ac0
ELECTRON-1362 - Bump electron version to 3.1.12 to fix notification crash issue ( #719 )
2019-07-12 10:25:01 +05:30
Kiran Niranjan
169fd8cbe0
ELECTRON-1344 - Add logic to persist notification on mouse over ( #718 )
2019-07-11 21:06:43 +05:30
Kiran Niranjan
313fe5fc46
ELECTRON-1346 - Fix notification text color ( #717 )
2019-07-11 17:26:31 +05:30
Vishwas Shashidhar
bcf649e63b
ELECTRON-1373: fix spacing in download manager ( #716 )
2019-07-11 16:23:14 +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
15bd87613c
fix: ELECTRON-1371 (Fix Custom title bar title margin issue) ( #715 )
...
* ELECTRON-1371 - Fix title bar title margin issue
* ELECTRON-1371 - Fix spec for Windows title bar
2019-07-11 15:46:12 +05:30
Kiran Niranjan
d9c52ae745
ELECTRON-1366 - Prevent javascript error related to screen module ( #713 )
2019-07-10 12:00:20 +05:30
Kiran Niranjan
da36f5df54
ELECTRON-1367 - Fix always on top issue when relaunched ( #712 )
2019-07-10 11:59:56 +05:30
Vishwas Shashidhar
b265b646f3
chore: correct the version
2019-07-09 19:36:28 +05:30
Kiran Niranjan
b0bd60fa6d
fix: ELECTRON-1365 & ELECTRON-1350 (fix issues with logo) ( #711 )
...
* ELECTRON-1365 - Fix logo in the custom title bar
* ELECTRON-1350 - Fix about app text color
* ELECTRON-1365 - Remove png file
* ELECTRON-1365 - Update windows title bar snapshot
2019-07-09 19:20:44 +05:30
Vishwas Shashidhar
a6c531dbe4
chore: bump up version
2019-07-09 17:02:37 +05:30
Kiran Niranjan
271a0ca4de
ELECTRON-1364 - Throttle maximize and unmaximized state ( #710 )
2019-07-09 16:53:38 +05:30
Kiran Niranjan
d34de0fff8
ELECTRON-1363 - Fix pop up menu position ( #709 )
2019-07-09 15:08:15 +05:30
Kiran Niranjan
278257c1d1
fix: ELECTRON-1037 (Disable context menu for notification windows) ( #708 )
...
* ELECTRON-1037 - Disable context menu for notification windows
* ELECTRON-1037 - Fix typo
2019-07-09 12:19:46 +05:30
Vishwas Shashidhar
5faa766f07
fix: ELECTRON-1338: fix download manager issues ( #707 )
...
* ELECTRON-1338: add electron-dl logic to handle automatic file downloading
* ELECTRON-1338: fix download count issue
* ELECTRON-1338: group import statements
2019-07-09 11:34:22 +05:30
Keerthi Niranjan
7b0b1300c1
fix: Bump release version 1.55.3-rc.1
( #706 )
...
* Bump release version `1.55.3`
* Bump release version `1.55.3-rc.1`
2019-07-09 11:01:59 +05:30
Vishwas Shashidhar
11f69f47ac
feat: ELECTRON-1357: show version info from pod ( #703 )
...
* ELECTRON-1357: implement getting dynamic version
* ELECTRON-1357: add support for more info window
* ELECTRON-1357: add unit tests for version handler
* ELECTRON-1357: delete unwanted files
* Delete .gulp-tsc-tmp-11966-41547-768xt5.masn2.ts
* Delete .gulp-tsc-tmp-11966-10574-1bhy8kw.k21y.ts
* ELECTRON-1357: caching server data
* ELECTRON-1357: refactor code to remove event emitter and use net module
* ELECTRON-1357: set version info asynchronously
* ELECTRON-1357: add checks for failed requests
2019-07-08 20:35:57 +05:30
Kiran Niranjan
9d887338e8
ELECTRON-1358 - Move setting shell path to main.ts to prevent multiple instance issue ( #704 )
2019-07-08 12:51:29 +05:30
Vishwas Shashidhar
494b886045
fix: ELECTRON-1345: fix protocol handler action issues ( #702 )
...
* ELECTRON-1345: fix processing protocol action
* ELECTRON-1354: add logs for process args
2019-07-05 23:37:14 +05:30
Kiran Niranjan
60d5a0cdde
fix: ELECTRON-1331 (Update the menu element text casing) ( #701 )
...
* ELECTRON-1331 - Update the menu element text casing
* ELECTRON-1331 - Track initial analytics data
2019-07-05 10:23:17 +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
Keerthi Niranjan
2277d4eb92
SEARCH-1564 - Bump swift-search version (safety check) ( #700 )
2019-07-04 18:54:25 +05:30
Keerthi Niranjan
720c653274
feat: SEARCH-1565 - Swift Search - ThreadAPI client interaction with throttling ( #698 )
...
* SEARCH-1564 - Bump swift-search version (destroy search)
* SEARCH-1564 - Bump swift-search version (destroy search)
2019-07-04 14:42:44 +05:30
Kiran Niranjan
ef997dfeb4
ELECTRON-1278 - Bump up screen snippet version to support Virtual Devices ( #697 )
2019-07-04 12:11:46 +05:30
Kiran Niranjan
5402d90ac9
feat: ELECTRON-1331 (Add new performance settings and add support for BI APIs) ( #695 )
...
* ELECTRON-1331 - Add new performance settings and add support for BI APIs
* ELECTRON-1331 - Resolve conflicts
* ELECTRON-1331 - Fix unit test cases
* ELECTRON-1331 - Fix unit test cases and typo
2019-07-04 12:11:29 +05:30
Vishwas Shashidhar
4fd40d1052
Revert "fix: update electron-dl dependency to point to our fork"
...
This reverts commit e9cf8e36
2019-07-03 18:47:16 +05:30
Vishwas Shashidhar
e9cf8e3605
fix: update electron-dl dependency to point to our fork
...
To fix a security issue (xss) in pupa and upgrade to the latest version, we need to resolve it in our fork of electron-dl. More details here -> https://app.snyk.io/vuln/SNYK-JS-PUPA-174563
2019-07-03 18:33:04 +05:30
Vishwas Shashidhar
918c5741a6
fix: ELECTRON-1243: fix chrome flags tests ( #696 )
...
* ELECTRON-1243: add support to control throttling
* ELECTRON-1243: fix chrome flags tests
* ELECTRON-1243: refactor code and address PR comments
2019-07-02 16:24:17 +05:30
Keerthi Niranjan
63534d04cd
SEARCH-1562 - Check index file size before initializing swift-search ( #694 )
2019-06-28 20:09:42 +05:30
Kiran Niranjan
627935bd98
ELECTRON-1292 - Unpack node binding files ( #693 )
2019-06-25 15:04:49 +05:30
Vishwas Shashidhar
1b79deb24a
feature: ELECTRON-1204: allow set expiry to take period dynamically
2019-06-25 13:35:55 +05:30
Kiran Niranjan
2e80c599fc
feat: ELECTRON-1332 (Make Context Isolation configurable) ( #691 )
...
* ELECTRON-1332 - Make Context Isolation configurable
* ELECTRON-1332 - Abstract opts constructors functions
2019-06-25 10:26:01 +05:30
Keerthi Niranjan
0caef99513
SEARCH-1541 - Remove FreeDiskSpace to use node native binding ( #692 )
2019-06-25 00:53:09 -04:00
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
Keerthi Niranjan
79c38e7834
feat: SEARCH-1527 - Display swift-search version details in the More Info ( #688 )
...
* SEARCH-1527 - Display swift-search version details in the More Info window
* SEARCH-1527 - Arrange in alphabetically order
* SEARCH-1527 - Change the implementation to use package json
2019-06-21 14:23:57 -04:00