Gregor Biswanger
41fa8e9e74
Update WebApp to Electron 11.1.1 - Fix Chrome breaking changes with link ref=imports
2021-01-12 03:12:01 +01:00
Dan Gidman
d2f6308dd2
Merge remote-tracking branch 'upstream/master' into bug/442
2021-01-11 15:50:28 -06:00
Gregor Biswanger
f06b95803f
Update to native Electron 11.1.1 - Fix breaking changes and refactoring.
2021-01-11 01:56:39 +01:00
Gregor Biswanger
f82d185865
Merge pull request #505 from aarong-av/aarong-av/donfigurable-default-port
...
Adding a configurable default electron port.
2021-01-11 00:05:14 +01:00
Aaron Gilliland
b803e42a73
Minor fix due to a copy paste issue.
2020-11-14 19:15:54 -06:00
Aaron Gilliland
8af1f50b88
Adding a configurable default electron port. Our environment does not allow for random port assignment. Port 8000 is not an option for our environment.
2020-11-11 07:48:42 -06:00
Dan Gidman
e73655bd68
442: maintain references between socket.io connection events
...
https://github.com/ElectronNET/Electron.NET/issues/442
remove deletes of modules during disconnect
add delete of hostHook during disconnect
check if modules exist before importing them curring connect
move local caches of modules into global scope.
2020-10-06 11:29:53 -05:00
Dan Litty
7518acb3c2
Added support for launching the application with a file on MacOS by listening for the open-file and open-url events from the operating system, and forwarding them to the Electron.NET app when listeners are added
2020-08-31 16:47:05 -04:00
duncan
a49b2ce278
fix ERR_UNKNOWN_URL_SCHEME by intercepting file:// protocol
...
fix whitespace
Revert "fix whitespace"
This reverts commit 608e364ebbabb19ffd6c3e3e0f357251c2e8e348.
fix whitespace
2020-08-13 20:46:10 +01:00
Konstantin Gross
9ddb1b195e
Removed dock methods from app API and moved to dock API
2020-06-01 01:59:40 +02:00
Gregor Biswanger
7aa2268a81
Merge pull request #418 from konstantingross/master
...
Shell API adapted to Electron 9.0.0
2020-05-27 22:26:17 +02:00
Konstantin Gross
c6d67a9145
Log disconnect reason
2020-05-27 00:43:28 +02:00
Gregor Biswanger
029b077602
manage the configuration environment with the electron.manifest.json
2020-05-26 22:03:05 +02:00
Dave Ferguson
b027ca7c66
Exit net core backend on electron quit
...
This change explicitly cleans up the .net core http process when the
hosting electron application quits. On macos, the child process was
sometimes left running depending on how the application was exited.
GH-346
2020-05-18 19:58:31 -04:00
Gregor Biswanger
169abc2376
implement NativeTheme API with shouldUseDarkColors
2020-05-13 14:16:36 +02:00
Gregor Biswanger
14587463e7
add new powerMonitor API js file - fix formating
2020-05-13 01:41:09 +02:00
Rocket
df02855471
Added the API Power
2020-05-11 12:59:21 -05:00
Gregor Biswanger
db6bed43dc
fix memory leak and remove package
2020-05-01 15:52:54 +02:00
Syed Adeel Hassan Rizvi
01d938fb1a
Storing main window instance to reload later.
2020-05-01 22:12:28 +10:00
Syed Adeel Hassan Rizvi
00eb9869dc
1. Watch enabled successfully.
...
2. Reloading electron after build.
2020-05-01 17:29:56 +10:00
Syed Adeel Hassan Rizvi
a0e0cc3bbc
/watch arg added, main.js updated
2020-04-30 22:31:12 +10:00
Gregor Biswanger
a619b6e5c9
Implemented BrowserView API #371
2020-04-23 03:29:52 +02:00
Gregor Biswanger
62b37d059f
add to set author and name in electron.manifest.json #348
2020-04-19 01:22:27 +02:00
Gregor Biswanger
d660dff871
changed App.GetNameAsync and App.SetNameAsync to App.Name - Fixed the Splashscreen bug #357 #350
2020-04-18 17:15:58 +02:00
Gregor Biswanger
a788d71530
Implemented Electrons CommandLine-API, Implemented arguments support, Implemented different manifest file support
2019-11-30 01:30:22 +01:00
Markus Hoffmann
3dda18ac9a
use Electron Port as base
2019-11-02 13:31:18 +01:00
Gregor Biswanger
da4e930478
New Feature: Support for set a custom static Port to ASP.NET Backend - #155
2019-07-28 14:14:15 +02:00
kthrose
8a3b9951fa
fix async issue where same port is considered open
2019-05-29 10:50:24 -04:00
Gregor Biswanger
3a52680a54
Bugfix #258 : electron.manifest.json - singleInstance not working
2019-05-22 18:26:43 +02:00
Gregor Biswanger
e5132e8198
implement AutoUpdater
2019-05-20 01:08:26 +02:00
Gregor Biswanger
c03d6e8976
implement splashscreen support
2019-05-18 15:04:11 +02:00
Gregor Biswanger
5300609360
implement electron-builder support, remove electron-packager
2019-05-18 02:01:06 +02:00
Gregor Biswanger
d0c52a1364
Implement HostHook logic to CLI and API. Implement an example in the Web-App.
2019-05-15 23:56:53 +02:00
Gregor Biswanger
04968d088b
fix ElectronHostHook path, exception handling
2019-01-11 02:42:32 +01:00
Gregor Biswanger
63c2bcdf7c
prototype of electron host hook service and api implementation
2019-01-05 02:17:31 +01:00
Robert Muehsig
15499e38bf
fix socket.io windows firewall trigger
2019-01-02 19:48:14 +01:00
Robert Muehsig
538bc02b54
WIP!
...
Swap portscanner package to a more windows firewall friendly version
fight against socket.io, which is the last part that triggers the firewall
2019-01-02 01:10:39 +01:00
smack0007
0c024448b7
manifestJsonFilePath is now calculated with path.join instead of being a hard coded string.
2018-09-26 22:32:07 +02:00
Gregor Biswanger
ac9d346955
refactoring
2018-09-26 01:31:53 +02:00
Gregor Biswanger
524e6c8dff
fix planned breaking API changes from Electron 4.0
2018-09-25 23:10:58 +02:00
Gregor Biswanger
dcd637ae0f
fix migration problems
2018-07-22 21:35:44 +02:00
Gregor Biswanger
a708ccfc22
Merge pull request #101 from ElectronNET/better-cwd
...
https://github.com/ElectronNET/Electron.NET/issues/72
2018-07-22 17:46:14 +02:00
yaofeng
85127be49e
config
2018-07-16 14:07:51 +08:00
yaofeng
86aae5ee18
finish pack check
2018-07-14 15:55:09 +08:00
yaofeng
e7a9ee07e0
update manifestFile setting
2018-06-14 13:11:42 +08:00
yaofeng
8e38c1f79d
add makeSingleInstance
2018-06-14 10:47:08 +08:00
yaofeng
a874243c9d
loadingWindow add devTools
2018-06-13 15:12:41 +08:00
yaofeng
354b4f09e6
add loadingWindow
2018-06-13 15:03:12 +08:00
yaofeng
e3eee0c32f
1
2018-05-30 10:38:41 +08:00
yaofeng
0997291484
fix: possible eventemitter memory leak delected
...
do: io.setMaxListeners(0);
2018-04-18 16:53:34 +08:00