Commit graph

77 commits

Author SHA1 Message Date
Jeremy Wu
f4c77fb67b Merge branch 'dev' into DotNet5Upgrade 2021-02-23 21:01:39 +11:00
Jeremy Wu
991bebde6f
Merge pull request #362 from taooceros/portablePDB
Use PortablePDB instead of Full pdb for debugging
2021-02-23 06:58:53 +11:00
Jeremy Wu
77efbffa93 update test name 2021-02-22 21:27:36 +11:00
弘韬 张
d41f47ddcf Migrate UrlPluginTest to Plugins folder 2021-02-22 13:45:40 +08:00
弘韬 张
f940e695a1 add Unit test for Http.cs setting 2021-02-22 13:45:28 +08:00
弘韬 张
0981be499f Use PortablePDB instead of Full pdb for debugging 2021-02-22 13:16:48 +08:00
弘韬 张
a37f1918ae Update all profile to dotnet 5 2021-02-12 03:17:13 +08:00
Jeremy Wu
1ec5023fc4
Merge pull request #318 from taooceros/ResultManagerSingleton
Make most class in Explorer plugin become static class
2021-02-03 09:06:35 +11:00
Jeremy Wu
2bdf69b431 separate acronym count and check 2021-02-02 07:41:36 +11:00
Jeremy Wu
8fb2dad65c add tests 2021-02-01 22:22:48 +11:00
Jeremy Wu
99da6f207a move acronym check to method and update scoring to percentage based 2021-02-01 21:34:35 +11:00
弘韬 张
c875ad5277 Make most class in Explorer plugin become static class 2021-01-29 18:40:51 +08:00
Jeremy Wu
d81db91b72 fix formatting 2021-01-28 21:48:44 +11:00
Jeremy Wu
4993edae2d fix formatting 2021-01-28 21:41:20 +11:00
弘韬 张
f3479f6137 fix testing due to API expand 2021-01-26 16:31:35 +08:00
弘韬 张
67b0bfd73a Merge dev 2021-01-26 16:26:45 +08:00
弘韬 张
900f009893 Revert DotNet 5 update 2021-01-26 16:19:06 +08:00
弘韬 张
a918e7d9c9 Merge Dev 2021-01-26 15:49:30 +08:00
Jeremy Wu
e31bef7d3c fix formatting + naming 2021-01-26 18:01:39 +11:00
Jeremy Wu
7b999c53ff Merge branch 'dev' into PluginAPIExpand 2021-01-26 16:11:54 +11:00
Jeremy Wu
ce525b3fa0 Merge branch 'dev' into AcronymFuzzy 2021-01-26 15:41:58 +11:00
张弘韬
1cd21c0ccb Fix testing 2021-01-25 06:04:05 +08:00
张弘韬
a721bd7de0 Merge remote-tracking branch 'upstream/dev' into PluginAPIExpand
# Conflicts:
#	Flow.Launcher.Plugin/IPublicAPI.cs
2021-01-25 05:36:40 +08:00
Jeremy Wu
647156ce6f Merge branch 'dev' into ExplorerPathAsync 2021-01-24 21:27:21 +11:00
Jeremy Wu
288baa5538 Merge branch 'dev' into ExplorerDirectorySearchWithIndexFix 2021-01-24 20:52:10 +11:00
Jeremy Wu
19d23afbfc add test for when using wildcard directory search 2021-01-24 20:51:56 +11:00
弘韬 张
0fe92d35cb fix testing and a potential error coding 2021-01-23 11:32:41 +08:00
弘韬 张
5285c46bc1 fix testing 2021-01-23 10:59:37 +08:00
弘韬 张
4f12b80603 fix testing 2021-01-19 22:46:18 +08:00
张弘韬
8bd6820088 Merge branch 'PluginAsyncModel' into dev
# Conflicts:
#	Flow.Launcher/ViewModel/MainViewModel.cs
2021-01-09 12:59:59 +08:00
弘韬 张
a8e4c504d0 Move MatchResult to Flow.Launcher.Plugin so that plugins can utilize main method 2021-01-08 15:52:45 +08:00
弘韬 张
63e32f1097 fix testing 2021-01-03 10:52:59 +08:00
弘韬 张
d7805d7a8c Make Explorer plugin completely async 2021-01-03 10:33:59 +08:00
弘韬 张
1ddf83fc86 Update to DotNet5 2020-11-30 11:34:45 +08:00
Jeremy Wu
d64d51cc57 fix localized path when using Explorer plugin 2020-08-24 08:21:16 +10:00
Jeremy Wu
4226b74fc4 update test for file content search action keyword 2020-07-19 22:24:02 +10:00
Jeremy Wu
08bfa8da9c add unit test for determining file content search 2020-07-12 22:41:01 +10:00
Jeremy Wu
3111271a16 add file content search unit tests 2020-07-12 21:51:30 +10:00
Jeremy Wu
c142a50272 update unit test naming, no logic changes 2020-06-23 19:02:04 +10:00
Jeremy Wu
c363b9a5c0 update tests for string matcher
we expect the score to change since we updated the logic for calculating the distance from the first match
2020-06-23 18:54:39 +10:00
Jeremy Wu
b0ec1375e7 add test to safe guard exact matches 2020-06-23 18:50:47 +10:00
Jeremy Wu
11c4aeae67 fix testing to be more reflective of testing intent 2020-06-22 22:36:16 +10:00
Jeremy Wu
d35b5169b5 Add unit test more weight to start of new word 2020-06-22 21:09:08 +10:00
Jeremy Wu
d29b23b53c fix failing test due to Windows Search service not running 2020-06-12 21:19:55 +10:00
Jeremy Wu
eefe2b9ea9 Merge remote-tracking branch 'origin/dev' into explorer_plugin 2020-06-08 20:53:13 +10:00
Jeremy Wu
5d696bd3ab explorer general touch ups- no logic change 2020-06-08 14:20:22 +10:00
Jeremy Wu
2225cbff92 rename method to reflect behaviour 2020-06-02 20:21:28 +10:00
Jeremy Wu
7629778610 rename top level directory search method and tests to reflect intent 2020-06-02 20:04:22 +10:00
Jeremy Wu
f2690ebfe2 fix scenario windows index
still returned indexed subfolder results despite top level is not indexed when searching for top level. eg. searching for c:\
2020-06-01 08:03:04 +10:00
Jeremy Wu
0c53d76fec fix TopLevelDirectory search activation 2020-05-28 21:33:33 +10:00