Skip to content

Develop #406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 107 commits into from
Feb 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
107 commits
Select commit Hold shift + click to select a range
3ac95b9
Version number increase to 0.7.0
lukeblevins Dec 30, 2019
0be17e7
Feat: Configure Terminal Applications
FelixZacher Dec 31, 2019
8c5597a
Merge branch 'v0.7-changes' into feat/Terminal
FelixZacher Dec 31, 2019
40a85d5
Show current terminal application in settings
FelixZacher Dec 31, 2019
3ef643c
Prevent Startup Crash
lukeblevins Dec 31, 2019
13667d8
Merge pull request #361 from lampenlampen/feat/Terminal
lukeblevins Dec 31, 2019
6695eb8
Merge pull request #362 from duke7553/lampenlampen-feat/Terminal
lukeblevins Dec 31, 2019
69902d4
Start Settings ViewModel
lukeblevins Jan 5, 2020
496a84e
Extract Drives to own class
FelixZacher Jan 6, 2020
78bef53
CommandPrompt Activation (#364)
Jan 7, 2020
ad02a83
Refactor Drives
FelixZacher Jan 10, 2020
09a4f95
Show consentDialog if broadeFileAccess is not granted
FelixZacher Jan 10, 2020
ba6b68a
Uncomment check for BroadFileAccess-Capability
FelixZacher Jan 10, 2020
7070266
Fix crash: consentDialogUI shown before CoreWindow ready
FelixZacher Jan 10, 2020
5d8dcbb
Fix: uninitialized setting; Typed Settings
FelixZacher Jan 15, 2020
f2391ee
Set default value for `datetimeformat` to `Application`
FelixZacher Jan 15, 2020
31f1c4e
Fix: Dispatcher called before created
FelixZacher Jan 15, 2020
0e3edc0
Cleanup
FelixZacher Jan 15, 2020
24b7375
Changed add-item to new-item
Jan 19, 2020
8b837fb
WIP: Initial Improvements For Faster Item Loading
lukeblevins Jan 20, 2020
620e7df
Merge pull request #376 from lampenlampen/feat/DrivesRefactoring
lukeblevins Jan 20, 2020
d0b541f
Formated XAML to match the recomended methods
Jan 21, 2020
c1d67fd
Changed the settings UI
Jan 21, 2020
74abfdf
Simplified Personalization page
Jan 21, 2020
e46be8b
Tweaked margins
Jan 21, 2020
7725295
Refactored Preferences page
Jan 21, 2020
8ad7da6
Settings is now responsive
Jan 21, 2020
46113e9
Finished work on setting ui
Jan 21, 2020
84eb01a
Added a beta icon
Jan 21, 2020
8ad0789
Added a search box to settings
Jan 21, 2020
c9f6f46
Cleaned up xaml in settings pages
Jan 21, 2020
1383f37
Removed background from splash screen
Jan 22, 2020
b40c658
Add Properties to Fully-Loaded Items When Ready
lukeblevins Jan 22, 2020
2a4d0c5
Sync with formatting changes
lukeblevins Jan 22, 2020
abb4240
Added some motion to settings pages
Jan 23, 2020
9e632f4
Improved motion affects
Jan 23, 2020
e5332eb
Added motion to about page
Jan 23, 2020
233bdf9
Added motion to MainPage.xaml
Jan 23, 2020
96d7a54
Fixed motion on home page
Jan 23, 2020
494c71b
Detect Unindexed Directory on Thumbnail Load
lukeblevins Jan 23, 2020
e9dd45e
Improved RibbonView styles
Jan 24, 2020
82bb5ac
Merge branch 'v07.1-changes' of https://github.com/duke7553/files-uwp…
lukeblevins Jan 24, 2020
a1eb4f8
Add consent prompt back to rapid item loading function
lukeblevins Jan 24, 2020
7a90114
Implement SettingsViewModel
lukeblevins Jan 24, 2020
d0ac233
Work properly with new settings-vm
lukeblevins Jan 24, 2020
927dbd2
Switch back to ReadOnlyObservableCollection for items source
lukeblevins Jan 25, 2020
90d8e6f
General Improvments
Jan 26, 2020
64e7fad
Merge branch 'v07.1-changes' of https://github.com/duke7553/files-uwp…
Jan 26, 2020
fd536f0
Locked settings for Files and Folders
Jan 26, 2020
371ddc4
Removed switch statement
Jan 26, 2020
1205f86
Small wording changes
Jan 26, 2020
a0bb4f8
Added Startup settings
Jan 26, 2020
5ef3464
Fixed motion affect on about page
Jan 26, 2020
c48c3ff
Updated strings
Jan 27, 2020
8573f0b
Improved pathbar style
Jan 27, 2020
6cadc38
Prevent a crash when accessing Preferences in Settings
lukeblevins Jan 27, 2020
e2d70fb
Sync with latest design changes
lukeblevins Jan 27, 2020
2bc668d
Resolve merge conflicts
lukeblevins Jan 27, 2020
7a7d70b
Fix crash on startup related to consent dialog
lukeblevins Jan 27, 2020
a53981a
Transfered properties to SettingsViewModel
Jan 28, 2020
4a60063
Merge branch 'v07.1-changes' of https://github.com/duke7553/files-uwp…
Jan 28, 2020
513bd72
Refactored namespaces
Jan 28, 2020
9faffc0
Added support for mouse side buttons (at least I think I did)
Jan 28, 2020
7e7c20a
Added a setting to disable OneDrive
Jan 29, 2020
46f39ac
Feat/CmdLineActivation (#391)
Jan 30, 2020
74de49f
fix #392: crash if space in path; (#393)
Jan 31, 2020
ae7e50b
Call the mouse event
Feb 2, 2020
ac8916d
Merge branch 'v07.1-changes' of https://github.com/duke7553/files-uwp…
Feb 2, 2020
c66defd
Disabled OneDrive setting
Feb 2, 2020
8d596cb
Refactor to derive from IShellPage and INavigationControlItem
lukeblevins Feb 7, 2020
9a5cb99
Ensure ViewModel is only created once
lukeblevins Feb 7, 2020
ead0902
Translations (#397)
yaira2 Feb 7, 2020
8b6a7fb
Create Translator.md
yaira2 Feb 7, 2020
4b56afd
Create contributing.md
yaira2 Feb 7, 2020
060929c
Add OneDrive Visibility Setting
lukeblevins Feb 7, 2020
353eed7
Ensure new tabs recieve correct IShellPage instance
lukeblevins Feb 8, 2020
7546b2f
Fix Navigation Buttons
lukeblevins Feb 8, 2020
6f8f11a
Merge v0.7.2-changes into develop
lukeblevins Feb 8, 2020
e03a945
Ensure OneDrive Path is detected properly
lukeblevins Feb 8, 2020
32fc00e
Added es-ES and fr-FR
Feb 9, 2020
9f49821
Add files via upload
yaira2 Feb 9, 2020
53953c2
Merge branch 'develop' of https://github.com/duke7553/files-uwp into …
Feb 9, 2020
8562610
Cleaned up Sidebar.xaml
Feb 9, 2020
fc6f34f
Added strings
Feb 9, 2020
caedda1
Translate for es-ES (#402)
xJavii8 Feb 9, 2020
c5f0e41
Strings
Feb 9, 2020
a3280df
Perform french translations (#401)
Feb 9, 2020
25c898e
Fixed strings
Feb 9, 2020
70fd47e
Added option to set desktop background image
Feb 9, 2020
d7c6bf9
Added flags page
Feb 9, 2020
f2b2551
Improved path box
Feb 9, 2020
97f1c49
Chinese (Simplified) Translation 简体中文翻译 (#404)
KiriKirby Feb 10, 2020
d3aa04f
Lazy-Load Thumbnails in DataGrid
lukeblevins Feb 10, 2020
ef87bdc
Merge branch 'develop' of https://github.com/duke7553/files-uwp into …
lukeblevins Feb 10, 2020
ed9be2d
Improved shadow for the Ribbon
Feb 11, 2020
562424f
Merge branch 'develop' of https://github.com/duke7553/files-uwp into …
Feb 11, 2020
958afb6
Improved margins for file control
Feb 11, 2020
8215a2c
Added zh-Hans
Feb 11, 2020
b1a81c0
Improved XAML layout for the File Control
Feb 11, 2020
fd57be7
Moved some shortcuts to ProHome.xaml.cs
Feb 11, 2020
5cb3fe6
More shortcuts
Feb 11, 2020
958ad2d
Moved all shortcuts over to ProHome
Feb 11, 2020
2cc8c13
Improved ProHome code
Feb 11, 2020
5d96e4a
Added shortcuts
Feb 11, 2020
4c01a59
Minor refactor of project folders
Feb 12, 2020
8038fe5
Refactored file layout
Feb 12, 2020
3bc5fb8
Updated manifest file
Feb 13, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Files.Launcher/Files.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
<OutputType>WinExe</OutputType>
<RootNamespace>ProcessLauncher</RootNamespace>
<AssemblyName>ProcessLauncher</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down
8 changes: 4 additions & 4 deletions Files.Launcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ static void Main(string[] args)
var arguments = (string)localSettings.Values["Arguments"];
if (!string.IsNullOrWhiteSpace(arguments))
{
if (arguments.Equals("DetectUserPaths"))
if (arguments.Equals("StartupTasks"))
{
// Detect User Paths
ApplicationData.Current.LocalSettings.Values["DetectedDesktopLocation"] = Microsoft.Win32.Registry.GetValue(@"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders", "Desktop", null);
ApplicationData.Current.LocalSettings.Values["DetectedDownloadsLocation"] = Microsoft.Win32.Registry.GetValue(@"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders", "{374DE290-123F-4565-9164-39C4925E467B}", null);
ApplicationData.Current.LocalSettings.Values["DetectedDocumentsLocation"] = Microsoft.Win32.Registry.GetValue(@"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders", "Personal", null);
ApplicationData.Current.LocalSettings.Values["DetectedPicturesLocation"] = Microsoft.Win32.Registry.GetValue(@"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders", "My Pictures", null);
ApplicationData.Current.LocalSettings.Values["DetectedMusicLocation"] = Microsoft.Win32.Registry.GetValue(@"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders", "My Music", null);
ApplicationData.Current.LocalSettings.Values["DetectedVideosLocation"] = Microsoft.Win32.Registry.GetValue(@"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders", "My Video", null);
ApplicationData.Current.LocalSettings.Values["DetectedOneDriveLocation"] = Microsoft.Win32.Registry.GetValue(@"HKEY_CURRENT_USER\Software\Microsoft\OneDrive", "UserFolder", null);
}
else if (arguments.Equals("CheckQuickLookAvailability"))
{

// Check QuickLook Availability
QuickLook.CheckQuickLookAvailability(localSettings);
}
else if (arguments.Equals("ToggleQuickLook"))
Expand Down
Binary file added Files.Package/Assets/Files UWP Beta Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/LargeTile.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/LargeTile.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/LargeTile.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/LargeTile.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/LargeTile.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/SmallTile.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/SmallTile.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/SmallTile.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/SmallTile.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/SmallTile.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/SplashScreen.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/SplashScreen.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/SplashScreen.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/SplashScreen.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/SplashScreen.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/Square150x150Logo.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/Square150x150Logo.scale-125.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/Square150x150Logo.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/Square150x150Logo.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/Square150x150Logo.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Files.Package/Assets/Square44x44Logo.scale-100.png
Binary file modified Files.Package/Assets/Square44x44Logo.scale-125.png
Binary file modified Files.Package/Assets/Square44x44Logo.scale-150.png
Binary file modified Files.Package/Assets/Square44x44Logo.scale-200.png
Binary file modified Files.Package/Assets/Square44x44Logo.scale-400.png
Binary file modified Files.Package/Assets/Square44x44Logo.targetsize-16.png
Binary file modified Files.Package/Assets/Square44x44Logo.targetsize-24.png
Binary file modified Files.Package/Assets/Square44x44Logo.targetsize-256.png
Binary file modified Files.Package/Assets/Square44x44Logo.targetsize-32.png
Binary file modified Files.Package/Assets/Square44x44Logo.targetsize-48.png
Binary file modified Files.Package/Assets/StoreLogo.scale-100.png
Binary file modified Files.Package/Assets/StoreLogo.scale-125.png
Binary file modified Files.Package/Assets/StoreLogo.scale-150.png
Binary file modified Files.Package/Assets/StoreLogo.scale-200.png
Binary file modified Files.Package/Assets/StoreLogo.scale-400.png
Binary file modified Files.Package/Assets/Wide310x150Logo.scale-100.png
Binary file modified Files.Package/Assets/Wide310x150Logo.scale-125.png
Binary file modified Files.Package/Assets/Wide310x150Logo.scale-150.png
Binary file modified Files.Package/Assets/Wide310x150Logo.scale-200.png
Binary file modified Files.Package/Assets/Wide310x150Logo.scale-400.png
7 changes: 4 additions & 3 deletions Files.Package/Files.Package.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<PackageCertificateKeyFile>FilesUwp.Package_StoreKey.pfx</PackageCertificateKeyFile>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
<AppxPackageDir>C:\Users\lukeb\Documents\build\</AppxPackageDir>
<AppxPackageDir>C:\Users\explo\OneDrive\Desktop\package\</AppxPackageDir>
<AppxSymbolPackageEnabled>True</AppxSymbolPackageEnabled>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<DisableXbfLineInfo>False</DisableXbfLineInfo>
<AppxPackageSigningEnabled>False</AppxPackageSigningEnabled>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<GenerateTestArtifacts>False</GenerateTestArtifacts>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<EntryPointProjectUniqueName>..\Files\Files.csproj</EntryPointProjectUniqueName>
<PackageCertificateThumbprint>10EF406F2BC44E3C8E8F85988D53990173626FC1</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<AppxBundle>Always</AppxBundle>
Expand Down Expand Up @@ -95,6 +95,7 @@
<ProjectReference Include="..\Files.Launcher\Files.Launcher.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="Assets\Files UWP Beta Icon.png" />
<Content Include="Assets\Files UWP Icon.png" />
<Content Include="Assets\LargeTile.scale-100.png" />
<Content Include="Assets\LargeTile.scale-125.png" />
Expand Down
18 changes: 13 additions & 5 deletions Files.Package/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap mp rescap desktop4 desktop">
<Identity Name="49306atecsolution.FilesUWP" Publisher="CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version="0.6.6.0" />
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap uap5 mp rescap desktop4 desktop">
<Identity Name="49306atecsolution.FilesUWP" Publisher="CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version="0.7.0.0" />
<Properties>
<DisplayName>Files</DisplayName>
<DisplayName>Files UWP - Preview</DisplayName>
<PublisherDisplayName>Yair A</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
Expand All @@ -15,15 +15,15 @@
</Resources>
<Applications>
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="$targetentrypoint$" desktop4:SupportsMultipleInstances="true">
<uap:VisualElements DisplayName="Files" Description="Meet Files, a free and open-source File Manager for Windows 10. Created from the ground up to look and feel amazing, Files is built to replace the dated Windows File Explorer." Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent">
<uap:VisualElements DisplayName="Files UWP - Preview" Description="Meet Files, a free and open-source File Manager for Windows 10. Created from the ground up to look and feel amazing, Files is built to replace the dated Windows File Explorer." Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png" ShortName="Files">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo"/>
<uap:ShowOn Tile="wide310x150Logo"/>
<uap:ShowOn Tile="square310x310Logo"/>
</uap:ShowNameOnTiles>
</uap:DefaultTile>
<uap:SplashScreen Image="Assets\SplashScreen.png" uap5:Optional="true" BackgroundColor="#191919"/>
<uap:SplashScreen Image="Assets\SplashScreen.png" uap5:Optional="true" />
</uap:VisualElements>
<Extensions>
<desktop:Extension Category="windows.fullTrustProcess" Executable="Files.Launcher\ProcessLauncher.exe">
Expand All @@ -36,6 +36,14 @@
<uap:Extension Category="windows.protocol">
<uap:Protocol ReturnResults="none" Name="files-uwp"/>
</uap:Extension>
<uap5:Extension
Category="windows.appExecutionAlias"
Executable="files.exe"
EntryPoint="files.App">
<uap5:AppExecutionAlias>
<uap5:ExecutionAlias Alias="files.exe"/>
</uap5:AppExecutionAlias>
</uap5:Extension>
</Extensions>
</Application>
</Applications>
Expand Down
Loading