Commit graph

30 commits

Author SHA1 Message Date
Jack251970
50130e4b00 Use class name instead 2025-04-13 17:59:39 +08:00
Jack251970
e6a8fe3523 Use caption letter 2025-04-02 18:36:25 +08:00
Jack Ye
a33ecdbb97
Fix log typos
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-04-02 18:35:27 +08:00
Jack Ye
15a7e3a5af
Fix log typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-02 18:35:03 +08:00
Jack251970
3de8005297 Improve WebSearch project code quality 2025-04-02 18:26:22 +08:00
Yusyuriv
b0be1e3821 Implement DuckDuckGo web search suggestions 2024-02-10 20:23:31 +06:00
Vic
00e6e5b30d Remove unused using 2023-04-25 21:02:34 +08:00
Hongtao Zhang
e9bf62ed08
Revert "Merge branch 'handle-icon-urls' of https://github.com/Flow-Launcher/Flow.Launcher into handle-icon-urls"
This reverts commit cae0b7be77, reversing
changes made to ba0aee14ba.
2022-10-30 14:23:04 -05:00
Oren Nachman
a3197f8ee1 Fix (some) build warnings
CS1572
CS1573
CS0168
CS8073
CA2200
VSTHRD110
VSTHRD200
VSTHRD105
SYSLIB0013
CS8524
2022-08-07 21:31:38 -07:00
Hongtao Zhang
77f3788539 Add null check before enumerating the enumerable 2022-01-12 15:21:21 -06:00
Jeremy Wu
9479923531 remove unnecessary catching OperationCanceledException 2021-03-18 06:50:55 +11:00
弘韬 张
d5970ad391 Merge remote-tracking branch 'upstream/dev' into JsonRevise 2021-02-25 16:04:22 +08: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
弘韬 张
b07b1ddb31 Change TaskCanceledException in WebSearch plugin to operationCanceledException 2021-02-23 09:53:17 +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
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
弘韬 张
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
弘韬 张
a139a040ec add bing search suggestion 2020-12-30 20:24:01 +08:00
弘韬 张
a0c4cc3575 use ParseAsync in Google 2020-12-30 19:09:52 +08:00
弘韬 张
d28b14ff2d Replace All use of Json.Net with System.Text.Json 2020-12-30 13:40:42 +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
Jeremy Wu
3c7f067770 rename all project file name 2020-04-21 21:27:02 +10:00