Commit graph

59 commits

Author SHA1 Message Date
Kevin Zhang
c5d24c407a
Merge branch 'dev' into SpecialCtrl 2021-05-16 14:50:39 +08:00
弘韬 张
d421a950f6 Add special ctrl for Pluginsmanager and Shell plugin 2021-05-15 02:17:57 +08:00
Jeremy
5ccf4c5694 fix action keyword when more than one query term is typed 2021-05-10 20:15:33 +10:00
弘韬 张
a3c61c26cc don't remove setting when updating 2021-02-19 05:05:03 +08:00
Jeremy Wu
c2dd536b9b Merge branch 'dev' into FixUnexpectedErrorNotice 2021-02-15 21:13:24 +11:00
Jeremy Wu
0707ae3997 fix formattng 2021-02-13 21:03:26 +11:00
弘韬 张
59a767fafb remove unexpected space 2021-02-13 12:22:59 +08:00
弘韬 张
9df7201037 Remove setting after uninstalling plugin 2021-02-12 23:47:21 +08:00
Jeremy Wu
bcf046f842 fix move method call only restricted to within the same drive 2021-02-03 20:51:19 +11:00
弘韬 张
1f6e6e5e09 fix format 2021-02-03 10:25:29 +08:00
弘韬 张
a65db9b626 Merge Dev 2021-02-03 10:24:03 +08:00
弘韬 张
71664bddc0 Optimize Logic 2021-02-03 10:23:38 +08:00
Jeremy Wu
a6e5602520 formatting fix 2021-02-03 13:00:16 +11: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
张弘韬
415adb72bf Optimize Logic 2021-01-17 18:46:08 +08: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
弘韬 张
bc63b9ebfa Change Download to DownloadAsync
Add error handling for download as well
2021-01-04 10:31:05 +08:00
Jeremy Wu
6287358275 update error message 2021-01-04 06:41:05 +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
Jeremy Wu
81cb20bf91 add return to continue 2021-01-01 21:54:34 +11:00
Jeremy Wu
cab1b93183 move install method into try catch 2021-01-01 19:13:14 +11:00
Jeremy Wu
54f6858937 add plugin name to error msg popup 2021-01-01 19:03:06 +11:00
Jeremy Wu
a65e17dba0 fix wrong error message 2021-01-01 18:57:58 +11:00
弘韬 张
c485578cff Use CompareTo to check update for InstallOrUpdate method 2020-12-29 18:48:55 +08:00
弘韬 张
d0743f6276 Await Http.Download in Update method 2020-12-29 18:48:00 +08:00
弘韬 张
d4f94c66ac Make InstallOrUpdate to async 2020-12-29 18:33:53 +08:00
Jeremy Wu
f9349a64e9 fix condition of version compare 2020-12-29 17:49:37 +11:00
Jeremy Wu
a1a45a4989 add eof 2020-12-29 17:49:11 +11:00
弘韬 张
c94a2f4c95 Use string.CompareTo instead of equal to check for update 2020-12-29 13:06:08 +08:00
弘韬 张
bb9682f791 Move get default hotkeys to pluginmanger and make Main.Context non-static 2020-12-29 12:14:59 +08:00
弘韬 张
5a0358718c Update PluginManifest if last update time is 12 hours ago 2020-12-28 23:23:25 +08:00
弘韬 张
deaac1c7e4 replace install from search keyword 2020-12-27 22:33:12 +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
5ab021f444 update per comment 2020-12-20 20:08:52 +11:00
Jeremy Wu
a6bd480534 Merge remote-tracking branch 'origin/dev' into pluginsmanager_update 2020-12-20 19:55:19 +11:00
Jeremy Wu
c2ca29dcda add go to update section if update exists when install 2020-12-17 21:37:38 +11:00
Jeremy Wu
cca53c2a7d add hide main window override 2020-12-17 21:07:47 +11:00
Jeremy Wu
7e8c49502e add plugin update call 2020-12-17 20:37:01 +11:00
Jeremy Wu
df454778ec update plugin containing folder name from id to version 2020-12-17 19:00:27 +11:00
Jeremy Wu
f12ea653d2 move autocomplete to method 2020-12-17 18:54:30 +11:00
Jeremy Wu
a0773a60b3 Merge branch 'dev' into add_pluginsmanager_contextmenu 2020-12-16 21:52:18 +11:00
Jeremy Wu
88af30207c add context menu for PluginsManager 2020-12-16 21:52:00 +11:00
Jeremy Wu
24372eb76d installation and uninstallation restart after done 2020-12-15 20:10:59 +11:00
Jeremy Wu
d69337c17a add uninstall autocomplete & move uninstall hotkey to settings 2020-12-14 21:05:32 +11:00
Jeremy Wu
8a86bf7496 add fuzzy search score for ordering 2020-12-14 19:14:50 +11:00
Jeremy Wu
5d7102eadb remove select 2020-12-14 14:11:53 +11:00