Commit graph

6931 commits

Author SHA1 Message Date
Ioannis G
df149fae8a
increase plugin manifest fetch timeout to 2m 2023-07-08 13:41:52 +03:00
Ioannis G
2d6b476685
use Ctrl+R to fetch primary manifest source
from a `pm install` or `pm update` query

should help with #2048
2023-07-05 17:01:55 +03:00
Ioannis G
f03ac76494
throttle PluginsManifest.UpdateManifestAsync
avoid repeatedly fetching manifest data while the user is typing a `pm` query
2023-07-05 16:54:50 +03:00
Ioannis G
64f0da456f
refactor CommunityPluginSource.FetchAsync 2023-07-05 00:37:31 +03:00
Ioannis G
194dbabbde
add more manifest file fallback URLs 2023-07-05 00:01:13 +03:00
Ioannis G
f7b585803d
rework how we fetch plugins from manifest URLs
Introduces the concept of a store of community plugins, which is currently
limited to the official PluginsManifest repository.

Each store can support more than one manifest file URLs. When fetching, all
URLs are used until one of them succeeds. This fixes issues with geo-blocking
such as #2195

Plugin stores can be expanded in the future to be user-configurable, see #2178
2023-07-04 23:44:35 +03:00
VictoriousRaptor
39e544aeeb
Merge pull request #2219 from Flow-Launcher/taooceros-patch-1
Add Czech and Arabic Language Support
2023-07-04 21:16:35 +08:00
VictoriousRaptor
c2c592966f
Add Arabic language 2023-07-04 19:54:39 +08:00
Kevin Zhang
cf820c4b9c
Update expect.txt 2023-07-04 19:14:44 +08:00
Kevin Zhang
ed3f4b1270
Update expect.txt 2023-07-04 19:11:51 +08:00
Kevin Zhang
c74374903d
Update AvailableLanguages.cs 2023-07-04 19:08:49 +08:00
Jeremy Wu
da26a17163
New Crowdin updates (#2211)
New translations
2023-07-02 10:22:47 +03:00
Jeremy Wu
e695781e3b
New Crowdin updates (#2119)
New translations
2023-06-30 14:33:34 +03:00
VictoriousRaptor
f23284a1c6
Merge pull request #2152 from VictoriousRaptor/FirefoxBookmark
Fix bookmark plugin file monitoring issue
2023-06-29 19:49:04 +08:00
VictoriousRaptor
9656e5cf4b
Clarify initialized condition
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2023-06-29 08:48:25 +08:00
Jeremy Wu
06e9149995
Merge pull request #2199 from AlexDavies8/dev
Added Animation Length slider
2023-06-27 21:49:24 +09:30
Jeremy Wu
a7fc5b3dc9
Merge pull request #2204 from Flow-Launcher/clear_obsolete
Remove obsolete and unused code
2023-06-27 21:09:59 +09:30
VictoriousRaptor
67d8b20fdb
Merge pull request #2202 from JamesNZL/ResultEquals
fix: 🐛 check autocomplete and copy text for `Result` equality
2023-06-27 15:29:09 +08:00
Alex Davies
4360c77ab6
Merge branch 'dev' into dev 2023-06-26 16:56:33 +01:00
Ioannis G
46c7c53477
use AccelerateBuildsInVisualStudio for faster builds 2023-06-26 14:08:25 +03:00
Ioannis G
0909f8ba64
delete unused files 2023-06-26 14:08:24 +03:00
Ioannis G
ea4286b7d3
clear backwards compat code 2023-06-26 14:08:23 +03:00
Ioannis G
823d4e1bf6
update QueryBuilder tests 2023-06-26 14:08:22 +03:00
Ioannis G
340dc3c8bf
clear obsolete code from Flow.Launcher.Plugin 2023-06-26 14:08:18 +03:00
Ioannis G
a48f06019e
merge PR #2193: Update Plugin documentation 2023-06-26 14:03:19 +03:00
James
5dd0d349de
refactor: ♻️ use HashCode.Combine for Result hashcode (#2201) 2023-06-26 13:51:37 +12:00
Ioannis G
2daed5023f
merge PR #2183: support Pwsh in Shell Plugin (PowerShell 7.x) 2023-06-25 07:21:17 +03:00
James
7b8f998065
perf: improve Result hashcode algorithm (#2201) 2023-06-25 14:32:54 +12:00
James
cdff8fcd7c
fix: 🐛 check autocomplete and copy text for Result equality (#2201) 2023-06-25 01:46:27 +12:00
VictoriousRaptor
d602f5cafa
Merge branch 'dev' into FirefoxBookmark 2023-06-24 10:55:18 +08:00
VictoriousRaptor
e0e86d039d Remove delay 2023-06-24 10:54:53 +08:00
Alex Davies
9d0474585d Refactored to describe via discrete speed settings
Can now select either Slow, Medium or Fast, or a user-defined Custom speed for the animation. Additionally, the speed is hidden when animations are disabled.
2023-06-23 18:42:36 +01:00
Alex Davies
bb7023ab25 Added Animation Length slider
Added a slider in Appearance to adjust the length of the open animation for the launcher. By default the animation should be the same as it was previously (the first part of the animation is about 10ms shorter so that the ratio is simpler - 2/3 instead of 25/36)
Currently only has language support for English and the length is adjustable from 100ms to 2000ms in steps of 10.
2023-06-23 03:15:30 +01:00
Ioannis G
da41f2c4f1
update plugin readme, include in nupkg 2023-06-18 23:32:15 +03:00
Ioannis G
bb5e1d3a19
more documentation in Plugin package 2023-06-18 22:53:01 +03:00
Ioannis G
6ebac4e4b1
update documentation in Query 2023-06-18 22:29:40 +03:00
Ioannis G
9b5fbeef9b
update documentation in Result 2023-06-18 21:59:43 +03:00
Ioannis G
be72c142b2
readme: document Ctrl+R hotkey 2023-06-18 21:36:36 +03:00
Vic
9b5341c2b7 Preserve file watchers when monitored files change 2023-06-18 10:57:04 +08:00
VictoriousRaptor
e1c63af061
Add quotes surrounding auto startup entry (#2150)
* Add quotes surrounding auto startup entry

* Add quotes surrounding auto startup entry
2023-06-17 21:33:00 +08:00
Vic
e46df28fdd Move initialized flag 2023-06-17 00:42:21 +08:00
dependabot[bot]
0d7dbe2bc8
Bump Microsoft.VisualStudio.Threading from 17.5.22 to 17.6.40 (#2187) 2023-06-15 14:45:52 +00:00
Vic
6d64abd21a Load bookmarks in Query() if not initialized 2023-06-15 21:30:55 +08:00
Jeremy Wu
0047d8accc
Merge pull request #2174 from JohnTheGr8/requery_enhancements
Improvements for re-queries
2023-06-13 18:04:52 +09:30
Ioannis G
c6a6c6bd5c
plugin/shell: add powershell core (pwsh) option
Co-authored-by: shobu13 <shobu13@hotmail.fr>
2023-06-12 16:18:23 +03:00
Ioannis G
e6baa88002
decouple Shell from the ComboBox SelectedIndex
enables us to add new `Shell` options without messing with the user's
saved settings, while keeping the `RunCommand` option last.
2023-06-12 15:49:33 +03:00
VictoriousRaptor
1b68d09d51
Merge pull request #2115 from VictoriousRaptor/RemoveUnusedNuget
Remove unused nuget and imports
2023-06-12 16:11:41 +08:00
Jeremy Wu
144fdad5d2
Merge pull request #2177 from Flow-Launcher/refactor_copy
Refactor clipboard copying
2023-06-11 22:51:36 +09:30
Ioannis G
f22ce3788d
rename params to isReQuery for consistency 2023-06-11 16:19:41 +03:00
Jeremy Wu
e078de557b add CopyText for Shell plugin 2023-06-11 21:59:46 +10:00