Commit graph

201 commits

Author SHA1 Message Date
Jeremy
5f0df980bf adjust Program plugin width 2021-10-07 07:03:17 +11:00
Jeremy
54145d7604 revert subtitle change 2021-10-07 07:02:56 +11:00
Dobin Park
66e722bc53 - Change context icon to glyph in some plugin
- Add Glyph property in themes
2021-10-06 13:21:19 +09:00
Dobin Park
8aaeb85d69 - item of *.lnk remove subtitle (for test) 2021-10-06 02:25:37 +09:00
kubalav
f3329666fe Version bump for Program plugin 2021-09-23 09:03:45 +02:00
kubalav
11bca43bb3 Update Slovak translation for Program plugin 2021-09-23 09:03:11 +02:00
Jeremy Wu
1a7c1720d3
Merge pull request #663 from themike10452/dev
run as administration when holding ctrl and shift
2021-09-23 12:24:32 +10:00
Michael Mouawad
3452ecf33b remove unnecessary strings from languages files 2021-09-13 19:44:10 +03:00
Jeremy
ae868671d1 version bump for Program and Explorer plugin 2021-09-13 08:05:06 +10:00
Michael Mouawad
9764a99d26 show notification message when attempting to run an unsupported UWP app as admin 2021-09-11 21:01:48 +03:00
Michael Mouawad
6c7eab9c50 code refactoring 2021-09-11 21:00:05 +03:00
Michael Mouawad
04882ad9f4 add run as administrator when holding ctrl and shift and to context menu for UWP applications 2021-09-11 15:30:30 +03:00
Michael Mouawad
ffd22d78c2 add run as administration when holding ctrl and shift to Program and Explorer plugins 2021-08-22 13:36:01 +03:00
Jeremy
d8bea3cb89 Merge branch 'dev' into cacheProgramResult 2021-08-10 21:16:57 +10:00
Jeremy Wu
f47befabcb
Merge pull request #552 from taooceros/RemoveEmptyEntryInProgramPlugin
Remove Empty Entries in ProgramSuffixes.xaml.cs
2021-07-05 08:35:53 +10:00
Jeremy Wu
c8d6fa0585
version bump for Program plugin 2021-07-05 08:31:58 +10:00
Kevin Zhang
604699f884 Remove Empty Entries for ProgramSuffixes.xaml.cs 2021-07-04 20:05:37 +08:00
Kevin Zhang
12b2d653f6 Check Empty image path to avoid exception 2021-07-03 20:35:22 +08:00
Kevin Zhang
4f13433913 CherryPick Layout change and ProgramLogger.cs Fix 2021-06-29 19:06:17 +08:00
Kevin Zhang
8fe285bbec Use Nlog Debug Target instead of direct print 2021-06-29 19:03:01 +08:00
Kevin Zhang
1511f4b725 Release Unmanaged Object
Co-Authored-By: Alekhya  <28739210+alekhyareddy28@users.noreply.github.com>
2021-06-24 20:08:15 +08:00
kubalav
ecd6bf3043 Version bump for Program plugin 2021-06-01 10:20:12 +02:00
kubalav
5d4fa7aba9 Update Slovak translation for Program plugin 2021-06-01 10:19:40 +02:00
弘韬 张
8eecbfbed3 Use MemoryCache to control size 2021-05-27 19:28:17 +08:00
Jeremy
e06cf9cf6f add tool tip to explain functionality 2021-05-26 08:38:55 +10:00
Jeremy Wu
89757de04e
version bump Program plugin 2021-05-24 21:04:50 +10:00
弘韬 张
39b750e821 Avoid AppxManifest.xml leak
release Com stream Object immediately

