Commit graph

2959 commits

Author SHA1 Message Date
弘韬 张
2b085dbcee Merge dev 2021-01-07 20:48:02 +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
弘韬 张
8b602ce047 add default constructor for plugin init context to solve error in testing 2021-01-07 09:42:19 +08:00
弘韬 张
63a9e03d89 format QueryForPlugin code 2021-01-06 19:33:55 +08:00
弘韬 张
c129b7b034 Add constrctor for PluginInitContext 2021-01-06 19:13:42 +08:00
弘韬 张
29ab9db7ce fix reloaddata not working and refactor Init code 2021-01-06 19:11:58 +08:00
Jeremy Wu
fb188690c3
Merge pull request #278 from taooceros/ImageQuality
Image quality
2021-01-06 20:28:28 +11:00
Jeremy Wu
182cdd199a fix typo 2021-01-06 20:24:36 +11:00
Jeremy Wu
8569b44247 search preview consistent 2021-01-06 20:23:38 +11:00
弘韬 张
b2fcd98f2c remove extra horizontalalignment 2021-01-06 17:18:21 +08:00
弘韬 张
e85b766f57 remove extra width 2021-01-06 17:17:24 +08:00
Jeremy Wu
833eccc25a archive mainsearch.png 2021-01-06 20:09:41 +11:00
弘韬 张
4973f2d979 remove png file 2021-01-06 17:05:10 +08:00
弘韬 张
c79e01fc31 remove unintended change and change the binding mode to default 2021-01-06 16:46:38 +08:00
弘韬 张
3bfd900f05 revert change for oneway for mutli binding 2021-01-06 16:10:52 +08:00
弘韬 张
0dd6a982ad change setting window to svg as well 2021-01-06 15:51:52 +08:00
Jeremy Wu
3aa678bb0f
Merge pull request #272 from taooceros/LazyAsyncWithValueTask
Use ValueTask instead of Task
2021-01-06 18:47:23 +11:00
弘韬 张
3b9c10fd66 Use SVG for search icon 2021-01-06 10:34:08 +08:00
弘韬 张
a2f741b376 change bitmap scaling mode to Fant (High Quality) to make the search icon looks better. 2021-01-06 09:59:20 +08:00
Jeremy Wu
b588b94090
Merge pull request #271 from taooceros/HttpErrorHandling
Http error handling
2021-01-05 06:12:29 +11:00
弘韬 张
6703e0d137 Return default image when loading UWP icon fail 2021-01-04 16:31:48 +08:00
弘韬 张
fc015245b3 Change the way checking successfuly 2021-01-04 16:22:48 +08:00
弘韬 张
7967844cf3 make defaultValue readonly and edit comment 2021-01-04 11:10:02 +08:00
弘韬 张
fb640b68c8 Use ValueTask instead of Task 2021-01-04 11:05:59 +08:00
弘韬 张
bc63b9ebfa Change Download to DownloadAsync
Add error handling for download as well
2021-01-04 10:31:05 +08:00
弘韬 张
a8dc1599d7 Add Http Error Handling 2021-01-04 10:28:33 +08:00
Jeremy Wu
aa0ee75950
Merge pull request #270 from taooceros/PluginUpdateErrorHandling
Error handling for plugin update
2021-01-04 06:43:17 +11:00
Jeremy Wu
6287358275 update error message 2021-01-04 06:41:05 +11:00
Jeremy Wu
d35a3bb43d version bump for PluginsManager 2021-01-04 06:40:45 +11:00
弘韬 张
8fa1e2e33f add one more message 2021-01-03 20:49:14 +08:00
弘韬 张
d369108b0b Error handling for plugin update 2021-01-03 20:42:31 +08:00
弘韬 张
63e32f1097 fix testing 2021-01-03 10:52:59 +08:00
弘韬 张
ecf2a7a1f7 change plugin type in pluginLoader for Release 2021-01-03 10:43:05 +08:00
弘韬 张
731c3cdcbc Use OperationCancelledException instead of catch Exception and check 2021-01-03 10:37:36 +08:00
弘韬 张
1c20069598 Rebase to Dev 2021-01-03 10:35:18 +08:00
弘韬 张
6e9e51ec4d Error handling for OperationCancelledException in Program plugin 2021-01-03 10:33:59 +08:00
弘韬 张
69cb8e6147 Reload IAsyncReloadable concurrently 2021-01-03 10:33:59 +08:00
弘韬 张
43cee65c45 Move PluginManagers to Async Model 2021-01-03 10:33:59 +08:00
弘韬 张
d7805d7a8c Make Explorer plugin completely async 2021-01-03 10:33:59 +08:00
弘韬 张
4cb4aa88ef change onstartup name to async 2021-01-03 10:33:59 +08:00
弘韬 张
280b98b47a Move the creation of Window later due to async operation 2021-01-03 10:33:59 +08:00
弘韬 张
7be2a956dd Use cancallationToken.IsCancellationRequested instead of comparing current token with global token 2021-01-03 10:33:59 +08:00
弘韬 张
6326d6f3d5 Startup async 2021-01-03 10:33:59 +08:00
张弘韬
f768b0890b Move Program Plugin to Async model 2021-01-03 10:33:59 +08:00
张弘韬
b8f7d89970 Allows Loading both IPlugin and IAsyncPlugin 2021-01-03 10:33:58 +08:00
张弘韬
3cd609377e Plugin Async ModelAdd Full Async model, including AsyncPlugin and AsyncReloadable 2021-01-03 10:33:10 +08:00
taooceros
d60b873ef5
Merge pull request #263 from Flow-Launcher/pm_manual_reload
Add ability to manual reload PluginsManifest data
2021-01-02 16:00:20 +08:00
Jeremy Wu
b4b30dd34d wait manifest update before proceeding 2021-01-02 18:06:44 +11:00