Jeremy Wu
|
93486783e5
|
update plugin repo url
|
2020-12-23 06:28:59 +11:00 |
|
张弘韬
|
2c9f4149b7
|
optimize use
|
2020-12-22 22:58:27 +08:00 |
|
张弘韬
|
b7a0ada60b
|
Add Mapping to original string after translation. Not sure about the performance, but seems satisfying.
It requires at most n times loop (n: number of translated charater) mapping once.
|
2020-12-22 21:53:59 +08:00 |
|
张弘韬
|
e67058e53e
|
Merge remote-tracking branch 'upstream/dev' into AcronymFuzzy
|
2020-12-22 17:52:19 +08:00 |
|
张弘韬
|
968931e4a0
|
return if cancellation requested before changing _isQueryRunning state
|
2020-12-22 13:45:11 +08:00 |
|
张弘韬
|
88fa862277
|
Use event triggered update method instead of checking Proxy every time doing Http request
|
2020-12-22 00:31:00 +08:00 |
|
张弘韬
|
5ab8c4faa3
|
Update Proxy every time calling a http request method since the proxy setting won't update automatically without action
|
2020-12-21 20:55:28 +08:00 |
|
张弘韬
|
96609f797e
|
Change the place of Wait in PluginManifest to make code more elegent
|
2020-12-21 19:42:50 +08:00 |
|
张弘韬
|
85f5766022
|
Optimize a few code
|
2020-12-21 19:30:18 +08:00 |
|
张弘韬
|
db0b4c1ca4
|
Merge remote-tracking branch 'upstream/dev' into UpdateHttpMaster
# Conflicts:
# Flow.Launcher.Infrastructure/Http/Http.cs
# Plugins/Flow.Launcher.Plugin.PluginManagement/Main.cs
|
2020-12-21 19:23:16 +08:00 |
|
张弘韬
|
acd631be08
|
Change wording
|
2020-12-21 19:09:18 +08:00 |
|
Jeremy Wu
|
431584eb5f
|
Merge pull request #247 from Flow-Launcher/update_readme_usage
Update plugin usage in README
|
2020-12-21 12:57:07 +11:00 |
|
Jeremy Wu
|
a9a62a5847
|
Update README.md
|
2020-12-21 08:57:22 +11:00 |
|
Jeremy Wu
|
adad5ae83b
|
add url website in Settings
|
2020-12-20 21:10:55 +11:00 |
|
弘韬 张
|
cbfa3f354d
|
Inform user when checking update fail or update fail, and wrap all code in one try catch instead of catch each exception seperately since they are all same kind of exception.
Use using instead of manually dispose.
|
2020-12-20 17:44:46 +08:00 |
|
Jeremy Wu
|
110cf2a607
|
version bump
|
2020-12-20 20:28:30 +11:00 |
|
弘韬 张
|
f693f1c6af
|
use Array.empty instead of new [0] to avoid unused allocation
|
2020-12-20 17:25:14 +08:00 |
|
Jeremy Wu
|
3a6b6b721f
|
Flow.Launcher.Plugin version bump
|
2020-12-20 20:23:14 +11:00 |
|
Jeremy Wu
|
7329bdf877
|
Merge pull request #243 from Flow-Launcher/pluginsmanager_update
Update plugins via Pluginsmanager
|
2020-12-20 20:19:25 +11: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
|
829fccff7c
|
Merge pull request #242 from Flow-Launcher/add_pluginsmanager_contextmenu
Add context menu for PluginsManager
|
2020-12-20 14:28:58 +11:00 |
|
弘韬 张
|
d3e88c478a
|
Add Programs Hasher and use IEnumerable instead of ParallelQuery since it performs better.
|
2020-12-19 14:09:16 +08: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
|
ceab9b2ecd
|
PluginsManager version bump
|
2020-12-17 20:37:24 +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
|
5bc9ce8198
|
Merge branch 'dev' into fix_loading_uwp
|
2020-12-17 06:52:37 +11:00 |
|
Jeremy Wu
|
3cf8aba250
|
Merge branch 'dev' into fix_win32_loading
|
2020-12-17 06:51:17 +11:00 |
|
Jeremy Wu
|
919f72ba62
|
use open tab in browser
|
2020-12-17 06:31:33 +11:00 |
|
Jeremy Wu
|
407ff82666
|
version bump for PluginsManager
|
2020-12-16 21:53:02 +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
|
f61a7271c5
|
Merge pull request #239 from Flow-Launcher/restart_install_uninstall
Plugin installation and uninstallation restart without prompt
|
2020-12-16 21:02:03 +11:00 |
|
Jeremy Wu
|
a90c8af931
|
Merge pull request #226 from Zeroto521/dev
Update LICENSE
|
2020-12-16 06:44:06 +11:00 |
|
Zero
|
006eac23d4
|
📄 wox -> flow, update owner
|
2020-12-15 20:36:03 +08:00 |
|
Zero
|
740b3dc701
|
Merge branch 'dev' of https://github.com/Zeroto521/Flow.Launcher into dev
|
2020-12-15 20:35:06 +08:00 |
|
Jeremy Wu
|
1fabbe9ead
|
PluginsManager version bump
|
2020-12-15 20:13:02 +11:00 |
|
Jeremy Wu
|
24372eb76d
|
installation and uninstallation restart after done
|
2020-12-15 20:10:59 +11:00 |
|
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 |
|