Commit graph

2045 commits

Author SHA1 Message Date
Jeremy
7b6686d9a1 version bump 2022-02-12 14:10:18 +11:00
Jeremy
6ad1bca24b lower non-name matched results and use fuzzy scores for name matches 2022-02-12 14:09:31 +11:00
Hongtao Zhang
87e7ff5b53 Remove unneeded logic and add a background reindex at startup 2022-02-06 17:34:50 -06:00
Hongtao Zhang
823fa38dcd Remove unused method 2022-02-06 17:27:12 -06:00
Jeremy
18acea3321 remove dup RegisterBookmarkFile & update condition 2022-02-07 08:47:28 +11:00
Jeremy
dd52a34919 Shell plugin version bump 2022-02-02 07:49:56 +11:00
Hongtao Zhang
bffa90a81e stop trigger global hotkey when shell plugin is not enabled 2022-02-02 07:49:09 +11:00
Jeremy
f64c50c479 bump WebSearch plugin 2022-02-02 07:41:59 +11:00
tech189
781a773131 Some pedantic capitalisation 2022-02-02 07:40:47 +11:00
tech189
2ae2c0f600 Clean up deprecated translations 2022-02-02 07:40:24 +11:00
Jeremy
362ab52c52 version bump PluginsManager 2022-02-02 07:32:46 +11:00
dependabot[bot]
69f6eb36c1 Bump SharpZipLib in /Plugins/Flow.Launcher.Plugin.PluginsManager
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: SharpZipLib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 07:30:14 +11:00
Jeremy
819ee97555 version bump PluginsManager 2022-02-02 07:22:19 +11:00
dependabot[bot]
6713865432
Bump SharpZipLib in /Plugins/Flow.Launcher.Plugin.PluginsManager
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: SharpZipLib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 16:24:12 +00:00
Jeremy
96cf9fe36a fix application URI logic when opening via WebSearch plugin 2022-01-31 21:36:13 +11:00
Jeremy
25cc50b9ac version bump Program & BrowserBookmark plugins 2022-01-27 20:52:47 +11:00
Jeremy
2b538d9cb6 Merge branch 'dev' into filewatcher 2022-01-27 20:50:54 +11:00
Jeremy Wu
0842091f26
formatting 2022-01-27 20:22:01 +11:00
Jeremy Wu
f42fd29224
formatting 2022-01-27 20:14:42 +11:00
Jeremy
530f5b80f1 version bump plugins after merge 2022-01-19 21:34:18 +11:00
Jeremy
4df7413cf0 Merge remote-tracking branch 'origin/dev' into ChangeMissingIcon 2022-01-19 21:32:09 +11:00
Jeremy
06859ef359 version bump plugins 2022-01-19 21:22:55 +11:00
Jeremy Wu
9c92219e7f
Merge pull request #977 from Flow-Launcher/fixWebsearchNullPointer
Add null check before enumerating the enumerable
2022-01-19 20:51:10 +11:00
Jeremy
e9d3a0df1c version bump WebSearch 2022-01-19 20:44:19 +11:00
Jeremy Wu
20e1b659fd
update suggestion result with ActionKeywordAssigned 2022-01-19 20:39:48 +11:00
Kevin Zhang
b0d29be067
Update Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2022-01-17 09:09:11 -06:00
Kevin Zhang
267b79a86e
Update Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2022-01-17 09:08:00 -06:00
Jeremy Wu
b9048f50f0
Merge pull request #972 from Flow-Launcher/refactor_plugin_manifest
Improvements to PluginManager plugin
2022-01-14 08:12:32 +11:00
Jeremy
deb4bee786 version bump PluginsManager 2022-01-14 07:58:46 +11:00
Jeremy Wu
45f691c3b1
Merge pull request #974 from tech189/fix-spellings
Fix spellings in translation keys
2022-01-14 07:57:12 +11:00
Jeremy
abc4dc0141 bump WebSearch plugin 2022-01-14 07:48:12 +11:00
Ioannis G
84716376c2
bump plugin versions 2022-01-13 22:40:59 +02:00
tech189
a02011ddf1 Some pedantic capitalisation 2022-01-13 11:13:40 +00:00
tech189
661e99d073 Clean up deprecated translations 2022-01-13 10:30:44 +00:00
Ioannis G
5941049a11
use AutoCompleteText in PluginIndicator, ProcessKiller plugins
makes hitting Tab from the results of those plugins less weird
2022-01-13 04:52:13 +02:00
Ioannis G
a0bb995643
PluginsManager: refactor sub-commands
Rename them to something more accurate, switch them to be const
2022-01-12 23:48:16 +02:00
Hongtao Zhang
77f3788539 Add null check before enumerating the enumerable 2022-01-12 15:21:21 -06:00
Ioannis G
d6bca894ff
PluginsManager: remove IAsyncReloadable
no point for it, anymore
2022-01-12 19:25:42 +02:00
Ioannis G
bc5a9710b3
PluginsManager: fetch plugins on init 2022-01-12 19:22:55 +02:00
Ioannis G
d95010697d
PluginsManager: simplify passing down of queries 2022-01-11 08:55:59 +02:00
Ioannis G
658ddb2cf6
PluginsManager: improve query navigation 2022-01-11 08:21:15 +02:00
Ioannis G
daedc03008
PluginsManager: fix "new issue" URL for some plugins
since the `UrlSourceCode` field is inconsistent in the manifest file
2022-01-11 06:49:56 +02:00
Ioannis G
35e043859c
pass CancellationToken to PluginsManifest.UpdateManifestAsync 2022-01-11 06:12:10 +02:00
Ioannis G
33fb0ddee6
refactor PluginsManifest to use conditional requests 2022-01-11 06:00:14 +02:00
Jeremy Wu
de97cd4e52
Merge pull request #953 from Flow-Launcher/disableshellwinr
stop trigger global hotkey when shell plugin is not enabled
2022-01-10 20:11:13 +11:00
Jeremy
88b4ce5bb6 Shell plugin version bump 2022-01-10 20:05:05 +11:00
Hongtao Zhang
26c4650cfc Remove WindowsSetting resource not found warning 2022-01-09 18:27:28 -06:00
Hongtao Zhang
af68cb5093 detect browserbookmark file change 2022-01-08 16:58:12 -06:00
Hongtao Zhang
50144ea8f4 Remove firefox bookmark with no title 2022-01-08 16:31:28 -06:00
Hongtao Zhang
9fc0e03b3d detect windows version 2022-01-08 16:03:53 -06:00
Hongtao Zhang
73056534bb Reindex when app install or deleted (and uwp update). 2022-01-08 15:50:27 -06:00
Jeremy
21775c7bed bump PluginsManager version 2022-01-05 20:56:34 +11:00
Hongtao Zhang
3298194a45 stop trigger global hotkey when shell plugin is not enabled 2022-01-03 10:26:18 -06:00
Ioannis G
845d9e51d9
stop using obsolete SearchWeb methods internally 2022-01-03 15:25:38 +02:00
Jeremy Wu
7dd5c12b36
Merge pull request #941 from Flow-Launcher/release_version_bump
Release 1.9.1 version bump
2022-01-01 22:00:55 +11:00
Jeremy Wu
c2d992d49e
Merge pull request #890 from onesounds/RemovePathHighlight
Remove Subtitle Highlight
2022-01-01 22:00:02 +11:00
Jeremy
288bf4ce09 version bump plugins 2022-01-01 21:49:53 +11:00
Jeremy
65d88076ad bump plugin versions 2021-12-31 18:25:40 +11:00
Kevin Zhang
701a5d444b
Update translations from Crowdin(#880)
* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]
2021-12-31 18:07:05 +11:00
Kevin Zhang
f9d608840d Upgrade to .net 6 2021-12-28 11:36:28 -06:00
Jeremy
6f9a879f58 remove subtitle highlighting code 2021-12-21 07:19:31 +11:00
Jeremy
7e1f041cde Merge remote-tracking branch 'origin/dev' into fixSourceString 2021-12-20 08:47:43 +11:00
Jeremy
99ba1b7440 fix key name 2021-12-20 08:47:05 +11:00
Jeremy Wu
3b2ab46af2
Merge pull request #920 from Flow-Launcher/remove-startup-notification
Remove Startup Error notification for updating manifest and update check
2021-12-20 08:40:23 +11:00
Jeremy
7d9bd3ae48 version bump PluginsManager 2021-12-20 08:35:09 +11:00
Hongtao Zhang
60ee43d704 fix bookmark string 2021-12-19 15:25:25 -06:00
Jeremy Wu
7841b6faae
Merge pull request #922 from onesounds/FixPrivateText
Correct the typo (private, bookmark)
2021-12-20 07:29:57 +11:00
DB p
8fc027496e Fix Bookmmark to Bookmark 2021-12-20 03:33:40 +09:00
Hongtao Zhang
5ae9ee46c0 Suppress Startup Manifest Download Error Notification 2021-12-19 11:37:38 -06:00
Jeremy
6911cadcf3 version bump plugins 2021-12-19 19:58:31 +11:00
DB p
f8eafb4d2b Adjust Shell plugin layout 2021-12-17 11:59:32 +09:00
DB p
d7d567e22b Change Searchsource Window layout to responsive (in WebSearch Plugin) 2021-12-16 00:28:35 +09:00
DB p
2ce526005b Adjust Korean String in WindowsSetting 2021-12-15 19:48:33 +09:00
DB p
979c89d14b Adjust Calculator layout to responsive 2021-12-15 13:51:39 +09:00
DB p
3b5b3abf21 Add BookmarkData Window Title String in portugee 2021-12-15 12:51:50 +09:00
DB p
968315aabd Adjust Layout custombrowsersetting in bookmark plugin 2021-12-15 12:21:56 +09:00
DB p
bf6fbf7f5d Adjust Layout in CustomBrowserSetting in Bookmark Plugin 2021-12-15 12:20:49 +09:00
DB p
3f1f23bbe9 Change Bookmark layout to responsive 2021-12-14 18:23:45 +09:00
DB p
6095d0b1be - Change Hardcoded text to string
- Adjust Button size to responsive
- Add Accent Button Color
2021-12-14 17:35:32 +09:00
DB p
0b5c77eba2 Change Button Sizes in Explorer Setting Panel 2021-12-14 17:23:08 +09:00
DB p
405a33c26a Fix Shell Plugin Checkbox 2021-12-14 17:19:08 +09:00
DB p
64c2373ecf Merge branch 'dev' into pluginmanagercheckbox 2021-12-10 11:28:50 +09:00
DB p
fac1b3a7ad Change Checkbox position right to left 2021-12-10 10:44:46 +09:00
Jeremy Wu
037e0f83bc
Merge pull request #800 from onesounds/GlobalBrowserSetting
Global browser setting / Private mode option
2021-12-09 20:01:06 +11:00
Hongtao Zhang
27d1796e48 Fix Suggestion Result Action 2021-12-08 21:48:27 -06:00
Jeremy Wu
2855c6c317
Merge pull request #834 from Flow-Launcher/GlobalHotkeyRefactor
[dev] Global hotkey refactor
2021-12-08 20:56:03 +11:00
DB p
d952950894 remove comment 2021-12-08 17:56:06 +09:00
Kevin Zhang
7bf6a7d141
Update crowdin translations (#871)
Update crowdin translations (#871)
2021-12-08 19:49:32 +11:00
Kevin Zhang
b286762062
Update Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-07 23:21:03 -06:00
Garulf
efd2b78e38
Merge pull request #863 from Garulf/add-auto-complete-to-file-explorer 2021-12-07 21:52:21 -05:00
Jeremy
f741420f95 retrieve path with action keywrod 2021-12-08 08:01:16 +11:00
Jeremy Wu
b11f72866d
Merge pull request #867 from onesounds/AdjustExplorerPlugin
[dev] Adjust popup in explorer plugin with string
2021-12-07 21:09:54 +11:00
Jeremy
e84e5b1d9f remove obsolete new tab/window methods 2021-12-07 20:44:19 +11:00
Jeremy
00f514fad5 version bump plugins 2021-12-07 20:40:12 +11:00
Kevin Zhang
e62f6d98df Remove contextmenu of windowsseting plugin 2021-12-06 22:50:22 -06:00
DB p
ee224aa02c Change Icons
Add icons8.com link in about
2021-12-07 08:56:57 +09:00
Garulf
b201d789d2 Prepend folder action keyword 2021-12-06 16:57:06 -05:00
Jeremy
6468b14d11 Merge remote-tracking branch 'origin/dev' into GlobalBrowserSetting 2021-12-07 08:17:15 +11:00
Garulf
74f97f1b95
Update Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-06 16:09:14 -05:00
Garulf
34fd11a411
Update Plugins/Flow.Launcher.Plugin.Explorer/plugin.json
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-06 16:08:57 -05:00
Garulf
3618979774 Bump version 2021-12-06 15:59:36 -05:00
Kevin Zhang
4affa2ed4a
Add Crowdin Integration (#826)
* Create crowdin.yml
* New translations en.xaml (German)
* New translations en.xaml (Korean)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (German)
* New translations en.xaml (Turkish)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Traditional)
* New translations en.xaml (German)
* New translations en.xaml (Korean)
* New translations en.xaml (Polish)
* New translations en.xaml (Slovak)
* New translations en.xaml (Turkish)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Traditional)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Korean)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Slovak)
* New translations en.xaml (Korean)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* Add Portuguese (Portugal) Language
* Update Crowdin configuration file
* Update Crowdin configuration file
* Apply suggestions from code review

Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
Co-authored-by: Vladimír Kubala <37414585+kubalav@users.noreply.github.com>
2021-12-06 22:21:43 +11:00
Jeremy
6fdfbe3263 version bump Shell plugin 2021-12-06 20:51:52 +11:00
Kevin Zhang
ec96028f55 change query after showing window to make it not selectable 2021-12-05 21:14:01 -06:00
DB p
b38a662fe6 Remove Color String 2021-12-06 12:06:53 +09:00
Kevin Zhang
6565b55746 Use API mainwindow show 2021-12-05 21:06:33 -06:00
DB p
b83bbb5923 Adjust popup in explorer plugin with string
Fix Color
2021-12-06 11:59:21 +09:00
Kevin Zhang
b3155bcfed Merge remote-tracking branch 'upstream/dev' into GlobalHotkeyRefactor 2021-12-05 17:41:17 -06:00
DB p
ef959d2539 Remove BrowserSetting item in bookmark / Url / Websearch
Remove Releated code (just for build)
Adjust Bookmark plugin popup layout and add string
2021-12-06 07:03:34 +09:00
Kevin Zhang
9c86af7c86 Align Bookmark plugin into global browser 2021-12-05 15:31:39 -06:00
Garulf
ff867d22a1 Initial commit
Fix misaligned suggestion text
2021-12-05 15:07:32 -05:00
Kevin Zhang
d8eef69e21 Use Global Browser Setting around flow 2021-12-05 13:34:23 -06:00
Jeremy
a4fd337856 remove unused icon image WindowsSettings.dark.png 2021-12-02 22:05:27 +11:00
Jeremy
7297c1be39 remove ControlPanel plugin 2021-12-02 22:00:21 +11:00
Jeremy
0250a28c9f update typo 2021-12-02 21:53:56 +11:00
Jeremy
b497f7bf52 remove WindowsSettings.json duplicate taskbar entry, update description 2021-12-02 21:44:13 +11:00
Jeremy
aad4fc1973 update subtitle's setting type display to System settings/Control Panel 2021-12-02 21:33:05 +11:00
Jeremy
0b725eb02c change project to .Net SDK, Any CPU build, remove Platform targeted, 2021-12-01 22:15:22 +11:00
Jeremy
8fc5776efe update plugin description 2021-12-01 21:25:36 +11:00
Jeremy
acb697cba7 update project file, plugin.json and comments 2021-12-01 21:20:13 +11:00
Jeremy
0d152f5ee7 change default action keyword to global 2021-12-01 20:21:26 +11:00
Kevin Zhang
9d26eb995e Merge branch 'add_windows_settings_plugin' of github.com:Flow-Launcher/Flow.Launcher into add_windows_settings_plugin 2021-11-30 15:37:59 -06:00
Kevin Zhang
e66af0f605 Add ControlPanelIcon
Add Control Panel Icon to separate control panel setting and windows setting item

