Jeremy Wu
|
3acda2e165
|
remove compatibility code
|
2022-11-29 13:14:48 +11:00 |
|
Hongtao Zhang
|
8302ff8570
|
Rename path Enumeration Engine to Directory Recursive Search Engine
|
2022-11-28 18:41:35 -06:00 |
|
Hongtao Zhang
|
bec27f491d
|
Adjust naming and remove Use Index Search For Path Search option
|
2022-11-28 17:54:06 -06:00 |
|
Hongtao Zhang
|
158ee5fd38
|
Remove legacy initialization
|
2022-11-28 17:49:53 -06:00 |
|
Hongtao Zhang
|
f163ead486
|
Remove Launch Hidden feature
|
2022-11-28 17:49:06 -06:00 |
|
Kevin Zhang
|
718ed33321
|
Merge branch 'dev' into explorerMerge
|
2022-11-28 16:24:11 -06:00 |
|
dependabot[bot]
|
843c9e1d92
|
Bump Microsoft.IO.RecyclableMemoryStream from 2.1.3 to 2.2.1
Bumps [Microsoft.IO.RecyclableMemoryStream](https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream) from 2.1.3 to 2.2.1.
- [Release notes](https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream/releases)
- [Changelog](https://github.com/microsoft/Microsoft.IO.RecyclableMemoryStream/blob/master/CHANGES.md)
- [Commits](https://github.com/Microsoft/Microsoft.IO.RecyclableMemoryStream/compare/2.1.3...2.2.1)
---
updated-dependencies:
- dependency-name: Microsoft.IO.RecyclableMemoryStream
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-28 22:16:37 +00:00 |
|
Jeremy Wu
|
8f70cf839b
|
Merge pull request #1585 from Flow-Launcher/add_sponsor
Add sponsor
|
2022-11-29 07:38:44 +11:00 |
|
Jeremy Wu
|
220f9f1dd4
|
add sponsor
|
2022-11-29 07:25:12 +11:00 |
|
Vic
|
7299833529
|
Formatting
|
2022-11-29 02:14:43 +08:00 |
|
Vic
|
da19788df1
|
Fix potential null reference
|
2022-11-29 02:06:11 +08:00 |
|
DB P
|
6ef2e8564c
|
Merge pull request #1582 from onesounds/AdjustPluginInstallNotification
Add 'Installing Plugin' string
|
2022-11-29 02:55:07 +09:00 |
|
Vic
|
a9c271502a
|
Reuse LogoPathFromUri() for preview image
|
2022-11-29 01:48:04 +08:00 |
|
Vic
|
202c660ee6
|
Log exceptions when initing apps
|
2022-11-29 01:46:48 +08:00 |
|
Vic
|
df30ec9742
|
Init apps after construction
|
2022-11-29 01:22:28 +08:00 |
|
Vic
|
b50f43ae7c
|
Remove ApplicationActivationHelper
|
2022-11-29 01:02:53 +08:00 |
|
Vic
|
07a68ed192
|
Use imageloader to load icon
|
2022-11-28 22:55:10 +08:00 |
|
Vic
|
0374e9f56f
|
set default values of fields
|
2022-11-28 22:13:55 +08:00 |
|
Vic
|
54f408aead
|
comment unused
|
2022-11-28 22:09:55 +08:00 |
|
Vic
|
cd801e8ae7
|
Get uwp logo from xml
|
2022-11-28 22:01:16 +08:00 |
|
DB p
|
9ba7cb0794
|
Add 'Installing Plugin' string / Adjust Notification
|
2022-11-28 21:51:14 +09:00 |
|
Vic
|
a62ea0e989
|
Remove UWP member in Application
|
2022-11-28 19:06:16 +08:00 |
|
Vic
|
97d6b6e234
|
fix typo
|
2022-11-28 18:47:27 +08:00 |
|
Vic
|
e098426f5c
|
Parse Appmanifest.xml
|
2022-11-28 18:46:48 +08:00 |
|
Vic
|
e4733207b3
|
Use AppListEntry to construct app
|
2022-11-28 18:43:56 +08:00 |
|
Jeremy Wu
|
07bc2a70b6
|
remove PythonEmbeddable location
|
2022-11-28 21:22:49 +11:00 |
|
Vic
|
6fdf2f101b
|
Avoid unnecessary logo finding
|
2022-11-28 17:48:27 +08:00 |
|
Vic
|
afc0946eda
|
Use winRT api for uwp info and logo
|
2022-11-28 15:51:28 +08:00 |
|
Jeremy Wu
|
4d91e1086f
|
Merge pull request #1395 from onesounds/BookmarkSettingPanel
Loading bookmarks by browser
|
2022-11-28 13:32:56 +11:00 |
|
Vic
|
a2b2e89272
|
Rename var
|
2022-11-28 10:29:32 +08:00 |
|
Jeremy Wu
|
92425473a3
|
Merge pull request #1579 from onesounds/FixPreviewClick
Fix Theme Preview area
|
2022-11-28 13:28:34 +11:00 |
|
Jeremy Wu
|
9eb5489863
|
update setting's environment file paths after app update
|
2022-11-28 08:44:42 +11:00 |
|
DB p
|
06e5ec45f7
|
Adjust Custom Preview Panel Layout
|
2022-11-28 04:41:07 +09:00 |
|
DB p
|
0298f17a2b
|
- Change Preview Item to non-clickable
- Fix Margin when change shadow setting
- Change Preview Item Texts to translatable
|
2022-11-28 03:13:28 +09:00 |
|
DB p
|
98760b0515
|
Remove MinHeight
|
2022-11-28 01:36:58 +09:00 |
|
Vic
|
c40b0b93a1
|
set IsMedia() to static
|
2022-11-27 17:19:39 +08:00 |
|
Vic
|
5a077f9006
|
Fix preview image size when PreviewImage is null
|
2022-11-27 17:07:21 +08:00 |
|
DB p
|
1e8fe9342b
|
Change Loading Image / Change Stretch for small icons (under 128)
|
2022-11-27 17:54:56 +09:00 |
|
DB p
|
26a713985c
|
Add flac/mp3 (for large coverart)
|
2022-11-27 16:58:26 +09:00 |
|
DB P
|
f59cfc0be2
|
Merge branch 'dev' into ImagePreview
|
2022-11-27 16:02:06 +09:00 |
|
DB p
|
bca2145aea
|
Add Darker Theme (Garul'fs request)
|
2022-11-27 15:48:37 +09:00 |
|
DB p
|
cf3d88fea2
|
Add Glyph Color Style
|
2022-11-27 15:15:35 +09:00 |
|
Jeremy Wu
|
2dba51861f
|
Merge remote-tracking branch 'origin/dev' into add_nodejs_env
|
2022-11-27 12:48:07 +11:00 |
|
DB p
|
ed5c50e385
|
Fix BulletLight Selected Glyph / Add Glyph Layout
|
2022-11-27 05:25:54 +09:00 |
|
Jeremy Wu
|
748e7f11ef
|
New Crowdin updates (#1577)
* New translations en.xaml (Spanish, Latin America)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
|
2022-11-26 21:54:46 +02:00 |
|
DB p
|
48c67c7ab7
|
Remove Uwp Icon's Backgorund color
|
2022-11-27 03:28:25 +09:00 |
|
DB p
|
a70b13d51f
|
- Change PreviewExtension base Subtitle from IcoPath (For Fix the Large Icon display issue)
|
2022-11-27 02:43:08 +09:00 |
|
DB p
|
3aa3cf3cff
|
Fix List Icon Blurry
|
2022-11-27 02:17:13 +09:00 |
|
VictoriousRaptor
|
900c312c58
|
Merge pull request #1575 from onesounds/FixHotkeyFocus
Fix Focus hotkey box when change tab
|
2022-11-27 01:16:52 +08:00 |
|
DB p
|
e5a19cc9e0
|
Change Loading Icon / Rmove Opacity in Darker Theme
|
2022-11-27 01:42:17 +09:00 |
|