Commit graph

2413 commits

Author SHA1 Message Date
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
Alekhya
30c37f06ae Take space into consideration while calculating the first matched index (#3874) 2020-06-22 19:08:43 +10:00
Steven Kalinke
bc8a1f6a8f
Merge pull request #73 from Flow-Launcher/update_readme_authors
Update readme and authors
2020-06-20 14:21:53 +02:00
Jeremy Wu
9ad3539f9d update readme and authors 2020-06-20 15:07:41 +10:00
Jeremy Wu
39a7621b9a
Merge pull request #70 from Flow-Launcher/update_build_badge
Update build badge to AppVeyor
2020-06-20 11:53:11 +10:00
Jeremy Wu
79f1b7eaca update build badge to AppVeypr 2020-06-19 19:53:15 +10:00
Jeremy Wu
1eafbd1db6
Merge pull request #46 from Flow-Launcher/explorer_plugin
Add Explorer plugin
2020-06-16 14:39:50 +10:00
Jeremy Wu
fada494860 start Windows Search service on appveyor build machine 2020-06-12 21:50:20 +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
e49e0ae2dc output quick folder access list when no query and only hotkey is pressed 2020-06-09 20:12:49 +10:00
Jeremy Wu
cd27cc1632 fix typo + update readme 2020-06-08 21:36:00 +10:00
Jeremy Wu
e421ef8925 remove Folder plugin 2020-06-08 21:07:01 +10:00
Jeremy Wu
eefe2b9ea9 Merge remote-tracking branch 'origin/dev' into explorer_plugin 2020-06-08 20:53:13 +10:00
Jeremy Wu
d3ea0e0dd9 move packages exclusive to Explorer plugin
Flow.Launcher.Plugin to Flow.Launcher project, reduce burden on the Plugin project since Explorer is a default Flow plugin
2020-06-08 20:50:49 +10:00
Jeremy Wu
d23fe3943a add international language support 2020-06-08 20:31:48 +10:00
Jeremy Wu
82cfddbdb3 add ordering to file and folder results 2020-06-08 19:21:47 +10:00
Jeremy Wu
a196c4f269 add logging to Index and DirectoryInfo search 2020-06-08 19:01:32 +10:00
Jeremy Wu
407864beb7 add option to open Indexing Options in context menu and settings page 2020-06-08 18:41:59 +10:00
Jeremy Wu
6befd6cbb1 small fixes
- ignore upper case when determine index search
- add open with different user image
- add subtitle text for context menu containing folder
2020-06-08 14:47:57 +10:00
Jeremy Wu
5d696bd3ab explorer general touch ups- no logic change 2020-06-08 14:20:22 +10:00
Jeremy Wu
0ee0fb8d2b add Explorer plugin's settings page 2020-06-06 22:13:22 +10:00
Jeremy Wu
e34bcbd1ba add prompt press ctrl to open folder directly to folder results 2020-06-04 19:06:03 +10:00
Jeremy Wu
b90664d760 add exclude index search confirmation and persist settings to storage 2020-06-03 22:00:18 +10:00
Jeremy Wu
06877ca06b change to exclude sub-directories too from index search 2020-06-03 20:15:21 +10:00
Jeremy Wu
06d639924d
Merge pull request #64 from Flow-Launcher/fix_theme_files_copy
Update how theme files are copied to output folder
2020-06-03 06:43:52 +10:00
Ioannis G
8f99d632cb
update how theme files are copied to output folder
Moved the copying of themes from the build script to the project file.
The recursive copy-item call in the post-build script was causing the
2 files inside `Themes/ThemeBuilder` to also be copied, which resulted
in the `Tempalte.xaml` being loaded at runtime as a theme.

Closes #38
2020-06-02 17:43:11 +03:00
Jeremy Wu
2c15f1ce70 rename method for better description 2020-06-02 21:14:03 +10:00
Jeremy Wu
f2fffcb675 rename method for better description 2020-06-02 21:11:16 +10:00
Jeremy Wu
bbca3cf202 context menu- update text display and add check if already exists 2020-06-02 21:08:41 +10:00
Jeremy Wu
6330a784e8 add context menu to exclude indexed path from using index search 2020-06-02 20:58:22 +10:00
Jeremy Wu
2225cbff92 rename method to reflect behaviour 2020-06-02 20:21:28 +10:00
Jeremy Wu
5c46464a41 add condition for using Windows Index Search 2020-06-02 20:12:14 +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
4eb2fe9297 fix typo 2020-06-02 13:26:33 +10:00
Jeremy Wu
dcca88d746 fix CreateOpenCurrentFolderResult's opening path and text display 2020-06-01 21:11:29 +10:00
Jeremy Wu
cc3d7d7ded fix CreateOpenCurrentFolderResult incorrectly using foldername 2020-06-01 14:11:51 +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
1cea02a300 mini refactor to check current or previous directory once 2020-06-01 07:53:34 +10:00
Jeremy Wu
5f13fd8a80 add index info on Open Current Folder result 2020-06-01 05:52:01 +10:00
Jeremy Wu
758b565f01 change strings to Constants 2020-05-28 21:35:12 +10:00
Jeremy Wu
0c53d76fec fix TopLevelDirectory search activation 2020-05-28 21:33:33 +10:00
Jeremy Wu
c7642b73c0 update tests 2020-05-28 18:23:00 +10:00
Jeremy Wu
ddffa52aca Add method to construct search criteria for DirectoryInfoSeach 2020-05-28 08:57:13 +10:00
Jeremy Wu
a478e20352 Add test for DirectoryInfoSearch search criteria 2020-05-28 08:55:57 +10:00
Jeremy Wu
64986b609f rename test parameter variables 2020-05-28 08:06:49 +10:00
Jeremy Wu
03bcef56e2 Change Constants class visibility to internal 2020-05-28 07:41:41 +10:00
Jeremy Wu
b5e9ec3a9f Add search hotkeys to Constants 2020-05-28 07:41:14 +10:00