Commit graph

6239 commits

Author SHA1 Message Date
Jeremy Wu
f8a4b924c8 IndexSearch use ResultManager 2020-05-25 18:58:28 +10:00
Jeremy Wu
b737811bdc Add ContextMenu 2020-05-25 18:58:04 +10:00
Jeremy Wu
08a3215c9d Make ResultManager static 2020-05-25 18:55:50 +10:00
Jeremy Wu
327ee2d091 Add QuickFolderAccess functionality 2020-05-25 08:14:21 +10:00
Jeremy Wu
5150d8a1f6 Add DirectryAllFilesFolders method to DirectoryInfo search 2020-05-25 07:37:05 +10:00
Jeremy Wu
6badecb877 Add TopLevelDirecotry search using DirectoryInfo 2020-05-24 20:14:36 +10:00
Jeremy Wu
d839ecab26 make Context static so can be called anywhere 2020-05-24 19:19:54 +10:00
Jeremy Wu
c5c15d2ab3 Move IsLocationPathString method to FilesFolder class 2020-05-24 19:18:58 +10:00
Jeremy Wu
df0871a924 Fix incorrect return state on PathIsIndexed 2020-05-24 19:16:10 +10:00
Jeremy Wu
472f4a5f49 Move ReservedStringPattern to IndexSearcher class 2020-05-24 19:15:13 +10:00
Jeremy Wu
191efe31cb Add ResultManager for handling creation of folder and file result 2020-05-24 19:11:40 +10:00
Jeremy Wu
9b416bf75f Add EnvironmentVariablesPath handling 2020-05-24 19:09:44 +10:00
Jeremy Wu
9039848078 Add method in search manager to handle top folder level win index search 2020-05-23 16:41:25 +10:00
Jeremy Wu
66334947e2 TopLevelFolderSearch- Change name to reflect behaviour 2020-05-23 16:37:29 +10:00
Jeremy Wu
acdca571fa Update ActionKeyword window 2020-05-23 14:58:57 +10:00
Ioannis G
2e003f8f49
Merge pull request #59 from JohnTheGr8/plugin_portable_pdb
Create a portable pdb file in release builds of Flow.Launcher.Plugin
2020-05-21 23:56:27 +03:00
Jeremy Wu
9058afd1b0 Update error messages 2020-05-22 06:48:03 +10:00
Ioannis G
8171df9995
plugin: bump version to 1.0.0-beta2 2020-05-21 23:39:44 +03:00
Ioannis G
72640f62d7
plugin: in release, create a portable pdb file
The nuget symbols server only supports portable pdbs. This results in
"Symbols package publishing failed." when uploading the .snupkg file
2020-05-21 21:57:03 +03:00
Ioannis G
ba163974bb
Merge branch 'dev' into add_handling_typereflectionerror 2020-05-21 17:20:38 +03:00
Jeremy Wu
e475d2f691
Merge pull request #35 from JohnTheGr8/feat_appveyor
Packaging updates and AppVeyor integration
2020-05-21 14:12:30 +10:00
Jeremy Wu
f98eee6058 Fix nuget commandline reference 2020-05-21 13:31:24 +10:00
Jeremy Wu
cd2037dfae Merge branch 'dev' into feat_appveyor 2020-05-21 13:25:43 +10:00
Ioannis G
945c124b31
appveyor: do not patch csproj files
The way the project files are currently configured, this setting
resulted in only the Plugin project being patched. Consequently, the
version of the Plugin project was wrong in the built package.
2020-05-21 03:32:55 +03:00
Ioannis G
408fabd556
update project versions 2020-05-21 03:16:47 +03:00
Ioannis G
6347893356
appveyor: ignore squirrel artifacts
The squirrel artifats produced (nupkg, RELEASES and exe) are not ready
for deployment as they depend on the .net core runtime being installed.
We remove them temporarily from the build artifacts to avoid confusion,
until this issue has been addressed.
2020-05-21 03:10:05 +03:00
Ioannis G
04b48eb616
downgrade PropertyChanged.Fody to 2.5.13
This is the latest version of the package that copies itself to the
build output. Downgrading fixes runtime errors.
2020-05-21 03:08:08 +03:00
Jeremy Wu
3a472a34e4 update 2020-05-21 09:04:28 +10:00
Jeremy Wu
9bddbe8455 Add references 2020-05-21 09:02:51 +10:00
Jeremy Wu
ecbcc5923f Add error message to inform user of failed plugins 2020-05-21 08:47:09 +10:00
Jeremy Wu
960593eb58 Add handling of reflection type error 2020-05-21 07:48:52 +10:00
Jeremy Wu
bf6a9d616a Rename parameters in IndexSearcher 2020-05-19 22:40:27 +10:00
Jeremy Wu
690d60b701 Add the use of a SearchManager 2020-05-19 22:38:42 +10:00
Jeremy Wu
78b797e43b Add tests for checking string is location path 2020-05-19 22:36:56 +10:00
Jeremy Wu
06667b7aa7 Add tests for TopLevelFolderSearch behaviour 2020-05-19 20:10:46 +10:00
Jeremy Wu
107fc75d97 Add file type icon images 2020-05-19 18:46:42 +10:00
Jeremy Wu
ac2d318412 Rename Searcher class to IndexSearcher- more descriptive 2020-05-19 13:54:56 +10:00
Jeremy Wu
80380b230a Change Search to open using shared command 2020-05-19 13:40:38 +10:00
Jeremy Wu
25ae9838e9 Add packages for Windows Index Search to Plugin as required 2020-05-19 00:15:30 +10:00
Jeremy Wu
c295585272 Update Main to handle basic files and folder search query 2020-05-19 00:14:41 +10:00
Jeremy Wu
be524cb6ea Update Searcher class to handle result creation 2020-05-19 00:11:37 +10:00
Jeremy Wu
dd319c61b3 Update project file to include icon image 2020-05-19 00:07:17 +10:00
Jeremy Wu
f7d6c6f4b1 Update plugin descriptions 2020-05-18 23:39:40 +10:00
Jeremy Wu
d029c8d1a1 Update project properties 2020-05-18 23:38:03 +10:00
Jeremy Wu
7b69d98e59 Add Seacher class and move OleDb connection method 2020-05-18 22:23:20 +10:00
Jeremy Wu
5484b30514 Add OleDb connection method 2020-05-18 21:31:28 +10:00
Jeremy Wu
ff03f7d284 Add tests and methods for all folders and files search 2020-05-18 20:14:38 +10:00
Jeremy Wu
e87a3a2e61 Update method comments 2020-05-18 20:13:31 +10:00
Jeremy Wu
07d13841a6 Merge remote-tracking branch 'origin/dev' 2020-05-18 08:51:12 +10:00
Jeremy Wu
26e06f72e3
Merge pull request #51 from Flow-Launcher/add_showcase_gif
Add gif to readme
2020-05-18 08:50:07 +10:00