Commit graph

209 commits

Author SHA1 Message Date
Hongtao Zhang
234156b153
Move code to ResultListBox to avoid extra children retrieval.
Adjust the CopyText property to automatically return Subtitle is not specified
2022-10-23 18:04:25 -04:00
Jeremy Wu
a200adaa9f
Merge pull request #1352 from Flow-Launcher/rounded-icon-mask-field
Rounded icon mask field
2022-10-03 14:19:55 +11:00
Jeremy
e23eb94caf allow progress bar customisation via plugin 2022-09-12 08:05:03 +10:00
DB p
4bc3367e3f - Add 'Free Space in drive'
- when Type "d:\", showing graph with free space.
2022-09-06 23:59:33 +09:00
Garulf
239c9d7a93 Add field to control if Icon uses rounded mask 2022-08-30 04:26:22 -04:00
Oren Nachman
03cedcc37e AllowedLanguage documentation 2022-08-09 16:38:43 -07:00
Oren Nachman
3648126854 Revert JSON Null change + fix more warnings
See comment inline re:JSON null
2022-08-08 17:35:38 -07:00
Oren Nachman
b85399137e Addressing more warnings 2022-08-08 14:55:04 -07:00
Oren Nachman
a3197f8ee1 Fix (some) build warnings
CS1572
CS1573
CS0168
CS8073
CA2200
VSTHRD110
VSTHRD200
VSTHRD105
SYSLIB0013
CS8524
2022-08-07 21:31:38 -07:00
Jeremy Wu
9bd9b94264
Merge pull request #1123 from Flow-Launcher/AsyncResultCallback
Implement Async Result Execution
2022-07-21 20:34:56 +10:00
Jeremy
3410a630cc bump plugin project 2022-06-10 21:50:48 +10:00
Jeremy
75ff79fc70 target .Net 6 instead of both 5 and 6
Getting consistent build error in VS2022 where the compiled plugin dll is locked down by a process.
2022-06-10 21:47:47 +10:00
Jeremy Wu
e6f5807782 Merge branch 'dev' into Dotnet6 2022-05-23 13:53:15 +10:00
Hongtao Zhang
de1b0a23c6 Rename from ActionAsync to AsyncAction 2022-04-15 18:32:05 -05:00
Hongtao Zhang
4cee1b9740 Implement Async Result Execution to stop JsonRPCPlugin hang Flow when executing results 2022-04-12 04:30:04 -05:00
Jeremy
95ef8bb458 add overload for using Uri object 2022-02-04 08:26:42 +11:00
Jeremy
96cf9fe36a fix application URI logic when opening via WebSearch plugin 2022-01-31 21:36:13 +11:00
Jeremy
3188bd82c0 add OpenUri to interface and change OpenUrl method to OpenUri 2022-01-31 08:34:02 +11:00
Jeremy
f07db3db1d Merge branch 'dev' into websearchUri 2022-01-31 07:50:48 +11:00
Jeremy
c5be5b89cb move logic to view model 2022-01-27 16:35:45 +11:00
Garulf
0f78d5176e Merge branch 'dev' into global-copy-to-clipboard 2022-01-25 13:14:43 -05:00
Hongtao Zhang
32107dbece Support application uri 2022-01-13 17:38:27 -06:00
Jeremy Wu
f6d8d3e9a9
Merge pull request #938 from Flow-Launcher/UpdateXMLDoc
Update XML Docs
2022-01-01 23:13:01 +11:00
Ioannis G
ff3224bb34
revert Result.OriginQuery to internal 2022-01-01 13:45:00 +02:00
Jeremy
4d598cd1f3 bump Plugin project version 2022-01-01 21:50:13 +11:00
Kevin Zhang
1b1800ff5e
Update Flow.Launcher.Plugin/Result.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-31 10:59:53 -06:00
Hongtao Zhang
ab61f5bf1d fix grammar 2021-12-30 15:56:28 -06:00
Hongtao Zhang
45bd31f1f9 update docs 2021-12-30 15:56:13 -06:00
Kevin Zhang
7bf4fdda7b
Update Flow.Launcher.Plugin/Result.cs
Co-authored-by: Ioannis G. <jtgftw@gmail.com>
2021-12-30 11:35:09 -06:00
Kevin Zhang
e9ceec5a11
Update Flow.Launcher.Plugin/Result.cs
Co-authored-by: Ioannis G. <jtgftw@gmail.com>
2021-12-30 11:33:34 -06:00
Hongtao Zhang
b819c79c8d add score default value 2021-12-29 13:45:22 -06:00
Hongtao Zhang
73a605528a Update xml docs 2021-12-29 13:39:39 -06:00
Hongtao Zhang
9bad05043a Include Flow.Launcher.Plguin xml document when debug 2021-12-29 13:39:32 -06:00
Kevin Zhang
06993cf0bc Add net5.0-windows as targetframework for plugin 2021-12-28 11:36:28 -06:00
Kevin Zhang
f9d608840d Upgrade to .net 6 2021-12-28 11:36:28 -06:00
Jeremy
6f9a879f58 remove subtitle highlighting code 2021-12-21 07:19:31 +11:00
Jeremy Wu
fa206e9475
Merge pull request #703 from Flow-Launcher/release_verson_bump
Version bump for Flow 1.9.0 | 2.1.0 plugin release
2021-12-09 21:01:47 +11:00
Jeremy Wu
037e0f83bc
Merge pull request #800 from onesounds/GlobalBrowserSetting
Global browser setting / Private mode option
2021-12-09 20:01:06 +11:00
Jeremy Wu
b3b85c1868
update comment 2021-12-09 19:45:11 +11:00
Hongtao Zhang
dbab7b6ab3 Optional Inprivate argument & Comment 2021-12-08 21:39:31 -06:00
Hongtao Zhang
581e84228c Revert "move url before options"
This reverts commit 13ccd582ce.
2021-12-08 21:35:42 -06:00
Hongtao Zhang
13ccd582ce move url before options 2021-12-08 21:09:32 -06:00
Hongtao Zhang
721a6580f6 Change Space Position for NewWindow 2021-12-08 19:45:38 -06:00
Jeremy
af2277de61 add backwards compatibility for open in new browser tab/window 2021-12-08 21:49:14 +11:00
Kevin Zhang
171a5015db
Update Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-07 23:21:44 -06:00
DB p
f2e284e601 Merge Dev 2021-12-06 18:01:33 +09:00
Kevin Zhang
b3155bcfed Merge remote-tracking branch 'upstream/dev' into GlobalHotkeyRefactor 2021-12-05 17:41:17 -06:00
Kevin Zhang
99a4a3cda8 Adjust arg position 2021-12-05 15:06:10 -06:00
Kevin Zhang
d8eef69e21 Use Global Browser Setting around flow 2021-12-05 13:34:23 -06:00
Kevin Zhang
892a4919a0 Merge branch 'GlobalBrowserSetting' of github.com:onesounds/Flow.Launcher into GlobalBrowserSetting 2021-12-05 13:06:37 -06:00