Jack251970
|
55d1754ed6
|
Move PluginManifest public function to api
|
2025-04-04 16:05:33 +08:00 |
|
Jack251970
|
df84e02f55
|
Improve code quality
|
2025-04-04 15:37:03 +08:00 |
|
Jack251970
|
37058f7651
|
Improve code quality.
|
2025-01-04 21:55:44 +08:00 |
|
Ioannis G
|
2d6b476685
|
use Ctrl+R to fetch primary manifest source
from a `pm install` or `pm update` query
should help with #2048
|
2023-07-05 17:01:55 +03:00 |
|
Ioannis G
|
f03ac76494
|
throttle PluginsManifest.UpdateManifestAsync
avoid repeatedly fetching manifest data while the user is typing a `pm` query
|
2023-07-05 16:54:50 +03:00 |
|
Vic
|
00e6e5b30d
|
Remove unused using
|
2023-04-25 21:02:34 +08:00 |
|
Vic
|
e065743957
|
remove await to speedup startup
|
2022-11-02 18:11:14 +08:00 |
|
Oren Nachman
|
30669e8c25
|
Further cleanups
|
2022-08-09 20:18:37 -07:00 |
|
Ioannis G
|
a0bb995643
|
PluginsManager: refactor sub-commands
Rename them to something more accurate, switch them to be const
|
2022-01-12 23:48:16 +02:00 |
|
Ioannis G
|
d6bca894ff
|
PluginsManager: remove IAsyncReloadable
no point for it, anymore
|
2022-01-12 19:25:42 +02:00 |
|
Ioannis G
|
bc5a9710b3
|
PluginsManager: fetch plugins on init
|
2022-01-12 19:22:55 +02:00 |
|
Ioannis G
|
d95010697d
|
PluginsManager: simplify passing down of queries
|
2022-01-11 08:55:59 +02:00 |
|
Ioannis G
|
33fb0ddee6
|
refactor PluginsManifest to use conditional requests
|
2022-01-11 06:00:14 +02:00 |
|
Hongtao Zhang
|
5ae9ee46c0
|
Suppress Startup Manifest Download Error Notification
|
2021-12-19 11:37:38 -06:00 |
|
Jeremy
|
a07252cc04
|
add ability to switch off warning when unknown source
fixed search terms to show with out to lower
|
2021-11-21 16:09:49 +11:00 |
|
Kevin Zhang
|
3d06404614
|
Move PluginsManifest to Flow.Launcher.Core & Change PluginStore Binding to PluginsManifest
|
2021-10-10 16:46:54 -05:00 |
|
Kevin Zhang
|
47cb7a4ebc
|
another check to avoid re-update lastUpdateTime
|
2021-07-04 18:53:40 +08:00 |
|
张弘韬
|
d84eff7712
|
Remove unneccessary api, rename storage api, and update comment
|
2021-05-13 19:29:21 +08:00 |
|
张弘韬
|
25f6e664f2
|
add auto save for all setting that has been registered, and remove Separate Save
|
2021-05-12 00:37:28 +08:00 |
|
张弘韬
|
33accbd5d4
|
Move most direct call of PluginJsonStorage to API call
|
2021-05-11 20:24:22 +08:00 |
|
弘韬 张
|
71664bddc0
|
Optimize Logic
|
2021-02-03 10:23:38 +08:00 |
|
弘韬 张
|
2271ec16fd
|
Optimize exception message logic
|
2021-01-29 12:17:17 +08:00 |
|
弘韬 张
|
89453f441d
|
Await Update when manifest is not ready
|
2021-01-29 12:09:18 +08:00 |
|
弘韬 张
|
5d894ec154
|
Don't await download manifest when it is unavaliable, but only await when calling install method to allow user using uninstall when manifest is not ready.
|
2021-01-25 17:18:48 +08:00 |
|
Jeremy Wu
|
49d5faee9e
|
formatting
|
2021-01-21 13:41:50 +11:00 |
|
弘韬 张
|
912cca6c5f
|
Use callback to check whether downloading manifest successfully.
|
2021-01-20 18:00:16 +08:00 |
|
Jeremy Wu
|
2463582af0
|
fix error message not working + increase delay
|
2021-01-19 08:52:12 +11:00 |
|
张弘韬
|
d203a7a5f3
|
Add Cancellation Token
|
2021-01-17 18:42:01 +08:00 |
|
张弘韬
|
bf96a60862
|
Only wait PluginManifest downloading for 500ms to allow Flow to be used even without internet connection.
|
2021-01-17 18:39:53 +08:00 |
|
弘韬 张
|
43cee65c45
|
Move PluginManagers to Async Model
|
2021-01-03 10:33:59 +08:00 |
|
Jeremy Wu
|
b4b30dd34d
|
wait manifest update before proceeding
|
2021-01-02 18:06:44 +11:00 |
|
Jeremy Wu
|
97ac427517
|
add manual reload of PluginsManifest data
|
2021-01-02 16:58:23 +11:00 |
|
弘韬 张
|
d4f94c66ac
|
Make InstallOrUpdate to async
|
2020-12-29 18:33:53 +08:00 |
|
Jeremy Wu
|
000bafd116
|
use camelCase and make last update time variable private
|
2020-12-29 18:56:51 +11:00 |
|
Jeremy Wu
|
0a47636bc9
|
remove obsolete settings property in context menu class
|
2020-12-29 18:13:52 +11:00 |
|
Jeremy Wu
|
a1a45a4989
|
add eof
|
2020-12-29 17:49:11 +11:00 |
|
弘韬 张
|
f0267475f5
|
Change call method for default hotkeys.
Remove extra whitespace
add await using for stream
|
2020-12-29 12:23:15 +08:00 |
|
弘韬 张
|
bb9682f791
|
Move get default hotkeys to pluginmanger and make Main.Context non-static
|
2020-12-29 12:14:59 +08:00 |
|
弘韬 张
|
00457ddc29
|
change totalSeconds to Hours
|
2020-12-29 12:08:41 +08:00 |
|
弘韬 张
|
5a0358718c
|
Update PluginManifest if last update time is 12 hours ago
|
2020-12-28 23:23:25 +08:00 |
|
张弘韬
|
34f51927cf
|
1. Move PluginsManager constuction to Init().
2. Return HotKeys list when query is like "pm *"
|
2020-12-27 21:13:25 +08:00 |
|
Jeremy Wu
|
7e8c49502e
|
add plugin update call
|
2020-12-17 20:37:01 +11:00 |
|
Jeremy Wu
|
d69337c17a
|
add uninstall autocomplete & move uninstall hotkey to settings
|
2020-12-14 21:05:32 +11:00 |
|
Jeremy Wu
|
1a59da4adc
|
add plugin uninstall method
|
2020-12-10 21:28:01 +11:00 |
|
Jeremy Wu
|
311222ecd5
|
update file name update method name
|
2020-12-10 19:54:30 +11:00 |
|