Commit graph

89 commits

Author SHA1 Message Date
Jeremy
117402de76 allow url column to auto adjust 2021-05-20 12:57:48 +10:00
Jeremy
f5dee93a39 version bump WebSearch 2021-05-20 08:38:02 +10:00
Jeremy
c6847326ad adjusted width of columns 2021-05-20 08:36:43 +10:00
弘韬 张
0067fe86c6 WebSearch UI Improvement 2021-05-19 16:55:29 +08:00
张弘韬
d84eff7712 Remove unneccessary api, rename storage api, and update comment 2021-05-13 19:29:21 +08:00
张弘韬
b37f9f338a Version Bumps 2021-05-12 20:04:26 +08:00
张弘韬
358460cb22 Move storage to api call for websearch and calculator plugins 2021-05-12 19:38:29 +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
solitudechn
d17ec3cb39 Modify the plug-in version number as required 2021-04-28 22:56:41 +08:00
solitudechn
e107d7fee2 Added and corrected Chinese translation 2021-04-28 22:36:32 +08:00
Vladimír Kubala
e35117b364
Update Plugins/Flow.Launcher.Plugin.WebSearch/plugin.json
Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
2021-04-22 12:42:38 +02:00
Vladimír Kubala
765615a537
Update Plugins/Flow.Launcher.Plugin.WebSearch/Languages/sk.xaml
Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
2021-04-22 12:40:03 +02:00
kubalav
49a0fda43d Plugins bump version 2021-04-22 12:23:08 +02:00
kubalav
6269da11df Update Slovak translation 2021-04-22 11:28:59 +02:00
Jeremy Wu
9479923531 remove unnecessary catching OperationCanceledException 2021-03-18 06:50:55 +11:00
Jeremy Wu
cde2224508 fix missing google scholar action keyword 2021-03-02 05:54:31 +11:00
Jeremy Wu
ab8a850349 action keyword results appear above global action keyword results 2021-03-01 20:28:05 +11:00
Jeremy Wu
901d508722 version bump WebSearch 2021-03-01 07:51:46 +11:00
Jeremy Wu
7ef3b0d938 change WebSearch default to global 2021-03-01 07:44:45 +11:00
弘韬 张
7660405ec3 Merge branch 'JsonRevise' of github.com:Flow-Launcher/Flow.Launcher into JsonRevise 2021-02-25 16:05:06 +08:00
弘韬 张
d5970ad391 Merge remote-tracking branch 'upstream/dev' into JsonRevise 2021-02-25 16:04:22 +08:00
Jeremy Wu
ee75c6336e version bump WebSearch plugin after merge 2021-02-25 14:18:11 +11:00
Jeremy Wu
f9fa3ddd46 version bump WebSearch plugin 2021-02-25 14:12:25 +11:00
Jeremy Wu
3a45c99c29 version bump WebSearch plugin 2021-02-25 13:59:29 +11:00
弘韬 张
2a03bba666 add using for JsonDocument in Google and Bing 2021-02-24 16:20:00 +08:00
弘韬 张
7739ac73fd change exception handling in Updater and WebSearch suggestion source 2021-02-24 15:55:03 +08:00
弘韬 张
8e529c1317 Merge remote-tracking branch 'upstream/dev' into FixUpdateCancelledException 2021-02-24 15:43:46 +08:00
Jeremy Wu
6aad061eb6 fix formatting 2021-02-23 21:44:59 +11:00
弘韬 张
740b792251 add Content back to csproj so that the xamls will be copied 2021-02-23 18:28:46 +08:00
Jeremy Wu
f4c77fb67b Merge branch 'dev' into DotNet5Upgrade 2021-02-23 21:01:39 +11:00
弘韬 张
b07b1ddb31 Change TaskCanceledException in WebSearch plugin to operationCanceledException 2021-02-23 09:53:17 +08:00
弘韬 张
0981be499f Use PortablePDB instead of Full pdb for debugging 2021-02-22 13:16:48 +08:00
弘韬 张
2bc290a302 uncomment exception 2021-02-16 11:27:12 +08:00
弘韬 张
307cb305f0 Remove unused check for Stream length 2021-02-16 10:50:48 +08:00
弘韬 张
a37f1918ae Update all profile to dotnet 5 2021-02-12 03:17:13 +08:00
kubalav
c8321c9771 Update Slovak translation 2021-02-05 12:08:36 +01:00
Jeremy Wu
f848e68b72 version bump Url and WebSearch 2021-01-27 05:35:17 +11:00
kubalav
f4ceb0e3e1 Update Slovak translation 2021-01-26 13:46:15 +01:00
Jeremy Wu
0c5d1669cb version bump for Url and WebSearch plugins 2021-01-26 15:38:23 +11:00
弘韬 张
27c6db288e fix websearch plugin untranslated string 2021-01-23 12:28:04 +08:00
Jeremy Wu
ff26bccba5 version bump plugins 2021-01-18 07:58:38 +11:00
Jeremy Wu
969265c24f fix formatting 2021-01-17 19:05:28 +11:00
弘韬 张
c939924ec8 optimize code in searchsuggestions 2021-01-07 21:54:09 +08:00
弘韬 张
1003ce4160 move using to more specific place in Google.cs 2021-01-07 21:48:55 +08:00
弘韬 张
919d5d51ab add using for Bing search source 2021-01-07 21:47:31 +08:00
弘韬 张
971d374582 Merge Dev 2021-01-07 21:43:32 +08:00
弘韬 张
86a9cf31c5 Optimize Websearch code 2021-01-07 21:41:05 +08:00
弘韬 张
8a5f98a6a3 Manually handling TaskCancelledException in search suggestion to aviod stunt in debugging 2021-01-07 21:38:21 +08:00
弘韬 张
a4edbc2cb9 Move WebSearch to Async model 2021-01-07 11:09:08 +08:00
弘韬 张
a9aeecdabd Merge remote-tracking branch 'upstream/dev' into UpdateJson 2021-01-07 10:58:17 +08:00