Co-Authored-By: Andrey Nekrasov <1828123+yuyoyuppe@users.noreply.github.com>
2021-05-24 12:34:59 +08:00
弘韬 张
9b1180fc89 remove testing code 2021-05-24 11:14:20 +08:00
弘韬 张
6931c8d86c add cache for program plugin 2021-05-24 10:21:39 +08:00
Jeremy
c97dd367b0 version bump Program plugin 2021-05-21 06:54:49 +10:00
弘韬 张
4a02cff498 Implement Option to disable program description 2021-05-20 17:07:44 +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
张弘韬
25f6e664f2 add auto save for all setting that has been registered, and remove Separate Save 2021-05-12 00:37:28 +08:00
张弘韬
33accbd5d4 Move most direct call of PluginJsonStorage to API call 2021-05-11 20:24:22 +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
Jeremy Wu
9479923531 remove unnecessary catching OperationCanceledException 2021-03-18 06:50:55 +11:00
张弘韬
da3f20a61a Stop await indexing when indexing is required and cache exist 2021-03-08 16:16:54 +08:00
Jeremy Wu
479bd757d4 add comment 2021-02-24 06:34:09 +11:00
Jeremy Wu
f4c77fb67b Merge branch 'dev' into DotNet5Upgrade 2021-02-23 21:01:39 +11:00
Jeremy Wu
991bebde6f
Merge pull request #362 from taooceros/portablePDB
Use PortablePDB instead of Full pdb for debugging
2021-02-23 06:58:53 +11:00
Jeremy Wu
99193a42d8
version bump Program plugin 2021-02-22 20:58:21 +11:00
弘韬 张
0981be499f Use PortablePDB instead of Full pdb for debugging 2021-02-22 13:16:48 +08:00
弘韬 张
df2be9b828 seperate user program sources and autoindex program source and distinct prior to user one 2021-02-16 16:09:55 +08:00
弘韬 张
5fe833f7f2 Take user added program outside the hasher 2021-02-16 15:55:44 +08:00
弘韬 张
f14a5b9229 add default win32, so we should not contain null 2021-02-16 15:54:11 +08:00
Jeremy Wu
ab4e3f87cb Merge branch 'dev' into DotNet5Upgrade 2021-02-16 07:46:20 +11:00
弘韬 张
033ce3051b filter desctiption existance before passing it to distinct 2021-02-16 01:41:02 +08:00
弘韬 张
575ff31ce5 change format
Initialize out variable inline, and use discard varable for unused variable
2021-02-15 17:17:03 +08:00
Jeremy Wu
4b4953e3ac version bump Program plugin 2021-02-15 20:02:18 +11:00
Jeremy Wu
37afe141d5 Merge branch 'dev' into fix_loading_uwp 2021-02-15 20:00:58 +11:00
Jeremy Wu
9a48402921 Merge branch 'dev' into fix_loading_uwp 2021-02-15 19:50:31 +11:00
弘韬 张
7e4ac1ce8f fix formatting 2021-02-15 11:58:33 +08:00
弘韬 张
208bde0f99 Use ExecutableName instead of getting it from path 2021-02-15 11:50:27 +08:00
弘韬 张
79d195f7e6 Change logic 2021-02-15 11:49:18 +08:00
Jeremy Wu
ad998b1788 add only path string match when lnk programs 2021-02-15 14:01:07 +11:00
Jeremy Wu
22bdbc9367 add match on path 2021-02-15 08:19:48 +11:00
Jeremy Wu
ba5cb5788e remove unused variables 2021-02-15 07:18:16 +11:00
Jeremy Wu
2b6b5e9d8b version bump 2021-02-15 07:05:46 +11:00
弘韬 张
b4bc4f0d24 address a weird bug 2021-02-12 03:18:38 +08:00
弘韬 张
a37f1918ae Update all profile to dotnet 5 2021-02-12 03:17:13 +08:00
弘韬 张
276395e5f4 Use customized distinctBy instead of customized equalitycomparator 2021-02-09 15:59:55 +08:00
张弘韬
a4160a14e8 Merge remote-tracking branch 'upstream/dev' into fix_win32_loading
# Conflicts:
#	Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
2021-02-08 13:00:22 +08:00
张弘韬
70db600c9f optimize format 2021-02-08 12:56:40 +08:00
张弘韬
2b9823a7ac Use Customized Except for removing disabled source 2021-02-08 12:49:27 +08:00
Jeremy Wu
2602cc05c0 version bump Program plugin 2021-02-02 20:30:58 +11:00
Jeremy Wu
4331398932 update summary, comments & formatting 2021-02-02 20:28:52 +11:00
Jeremy Wu
d9a4836118 remove spacing 2021-02-02 05:50:27 +11:00
弘韬 张
19918244ad fix a using 2021-02-01 19:59:56 +08:00
弘韬 张
f32cbaf331 Split name matching and desciption matching due to fuzzy change 2021-02-01 19:57:08 +08:00
弘韬 张
900f009893 Revert DotNet 5 update 2021-01-26 16:19:06 +08:00
弘韬 张
a918e7d9c9 Merge Dev 2021-01-26 15:49:30 +08:00
弘韬 张
267c796ad8 await indexing process in Program plugin 2021-01-23 12:40:10 +08:00
弘韬 张
3e6961dc9f automatically check whether we shall reindex when querying 2021-01-23 12:33:47 +08:00
Jeremy Wu
ff26bccba5 version bump plugins 2021-01-18 07:58:38 +11:00
张弘韬
d35d7ae2d6 Remove unused catch and optimize code 2021-01-17 23:45:15 +08:00
张弘韬
61c1f2c620 Merge remote-tracking branch 'upstream/dev' into fix_win32_loading 2021-01-17 23:37:13 +08:00
Jeremy Wu
969265c24f fix formatting 2021-01-17 19:05:28 +11:00
Jeremy Wu
d741a98112 fixed last index time during init 2021-01-17 18:47:43 +11:00
张弘韬
8bd6820088 Merge branch 'PluginAsyncModel' into dev
# Conflicts:
#	Flow.Launcher/ViewModel/MainViewModel.cs
2021-01-09 12:59:59 +08:00
张弘韬
62009ac3fb Merge remote-tracking branch 'upstream/dev' into DotNet5Upgrade
# Conflicts:
#	Flow.Launcher/Flow.Launcher.csproj
#	Plugins/Flow.Launcher.Plugin.Color/Flow.Launcher.Plugin.Color.csproj
#	Plugins/Flow.Launcher.Plugin.PluginManagement/Flow.Launcher.Plugin.PluginManagement.csproj
2021-01-09 11:01:38 +08:00
弘韬 张
6e9e51ec4d Error handling for OperationCancelledException in Program plugin 2021-01-03 10:33:59 +08:00
张弘韬
f768b0890b Move Program Plugin to Async model 2021-01-03 10:33:59 +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
弘韬 张
f693f1c6af use Array.empty instead of new [0] to avoid unused allocation 2020-12-20 17:25:14 +08:00
弘韬 张
d3e88c478a Add Programs Hasher and use IEnumerable instead of ParallelQuery since it performs better. 2020-12-19 14:09:16 +08:00
Jeremy Wu
5bc9ce8198 Merge branch 'dev' into fix_loading_uwp 2020-12-17 06:52:37 +11:00
Jeremy Wu
3cf8aba250 Merge branch 'dev' into fix_win32_loading 2020-12-17 06:51:17 +11:00
弘韬 张
1ddf83fc86 Update to DotNet5 2020-11-30 11:34:45 +08:00
Jeremy Wu
341275fbbd version bump for Calculator & Program plugins 2020-11-23 13:30:45 +11:00
kubalav
81ec3ef3d5 - Flow Launcher Slovak translation polish
- Calculator plugin string shortened
- Program plugin add missing strings
2020-11-22 10:41:13 +01:00
Jeremy Wu
8e58048a67 Merge branch 'dev' into bump_version_app_plugins 2020-11-20 06:14:05 +11:00
弘韬 张
898bb06799 bump version 2020-11-17 20:48:07 +08:00
弘韬 张
5cf0f65b02 try to fix the index out of bound for programlogger 2020-11-17 20:47:56 +08:00
弘韬 张
27313cdddc Fix unauthorize exception lead to the whole directory unable to index. 2020-11-17 20:41:11 +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