弘韬 张
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
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
Ioannis G
f3355c525d
fix: properly include all plugin translation files
2021-01-01 23:15:37 +02:00
Jeremy Wu
5c17cb6e9b
version bump WebSearch
2020-12-31 15:44:57 +11: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
1bd0fcedb9
version bump plugins
2020-11-16 06:49:08 +11:00
Vladimír Kubala
9d8f18fbbe
Add Slovak translations ( #205 )
2020-11-15 21:24:32 +02:00
Jeremy Wu
336cb3c6db
Merge pull request #192 from Flow-Launcher/bump_version
...
Release 1.4.0 + Plugin 1.2.2 + default plugins version bumps
2020-11-13 08:45:27 +11:00
Jeremy Wu
6af40cbaed
version bump plugins
...
Calculator, Color, ControlPanel, Explorer, PluginIndicator, PluginManagement, ProcessKiller, Shell, Sys, Url, WebSearch
2020-11-13 07:57:39 +11:00
Jeremy Wu
7fd9c87bd1
remove excess or duplicated package references
...
- since we have fixed how dependencies are resolved for plugins, these excess or duplicated package references can be safely removed
- for example Newtonsoft.Json can be removed from default plugins as it is included in Flow.Launcher.Plugin project, and external plugins will be resolved to use the reference there
2020-09-22 07:17:01 +10:00
Jeremy Wu
ef950063c0
add Directory.Build.targets and update project files
...
- For all plugin library projects we do not output referenced project assembly dll such as Flow.Launcher.Plugin
- Output all PackageReference dlls for plugins
2020-09-20 17:14:47 +10:00
Jeremy Wu
e3fe619a9f
per comment
2020-08-16 21:56:55 +10:00
Jeremy Wu
eac5c4c47c
update per comment
2020-08-16 21:49:22 +10:00
Jeremy Wu
e0466f8257
fix build fail
2020-08-12 08:37:56 +10:00
Jeremy Wu
6cb2cc30a3
update to WebSearch's custom icon image save behaviour
...
Load icon image preview on select and only save changes on confirm
2020-08-12 08:23:10 +10:00
Jeremy Wu
203df8f1ae
update method to reflect intent
2020-08-12 07:12:43 +10:00
Jeremy Wu
48557aec06
change to dynamically loading of icon images for WebSearch
2020-08-12 07:08:24 +10:00
Jeremy Wu
c4d1fe4436
version bump WebSearch
2020-08-04 20:36:43 +10:00
Jeremy Wu
d89570ebce
fix build fail on MessageBox
2020-07-22 22:11:53 +10:00
Jeremy Wu
bd48ee5c90
update behaviour when to copy custom icons
...
- copy images when not in the plugin's default images directory
- do not copy if in the default directory or already in user data directory
2020-07-22 22:00:14 +10:00
Jeremy Wu
8f8b2d7ff8
notify change of SearchSource's image after selection
2020-07-22 20:35:56 +10:00
Jeremy Wu
2c4eeb00bd
add Search Source custom icon setting selection and saving
2020-07-22 08:18:36 +10:00
Jeremy Wu
91e7b1cfb8
update IconPath handling of path
2020-07-22 08:17:18 +10:00
Jeremy Wu
ee43152de1
save IconPath to settings for customisation
2020-07-21 14:40:44 +10:00
Ioannis G
1f73fdbecc
UI: allow manual editing of browser-path textboxes
2020-07-17 05:32:08 +03:00
Ioannis G
62a245f049
remove success message boxes
2020-07-16 22:38:09 +03:00
Jeremy Wu
05d62da520
exclude directory path for Web Search plugin
2020-07-13 07:57:28 +10:00
Jeremy Wu
cd2037dfae
Merge branch 'dev' into feat_appveyor
2020-05-21 13:25:43 +10:00
Jeremy Wu
5a0faba0d4
Per comment, WebSearch- Add margin
2020-05-14 20:08:38 +10:00
Jeremy Wu
47a69a322d
Merge branch 'dev' into update_ui
2020-05-08 12:41:57 +10:00
Ioannis G
cf2947dd94
remove unused includes in project files
2020-05-04 12:47:56 +03:00
Jeremy Wu
dbc53716ce
WebSearch plugin- Update layout
2020-05-04 14:49:32 +10:00
Ioannis G
ef95913aba
update projects with SatelliteResourceLanguages
...
Without this property set, the output folder is populated with multiple
culture-specific versions of `Fsharp.Core.resources.dll`
2020-05-02 19:52:41 +03:00
Jeremy Wu
acdea86a2d
update plugin.json url to point to current repo
2020-04-22 21:29:14 +10:00
Jeremy Wu
28d67c8c81
Rename further code and text
2020-04-21 22:54:41 +10:00
Jeremy Wu
3c7f067770
rename all project file name
2020-04-21 21:27:02 +10:00