Jeremy Wu
|
2e9d36458e
|
Merge pull request #238 from Flow-Launcher/add_website_link_readme
Add link to website in readme
|
2020-12-15 13:16:53 +11:00 |
|
Jeremy Wu
|
10dea22588
|
add link to website in readme
|
2020-12-15 07:17:19 +11:00 |
|
taooceros
|
0eef6c2db2
|
Merge pull request #231 from Flow-Launcher/add_pluginsmanager
Add PluginsManager for managing PluginsManifest repo
|
2020-12-14 06:10:55 -08:00 |
|
Jeremy Wu
|
0928b0592e
|
Merge pull request #235 from taooceros/AddSpaceForPinyin
Add space for pinyin translation
|
2020-12-14 21:25:47 +11:00 |
|
Jeremy Wu
|
4c773dbaa1
|
clean up, no code changes
|
2020-12-14 21:21:48 +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 |
|
Jeremy Wu
|
b8a3ad8c42
|
change foreach to select
|
2020-12-14 13:46:37 +11:00 |
|
Jeremy Wu
|
49b657b84e
|
use Infrastructure.Http.Get to download plugins
|
2020-12-14 08:48:55 +11:00 |
|
Jeremy Wu
|
ee0fc1ac47
|
fix typo
|
2020-12-14 08:42:42 +11:00 |
|
Jeremy Wu
|
c8b251d63a
|
use Http.Get from Infrastructure
|
2020-12-14 08:41:18 +11:00 |
|
弘韬 张
|
64d67c1aa5
|
Update PinyinAlphabet.cs
optimize Chinese character check logic
Co-Authored-By: ToolGood <toolgood@qq.com>
|
2020-12-12 14:55:41 +08:00 |
|
弘韬 张
|
d64b4b5b0c
|
Change the way getting acronym
|
2020-12-11 22:20:09 +08:00 |
|
弘韬 张
|
aaa938191a
|
Manually add sapce to only the cinese character and the surrounding.
|
2020-12-11 22:08:46 +08:00 |
|
Jeremy Wu
|
c4b2742198
|
add translation method for messages
|
2020-12-11 07:45:01 +11:00 |
|
Jeremy Wu
|
7a7815b9c1
|
remove plugin PluginManagement
|
2020-12-10 23:07:17 +11:00 |
|
Jeremy Wu
|
b17dbcc317
|
refactor
|
2020-12-10 22:58:18 +11:00 |
|
Jeremy Wu
|
4365520fea
|
update settings window to user control
|
2020-12-10 22:18:21 +11:00 |
|
Jeremy Wu
|
712a1456a2
|
add plugin icopath
|
2020-12-10 22:09:27 +11:00 |
|
Jeremy Wu
|
402e2da061
|
use plugin icopath when displaying uninstall plugins
|
2020-12-10 21:31:21 +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 |
|
Jeremy Wu
|
519342178f
|
move download and unzip to utilities class
|
2020-12-10 13:29:47 +11:00 |
|
Jeremy Wu
|
d8191f71bf
|
adjust temporary working directory path
|
2020-12-09 05:28:58 +11:00 |
|
弘韬 张
|
eaf3267353
|
Add space for pinyin translation
|
2020-12-08 19:48:42 +08:00 |
|
Jeremy Wu
|
8c136580e2
|
remove InstallPlugin method from API
- do not allow InstallPlugin method to be called via API
- move InstallPlugin functionality to PluginsManager for use exclusively
|
2020-12-08 21:59:45 +11:00 |
|
Jeremy Wu
|
a72750dc65
|
add plugin download behaviour
|
2020-12-07 21:21:14 +11:00 |
|
Jeremy Wu
|
8d96899a82
|
update icoPath
|
2020-12-07 07:42:23 +11:00 |
|
Jeremy Wu
|
1587010126
|
add plugin search
|
2020-12-07 07:40:42 +11:00 |
|
Zero
|
42f8bbe697
|
Update LICENSE
|
2020-12-06 19:18:57 +08:00 |
|
Jeremy Wu
|
cc1d049cad
|
Plugins Manager scaffolding
|
2020-12-06 21:10:40 +11:00 |
|
Jeremy Wu
|
9ae9d69a57
|
update Plugin json mapping
|
2020-12-06 20:39:26 +11:00 |
|
Jeremy Wu
|
a460aefa1f
|
add PluginsManager
|
2020-12-06 19:58:27 +11:00 |
|
弘韬 张
|
b67f5de4c5
|
Port StringMatcher.FuzzySearch to IPublicAPI
|
2020-12-05 16:55:06 +08:00 |
|
弘韬 张
|
b8d3b42295
|
use singleordefault instead of single since sometims the queue may be empty but method doesn't return
|
2020-12-05 15:49:12 +08:00 |
|
弘韬 张
|
4ea40ab9aa
|
Add the new publish profile file
|
2020-12-04 22:46:23 +08:00 |
|
弘韬 张
|
756c5bce3d
|
fix using unintialized variable in release.
|
2020-12-04 22:30:53 +08:00 |
|
弘韬 张
|
c3d5d4c0ce
|
Don't update collection when both newItems and collection is empty
|
2020-12-04 22:24:25 +08:00 |
|
弘韬 张
|
6267fa9a50
|
fix typo.
|
2020-12-04 22:18:51 +08:00 |
|
弘韬 张
|
aa20d505fe
|
Revert creating a new task when adding result.
|
2020-12-04 21:54:39 +08:00 |
|
弘韬 张
|
01158fdc66
|
Add error handling for the resultUpdateTask to make sure result update can continue when error throw.
|
2020-12-04 21:53:34 +08:00 |
|
弘韬 张
|
eb13a18d52
|
Use task.run in addresult instead of CollectionChange event.
|
2020-12-03 15:38:00 +08:00 |
|
弘韬 张
|
25bc2a70e3
|
Add timeout for waiting collectionchange event, although seems the deadlock isn't caused by this.
|
2020-12-03 10:33:19 +08:00 |
|
弘韬 张
|
e7dd8676ec
|
Change some code and check out what cause those error
|
2020-12-02 23:38:37 +08:00 |
|
弘韬 张
|
98e6a1ab8a
|
Revert using List instead of observablecollection
|
2020-12-02 20:57:23 +08:00 |
|
弘韬 张
|
19c7446552
|
Add Lock to the place we directly update the ResultCollection
|
2020-12-02 13:56:50 +08:00 |
|
弘韬 张
|
e973e1d0bb
|
Update ModernWPF so that the app can run
|
2020-12-02 13:26:05 +08:00 |
|
弘韬 张
|
3607bfde07
|
Change name for publish file
|
2020-12-01 10:37:05 +08:00 |
|
弘韬 张
|
1ddf83fc86
|
Update to DotNet5
|
2020-11-30 11:34:45 +08:00 |
|