Co-Authored-By: Dobin Park <6903107+onesounds@users.noreply.github.com>
2021-11-30 15:37:45 -06:00
Jeremy
c88af8a4c6 include WindowsSettings project in build 2021-12-01 06:54:11 +11:00
Jeremy
bf1e9397b8 rename WindowsSettings project 2021-12-01 06:27:51 +11:00
Jeremy
0a5e636bab remove git ignore from WindowsSettings 2021-12-01 06:17:58 +11:00
Jeremy
a701b48511 Merge remote-tracking branch 'origin/dev' into add_windows_settings_plugin 2021-12-01 05:56:36 +11:00
DB p
594075deba Adjust Button Size 2021-11-30 10:01:44 +09:00
Kevin Zhang
dafd7d2544 Adjust program setting listview style 2021-11-29 18:39:52 -06:00
Kevin Zhang
505bbb94c8 Rename setting and reset cache when results are chosen 2021-11-29 18:31:48 -06:00
Kevin Zhang
1990a7edfd Merge remote-tracking branch 'upstream/dev' into add_windows_settings_plugin 2021-11-29 17:53:31 -06:00
Kevin Zhang
9fac7cc77f Update WindowsSettings.light.png
Co-Authored-By: Dobin Park <6903107+onesounds@users.noreply.github.com>
2021-11-29 17:47:49 -06:00
DB p
582fe6c193 Change EnableHideLnkPath Name to EnableHideAppsPath 2021-11-30 02:41:10 +09:00
Jeremy
3d8ed6038e Program plugin version bump 2021-11-29 20:37:27 +11:00
Jeremy
51481d7766 simplify if condition for hide app path 2021-11-29 20:36:34 +11:00
Jeremy
dbf3f1e159 Merge remote-tracking branch 'origin/dev' into AdjustProgramPlugin 2021-11-29 20:18:18 +11:00
Jeremy
b826090bca Merge remote-tracking branch 'origin/dev' into GlobalHotkeyRefactor 2021-11-29 20:02:26 +11:00
Jeremy
84fed734b9 Shell plugin version bump 2021-11-29 19:55:35 +11:00
Jeremy Wu
e7198c6d79
Merge pull request #742 from spedrickson/JsonRPCShellRun
add initial ShellRun support for JsonRPC
2021-11-29 08:43:59 +11:00
Jeremy Wu
2ebdead706
Merge pull request #817 from onesounds/DarkMode
Dark mode
2021-11-29 08:39:11 +11:00
Jeremy Wu
52046431ea
Merge pull request #829 from taooceros/ShellNotClose
Refactor Shell Command
2021-11-29 06:39:54 +11:00
Jeremy
056bffeda9 Shell version bump 2021-11-29 06:34:58 +11:00
Jeremy
07aebaeeaa Merge branch 'dev' into install-from-url 2021-11-29 06:18:16 +11:00
Jeremy
ea179e5455 shorten version compare logic 2021-11-29 06:06:08 +11:00
DB p
1b0fa24096 Merge branch 'DarkMode' into AdjustProgramPlugin 2021-11-29 00:42:51 +09:00
DB p
9297bac72f Adjust Color in SearchSourceSetting/ Remove Comment in SelectFileManager 2021-11-29 00:24:56 +09:00
DB p
ea4ae0cbf2 Add Listview Style Comment & Adjust button margin 2021-11-28 08:18:44 +09:00
DB p
12fdeffddd Adjust Popup Layout
Adjust Button Size
2021-11-28 07:37:08 +09:00
DB p
cb77fbfd7b Merge branch 'DarkMode' into AdjustProgramPlugin 2021-11-28 06:11:05 +09:00
DB p
113f15487a Adjust SettingPanel Layout 2021-11-28 06:09:36 +09:00
Kevin Zhang
d3d1f6faa7 Fix Unexpected Intercept result when multiple plugin register the global hotkey event 2021-11-27 14:26:20 -06:00
DB p
8343bc761d Add hide uwp/lnk path setting 2021-11-28 05:05:25 +09:00
DB p
16c6e8b4d2 Merge Dev 2021-11-27 14:04:32 +09:00
Jeremy
091b4afe4e switch to use main window's Show method 2021-11-27 13:51:45 +11:00
Kevin Zhang
16c30e9803 Refactor Shell Command 2021-11-25 15:47:11 -06:00
DB p
b1bbe8aaac Add TextBlock Color / Adjust BookMarkPlugin Input Height 2021-11-25 12:14:20 +09:00
Garulf
2edc345892 Fix or condition 2021-11-24 02:06:39 -05:00
Jeremy
76efdfcff0 version bump PluginsManager 2021-11-22 19:45:21 +11:00
Jeremy
48c0f21a24 only msg plugin download & install succes/failure 2021-11-22 19:43:14 +11:00
Jeremy
a07252cc04 add ability to switch off warning when unknown source
fixed search terms to show with out to lower
2021-11-21 16:09:49 +11:00
Jeremy
ebf9ef1d80 add check downloaded plugin zip has same or lesser version 2021-11-21 13:31:43 +11:00
Jeremy
4eeaaec3c7 fix naming when installed from url source 2021-11-20 21:26:56 +11:00
Jeremy
73c1031e0f append new guid as zip and file name, update error messaging 2021-11-20 20:01:57 +11:00
Jeremy
99405395ec add plugin installation notifications 2021-11-20 18:47:10 +11:00
Garulf
2e2d2591d7 Block install if manual install exists 2021-11-19 10:59:32 -05:00
Garulf
cf056a92c0 Filename as title for result 2021-11-18 11:47:21 -05:00
Garulf
8c50d13aa5 Use correct icon 2021-11-18 11:40:06 -05:00
Garulf
092b4593f8
Detect URL and install 2021-11-18 10:35:45 -05:00
Jeremy
3e38a9035c version bump plugins 2021-11-17 21:07:44 +11:00
Jeremy
a6ddaf9ff9 Merge branch 'dev' into JsonRPCShellRun 2021-11-17 21:02:32 +11:00
Jeremy
ae7de8db09 refactor to use ShellCommand 2021-11-17 21:00:36 +11:00
DB p
7333b57109 - remove Bookmark/websearch setting panel hardcoded bgcolor
- Adjust Colors in settingwindow
2021-11-17 15:04:57 +09:00
Jeremy
e09248fe0a bump version for plugins 2021-11-11 08:50:02 +11:00
DB p
7d18c3e10c - Add Height Program Plugin Setting Panel
- Disable Done Button when Null in TextBoxes
- Adjust Dopus Arguments
2021-11-09 23:02:33 -06:00
Kevin Zhang
2c1e07065c migrate explorer open containing folder to new api 2021-11-09 23:02:00 -06:00
Kevin Zhang
a3b62bc4d8 Fix rename issue 2021-11-09 23:01:59 -06:00
Kevin Zhang
5ee6c4b6a5 Migrate Program Plugin Custom Explorer 2021-11-09 23:01:59 -06:00
Kevin Zhang
8a312d4874 Implement the API call to custom explorer via ipublicapi, and migrate the exist call to explorer to the api call. 2021-11-09 23:01:59 -06:00
Jeremy Wu
17f8ffed2d
version bump BrowserBookmarks plugin 2021-11-05 08:00:01 +11:00
kubalav
58ee77f40f Removed extra spaces before chevrons 2021-11-03 09:29:33 +01:00
kubalav
ad88e3fb34 Update Slovak translation + bump version 2021-11-03 09:21:10 +01:00
Jeremy Wu
ddda425e7f
Merge pull request #779 from onesounds/AdjustWebsearchPlugin
Adjust websearch plugin & Small Fix for pluginstore PR & Setting Popup Redesign
2021-11-03 09:21:36 +11:00
Jeremy
c2a633097b update wording and bump WebSearch version 2021-11-03 08:17:57 +11:00
DB p
4e5975ccf7 - Remove URL
- Add Icon
2021-10-31 08:09:12 +09:00
Kevin Zhang
304fb90c5d Expand EnvironmentVariable in Command 2021-10-30 00:11:17 -05:00
Kevin Zhang
fac8b76485
Merge pull request #780 from Flow-Launcher/FixBookmarkIssueWhen
quick exit when children property is not found
2021-10-30 00:10:43 -05:00
Kevin Zhang
7cfb71df35 Change WindowsSettings class to record and use with to create translated setting 2021-10-29 23:08:59 -05:00
Kevin Zhang
255f8091a5 Add OnCultureInfoChanged to IPluginI18n to allow plugin do action when culture change 2021-10-29 22:16:13 -05:00
Kevin Zhang
582e29658b Update Translation Mechamism in Flow 2021-10-29 21:53:52 -05:00
Kevin Zhang
02bb75fac4 Include WindowsSettings in Flow Project 2021-10-29 21:53:22 -05:00
DB p
43a62d0d12 - add netflix / youtube music
- add netflix / youtube music icon
- change list array order
- remove findicon.com
- add search source setting guide string
2021-10-30 05:31:13 +09:00
Kevin Zhang
47e074ca2a Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into add_windows_settings_plugin 2021-10-29 15:00:22 -05:00
Kevin Zhang
4c10208008 quick exit when children property is not found 2021-10-29 14:09:58 -05:00
DB p
89e2edb12f Add Noresize property in setting search source popup 2021-10-30 02:58:29 +09:00
DB p
0edbcfde2b - Adjust Priority Change Popup Window Design
- Adjust Websearch setting layout
- Change and add Websearch String
- Change Websearch popup design
2021-10-30 02:31:11 +09:00
Jeremy
63ffb3a3c3 plugin version bumps 2021-10-27 21:56:20 +11:00
Jeremy
a7ac7b183a remove GroupName attribute from Url plugin's open url behaviour
fixes the new tab/window selection binding not working with the new ui
2021-10-27 21:30:42 +11:00
Kevin Zhang
8a59e87f99 Fix unselected issue for bookmark plugin by using binding (Don't understand Reason it doesn't work before) 2021-10-25 18:51:34 -05:00
Kevin Zhang
fd70326b2d Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into PluginStore 2021-10-21 12:21:00 -05:00
Jeremy Wu
f6f306efe4
Merge pull request #751 from Flow-Launcher/fix_bookmark_plugin_window_size
Dev: Fix Bookmark plugin settings browser edit
2021-10-19 06:02:14 +11:00
Jeremy Wu
2a68a41ef0
Merge pull request #681 from Flow-Launcher/QueryTermsRefactor
Fixes Typo TermSeparator & remove the actionkeyword in Terms
2021-10-18 08:10:03 +11:00
Kevin Zhang
1ce31505a6 Merge remote-tracking branch 'upstream/dev' into PluginStore 2021-10-16 21:09:32 -05:00
Vladimír Kubala
32cb242821
Update Slovak translation Brower Bookmark plugin 2021-10-13 13:37:19 +02:00
kubalav
9e3861ce67 version bump Browser Bookmark plugin 2021-10-13 13:10:44 +02:00
kubalav
6ffcdfe7d6 Update Slovak translation for Browser Bookmark plugin 2021-10-13 13:06:57 +02:00
Jeremy
c7c5990c2e fix edge bookmark loading 2021-10-13 21:49:26 +11:00
Jeremy
db3099ed0e fix bookmark plugin browser edit button logic 2021-10-13 09:07:27 +11:00
Jeremy
7b70386936 fix bookmark plugin settings button width 2021-10-13 08:27:10 +11:00
Jeremy
e85a99f8d6 fix custom browser setting window positioning of controls 2021-10-13 08:22:12 +11:00
Jeremy Wu
8a33bf4a33
Merge pull request #695 from Flow-Launcher/BrowserBookmarkRefactor
Refactor Bookmark plugin
2021-10-12 08:43:13 +11:00
Kevin Zhang
c4f9dcbe90 Merge Dev (Conflict PluginsManifest Move) 2021-10-10 16:53:38 -05:00
Kevin Zhang
3d06404614 Move PluginsManifest to Flow.Launcher.Core & Change PluginStore Binding to PluginsManifest 2021-10-10 16:46:54 -05:00
Dobin Park
e6c4ca1d49 - Adjust Content Control Margin
- Adjust Calc/webseearch plugin setting Margin
2021-10-10 03:28:14 +09:00
Dobin Park
0d11b79ee3 - Adjust Shell, Calc, WebSearch Setting Margin 2021-10-10 00:02:41 +09:00
Jeremy
0b60d3d0df move to plugins folder 2021-10-09 15:25:57 +11:00
Kevin Zhang
3baaa2d406
Merge pull request #704 from onesounds/ModernTheme
Modern Design
2021-10-08 20:37:00 -05:00
Jeremy
04a10ed62d add glyph option to settings 2021-10-07 21:58:54 +11:00
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
Dobin Park
88a9767975 - delete csproj 2021-10-05 11:10:54 +09:00
Kevin Zhang
309006e754 Align setting control and allow localization and version bump 2021-10-04 17:11:44 -05:00
Jeremy
4941f346a5 fix explorer crash on square brackets 2021-10-01 07:44:59 +10:00
Jeremy
1b69d27ea9 fix Explorer plugin crash on semicolon 2021-09-29 22:18:01 +10:00
Dobin Park
3a0594f99b - Changing Result item and hotkey layout
- Add Hightlight Styling
- Add New Themes and adjust classic themes
2021-09-27 20:00:46 +09:00
Jeremy Wu
9a488dc896
version bump PluginsManager 2021-09-27 07:39:49 +10:00
Kevin Zhang
e5e8c48d51 Implement editing 2021-09-23 13:32:10 -05:00
Kevin Zhang
672616ef62 Rename Variable & adjust window size 2021-09-23 13:13:01 -05:00
Kevin Zhang
eac61fb40c Add setting for Custom Browser Bookmark 2021-09-23 13:07:40 -05:00
Kevin Zhang
f64821eb1f Use CDN for PluginManifest 2021-09-23 12:16:48 -05: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
ad43456533
Merge pull request #679 from Flow-Launcher/add_restart_advanced_boot_options
Add Advanced Boot Options restart for Sys plugin
2021-09-23 12:24:54 +10: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
Jeremy Wu
03166ecd55
Merge pull request #654 from Flow-Launcher/DependencyBump
Bump applicable nuget packages to latest versions
2021-09-23 12:24:22 +10:00
Jeremy Wu
661b8cf4f8
Merge pull request #621 from Flow-Launcher/add_quickaccess_actionkeyword
Add Quick Access action keyword for Explorer
2021-09-23 12:21:57 +10:00
Kevin Zhang
d51579967b Further Refactor & add CustomBrowsers UI 2021-09-22 18:09:30 -05:00
Kevin Zhang
7ff9b688c9 Refactor Bookmark plugin 2021-09-21 13:50:51 -05:00
Jeremy
972ae27d89 Merge remote-tracking branch 'origin/dev' into DependencyBump 2021-09-15 21:18:56 +10:00
Jeremy
dd6b8f8c47 Merge remote-tracking branch 'origin/dev' into add_quickaccess_actionkeyword 2021-09-15 21:15:33 +10:00
Jeremy
675c45aa6c Merge remote-tracking branch 'origin/dev' into cacheProgramResult 2021-09-15 21:00:30 +10:00
Michael Mouawad
3452ecf33b remove unnecessary strings from languages files 2021-09-13 19:44:10 +03:00
Jeremy
4c75f8b8bb version bump Shell plugin 2021-09-13 08:20:34 +10:00
Jeremy Wu
2641899782
Merge branch 'dev' into dev 2021-09-13 08:12:49 +10: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
d3b4c5469b add run as administrator when holding ctrl and shift to Shell plugin 2021-09-11 20:21:52 +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
Kevin Zhang
812703766a Mark previous api as obsolete to preserve backward compatibility. 2021-09-07 17:07:21 -05:00
Kevin Zhang
9c13416231 Fixes Typo TermSeparator & remove the actionkeyword in Terms 2021-09-06 12:31:07 -05:00
Jeremy
be516d67f4 add Advanced Boot Options restart for Sys plugin 2021-09-06 09:02:04 +10:00
Jeremy
ee38561ece allow File Content search to be toggled on off 2021-09-03 07:47:52 +10:00
Jeremy
0534dece0b remove comment 2021-09-02 07:47:05 +10:00
Jeremy
c2758ba7d4 version bump Explorer 2021-09-01 22:11:08 +10:00
Jeremy
b5b21cf43b rename IndexOnlySearchKeywordEnabled for consistency 2021-09-01 22:05:19 +10:00
Jeremy
333d3da07f remove underscore variable name 2021-09-01 21:52:32 +10:00
Jeremy
91564e0933 remove null state from action keyword Enabled status 2021-09-01 21:17:20 +10:00
Jeremy
267fb6551b add File Content Search Enabled status property 2021-09-01 21:10:52 +10: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
Kevin Zhang
fd794b8e77 Bump Dependency 2021-08-14 07:12:22 +08:00
Jeremy
d8bea3cb89 Merge branch 'dev' into cacheProgramResult 2021-08-10 21:16:57 +10:00
Jeremy Wu
4219dce379
Merge pull request #629 from Flow-Launcher/fix_filepath_tooltip
Fix Explorer's file result subtitle tool tip as file path instead
2021-08-09 18:00:24 +10:00
Jeremy
d536b6fd77 change to path instead of subtitle parameter 2021-08-08 18:47:39 +10:00
Jeremy Wu
d524b0a759
Merge pull request #628 from Flow-Launcher/fix_pm_update_focus
Fix PluginsManager's InstallOrUpdate focus
2021-08-07 12:19:41 +10:00
Jeremy
53e305d765 update per review 2021-08-06 18:52:09 +10:00
Jeremy
5940e33774 Merge branch 'dev' into add_quickaccess_actionkeyword 2021-08-06 18:03:35 +10:00
Jeremy Wu
1b8c154ce8
Merge pull request #615 from Flow-Launcher/standardise_exe_installer
Standardise Flow's exe installer + readme update
2021-08-06 17:55:44 +10:00
pc223
7ada219c0c Fix tool tip for folder 2021-08-04 22:12:11 +07:00
Jeremy
2a06cb9893 fix file path tool tip as file path instead 2021-08-04 08:01:20 +10:00
Jeremy Wu
df3b91ea99 fix PluginsManager's InstallOrUpdate focus 2021-08-03 07:58:35 +10:00
Jeremy
ad04c981f1 Merge branch 'dev' into add_quickaccess_actionkeyword 2021-07-30 20:45:54 +10:00
Jeremy
6978b65d8e add Quick Access action keyword 2021-07-30 20:44:29 +10:00
Jeremy
a29d4d181f version bump Explorer 2021-07-30 12:34:19 +10:00
Jeremy
8cfd80b962 delay the create query helper call
to catch exception when Windows Search service is not running
2021-07-30 12:30:21 +10:00
Jeremy
a8d7dcdacb remove extra space 2021-07-29 07:58:17 +10:00
kubalav
41a72fb705 Version bump for Explorer plugin 2021-07-28 09:31:00 +02:00
kubalav
98be93c076 Add Slovak translation for Explorer plugin 2021-07-28 09:29:53 +02:00
Jeremy Wu
2155602a9c
update per suggestion
Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
2021-07-27 21:20:37 +10:00
Jeremy
cfb2ca1171 fix PluginsManager context menu crashing 2021-07-27 20:32:53 +10:00
Jeremy
bd15aa7ef9 pass query helper object 2021-07-27 18:55:52 +10:00
Jeremy Wu
f588f2a763 fix typo 2021-07-25 20:44:04 +10:00
Jeremy Wu
0f9fd94312 handle future scenario where PluginsManager's action keyword increased 2021-07-25 20:42:26 +10:00
Jeremy Wu
10a30f4abe move exception result into its own method 2021-07-25 20:16:30 +10:00
Jeremy Wu
8df4bb2e8d version bump for Explorer plugin 2021-07-25 20:12:15 +10:00
Jeremy Wu
86fe664404 add option to remove warning msg and install Everything plugin 2021-07-25 19:58:21 +10:00
Jeremy Wu
44d8666e27 add warning for Windows Search service not turned on 2021-07-25 17:48:57 +10:00
Jeremy Wu
26a37c0796
Merge pull request #548 from Flow-Launcher/new_api_branch
point pluginsmanifest to new api branch
2021-07-18 08:08:34 +10:00
Jeremy Wu
f82042ac6a
Merge pull request #555 from kubalav/translation-sk
Update Slovak translation
2021-07-05 08:48:32 +10:00
Jeremy Wu
bf91f4e892
revert version bump 2021-07-05 08:39:17 +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
kubalav
45aa4d26fb version bump 2021-07-04 17:22:22 +02:00
kubalav
4d86936a41 add free line 2021-07-04 17:21:47 +02:00
kubalav
38a594ca28 version bump 2021-07-04 17:19:00 +02:00
kubalav
2b1e0ab584 Update Slovak translation 2021-07-04 17:17:31 +02:00
Kevin Zhang
604699f884 Remove Empty Entries for ProgramSuffixes.xaml.cs 2021-07-04 20:05:37 +08:00
Jeremy Wu
f160f3c7ab
Merge pull request #550 from taooceros/FixRepeatedManifestUpdate
fix unexpected Task Status
2021-07-04 21:17:04 +10:00
Jeremy
e7b90b818e add translation for download failed error msg 2021-07-04 21:12:22 +10:00
Jeremy
262cf90aee version bump 2021-07-04 21:11:28 +10:00
Kevin Zhang
47cb7a4ebc another check to avoid re-update lastUpdateTime 2021-07-04 18:53:40 +08:00
Kevin Zhang
2405af88a6 fix unexpected Task Status 2021-07-04 18:35:00 +08:00
Jeremy
d86d9eb821 point pluginsmanifest to new api branch 2021-07-04 13:33:37 +10:00
Jeremy Wu
c2e8147ec0
Merge pull request #547 from taooceros/FixEmptyPathException
Check Empty image path to avoid exception
2021-07-03 22:48:16 +10:00
Kevin Zhang
12b2d653f6 Check Empty image path to avoid exception 2021-07-03 20:35:22 +08:00
Jeremy
2d32bc9814 fix method typo 2021-07-03 16:33:29 +10:00
Kevin Zhang
0df9f373ce Rename variables 2021-07-03 12:45:00 +08:00
Kevin Zhang
428efb1cd0 fix unexpected empty string 2021-07-03 12:43:38 +08:00
Kevin Zhang
0c3a37eb70 change logic 2021-07-03 00:23:23 +08:00
Kevin Zhang
192d64bb2a Use Constant Name 2021-07-03 00:20:33 +08:00
Kevin Zhang
e8a9377ec4 fix up logic 2021-07-02 11:46:10 +08:00
Kevin Zhang
eeb38d84b3 Fix up Actionkeyword for folder result 2021-07-02 11:38:07 +08:00
Kevin Zhang
4f13433913 CherryPick Layout change and ProgramLogger.cs Fix 2021-06-29 19:06:17 +08:00
张弘韬
da6dfcdf6d CherryPick DirectoryInfoSearch.cs Exception Refactor 2021-06-29 19:04:45 +08:00
Kevin Zhang
8fe285bbec Use Nlog Debug Target instead of direct print 2021-06-29 19:03:01 +08:00
Kevin Zhang
f80ae3092e CherryPick Exception Optimize 2021-06-29 19:02:27 +08:00
Jeremy
e2b983df5f version bump Shell plugin 2021-06-28 07:01:56 +10:00
Zelin Liao
867c2a711b Remove Uncessary Window.Activate() 2021-06-26 20:42:09 +08:00
Zelin Liao
794911aad4 [Plugin.Shell] Fix: The Query Box Is Not Focused When HotKey Invoked 2021-06-26 10:52:44 +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
Jeremy Wu
9d2199319f
Explorer plugin version bump 2021-06-13 18:25:02 +10:00
Jeremy
c842a4c7bf clean up 2021-06-13 18:07:30 +10:00
Jeremy
d807b21eac remove obsolete settings class 2021-06-13 17:53:55 +10:00
Jeremy
69f58518b2 update revert to global wildcard logic 2021-06-13 17:41:44 +10:00
Jeremy
596b5b803e update logic when content search is global 2021-06-13 17:27:44 +10:00
Kevin Zhang
7854cf348b Finishing editing logic, and add a few interactive for ActionKeywordSetting.xaml
1. It will automatically focus on the textbox
2. Enter will trigger the done button
2021-06-06 11:01:50 +08:00
Jeremy
ff404c5c5b update ActionKeywordSetting view logic 2021-06-05 18:44:16 +10:00
Jeremy
f13e24bd07 removed obsolete api object, updated search action keyword naming, 2021-06-05 14:07:13 +10:00
Jeremy
002c27fc12 Merge remote-tracking branch 'origin/dev' into ExplorerPathActionkeyword 2021-06-05 13:08:50 +10:00
Jeremy Wu
de9389b681
version bump Shell 2021-06-04 19:23:25 +10:00
Kevin Zhang
59f0a06cb3 change sequence of loading for shell plugin to avoid null reference 2021-06-03 14:14:27 +08:00
弘韬 张
5966ddc4d9 Refactor Code
1. Moving Property match to Settings.cs
2. Use Binding to avoid explicit Function Assign
3. Simplify ActionKeywordMatch
2021-06-01 18:10:24 -07: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
Jeremy
995cf568ff option to allow action keywords to be disabled 2021-05-30 19:28:18 +10:00
Jeremy
e9abaf3f6c remove obsolete key 2021-05-30 15:19:32 +10:00
Jeremy
3bf3afc795 update action keyword match logic 2021-05-30 15:11:59 +10:00
Jeremy
e5fbfa24b4 replace action keyword when updating 2021-05-29 22:00:10 +10:00
Jeremy
7e799b5625 keep search activation, enable and disable path and index search 2021-05-29 20:08:34 +10: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
弘韬 张
972a291be3 add Chinese translation 2021-05-22 17:26:49 +08:00
弘韬 张
acba2dd1a3 Add specific keyword for path explore in explorer plugin 2021-05-22 17:23:25 +08:00
Jeremy Wu
d813a4732d
Merge pull request #447 from Flow-Launcher/optionHideDescription
Implement Option to disable program description
2021-05-21 06:59:30 +10: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
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
Jeremy Wu
1e687a2130
revert 2021-05-17 07:19:32 +10:00
Jeremy Wu
5980528106
version bump Shell 2021-05-17 07:18:04 +10:00
Jeremy Wu
efee45bed5
version bump PluginsManager 2021-05-17 07:17:12 +10:00
Jeremy Wu
909fe5a75d
Merge branch 'dev' into MigrateDirectPluginJsonStorage 2021-05-17 07:02:49 +10:00
Jeremy Wu
4cb8f929c3
version bump Shell plugin 2021-05-17 06:52:24 +10:00
Jeremy Wu
4d9a3dea32
version bump PluginsManager 2021-05-17 06:51:37 +10:00
Kevin Zhang
c5d24c407a
Merge branch 'dev' into SpecialCtrl 2021-05-16 14:50:39 +08:00
弘韬 张
cb9262b450 Version Bump 2021-05-16 14:48:03 +08:00
弘韬 张
d421a950f6 Add special ctrl for Pluginsmanager and Shell plugin 2021-05-15 02:17:57 +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
张弘韬
33accbd5d4 Move most direct call of PluginJsonStorage to API call 2021-05-11 20:24:22 +08:00
Jeremy Wu
86598b5eef
Merge pull request #426 from Flow-Launcher/fix_explorer_path
Dev branch: Fix Explorer path display in settings
2021-05-11 20:17:55 +10:00
Jeremy
9957773ff9 adjusted Explorer plugin's excluded and quick access control height 2021-05-10 21:43:21 +10:00
Jeremy
fd0471bff5 fix excluded and quick access path display in settings 2021-05-10 21:41:37 +10:00
Jeremy
5ccf4c5694 fix action keyword when more than one query term is typed 2021-05-10 20:15:33 +10:00
solitudechn
9c063e35f0 Fix typos and wrong version numbers 2021-04-29 09:25:02 +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
f2f0120916
Merge pull request #412 from Flow-Launcher/add_api_errormsg
Add API error msg method
2021-04-22 18:16:59 +10:00
Jeremy Wu
1e25043469 fix format 2021-04-19 07:29:58 +10:00
Jeremy Wu
bb4b50c4e4 version bump for Sys plugin 2021-04-19 07:26:47 +10:00
Jeremy Wu
a01e0d484a add tips and userdata location commands for Sys plugin 2021-04-19 07:23:50 +10:00
Jeremy Wu
6b118d870a version bump Explorer 2021-04-16 08:54:49 +10:00
Jeremy Wu
e7127cf514 add error message method to api to allow the use of standard error icon 2021-04-16 08:53:19 +10:00
Jeremy Wu
e75ac3288a update score to variable 2021-04-14 22:15:49 +10:00
Jeremy Wu
ed52b9dfa5 Explorer version bump 2021-04-14 22:12:00 +10:00
Jeremy Wu
aee5f6617e remove the redundant path in brackets and update Nickname to Name 2021-04-14 22:11:40 +10:00
Jeremy Wu
750db30664 version bump Explorer plugin 2021-04-14 08:51:43 +10:00
弘韬 张
1015177b45 Refactor code 2021-04-13 19:40:04 +08:00
弘韬 张
50b5336688 Allow Quick Access Links to be accessed with middle string, and score bump the result 2021-04-13 19:12:24 +08:00
Jeremy Wu
f053139454 use most used cmds setting 2021-04-12 20:05:30 +10:00
Jeremy Wu
67097864fa add settings for number of most used cmds option 2021-04-12 19:06:44 +10:00
Jeremy Wu
04156d7f83 Shell plugin version bump 2021-04-12 17:33:23 +10:00
Jeremy Wu
4abddb2597 rename variable Count to CommandHistory 2021-04-12 17:32:48 +10:00
Jeremy Wu
ab52859461 save cmd history to settings 2021-04-12 14:25:39 +10:00
Jeremy Wu
eae3b1e4bf update plugin text 2021-03-31 06:40:39 +11:00
Jeremy Wu
3ab3010000 fix Sys plugin translation 2021-03-31 06:28:25 +11:00
Jeremy Wu
b5e54a76b0
Merge pull request #389 from Flow-Launcher/optimizeStartup
Optimize startup
2021-03-22 05:08:49 +11:00
Jeremy Wu
c8c28db624
version bump BrowserBookmarks plugin 2021-03-22 05:01:45 +11:00
弘韬 张
480887edaf Version Bump 2021-03-20 18:03:11 +08:00
弘韬 张
9182fdb2bd Remove readonly in Calculator 2021-03-20 18:02:35 +08:00
弘韬 张
8acde56455 remove readonly field to allow init in Init() 2021-03-18 11:59:48 +08:00
弘韬 张
409ccae7f2 Move initialization of Calculator to Init() 2021-03-18 11:39:13 +08:00
弘韬 张
541e91df60 Move initialization of BrowserBookmark to Init() 2021-03-18 11:38:07 +08:00
Jeremy Wu
9479923531 remove unnecessary catching OperationCanceledException 2021-03-18 06:50:55 +11:00
Jeremy Wu
f4971e2e96 remove async and task run 2021-03-18 06:44:00 +11:00
Jeremy Wu
b138838805 add ConfigureWait and cancellation token 2021-03-17 06:32:53 +11:00
Jeremy Wu
7aa1396821 move index exclude method to IndexSearch class and add async 2021-03-16 21:33:40 +11:00
Jeremy Wu
e73b2a05ce change to for loop 2021-03-16 07:12:36 +11:00
Jeremy Wu
b2dc2ef71b do not exclude if in Quick Access list 2021-03-16 07:12:01 +11:00
Jeremy Wu
b642898132 update loop logic 2021-03-15 08:12:03 +11:00
Jeremy Wu
a5e3049adc fix typo 2021-03-15 07:39:14 +11:00
Jeremy Wu
43f1cae350 fix exclusion of Windows Index file or folder search 2021-03-15 06:01:29 +11:00
Jeremy Wu
e312fefbb1 verison bump Shell plugin 2021-03-09 21:05:38 +11:00
Jeremy Wu
bd921f8d0c add context menu run as admin icon 2021-03-09 21:04:57 +11:00
Jeremy Wu
22617aef33 add copy cmd to context menu 2021-03-09 21:04:28 +11:00
Jeremy Wu
17a04d65c1 fix private variable naming convention 2021-03-09 20:59:25 +11:00
Jeremy Wu
e52e3b8e52
Merge pull request #381 from Flow-Launcher/stopAwaitIndexingWithCache
Stop await indexing when indexing is required and cache exist
2021-03-09 06:27:00 +11:00
张弘韬
da3f20a61a Stop await indexing when indexing is required and cache exist 2021-03-08 16:16:54 +08:00
张弘韬
f7ded13c0a Version Bump 2021-03-06 18:58:19 +08:00
张弘韬
99ca4093f2 Add Open Log Location command to sys plugin 2021-03-06 13:30:18 +08:00
Jeremy Wu
db411750f9 fix hibernation 2021-03-04 19:51:56 +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
Hongtao Zhang
8282ad8aa8
Merge pull request #370 from Flow-Launcher/calculator_e
add e to calculator plugin, and fix a NPE for debugging
2021-02-26 19:06:37 +08:00
弘韬 张
66eaa0a2cd version bump 2021-02-26 18:12:00 +08:00
弘韬 张
cef09b3ee2 add e to calculator plugin, and fix a NPE for debugging
Co-Authored-By: Pavel Zwerschke <pavelzw@gmail.com>
2021-02-26 16:20:47 +08: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
479bd757d4 add comment 2021-02-24 06:34:09 +11: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
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
978ed1bc33
Merge pull request #344 from Flow-Launcher/fix_win32_loading
filter description existence before passing it to distinct & separate user selected result from hashing
2021-02-22 21:04:54 +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
Hongtao Zhang
554bc08a8a
Merge pull request #348 from Flow-Launcher/fix_duplicate_entry_quickaccess
Remove duplicate entry
2021-02-19 02:28:56 -08:00
Jeremy Wu
abb11b22fc update 2021-02-19 21:03:23 +11:00
Jeremy Wu
4fdcdcdcc0
version bump PluginsManager 2021-02-19 08:12:46 +11:00
弘韬 张
a3c61c26cc don't remove setting when updating 2021-02-19 05:05:03 +08:00
弘韬 张
73ee3437f3 Use UnionWith 2021-02-18 06:41:56 +08:00
弘韬 张
94e45878c5 Merge branch 'fix_duplicate_entry_quickaccess' of github.com:Flow-Launcher/Flow.Launcher into HEAD 2021-02-18 06:41:18 +08:00
弘韬 张
cba47855c7 Use Hashset and customized equality comparator to filter result 2021-02-18 06:38:43 +08:00
Jeremy Wu
8b30d37ff7 update 2021-02-18 08:09:51 +11:00
Jeremy Wu
dfd7148229 remove duplicate entry with quick access results 2021-02-17 08:50:33 +11: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
弘韬 张
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
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
Jeremy Wu
d36140c51c version bump PluginsManager 2021-02-15 21:14:50 +11:00
Jeremy Wu
c2dd536b9b Merge branch 'dev' into FixUnexpectedErrorNotice 2021-02-15 21:13:24 +11: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
Jeremy Wu
f78ba8e79e Merge branch 'dev' into fix_win32_loading 2021-02-15 06:51:58 +11:00
Jeremy Wu
93f4b6d90a update to use SetDataObject 2021-02-14 20:32:20 +11:00
Jeremy Wu
f9b8216e3b add copy bookmark's url to clipboard 2021-02-14 19:00:00 +11:00
Jeremy Wu
7c2c78733e version bump PluginsManager 2021-02-13 21:41:56 +11:00
Jeremy Wu
0707ae3997 fix formattng 2021-02-13 21:03:26 +11:00
弘韬 张
59a767fafb remove unexpected space 2021-02-13 12:22:59 +08:00
弘韬 张
9df7201037 Remove setting after uninstalling plugin 2021-02-12 23:47:21 +08: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
Jeremy Wu
8fa843ea45 fix incorrect icopath context menu 2021-02-08 21:05:50 +11: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
kubalav
988c265811 enhanced translation 2021-02-05 12:22:00 +01:00
kubalav
c8321c9771 Update Slovak translation 2021-02-05 12:08:36 +01:00
Jeremy Wu
bcf046f842 fix move method call only restricted to within the same drive 2021-02-03 20:51:19 +11:00
弘韬 张
1f6e6e5e09 fix format 2021-02-03 10:25:29 +08:00
弘韬 张
a65db9b626 Merge Dev 2021-02-03 10:24:03 +08:00
弘韬 张
71664bddc0 Optimize Logic 2021-02-03 10:23:38 +08:00
Jeremy Wu
a6e5602520 formatting fix 2021-02-03 13:00:16 +11:00
Jeremy Wu
f17b7cc355 Merge remote-tracking branch 'origin/dev' into FixUnexpectedErrorNotice 2021-02-03 12:56:43 +11:00
Jeremy Wu
1ec5023fc4
Merge pull request #318 from taooceros/ResultManagerSingleton
Make most class in Explorer plugin become static class
2021-02-03 09:06:35 +11:00