Commit graph

137 commits

Author SHA1 Message Date
Jeremy Wu
07905e8d9c
update api description comment 2021-11-11 08:40:15 +11:00
Kevin Zhang
8a312d4874 Implement the API call to custom explorer via ipublicapi, and migrate the exist call to explorer to the api call. 2021-11-09 23:01:59 -06:00
Kevin Zhang
fd70326b2d Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into PluginStore 2021-10-21 12:21:00 -05:00
Kevin Zhang
2c9646791e Fix QueryTime won't change by adding fody to Flow.Launcher.Plugin.csproj and add a delegate to trigger update once the avgquerytime is changed through querying 2021-10-20 14:50:46 -05:00
Jeremy Wu
2a68a41ef0
Merge pull request #681 from Flow-Launcher/QueryTermsRefactor
Fixes Typo TermSeparator & remove the actionkeyword in Terms
2021-10-18 08:10:03 +11:00
Kevin Zhang
52b3579525 Implement Install & Refresh Button
- Add ShowMainWindow API for IPublicAPI
2021-10-16 21:28:55 -05:00
Kevin Zhang
fdc8ae2842 remove warning suppression and fix a typo 2021-10-01 17:04:02 -05:00
Kevin Zhang
92c2281def fix secondToEndSearch error 2021-09-27 09:02:24 -05:00
Jeremy Wu
03166ecd55
Merge pull request #654 from Flow-Launcher/DependencyBump
Bump applicable nuget packages to latest versions
2021-09-23 12:24:22 +10:00
Kevin Zhang
6a0b190120 Fix Unassigned Terms 2021-09-20 21:51:07 -05:00
Kevin Zhang
9b84f6c559 fix an issue of joining string 2021-09-11 09:41:39 -05:00
Kevin Zhang
812703766a Mark previous api as obsolete to preserve backward compatibility. 2021-09-07 17:07:21 -05:00
Kevin Zhang
9c13416231 Fixes Typo TermSeparator & remove the actionkeyword in Terms 2021-09-06 12:31:07 -05:00
Kevin Zhang
fd794b8e77 Bump Dependency 2021-08-14 07:12:22 +08:00
Kevin Zhang
2af29f8376 Create GlyphInfo.cs
Add GlyphInfo File
2021-07-31 16:07:14 +08:00
Kevin Zhang
fd39b60f7b Add Glyph Support 2021-07-31 15:44:41 +08:00
Jeremy Wu
92685d91a3
Merge pull request #534 from Flow-Launcher/version_bump
Version bump for 1.8.0 release
2021-07-18 08:28:19 +10:00
Jeremy
7a318fed47 move plugins into Interfaces folder 2021-07-08 07:45:15 +10:00
Kevin Zhang
c1778a54ed Rearrange Interfaces 2021-07-08 01:47:20 +08:00
Kevin Zhang
199aa75c58 revert unexpected change 2021-07-07 18:41:53 +08:00
Kevin Zhang
e77c34294d Merge branch 'IFeatureExpand' of ssh.fastgit.org:taooceros/Flow.Launcher into IFeatureExpand 2021-07-07 18:39:09 +08:00
Jeremy Wu
e24a5db8d6 rename Feature.cs to Features.cs 2021-07-07 20:02:16 +10:00
Kevin Zhang
3d47d2409d Move all interface to Features.cs 2021-07-07 16:09:14 +08:00
Kevin Zhang
6f65e10a10 add default token field and check token 2021-07-06 11:15:39 +08:00
Kevin Zhang
e64771f707 Move IAsyncReloadable.cs, IReloadable.cs, ISavable.cs to IFeatures 2021-07-06 11:06:00 +08:00
Jeremy
f0f8ae5876 version bump 2021-06-30 06:55:00 +10:00
Jeremy Wu
a25f836dfc
update ISavable comments 2021-05-17 07:14:28 +10:00
Jeremy Wu
65eb4e8d53
update comments 2021-05-16 17:14:55 +10:00
弘韬 张
e565022d3f Merge branch 'MigrateDirectPluginJsonStorage' of github.com:Flow-Launcher/Flow.Launcher into MigrateDirectPluginJsonStorage 2021-05-16 15:11:50 +08:00
弘韬 张
baceb8c5c0 Update Comment 2021-05-16 15:11:29 +08:00
Jeremy Wu
97b2c2a9cb
Update IPublicAPI.cs 2021-05-16 17:11:25 +10:00
张弘韬
20ba2b2d23 Add SavePluginSettings API, and call that api in PluginManager.Save(); 2021-05-13 20:49:41 +08:00
张弘韬
d84eff7712 Remove unneccessary api, rename storage api, and update comment 2021-05-13 19:29:21 +08:00
张弘韬
dea26c684a Update Comment 2021-05-13 13:37:41 +08:00
张弘韬
dc366339b0 Update Comment 2021-05-13 13:29:22 +08:00
张弘韬
33accbd5d4 Move most direct call of PluginJsonStorage to API call 2021-05-11 20:24:22 +08:00
Jeremy Wu
e7127cf514 add error message method to api to allow the use of standard error icon 2021-04-16 08:53:19 +10:00
Jeremy Wu
f0a739128e add comments to title and subtitle properties 2021-04-15 14:09:01 +10:00
Jeremy Wu
2c8330cba1 allow subtitle not set by providing default value 2021-04-15 14:06:53 +10:00
Jeremy Wu
9d4af83fef
Merge pull request #390 from Flow-Launcher/PluginAncestor
Make IPlugin inherit from IAsyncPlugin
2021-04-01 07:23:28 +11:00
弘韬 张
6fe83d84c5 make JsonStorge used with single instance 2021-03-27 17:58:22 +08:00
弘韬 张
6bbedbaaa1 remove the explicitly abstract 2021-03-23 17:55:40 +08:00
弘韬 张
ab7d00eacc Make IPlugin inherit from IAsyncPlugin 2021-03-23 17:40:27 +08:00
Jeremy Wu
f4c77fb67b Merge branch 'dev' into DotNet5Upgrade 2021-02-23 21:01:39 +11:00
弘韬 张
0981be499f Use PortablePDB instead of Full pdb for debugging 2021-02-22 13:16:48 +08:00
Jeremy Wu
ab4e3f87cb Merge branch 'dev' into DotNet5Upgrade 2021-02-16 07:46:20 +11:00
Jeremy Wu
67847eb1e6
Merge pull request #341 from taooceros/IPublicAPIExpand2
Expand PluginAPI with Log and JsonStorage
2021-02-15 06:45:33 +11:00
Jeremy Wu
14e51c0731 update comments 2021-02-15 06:42:18 +11:00
弘韬 张
20c0b1788f Add Cancellation to IPublicAPI download method 2021-02-14 22:43:11 +08:00
弘韬 张
8a26471c4f Update Document and remove unused parameter 2021-02-14 18:25:09 +08:00