Commit graph

504 commits

Author SHA1 Message Date
Jack Ye
83c2edf7c8
Merge branch 'dev' into rename-file 2025-09-28 11:40:42 +08:00
Jack251970
0e366a6269 Use PublicApi.Instance instead of private one 2025-09-23 17:40:54 +08:00
Jack251970
7350c1d4d5 Use Flow.Launcher.Localization to improve code quality 2025-09-23 17:14:30 +08:00
Jack Ye
542d1eb3be
Merge branch 'dev' into rename-file 2025-09-21 13:15:44 +08:00
Jack251970
55f9857dec Remove SystemParameters.VerticalScrollBarWidth 2025-09-15 18:59:01 +08:00
Jack251970
e571204a84 No need to initialize max width 2025-09-15 18:48:09 +08:00
Jack251970
988db485a2 Merge branch 'json_plugin_setting' of https://github.com/Flow-Launcher/Flow.Launcher into json_plugin_setting 2025-09-15 18:46:53 +08:00
Jack251970
f3cb85ea59 Remove unnecessary check 2025-09-15 18:46:47 +08:00
Jack Ye
5695200940
Fix typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-15 18:46:05 +08:00
Jack251970
44ca9c3480 Use wrap text warpping & set max width of all children 2025-09-15 18:40:16 +08:00
Jack251970
b5c860db1d Add max width constrain 2025-09-15 18:27:19 +08:00
Jack Ye
9733da7205
Merge branch 'dev' into rename-file 2025-09-05 19:52:26 +08:00
Jeremy Wu
e1cc50c579 Merge remote-tracking branch 'origin/master' into resolve_conflicts 2025-08-31 17:53:21 +10:00
Jack251970
007c0897b1 Merge branch 'rename-file' of https://github.com/Koisu-unavailable/Flow.Launcher into rename-file 2025-08-30 16:59:05 +08:00
Jack251970
b84c6ec333 Use an event, not a settable delegate property, for PluginHotkeyChanged 2025-08-30 16:58:57 +08:00
Jack Ye
11dbce65c4
Merge branch 'dev' into rename-file 2025-08-30 16:29:30 +08:00
Jack251970
556dce9bed Remove unnecessary Task.Run 2025-08-14 19:22:03 +08:00
Jack251970
7264f5493f Use ShowMsgError for plugin load fail message 2025-08-14 18:34:03 +08:00
Jack Ye
912d5dda69
Merge branch 'dev' into rename-file 2025-07-24 12:02:11 +01:00
Jack Ye
45ed9faf29
Merge branch 'dev' into rename-file 2025-07-20 20:24:33 +08:00
Jack Ye
545d12c57d
Merge branch 'dev' into fast_load_language 2025-07-20 19:53:29 +08:00
Kevin Zhang
4f269d3fa9
Dialog Jump - Quickly navigate the Open/Save As dialog window (#1018) 2025-07-20 21:11:09 +10:00
Jack251970
2ee53dfbf7 Initialize language before portable clean up since it needs translations 2025-07-20 15:20:18 +08:00
Jack251970
ba0a113cc9 Add translations & Use ShowMsgError 2025-07-20 12:28:55 +08:00
Jack251970
06b3219dcb Add translations 2025-07-20 12:07:19 +08:00
Jack251970
0682e9bed1 Improve code quality for public api 2025-07-20 11:38:44 +08:00
Jack Ye
15e4a4fc74
Merge branch 'dev' into rename-file 2025-07-19 20:40:39 +08:00
Jack251970
5f2dd1a6a2 Change plugin update check function 2025-07-18 14:22:05 +08:00
Jack Ye
98179eb2e9
Merge branch 'dev' into rename-file 2025-07-15 20:53:08 +08:00
Jeremy Wu
37d6cea2d3
fix typo 2025-07-15 22:10:07 +10:00
Jack251970
ed5749543a Replace dynamic type with a strongly-typed model 2025-07-14 16:56:12 +08:00
Jack251970
69d5e33150 Show message box with button instead 2025-07-14 16:31:09 +08:00
Jack251970
b5baf3ebea Rename function name 2025-07-14 16:24:46 +08:00
Jack251970
6eb52b8961 Check plugin updates in the background 2025-07-14 16:18:22 +08:00
Jeremy Wu
2e0dd1cfa1
Release 1.20.2 | Plugin 4.7.0 (#3820) 2025-07-13 17:18:34 +03:00
Jack Ye
35474f2cbc
Merge branch 'dev' into rename-file 2025-07-07 20:39:20 +08:00
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
89b454bb6c Fix typos 2025-07-06 20:29:19 +08:00
Jack251970
9b92061807 Check modified & use IDictionary 2025-07-06 20:28:26 +08:00
Jack251970
194871189e Add hotkey get function 2025-07-06 20:18:16 +08:00
Jack251970
4874586773 Fix build issue 2025-07-06 20:15:33 +08:00
Jack251970
edb145091d Fix build issue 2025-07-06 20:12:26 +08:00
Jack Ye
515f24d388
Merge branch 'dev' into rename-file 2025-07-06 20:08:38 +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