Commit graph

3018 commits

Author SHA1 Message Date
张弘韬
d7abae1ab2 Add Cancellation token for file system enumeration 2021-01-19 10:08:37 +08:00
Jeremy Wu
e9e99ab338
Merge pull request #267 from taooceros/PluginAsyncModel
Plugin async model
2021-01-17 19:18:53 +11:00
Jeremy Wu
539f4bf4c4 add eol 2021-01-17 19:10:26 +11:00
Jeremy Wu
969265c24f fix formatting 2021-01-17 19:05:28 +11:00
Jeremy Wu
d741a98112 fixed last index time during init 2021-01-17 18:47:43 +11:00
Jeremy Wu
114c12bdaf formatting and description 2021-01-17 18:47:19 +11:00
Jeremy Wu
5430756770
Merge pull request #293 from taooceros/SelectedCountOptimize
fix TopMostRecord and UserSelectedRecord
2021-01-17 16:28:55 +11:00
弘韬 张
6655a8f168 optimize code 2021-01-15 15:56:28 +08:00
弘韬 张
723265a865 fix TopMostRecord and UserSelectedRecord due to System.Text.Json cannot parse private field in version 3.1 2021-01-15 10:37:13 +08:00
Jeremy Wu
02211f2853
Merge pull request #288 from Flow-Launcher/pluginsmanager_versionbump
Version bump for PluginsManager
2021-01-14 19:57:40 +11:00
弘韬 张
763b51858f Add comment in IPublic, IAsyncPlugin, IReloadable, IAsyncReloadable 2021-01-14 12:24:41 +08:00
弘韬 张
a882dcd2fe Merge remote-tracking branch 'upstream/dev' into PluginAsyncModel 2021-01-14 10:40:00 +08:00
弘韬 张
8fe1fbcf48 Merge dev 2021-01-14 10:39:37 +08:00
Jeremy Wu
7dab5a29b1
Merge pull request #289 from Flow-Launcher/update_readme
Update README.md
2021-01-13 19:40:46 +11:00
Jeremy Wu
ca7a8c2ef3
Update README.md 2021-01-13 19:39:54 +11:00
Jeremy Wu
29ff073793
Merge pull request #290 from taooceros/PriorityScoreHigher
make priority score higher
2021-01-13 13:04:02 +11:00
弘韬 张
fc536aa1ed make priority score higher 2021-01-13 09:39:08 +08:00
Jeremy Wu
96fc1346a9
Merge pull request #276 from taooceros/PluginPriority
Add Plugin Priority Settings
2021-01-12 07:41:11 +11:00
Jeremy Wu
b9158e5566 update typo 2021-01-12 07:36:44 +11:00
Jeremy Wu
b1642cc079 priority score variable for clarity and seperation from original score 2021-01-12 07:31:57 +11:00
Jeremy Wu
b97834d9bc update message + window location 2021-01-12 07:30:01 +11:00
Jeremy Wu
db0fcb2171
Update README.md 2021-01-10 20:59:49 +11:00
Jeremy Wu
15a5bbabb8 version bump for PluginsManager 2021-01-10 13:17:40 +11:00
Ioannis G
e96b84b953
merge PR #283: update Slovak translation 2021-01-09 18:13:52 +02:00
kubalav
16148d59d4 Fix Plugins Manager key name in Slovak translation 2021-01-09 13:24:18 +01:00
Jeremy Wu
777b0b954c Merge remote-tracking branch 'origin/dev' into PluginPriority 2021-01-09 17:11:03 +11:00
Jeremy Wu
b26cf22963
Merge pull request #284 from JohnTheGr8/copy_svg_images_to_output
fix: copy svg images to output from the main project
2021-01-09 17:03:07 +11:00
张弘韬
92be6fd3dd Use Task.Yield to avoid using Parallel.For 2021-01-09 12:01:08 +08:00
Ioannis G
49560db7f6
copy svg images to output from the main project 2021-01-09 02:49:14 +02:00
kubalav
6d5ade4056 Plugins Manager Slovak translation 2021-01-08 09:44:26 +01:00
弘韬 张
c939924ec8 optimize code in searchsuggestions 2021-01-07 21:54:09 +08:00
弘韬 张
1003ce4160 move using to more specific place in Google.cs 2021-01-07 21:48:55 +08:00
弘韬 张
919d5d51ab add using for Bing search source 2021-01-07 21:47:31 +08:00
弘韬 张
971d374582 Merge Dev 2021-01-07 21:43:32 +08:00
弘韬 张
86a9cf31c5 Optimize Websearch code 2021-01-07 21:41:05 +08:00
弘韬 张
8a5f98a6a3 Manually handling TaskCancelledException in search suggestion to aviod stunt in debugging 2021-01-07 21:38:21 +08:00
弘韬 张
a6609d6b2c Add Cancellationtoken for downloadasync
Remove extra action in http for cancellation due to it will throw TaskCancelledExcpetion internally
2021-01-07 21:37:45 +08:00
弘韬 张
2b085dbcee Merge dev 2021-01-07 20:48:02 +08:00
taooceros
d223d2c376
Merge pull request #281 from Flow-Launcher/version_bump_release
1.7.0 version bump
2021-01-07 18:15:51 +08:00
Jeremy Wu
7501a7e7e7 version bump 2021-01-07 20:40:22 +11:00
Jeremy Wu
b348f1dc53
Merge pull request #253 from taooceros/UpdateJson
Replace Json.Net with System.Text.Json
2021-01-07 20:32:22 +11:00
弘韬 张
e1f715e6d6 change commnet 2021-01-07 16:52:05 +08:00
弘韬 张
f72b716fb4 use string.empty instead of null 2021-01-07 11:20:14 +08:00
弘韬 张
a4edbc2cb9 Move WebSearch to Async model 2021-01-07 11:09:08 +08:00
弘韬 张
d0d938b92a Add Cancellationtoken for Http.cs 2021-01-07 11:04:07 +08:00
弘韬 张
a9aeecdabd Merge remote-tracking branch 'upstream/dev' into UpdateJson 2021-01-07 10:58:17 +08:00
Jeremy Wu
012d2d05f2 Merge remote-tracking branch 'origin/dev' into PluginPriority 2021-01-07 13:36:31 +11:00
Jeremy Wu
2b8c4c3ded
Merge pull request #275 from JohnTheGr8/release_in_ci
Create and deploy releases from CI
2021-01-07 13:31:27 +11:00
弘韬 张
8b602ce047 add default constructor for plugin init context to solve error in testing 2021-01-07 09:42:19 +08:00
Ioannis G
407d8f0191
appveyor: simplify deploy conditions 2021-01-07 00:54:00 +02:00