Commit graph

11246 commits

Author SHA1 Message Date
Jeremy Wu
26285abfd7 fix formatting 2020-11-12 13:34:23 +11:00
弘韬 张
ebddf19ba2 Fix not canceled token and adding comment
Co-authored-by: bao-qian <bao.github@outlook.com>
2020-11-11 19:06:05 +08:00
弘韬 张
52887aacf0 Batch process ui change with interval 50ms 2020-11-11 18:54:40 +08:00
弘韬 张
822621dd3b remove unintended module 2020-11-11 18:53:48 +08:00
弘韬 张
55fb5536bd change struct to class to use reference type 2020-11-11 18:39:02 +08:00
弘韬 张
bf271b9da7 refactor Image Cache to single dictionary 2020-11-11 18:38:49 +08:00
Ioannis G
44654e5a11
merge PR #196: Revert unintended change 2020-11-11 12:28:46 +02:00
Jeremy Wu
4d15e0990c Revert unintended change 2020-11-11 21:23:02 +11:00
Jeremy Wu
54ebe68dfd
Merge pull request #189 from taooceros/ProgramPluginImprovement
Program plugin improvement
2020-11-11 20:44:21 +11:00
Jeremy Wu
2cc4e84c63 alignment no logic changes 2020-11-11 20:40:45 +11:00
Jeremy Wu
d1be135b22 fix alignment, no logic changes 2020-11-11 20:28:12 +11:00
Jeremy Wu
b52ef233e8 Merge branch 'dev' into ProgramPluginImprovement 2020-11-11 20:23:53 +11:00
弘韬 张
d4b5a196fe add check for null or empty for description 2020-11-11 11:00:32 +08:00
Jeremy Wu
d3d69be9c2 fix merge error 2020-11-11 08:30:34 +11:00
Jeremy Wu
d0cb8021c6 Merge branch 'dev' into address_high_memory_issue 2020-11-11 08:29:53 +11:00
Jeremy Wu
8010179506
Merge pull request #194 from taooceros/CustomizeExplorer
Add Exploere Customization
2020-11-11 07:52:28 +11:00
弘韬 张
e16f0e4d99 Fix opening UWP containing folder 2020-11-10 20:47:18 +08:00
Qian Bao
0e0f24f635 Lazy Load Image 2020-11-10 17:27:48 +08:00
弘韬 张
9d21649622 Change UI rendering logic
Co-authored-by: Bao-Qian <bao.github@outlook.com>
2020-11-10 17:27:09 +08:00
弘韬 张
c5720df769 Adjust ui to not exceed boundary 2020-11-09 21:34:36 +08:00
弘韬 张
82afd3738f Merge branch 'CustomizeExplorer' of github.com:taooceros/Flow.Launcher into CustomizeExplorer 2020-11-09 18:12:25 +08:00
弘韬 张
3d06adebaa Customize select funtionality in win32 except globally in program, and make code more readable 2020-11-09 18:12:07 +08:00
Jeremy Wu
39233cb865 adjusted layout of the Add buttons and CustomizedExplorer fields
no logic changes
2020-11-09 20:02:00 +11:00
弘韬 张
ead4c9a99b Add more customized args 2020-11-09 10:25:43 +08:00
Jeremy Wu
d5d263be60 update property name and use const 2020-11-09 08:25:59 +11:00
Jeremy Wu
51ea7abd6b remove empty string init 2020-11-09 08:24:52 +11:00
Jeremy Wu
b962e4dcb1 use const instead of strings 2020-11-09 08:24:31 +11:00
Jeremy Wu
8df4de982b move text to language xml 2020-11-09 08:22:58 +11:00
Jeremy Wu
ae8a6a01c7 bump version Program plugin 2020-11-09 08:22:06 +11:00
弘韬 张
9de105b1cb Add customized args 2020-11-04 22:19:06 +08:00
弘韬 张
5ba4e515f3 Add customized args 2020-11-04 21:56:45 +08:00
弘韬 张
465146d36f Add Exploere Customize to Program Plugin 2020-11-04 08:03:10 +08:00
Jeremy Wu
732f3b410a Merge branch 'dev' into fix_plugin_depenedency_loading 2020-11-02 08:01:50 +11:00
Jeremy Wu
3181637fc1 bump version 2020-11-02 07:52:20 +11:00
Jeremy Wu
c254c93255
Merge pull request #190 from taooceros/BookMarkFix
Bookmark Plugin fix
2020-11-02 07:39:45 +11:00
Jeremy Wu
aa3177d2d3
Merge pull request #183 from taooceros/PinyinLibraryChange
Pinyin library change
2020-11-02 07:32:03 +11:00
弘韬 张
a0f552f3fc remove unused PinyinName Property and Version Bump 2020-11-01 19:25:21 +08:00
弘韬 张
9caa4d94bd remove extra else 2020-11-01 19:22:31 +08:00
弘韬 张
da801f8eff remove extra whitespace 2020-11-01 19:19:12 +08:00
弘韬 张
eb736562fc Change the Alphabet Name to allow future expansion 2020-11-01 18:07:35 +08:00
弘韬 张
f146dd6d8b Removed unused using due to query translation 2020-11-01 18:04:39 +08:00
弘韬 张
e7c4d83e81 Merge branch 'ProgramPluginImprovement' of github.com:taooceros/Flow.Launcher into ProgramPluginImprovement 2020-10-28 12:15:46 +08:00
弘韬 张
8be2cf1493 Change contain to StartWith 2020-10-28 12:15:00 +08:00
弘韬 张
ca264c326a Change contain to StartWith 2020-10-28 12:12:17 +08:00
弘韬 张
64f5181ae6 Use the score from fuzzy search for bookmark search 2020-10-26 11:35:56 +08:00
弘韬 张
a266c3fa6a Add Edge Dev bookmark 2020-10-26 11:35:49 +08:00
弘韬 张
22fa8c164b Version Bump 2020-10-25 11:29:23 +08:00
弘韬 张
831f02c38e Merge branch 'ProgramPluginImprovement' of github.com:taooceros/Flow.Launcher into ProgramPluginImprovement 2020-10-25 11:28:32 +08:00
弘韬 张
04ee651b64 remove extra fuzzy search
Co-authored-by: Qian Bao <bao.github@outlook.com>
2020-10-25 11:28:21 +08:00
弘韬 张
d65f5a3347 remove extra fuzzy search
Co-authored-by: Qian Bao<bao.github@outlook.com>
2020-10-25 11:26:54 +08:00