Commit graph

796 commits

Author SHA1 Message Date
Jeremy Wu
0f510b153c
Merge pull request #3572 from Flow-Launcher/plugin_store_item_vm_null
Fix separation of Plugin Store and Plugins Manager plugin
2025-07-07 22:17:02 +10:00
Jeremy
a63c8b036b updates to method summary and correct spell check errors 2025-07-07 21:35:12 +10:00
Jack251970
988a3bc09e Do not throw exception & Fix blank lines 2025-07-07 14:00:07 +08:00
Peter de Vroom
770eec5296 Use System.Version to compare versions
Add error checking
2025-07-07 14:07:47 +10:00
Jack251970
edb145091d Fix build issue 2025-07-06 20:12:26 +08:00
Jack Ye
c23eb505d1
Merge branch 'dev' into plugin_store_item_vm_null 2025-07-06 20:06:28 +08:00
Jack Ye
4fcc12d717
Merge pull request #3795 from Flow-Launcher/check_plugin_modified
Check plugin modified state for more lists and improve code quality
2025-07-06 20:01:48 +08:00
Jack Ye
63aca6ea37
Fix possible invalid operation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-06 16:54:04 +08:00
Jack251970
53174091d6 Use remove where for code quality 2025-07-06 16:52:26 +08:00
Jack251970
052bbb9d75 Fix format 2025-07-06 16:49:17 +08:00
Jack251970
b85b2ec30a Remove plugins from global & non-global plugins when they are removed from settings 2025-07-06 16:45:44 +08:00
Jack251970
c33f72db7e FIx format 2025-07-06 16:36:56 +08:00
Jack Ye
446c61fac6
Use concurrent bag for multiple thread support
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-03 21:01:09 +08:00
Jack251970
c06e6d1a6b Check modified state when updating plugins 2025-07-03 20:53:15 +08:00
Jack251970
d3f5274b24 Make GetPluginsForInterface private & Code quality 2025-07-03 20:45:20 +08:00
Jeremy Wu
e1f9d60eb9
Merge branch 'dev' into plugin_store_item_vm_null 2025-07-03 21:23:27 +10:00
Jack251970
d7b13276a2 Check if plugin is modified before querying 2025-07-01 13:35:44 +08:00
Jack251970
5bfdc583b1 Change the notification message title about plugin already installed/uninstalled from 'Fail to install ' to ' is already installed'. Do the same for uninstalling notification title. 2025-07-01 13:18:26 +08:00
Jack251970
2a4bd508c1 Resolve conflicts 2025-07-01 09:06:58 +08:00
Jack251970
ce6c2cb1b2 Add return value for api functions 2025-07-01 09:05:21 +08:00
Jack251970
a8bc55dcb5 Add return for UninstallPluginAsync 2025-07-01 08:59:32 +08:00
Jack251970
1bb7286920 Show error message instead of message 2025-07-01 08:57:32 +08:00
Jeremy Wu
4e4b59ebda
Merge branch 'dev' into plugin_store_item_vm_null 2025-07-01 09:28:34 +10:00
Jack251970
3fc0abfbab Fix removePluginSettings parameter pass issue 2025-06-30 20:26:14 +08:00
Jack251970
6318bbe187 Fix an issue that pm install/uninstall same plugin without restart says correct message but another message also pops up to say it's successfully installed 2025-06-30 13:16:59 +08:00
Jack251970
01e749ac88 Fix an issue that store install/uninstall same plugin without restart shows error message error, should say already installed/uninstalled 2025-06-30 13:07:19 +08:00
Jack251970
5b8b84a34c Fix code comments 2025-06-30 12:58:44 +08:00
Jack251970
9e868e7e3f Move plugin installer location 2025-06-29 22:35:14 +08:00
Jack251970
73a6fb6f65 Move codes to new place 2025-06-29 15:48:08 +08:00
Jack Ye
a9486362a8
Merge branch 'dev' into plugin_store_item_vm_null 2025-06-28 18:27:18 +08:00
Jack Ye
43c74f04ac
Merge branch 'dev' into winform_language_issue 2025-06-16 21:10:19 +08:00
Jack Ye
e79239eddc
Merge branch 'dev' into plugin_store_item_vm_null 2025-06-13 23:49:16 +08:00
Jack251970
248b098e54 Support installing from local path 2025-06-09 20:28:18 +08:00
Jack Ye
ba28621b84
Merge pull request #3668 from Flow-Launcher/derive_class_save
Fix Derive Class Save Method Calling Issue
2025-06-09 16:27:19 +08:00
Jack Ye
a02a236ca4
Merge branch 'dev' into explorer_plugin_code_quality 2025-06-06 21:30:54 +08:00
Jack251970
062cd2ad1d Use ISavable instead of object 2025-06-06 18:38:05 +08:00
Jeremy Wu
9be59385d0
Merge pull request #3606 from onesounds/FixWindowSnap
Fix issues related to window maximization and Snap behavior
2025-06-05 13:09:51 +10:00
Jack Ye
f9e7b82b15
Merge branch 'dev' into plugin_store_item_vm_null 2025-06-03 14:36:17 +08:00
Jack Ye
87c6e3085a
Merge branch 'dev' into winform_language_issue 2025-06-03 14:36:02 +08:00
Jack Ye
ae76c41211
Merge pull request #3584 from Flow-Launcher/null_for_error_plugins
Fix argument null exception when updating plugin directories for erroneous plugins
2025-06-03 11:12:45 +08:00
DB P
c6ed0bdc2a Adjust window border style for blur themes and update border brush resource 2025-06-02 18:01:09 +09:00
Jack Ye
a06cb43540
Use new model to clear results & Fix clear existing results when using IResultUpdate (#3588) 2025-06-02 13:16:22 +10:00
Jack251970
4a50eec281 Remove TranslationConverter & project reference in Explorer plugin 2025-05-30 10:59:22 +08:00
Jack251970
50780db9f5 Fix build issue 2025-05-25 09:20:57 +08:00
Jack Ye
9e666f95ea
Log a warning when encountering an empty AssemblyName
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-25 09:19:54 +08:00
Jack Ye
0258955083
Log a warning when encountering an empty Name
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-25 09:19:41 +08:00
Jack251970
0d785d1c9c Fix typos 2025-05-25 09:17:31 +08:00
Jack251970
de7438791c Fix argument null exception when updating plugin directories for errornous plugins 2025-05-25 09:14:19 +08:00
Jack251970
383c0aeffc Improve code quality 2025-05-23 13:41:59 +08:00
Jack251970
b0997449c1 Handle CultureNotFoundException 2025-05-21 14:38:15 +08:00