Commit graph

116 commits

Author SHA1 Message Date
Jack251970
4d080a90c6 Fix build issue 2025-03-17 10:25:02 +08:00
Jack251970
698217f25d Improve code quality 2025-03-17 10:07:40 +08:00
Jeremy Wu
65f85cfbc0
Merge pull request #3267 from Jack251970/improve_progress_box
Improve Progress Box Design
2025-02-28 18:12:31 +11:00
Jack251970
ed5e0bb2d9 Improve documents 2025-02-26 20:11:27 +08:00
Hongtao Zhang
16798a06ce use constructor injection for PublicAPIInstance.cs 2025-02-24 09:40:33 +08:00
Jack251970
91490c0251 Remove usage of _settingsVM._settings and make _settings private 2025-02-23 22:05:49 +08:00
Hongtao Zhang
f5f0986036 remove some usage of Ioc.GetRequiredService when injection is possible. 2025-02-23 21:54:08 +08:00
Jack251970
39d34b1a03 Add circular dependency comments 2025-02-23 13:31:07 +08:00
Jack251970
cdf02d588f Resolve conflicts 2025-02-23 13:18:03 +08:00
Jeremy Wu
2bc9203be6
Merge pull request #3219 from Jack251970/delete_plugin_settings
Support deleting plugin settings when uninstalling plugins
2025-02-23 15:29:25 +11:00
Jack Ye
25684a92ae
Merge branch 'dev' into dev4 2025-02-17 14:54:06 +08:00
Jack251970
f0e74a2aa5 Fix issue that plugin manager will save settings for the uninstalled and settings-removed plugins 2025-02-08 19:12:53 +08:00
Jack251970
ed39937197 Initialize App.API earlier & Improve code quality 2025-01-21 16:19:28 +08:00
Jack251970
8d8384965e Improve dependency injection in updater & settings view model & settings page 2025-01-13 12:00:45 +08:00
Jack251970
1b76a2bc1a Use dependency injection for all services 2025-01-12 19:45:36 +08:00
Jack251970
8eb5a4dfca Improve HttpDownloadAsync function & Use it in PluginManager plugin 2025-01-11 13:24:41 +08:00
Jack251970
297d191412 Use function to delegate the progress task 2025-01-10 19:13:19 +08:00
Jack251970
54f02e04e6 Use public api for ProgressBoxEx & Add support for force close event 2025-01-05 00:08:56 +08:00
Jack251970
e0f0bed822 Revert "Fix clipboard action under sta thread issue" 2025-01-04 00:33:24 +08:00
Jack251970
3ab1fb15b6 Fix clipboard action under sta thread issue 2024-12-19 16:34:32 +08:00
Jeremy
bce07ee7d2 Merge branch 'dev' into dev1 2024-12-08 16:24:31 +11:00
Jack251970
b568d2dd95 Combine ShowMsgBox into one function. 2024-12-01 19:55:07 +08:00
Jack251970
9b75acdf21 Add ShowMsgBox functions in public api 2024-11-27 10:07:03 +08:00
Jack251970
3c3087793a add new public api for chaning the query list back to query results list 2024-11-21 19:18:05 +08:00
Jeremy
c0afb197c2 allow custom explorer profile's File Manager Path to replace with path
greater flexibility with custom explorer profile
2024-07-01 21:02:07 +10:00
DB p
6223d3a570 Simplify compare selected indexe part 2024-06-25 17:05:11 +09:00
DB p
7a5fc1c534 Add Exception handling for qttabbar 2024-06-25 16:35:32 +09:00
AminSallah
ae84dae66d
ReQuery new param "reselect" 2024-02-25 04:13:09 +02:00
AminSallah
0522fc79f4
Add ReQuery Instance 2024-02-23 23:27:34 +02:00
NoPlagiarism
e6fb59e64a Add ToggleGameMode to system commands 2024-01-14 18:31:21 +05:00
Odotocodot
fa96132528 Add Plugin API -> VisibiltyChangedEventHandler 2023-07-03 22:42:41 +01:00
Ioannis G
340dc3c8bf
clear obsolete code from Flow.Launcher.Plugin 2023-06-26 14:08:18 +03:00
Jeremy Wu
6f7c3eba4d add option to suppress notification when calling copy 2023-06-11 21:59:08 +10:00
Jeremy Wu
2b862f702a Make CopyToClipboard generic 2023-06-09 19:59:49 +10:00
Garulf
ed11cc2b22 Use ResultCopy to support files 2023-05-19 00:57:02 -04:00
rainyl
bc181683a0 Add plugin API: HideMainWindow(), IsMainWindowVisible() 2023-05-11 22:57:10 +08:00
Vic
d9b70e69f3 Refactor save settings logic
SettingWindowViewModel.Save() only saves Flow settings
2023-04-25 22:38:36 +08:00
VictoriousRaptor
91dff84c24
Merge pull request #2080 from VictoriousRaptor/FixFilesAppSupport
Use shell execute to fix Files App support
2023-04-23 01:36:27 +08:00
VictoriousRaptor
04cdfed901
Fix Windows 11 notification error (#2073)
* Fix Windows 11 22H2 (22621) notification error

* Fix main thread issue of LegacyShow()

* Mark RestarApp() as deprecated
2023-04-21 08:56:54 +10:00
Vic
4efaa648ad Use shell execute to fix Files App support 2023-04-20 23:20:07 +08:00
TheBestPessimist
a9192541ab Make code more readable 2023-03-08 14:29:46 +02:00
Hongtao Zhang
db354a23a5
Update to .Net 7 2022-12-30 19:12:11 -05:00
Hongtao Zhang
193ea552dd
Merge remote-tracking branch 'origin/dev' into explorerMerge
# Conflicts:
#	Flow.Launcher.Test/Plugins/ExplorerTest.cs
#	Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs
2022-08-16 21:38:15 -04:00
Oren Nachman
3648126854 Revert JSON Null change + fix more warnings
See comment inline re:JSON null
2022-08-08 17:35:38 -07:00
Oren Nachman
eb26070b8e Merge branch 'warnings' of https://github.com/nachmore/Flow.Launcher into warnings 2022-08-07 21:41:05 -07:00
Oren Nachman
a3197f8ee1 Fix (some) build warnings
CS1572
CS1573
CS0168
CS8073
CA2200
VSTHRD110
VSTHRD200
VSTHRD105
SYSLIB0013
CS8524
2022-08-07 21:31:38 -07:00
Oren Nachman
c557031ef1 Show notification when failing to enable/disable autostartup 2022-07-31 16:28:03 -07:00
Hongtao Zhang
d5e1b7cb22
Rewrite Explorer View Logic based on MVVM Pattern to avoid complicated View Logic 2022-06-30 23:56:15 -05:00
Jeremy
95ef8bb458 add overload for using Uri object 2022-02-04 08:26:42 +11:00
Jeremy
96cf9fe36a fix application URI logic when opening via WebSearch plugin 2022-01-31 21:36:13 +11:00