diff --git a/Project-Radon/.editorconfig b/Project-Radon/.editorconfig new file mode 100644 index 0000000..7def5f9 --- /dev/null +++ b/Project-Radon/.editorconfig @@ -0,0 +1,4 @@ +[*.cs] + +# CS8305: Type is for evaluation purposes only and is subject to change or removal in future updates. +dotnet_diagnostic.CS8305.severity = none diff --git a/Project-Radon/.gitattributes b/Project-Radon/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/Project-Radon/.gitattributes @@ -0,0 +1,63 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.doc diff=astextplain +#*.DOC diff=astextplain +#*.docx diff=astextplain +#*.DOCX diff=astextplain +#*.dot diff=astextplain +#*.DOT diff=astextplain +#*.pdf diff=astextplain +#*.PDF diff=astextplain +#*.rtf diff=astextplain +#*.RTF diff=astextplain diff --git a/Project-Radon/.github/FUNDING.yml b/Project-Radon/.github/FUNDING.yml new file mode 100644 index 0000000..7f213e6 --- /dev/null +++ b/Project-Radon/.github/FUNDING.yml @@ -0,0 +1,13 @@ +# These are supported funding model platforms + +github: @itzbluebxrry +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/Project-Radon/.gitignore b/Project-Radon/.gitignore new file mode 100644 index 0000000..9491a2f --- /dev/null +++ b/Project-Radon/.gitignore @@ -0,0 +1,363 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Oo]ut/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd \ No newline at end of file diff --git a/Project-Radon/App.xaml.cs b/Project-Radon/App.xaml.cs index 553fd33..98c0a63 100644 --- a/Project-Radon/App.xaml.cs +++ b/Project-Radon/App.xaml.cs @@ -50,7 +50,6 @@ public App() protected override void OnLaunched(LaunchActivatedEventArgs e) { Frame rootFrame = Window.Current.Content as Frame; - ApplicationView.PreferredLaunchViewSize = new Size(1000, 600); // Do not repeat app initialization when the Window already has content, // just ensure that the window is active @@ -75,11 +74,21 @@ protected override void OnLaunched(LaunchActivatedEventArgs e) { if (rootFrame.Content == null) { + ApplicationDataContainer localSettings = Windows.Storage.ApplicationData.Current.LocalSettings; + + // profile check mechanisms + string username = localSettings.Values["username"] as string; + if (username == null) + { + rootFrame.Navigate(typeof(oobe1), null); + } + + else { rootFrame.Navigate(typeof(MainPage), e.Arguments); } // When the navigation stack isn't restored navigate to the first page, // configuring the new page by passing required information as a navigation // parameter + - rootFrame.Navigate(typeof(MainPage), e.Arguments); } // Ensure the current window is active Window.Current.Activate(); @@ -100,14 +109,14 @@ protected override void OnLaunched(LaunchActivatedEventArgs e) else { - titleBar.ButtonBackgroundColor = null; - titleBar.ButtonInactiveBackgroundColor = null; - titleBar.BackgroundColor = null; + titleBar.ButtonBackgroundColor = Colors.Transparent; + titleBar.ButtonInactiveBackgroundColor = Colors.Transparent; + titleBar.BackgroundColor = Colors.Transparent; } - titleBar.ButtonBackgroundColor = null; - titleBar.ButtonInactiveBackgroundColor = null; - titleBar.BackgroundColor = null; + titleBar.ButtonBackgroundColor = Colors.Transparent; + titleBar.ButtonInactiveBackgroundColor = Colors.Transparent; + titleBar.BackgroundColor = Colors.Transparent; diff --git a/Project-Radon/Assets/OpenInNewTab.png b/Project-Radon/Assets/OpenInNewTab.png deleted file mode 100644 index 75f8629..0000000 Binary files a/Project-Radon/Assets/OpenInNewTab.png and /dev/null differ diff --git a/Project-Radon/Assets/license.png b/Project-Radon/Assets/license.png deleted file mode 100644 index fe61cf0..0000000 Binary files a/Project-Radon/Assets/license.png and /dev/null differ diff --git a/Project-Radon/Assets/locked_with_key_3d.png b/Project-Radon/Assets/locked_with_key_3d.png deleted file mode 100644 index aae99b9..0000000 Binary files a/Project-Radon/Assets/locked_with_key_3d.png and /dev/null differ diff --git a/Project-Radon/Assets/paintbrush_color.svg b/Project-Radon/Assets/paintbrush_color.svg deleted file mode 100644 index 1af9537..0000000 --- a/Project-Radon/Assets/paintbrush_color.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Project-Radon/Assets/personalize.png b/Project-Radon/Assets/personalize.png deleted file mode 100644 index 4c522cb..0000000 Binary files a/Project-Radon/Assets/personalize.png and /dev/null differ diff --git a/Project-Radon/Assets/uwpc.png b/Project-Radon/Assets/uwpc.png deleted file mode 100644 index 04cc86b..0000000 Binary files a/Project-Radon/Assets/uwpc.png and /dev/null differ diff --git a/Project-Radon/Assets/uwpcbanner.png b/Project-Radon/Assets/uwpcbanner.png deleted file mode 100644 index 28239dc..0000000 Binary files a/Project-Radon/Assets/uwpcbanner.png and /dev/null differ diff --git a/Project-Radon/Controls/BrowserTab.xaml b/Project-Radon/Controls/BrowserTab.xaml index c89855e..a344eba 100644 --- a/Project-Radon/Controls/BrowserTab.xaml +++ b/Project-Radon/Controls/BrowserTab.xaml @@ -17,7 +17,7 @@ NavigationCompleted="WebBrowser_NavigationCompleted" NavigationStarting="WebBrowser_NavigationStarting" x:Name="WebBrowser" - Source="https://google.com" + Source="edge://radon-ntp" Visibility="Collapsed" /> @@ -48,11 +48,22 @@ - - + + - - - + @@ -625,7 +659,7 @@ - + @@ -796,7 +837,7 @@ Margin="12,44,8,8" Width="335" HorizontalAlignment="Right"> - + + + + + + + + + + + + - - + diff --git a/Project-Radon/Settings/Downloads_Dialog.xaml.cs b/Project-Radon/Settings/Downloads_Dialog.xaml.cs index f336135..684e7f5 100644 --- a/Project-Radon/Settings/Downloads_Dialog.xaml.cs +++ b/Project-Radon/Settings/Downloads_Dialog.xaml.cs @@ -1,4 +1,7 @@ using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml; +using System.Threading.Tasks; +using System; // The Content Dialog item template is documented at https://go.microsoft.com/fwlink/?LinkId=234238 @@ -18,5 +21,26 @@ private void ContentDialog_PrimaryButtonClick(ContentDialog sender, ContentDialo private void ContentDialog_SecondaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args) { } + + private void closebutton_Click(object sender, Windows.UI.Xaml.RoutedEventArgs e) + { + Hide(); + } + + private async void WebView2_NavigationCompleted(Microsoft.UI.Xaml.Controls.WebView2 sender, Microsoft.Web.WebView2.Core.CoreWebView2NavigationCompletedEventArgs args) + { + await Task.Delay(1500); + wv2.Opacity = 1; + } + + private void wv2_NavigationStarting(Microsoft.UI.Xaml.Controls.WebView2 sender, Microsoft.Web.WebView2.Core.CoreWebView2NavigationStartingEventArgs args) + { + wv2.Opacity = 0; + } + private async void ContentDialog_Opened(ContentDialog sender, ContentDialogOpenedEventArgs args) + { + await Task.Delay(500); + wv2.Source = new Uri("edge://downloads"); + } } } diff --git a/Project-Radon/Settings/RadonSettings.xaml b/Project-Radon/Settings/RadonSettings.xaml index 9562dcd..462fd5b 100644 --- a/Project-Radon/Settings/RadonSettings.xaml +++ b/Project-Radon/Settings/RadonSettings.xaml @@ -21,11 +21,12 @@ - + + diff --git a/Project-Radon/Settings/RadonSettings_General.xaml b/Project-Radon/Settings/RadonSettings_General.xaml index cc110a0..03ec093 100644 --- a/Project-Radon/Settings/RadonSettings_General.xaml +++ b/Project-Radon/Settings/RadonSettings_General.xaml @@ -16,7 +16,7 @@ - + diff --git a/Project-Radon/Settings/SettingsPage.xaml b/Project-Radon/Settings/SettingsPage.xaml index 5e528b6..df0562b 100644 --- a/Project-Radon/Settings/SettingsPage.xaml +++ b/Project-Radon/Settings/SettingsPage.xaml @@ -14,7 +14,11 @@ - + + + + + @@ -34,6 +34,8 @@ +