Commit graph

8257 commits

Author SHA1 Message Date
Hongtao Zhang
e7ff3694a1 Merge remote-tracking branch 'origin/remove-result-caching' into remove-result-caching
# Conflicts:
#	Flow.Launcher/ViewModel/ResultsViewModel.cs
2025-01-10 13:33:19 -06:00
Kevin Zhang
5f6ac6a35e Update Flow.Launcher/ViewModel/ResultsViewModel.cs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-12-25 14:39:04 +08:00
Hongtao Zhang
51a16cc40f Remove Result comparison and Change signature from IEnumerable to ICollection (due to the potential of multiple enumeration) 2024-12-25 14:39:04 +08:00
Jeremy Wu
3d8cf29c8e
Merge pull request #3144 from Jack251970/dev4
Add options for setting result on top & keeping result order
2024-12-24 15:10:29 +11:00
Jack251970
269e583ea7 Add maximum score to the results for developers. 2024-12-24 11:54:15 +08:00
Jeremy Wu
1c01fa4e46
update comment 2024-12-24 14:32:05 +11:00
Jack251970
4ad967b5f3 Add support for removing selected count from score 2024-12-23 15:57:59 +08:00
Jack251970
b5e401f759 Fix user result set max value issue 2024-12-23 15:50:52 +08:00
Jeremy Wu
eef2f3df8e
Merge pull request #3133 from Flow-Launcher/dependabot/nuget/CommunityToolkit.Mvvm-8.4.0
Bump CommunityToolkit.Mvvm from 8.3.2 to 8.4.0
2024-12-22 19:02:57 +11:00
Jeremy Wu
06a9faf510
Merge pull request #3118 from Flow-Launcher/add-preserve-last-action-keyword-option
Add preserve last action keyword options
2024-12-22 11:28:28 +11:00
Jeremy Wu
0506f095b3
Merge pull request #3140 from NoPlagiarism/gh_workflow_milestone
ci: pull_request_target & remove useless secret
2024-12-20 09:01:59 +11:00
NoPlagiarism
141634ca88 ci: pull_request_target & remove useless secret 2024-12-19 21:07:46 +05:00
NoPlagiarism
243ebb8df2
ci: fix permissions + migrate to fresher action (Pr Assign) (#3117)
* ci: fix permissions + migrate to fresher action

* ci: remove unnecessary comment
2024-12-19 11:35:29 +02:00
dependabot[bot]
5f52c81446
Bump CommunityToolkit.Mvvm from 8.3.2 to 8.4.0
Bumps [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) from 8.3.2 to 8.4.0.
- [Release notes](https://github.com/CommunityToolkit/dotnet/releases)
- [Commits](https://github.com/CommunityToolkit/dotnet/compare/v8.3.2...v8.4.0)

---
updated-dependencies:
- dependency-name: CommunityToolkit.Mvvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 22:11:39 +00:00
Jeremy Wu
6a5c891da1
Merge pull request #3129 from Flow-Launcher/hebrew-translation
add Hebrew in available languages
2024-12-15 17:28:50 +11:00
Yan
0c05440b80
Merge pull request #3131 from Flow-Launcher/add-european-date-formats
Add more date formats in settings
2024-12-15 01:14:32 +06:00
Yusyuriv
e8bbbda75b
Add European date formats in settings 2024-12-15 00:27:25 +06:00
Hongtao Zhang
26b33b9e13 add Hebrew in available languages 2024-12-14 10:22:09 -06:00
Jeremy Wu
713034c1cf
Merge pull request #3119 from Jack251970/dev4
Improve windows index search with special character
2024-12-12 21:30:24 +11:00
Jeremy Wu
86fc68b44b
Merge pull request #3114 from cibere/sys-plugin-add-copy-text
add CopyText and AutoCompleteText to some results in the sys plugin
2024-12-12 21:20:22 +11:00
cibere
fe4fcf6cc0 remove AutoCompleteText from the Open Recycle Bin result in sys plugin 2024-12-11 10:53:25 -08:00
Jack251970
5b344fb53c Improve windows index search with special character 2024-12-09 13:23:28 +08:00
Yusyuriv
824befdef6
Add preserve last action keyword options 2024-12-09 02:33:19 +06:00
Jeremy Wu
1f81ea09f1
Merge pull request #3106 from Flow-Launcher/dependabot/nuget/StreamJsonRpc-2.20.20
Bump StreamJsonRpc from 2.19.27 to 2.20.20
2024-12-08 16:32:58 +11:00
Jeremy Wu
ac872ac55c
Merge pull request #3087 from Jack251970/dev1
Add new public api function BackToQueryResults for chaning the query list back to query results list
2024-12-08 16:31:54 +11:00
Jeremy
bce07ee7d2 Merge branch 'dev' into dev1 2024-12-08 16:24:31 +11:00
Jeremy Wu
304f98e9ed
Merge pull request #3082 from NoPlagiarism/search_copy_url
[WebSearch] Add copy URL to menu
2024-12-08 10:48:34 +11:00
Jeremy Wu
ce6b4d90bd
Merge pull request #3093 from Jack251970/dev4
Replace original MessageBox with MessageBoxEx & Improve MessageBoxEx display style & Add new public api for using MessageBoxEx
2024-12-08 10:44:08 +11:00
cibere
8b012491de
Merge branch 'dev' into sys-plugin-add-copy-text 2024-12-07 14:50:30 -08:00
cibere
29c9fd69ad add AutoCompleteText key to some results in the sys plugin 2024-12-07 14:45:32 -08:00
cibere
6410853e34 add CopyText to recyclebin, log folder, flow tips, and userdata folder results in sys plugin 2024-12-07 14:38:28 -08:00
Kevin Zhang
5f46ee746f
Merge pull request #3099 from Jack251970/dev3
Fix possible null reference when query is cancelled & Add new image icon for images whose formats are not support & Other improvements
2024-12-07 10:49:54 -08:00
Jeremy
676a5b1590 add defaults to MessageBoxEx Show & update WebSearch to use api call 2024-12-07 22:21:08 +11:00
Hongtao Zhang
41a345a700 Remove Result comparison and Change signature from IEnumerable to ICollection (due to the potential of multiple enumeration) 2024-12-06 23:55:20 -06:00
VictoriousRaptor
120b7c74ad
Merge pull request #3104 from NoPlagiarism/image_data_uri
Return data uri image as icon support
2024-12-05 16:52:59 +08:00
Jack251970
00e76f6742 Revert "Fix result update issue during modified collection enumeration" 2024-12-04 10:20:21 +08:00
Jack251970
3f413d17ec Update image for format not supported images 2024-12-03 14:07:56 +08:00
dependabot[bot]
de82819a4a
Bump StreamJsonRpc from 2.19.27 to 2.20.20
Bumps [StreamJsonRpc](https://github.com/microsoft/vs-streamjsonrpc) from 2.19.27 to 2.20.20.
- [Release notes](https://github.com/microsoft/vs-streamjsonrpc/releases)
- [Commits](https://github.com/microsoft/vs-streamjsonrpc/commits)

---
updated-dependencies:
- dependency-name: StreamJsonRpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-02 23:35:05 +00:00
NoPlagiarism
0b0ead10dc [Result] return data uri image support 2024-12-02 12:20:21 +05:00
Jack251970
4830988c55 Add image for format not supported images 2024-12-02 13:54:07 +08:00
Jack251970
c665482cb7 Improve code quality 2024-12-02 13:10:46 +08:00
Jack251970
57cbe10ef0 Fix parameter bug 2024-12-01 20:13:13 +08:00
Jack251970
b568d2dd95 Combine ShowMsgBox into one function. 2024-12-01 19:55:07 +08:00
Jack251970
0d362b30dd Add default messageboxShow parameter for functions in FilesFolders 2024-12-01 18:38:48 +08:00
Jack251970
5312505d2a Improve code quality 2024-11-27 22:27:30 +08:00
Jack251970
5d8f277aa0 Use image loader to load image 2024-11-27 22:16:52 +08:00
Jack251970
c3c6126bab Fix xaml convert issue and use icon loader for PluginActivationIcon 2024-11-27 21:57:17 +08:00
Jack251970
d8c07a5741 Fix result update issue during modified collection enumeration 2024-11-27 21:44:44 +08:00
Jack251970
c474b304f5 Fix possible null reference 2024-11-27 21:21:42 +08:00
Jack251970
b95bbb3e6a Introduce concurrent directionary for topmost record 2024-11-27 20:56:14 +08:00