Commit graph

2226 commits

Author SHA1 Message Date
Ioannis G
53bc0f2cba
plugin: set Authors to the nuget org name 2020-05-04 14:56:35 +03:00
Ioannis G
f57fdfbc50
appveyor: update path to Plugin artifacts
and remove the pack step from the post-build script (no longer needed)
2020-05-04 14:42:36 +03:00
Ioannis G
2d6dd97921
pack Plugin project on Release builds
also use the new format for package symbols (snupkg)
2020-05-04 14:33:11 +03:00
Ioannis G
6ef4c04b97
add package details to Flow.Launcher.Plugin.csproj 2020-05-04 12:48:00 +03:00
Ioannis G
fed56d26ad
update the post build script
* use dotnet pack for the plugin project
* refactor Zip-Release and Pack-Squirrel-Installer functions
* remove reference to NuGet.CommandLine - no longer needed
2020-05-04 12:47:59 +03:00
Ioannis G
85d2b3f522
update appveyor.yml 2020-05-04 12:47:58 +03:00
Ioannis G
cf2947dd94
remove unused includes in project files 2020-05-04 12:47:56 +03:00
Jeremy Wu
8677421ab5
Merge pull request #33 from Flow-Launcher/load-environment-variables-dynamically
Load environment variables from system
2020-05-04 06:34:27 +10:00
SysC0mp
cfdbd19d99 Remove variable and use returned dictionary directly 2020-05-03 18:05:01 +02:00
SysC0mp
64de0ceef3 Remove unused usings 2020-05-03 16:02:31 +02:00
SysC0mp
31501a1a9e Load environment variables from system 2020-05-03 16:02:15 +02:00
SysC0mp
a66b4cd057 New method to check for environment variable 2020-05-03 16:00:27 +02:00
Jeremy Wu
484eb9cdff
Merge pull request #32 from JohnTheGr8/folder_plugin_env_strings
Folder plugin: handle environment string paths
2020-05-03 23:12:57 +10:00
Jeremy Wu
1f6508203a
Merge pull request #30 from JohnTheGr8/dependency_bumps
Dependency updates
2020-05-03 21:23:38 +10:00
Ioannis G
8ee168bb12
plugin/folder: handle environment string paths 2020-05-03 14:00:01 +03:00
Jeremy Wu
40cab3b251
Merge pull request #28 from Flow-Launcher/fix-thumbnail-loading
Fix thumbnail image loading
2020-05-03 14:43:34 +10:00
Jeremy Wu
4e67f28a64
Update explanation wording 2020-05-03 14:32:52 +10:00
Ioannis G
ef95913aba
update projects with SatelliteResourceLanguages
Without this property set, the output folder is populated with multiple
culture-specific versions of `Fsharp.Core.resources.dll`
2020-05-02 19:52:41 +03:00
Ioannis G
0cedc8b8f2
bump NLog dependency in Program plugin
from 4.7.0-rc1 to 4.7.0
2020-05-02 14:28:33 +03:00
Ioannis G
6db1f908c3
update dependencies in Flow.Launcher.Test
* Microsoft.CodeCoverage 16.4.0 -> 16.6.1
* Microsoft.NET.Test.Sdk 16.4.0 -> 16.6.1
* Microsoft.TestPlatform.ObjectModel 16.4.0 -> 16.6.1
* Microsoft.TestPlatform.TestHost 16.4.0 -> 16.6.1
* Moq 4.13.1 -> 4.14.1
* NUnit3TestAdapter 3.15.1 -> 3.16.1
2020-05-02 14:23:33 +03:00
Ioannis G
1dcaf62e27
add dependency to FSharp.Core
ensure there are no runtime errors when FSharp.Core cannot be located:
* add reference to FSharp.Core 4.7.1 in Flow.Launcher.Core
* update FSharp.Core to 4.7.1 in HelloWorldFSharp
2020-05-02 14:13:20 +03:00
SysC0mp
a3b25d107c Add retry logic for thumbnail loading 2020-05-02 13:12:34 +02:00
SysC0mp
1f94b87d36 Fix variable name 2020-05-02 13:11:39 +02:00
SysC0mp
33300f85ca Merge branch 'dev' into fix-thumbnail-loading 2020-05-02 12:42:56 +02:00
Ioannis G
be3b74d9bb
fix issue extracting file thumbnails in parallel 2020-05-02 13:14:51 +03:00
Ioannis G
07be7e2bea
bump PropertyChanged.Fody to 3.2.8
This outdated dependency causes `dotnet build`, `dotnet pack` etc to fail
2020-05-02 09:46:38 +03:00
Ioannis G
f78fbf7e42
Merge pull request #29 from Flow-Launcher/fix-fsharp-icon-path
add icon to the sample F# plugin
2020-05-01 17:44:12 +03:00
SysC0mp
c23073ec47 Fix IcoPath 2020-05-01 16:25:43 +02:00
SysC0mp
ce9ca5dabd Add default app.png image 2020-05-01 16:25:32 +02:00
SysC0mp
20d7646274 Add missing icon path 2020-05-01 12:10:51 +02:00
SysC0mp
c12dc8e543 Additional code cleanups
- Use same variable naming for private members
- Remove unnecessary whitespaces
2020-05-01 11:58:48 +02:00
SysC0mp
1dbc061c2c Remove parallel loading of icons
This is causing null exceptions on Wox startup and will lead
to thumbnails not loaded at all.
2020-05-01 11:56:30 +02:00
Jeremy Wu
8605374514
Merge pull request #25 from JohnTheGr8/feat_fsharp_plugins
Add support for F# plugins
2020-04-30 19:06:16 +10:00
Ioannis G
1238d86fc5
add HelloWorldFSharp example plugin 2020-04-30 11:40:28 +03:00
Ioannis G
032a203224
add F# as an allowed plugin language
* rename PluginsLoader.CSharpPlugins to the more generic DotNetPlugins
* add AllowedLanguage.IsDotNet which checks for either C# or F#
2020-04-30 11:40:26 +03:00
Jeremy Wu
eb26329e01
Merge pull request #24 from JohnTheGr8/fix_plugin_typo
fix typo in IPublicAPI
2020-04-30 18:01:23 +10:00
Ioannis G
9ac9a2f218
fix typo in IPublicAPI
`RestarApp` to `RestartApp`. Mark `RestarApp` as obsolete.
2020-04-30 09:54:13 +03:00
Jeremy Wu
f53740a567
Merge pull request #23 from Flow-Launcher/fix_folder_delete
Folder plugin- Recursive delete sub folders and files
2020-04-30 07:32:23 +10:00
Jeremy Wu
d63ae1570a Recursive delete sub folders and files 2020-04-29 19:37:16 +10:00
Jeremy Wu
b44c9b6469 Update from method name change method 2020-04-29 19:02:57 +10:00
Jeremy Wu
df1af8f45a Update method name to describe purpose 2020-04-29 18:58:52 +10:00
Jeremy Wu
46ed642298 Fix file path not opening 2020-04-29 18:58:21 +10:00
Jeremy Wu
8ae1a9139e
Merge pull request #21 from Flow-Launcher/update_readme
Update readme- First cut
2020-04-27 21:18:19 +10:00
Jeremy Wu
8077d3e873
Add 'star it' message 2020-04-27 21:17:18 +10:00
Jeremy Wu
cd670e70ad
Merge pull request #18 from Flow-Launcher/fix_load_uwp
Fix UWP apps loading
2020-04-27 19:17:01 +10:00
Jeremy Wu
cc409d8a5b
Minor updates 2020-04-26 21:52:44 +10:00
Jeremy Wu
18dfcf1a99
Move status down 2020-04-26 21:43:52 +10:00
Jeremy Wu
002d37c726
Update per suggestion 2020-04-26 21:37:22 +10:00
Jeremy Wu
374e1f6207 Added unit testing 2020-04-26 20:30:18 +10:00
Jeremy Wu
b10414f4b5
Merge pull request #22 from Flow-Launcher/remove_default_bat_programload
Remove default loading of .bat extension files
2020-04-26 11:08:23 +10:00