弘韬 张
bcb144eb47
change autogenerated summary to english
2021-01-06 17:00:16 +08:00
弘韬 张
e790e9474e
Add Plugin Priority Settings
2021-01-05 16:11:38 +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
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
Jeremy Wu
661c64b1c2
version bump for PluginsManager
2021-01-02 17:00:10 +11:00
Jeremy Wu
97ac427517
add manual reload of PluginsManifest data
2021-01-02 16:58:23 +11:00
taooceros
3d9cd13bd6
Merge pull request #257 from Flow-Launcher/fix_error_capturing
...
Fix error handling in PluginsManager and plugins query, fixed postbuild script duplicate deletion during build
2021-01-02 10:41:35 +08:00
Jeremy Wu
1d0a12f0aa
Merge pull request #261 from Flow-Launcher/versionbump_csprojfixes
...
Use wildcard to include images
2021-01-02 13:29:28 +11:00
Jeremy Wu
482988c288
use wild card to include images for main project
2021-01-02 12:59:58 +11:00
Jeremy Wu
08f97f0ef9
change csproj images folder to use wildcard
2021-01-02 12:57:13 +11:00
Jeremy Wu
be1776fd21
version bump for plugins
2021-01-02 12:47:20 +11:00
Jeremy Wu
f15c150c27
Merge pull request #259 from JohnTheGr8/fix_plugin_i18n
...
Include all plugin translation files as content
2021-01-02 12:28:44 +11:00
Jeremy Wu
041bf4e9c4
add condition to match name also
2021-01-02 12:10:06 +11:00
Jeremy Wu
75f5a81a31
update exception message
2021-01-02 11:55:06 +11:00
Ioannis G
8ab528c380
fix slovak translation
2021-01-02 00:00:12 +02:00
Ioannis G
f3355c525d
fix: properly include all plugin translation files
2021-01-01 23:15:37 +02:00
张弘韬
f1badd6ae2
Add Exception Handling for Querying plugins results
2021-01-01 21:19:05 +08:00
Jeremy Wu
29a382085f
method name update
2021-01-02 00:09:02 +11:00
Jeremy Wu
6d66aa3f44
fix script to delete with condition dll version is same
2021-01-02 00:06:55 +11:00
Jeremy Wu
81cb20bf91
add return to continue
2021-01-01 21:54:34 +11:00
Jeremy Wu
878f7bf5df
version bump for PluginsManager
2021-01-01 19:49:19 +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
Jeremy Wu
27a0b934c6
update maintenance badge
2021-01-01 18:39:41 +11:00
Jeremy Wu
5f345e150f
Merge pull request #245 from taooceros/InformUserWhenUpdateFail
...
Inform user when checking update fail
2020-12-31 16:34:53 +11:00
弘韬 张
47bae4768f
Merge remote-tracking branch 'upstream/dev' into InformUserWhenUpdateFail
2020-12-31 13:08:16 +08:00
弘韬 张
4a2e6db355
Merge branch 'InformUserWhenUpdateFail' of github.com:taooceros/Flow.Launcher into InformUserWhenUpdateFail
2020-12-31 13:07:04 +08:00
弘韬 张
12b19cf122
Merge Dev
2020-12-31 13:06:56 +08:00
Jeremy Wu
fd32d36494
Merge pull request #254 from taooceros/addBingSearchSuggestion
...
add bing search suggestion
2020-12-31 15:55:11 +11:00
Jeremy Wu
5c17cb6e9b
version bump WebSearch
2020-12-31 15:44:57 +11:00
Jeremy Wu
82a3143cfa
Merge branch 'dev' into addBingSearchSuggestion
2020-12-31 15:37:50 +11:00
弘韬 张
a139a040ec
add bing search suggestion
2020-12-30 20:24:01 +08:00
Jeremy Wu
f714e1e4e0
Merge pull request #250 from Flow-Launcher/extract_colors_plugin
...
Extract Color plugin from Flow
2020-12-30 05:24:57 +11:00
Ioannis G
c5e4523c84
merge PR #251 : update post_build.ps1 script
...
do not copy the JsonRPC folder which doesn't exist anymore
2020-12-29 18:10:04 +02:00
Jeremy Wu
85584f40ee
remove post build script target of JsonRPC folder copy
2020-12-29 22:41:21 +11:00
Jeremy Wu
e2b0386818
remove Color plugin from Flow as a default plugin
2020-12-29 22:32:14 +11:00
Jeremy Wu
58d281db7a
Merge pull request #178 from taooceros/UpdateHttpMaster
...
Move Old HttpWebRequest to HttpClient Instance
2020-12-29 22:11:35 +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
弘韬 张
efa4908f37
Change usage of Http in Updater.cs and adding ConfigureAwait(false) for await in checking update
2020-12-29 17:55:09 +08:00
弘韬 张
0c97db04d4
1. Change Get method Name to GetAsync
...
2. Manually replace "#" with "%23" to solve the similar issue in Explorer plugin
3. Add GetAsync method with Uri as argument
4. Remove unused encoding argument
5. Change exception type for WebSearch Plguin
6. Update Comment
2020-12-29 17:50:56 +08:00
弘韬 张
e364b84b84
Use auto property
2020-12-29 17:16:44 +08:00
弘韬 张
4d5119f17d
Add out of bound exception for pattern matching
2020-12-29 17:15:34 +08:00