弘韬 张
a1327c1cc1
Seems that we don't need storage cache
2020-10-18 17:50:55 +08:00
Bao Qian
d9085ca66c
Change Reference
2020-10-18 17:50:52 +08:00
弘韬 张
a911cc7024
Fix Copy Fail Error (don't understand why)
2020-10-18 20:45:06 +11:00
Jeremy Wu
7dc3ac1383
Merge pull request #180 from Flow-Launcher/add_discord_readme
...
Add discord badge and update readme
2020-10-18 18:39:03 +11:00
Jeremy Wu
38265e687b
add discord badge and update readme
2020-10-18 13:13:24 +11:00
Jeremy Wu
7211cdca43
version bump
2020-10-16 16:59:28 +11:00
Jeremy Wu
b66be8cefe
Merge pull request #165 from taooceros/FixEncoding
...
Fix Encoding Error
2020-10-16 16:49:56 +11:00
弘韬 张
424d757add
Add Task.Run due to the change of async download
2020-10-14 11:34:09 +08:00
弘韬 张
c55e889f4f
Change Download to HttpClient as well (which change it to async as well)
2020-10-14 11:29:12 +08:00
弘韬 张
bfd1c9a38a
Merge branch 'master' of github.com:taooceros/Flow.Launcher into UpdateHttpMaster
2020-10-14 10:49:06 +08:00
弘韬 张
a16cc5be8d
Move Old HttpWebRequest to HttpClient Instance (solve connection timeout)
2020-10-14 10:48:43 +08:00
弘韬 张
4ea5dd5ad2
Move Old HttpWebRequest to HttpClient Instance (solve connection timeout)
2020-10-13 20:54:00 +08:00
Jeremy Wu
1e4bc0709e
Merge pull request #167 from JohnTheGr8/processkiller_enhancements
...
plugin/ProcessKiller: enhancements to the kill-all functionality
2020-10-12 16:18:31 +11:00
Ioannis G
b1ca71b3aa
plugin/pkiller: improve kill-all option
...
- better title, add count of matches in subtitle, use process icon
- hide option when executable path is empty
2020-10-12 00:08:54 +03:00
Ioannis G
01f98b16fa
plugin/pkiller: fix context menu results
...
do not show the "kill all instances" context menu option when the
context menu itself is triggered from the "kill all X processes" result
2020-10-11 23:40:29 +03:00
Ioannis G
82ebbcb811
merge PR #154 : add dedicated missing image icon
2020-10-11 20:02:26 +03:00
弘韬 张
88bc9a2bd6
Fix Encoding Error
2020-10-07 23:06:12 +08:00
Jeremy Wu
e204a092ba
Merge pull request #164 from Flow-Launcher/sort_plugin_processkiller_results
...
Sort plugin ProcessKiller's results ascending
2020-09-28 15:32:55 +10:00
Jeremy Wu
ef19bb8356
Merge pull request #161 from Flow-Launcher/update_method_name_typo
...
Update Flow.Launcher.Plugin method name typos
2020-09-28 15:29:06 +10:00
Jeremy Wu
f5acb9c759
version bump ProcessKiller plugin
2020-09-24 07:23:14 +10:00
Jeremy Wu
2d45a79aed
sort ProcessKiller plugin's results ascending
2020-09-24 07:22:55 +10:00
Jeremy Wu
df168c69ee
version bump for Flow.Launcher.Plugin
2020-09-22 09:03:58 +10:00
Jeremy Wu
a77d0380d3
update method name typo
2020-09-22 08:57:21 +10:00
Jeremy Wu
4bfc733e08
Merge remote-tracking branch 'origin/dev' into fix_plugin_depenedency_loading
2020-09-22 08:05:41 +10: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
904ad1a5e1
include Directory.Build.targets file in solution
2020-09-22 05:38:53 +10:00
Jeremy Wu
ec5f7275de
Merge pull request #145 from Flow-Launcher/fix_quickfolderaccess_explorer
...
Fix Quick Folder Access in Explorer plugin not triggering, incorrect search behaviour, and plus minor tweaks
2020-09-21 21:15:38 +10:00
Jeremy Wu
2abbca17ef
move Quick Folder Access list all method up
...
move above matched Quick Folder Links because it's return type and will not run the remaining code
2020-09-21 20:55:39 +10:00
Jeremy Wu
a8eda14260
update dependency resolver to cater for existing dependency in Plugin
...
if the assembly already referenced in Flow.Launcher.Plugin then ignore it
2020-09-21 15:44:14 +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
1e5d7bd928
add class to load assembly and resolve dependencies for each plugin
2020-09-16 21:12:43 +10:00
Jeremy Wu
97f7b48aa1
fix BrowserBookmark dll name capitalisation
2020-09-11 06:10:57 +10:00
Jeremy Wu
c86e2dbed6
version bump
2020-09-07 06:58:04 +10:00
Jeremy Wu
d3fbabe10e
add dedicated missing img icon
2020-09-07 06:55:12 +10:00
Jeremy Wu
2ee24b3f71
Merge branch 'dev' into fix_quickfolderaccess_explorer
2020-09-07 05:45:21 +10:00
Jeremy Wu
e5ba262788
Merge pull request #150 from Flow-Launcher/fix_localpath_fragmentsymbol
...
Fix missing fragment portion of the file path
2020-09-06 09:07:16 +10:00
Jeremy Wu
b040eba93d
Merge pull request #151 from ArttuLai/ArttuLai-new_missingappicon_icon
...
Add 'app_missing_img.png' icon
2020-09-04 05:45:10 +10:00
Jeremy Wu
286f443a57
move app_missing_img files to its own folder
2020-09-04 05:42:33 +10:00
Arttu Laitinen
7455850fb0
Add fixed images back
2020-09-03 18:50:11 +03:00
Arttu Laitinen
4c1afe2a9f
Remove botched export 2/2
...
Forgot to disable grey background before exporting.
2020-09-03 18:43:14 +03:00
Arttu Laitinen
44bd7301b0
Remove botched export 1/2
...
Forgot to disable grey background before exporting.
2020-09-03 18:41:47 +03:00
Arttu Laitinen
583031fa83
Add rest of the icons
...
Add all of the icons I made and shared in Issue #84
2020-09-03 18:10:11 +03:00
Arttu Laitinen
fc4a4ea169
Add 'app_missing_img.png' icon
...
Adds a new icon I designed to be used as the placeholder icon when Flow can't find the real app icon. Reference to issue [#84 ](https://github.com/Flow-Launcher/Flow.Launcher/issues/84 )
2020-09-01 17:42:24 +03:00
Jeremy Wu
6dd7259fcc
use StringComparison.OrdinalIgnoreCase when calling String.Replace
2020-09-01 07:52:42 +10:00
Jeremy Wu
afb61b247b
version bump Explorer plugin
2020-08-31 07:46:24 +10:00
Jeremy Wu
b44b67220a
encode # symbol part of the path when creating uri
2020-08-31 07:39:05 +10:00
Jeremy Wu
135f63a484
Merge pull request #146 from Flow-Launcher/dev
...
Release 1.2.1
2020-08-28 05:12:47 +10:00
Ioannis G
104a00ef3b
merge PR #147 : Release 1.2.1 version bump
2020-08-26 16:33:58 +03:00
Jeremy Wu
012c2522ca
release version bump to 1.2.1
2020-08-26 19:12:32 +10:00
Jeremy Wu
0b368c2683
fix file extension search using '*' failing
2020-08-26 14:10:39 +10:00