diff --git a/NavCityBreda/App.xaml b/NavCityBreda/App.xaml index 728ec81..a88b3fd 100644 --- a/NavCityBreda/App.xaml +++ b/NavCityBreda/App.xaml @@ -5,4 +5,13 @@ xmlns:local="using:NavCityBreda" RequestedTheme="Light"> + + + + + + + + + diff --git a/NavCityBreda/App.xaml.cs b/NavCityBreda/App.xaml.cs index 05d3346..96f495e 100644 --- a/NavCityBreda/App.xaml.cs +++ b/NavCityBreda/App.xaml.cs @@ -1,4 +1,5 @@ -using System; +using NavCityBreda.Helpers; +using System; using System.Collections.Generic; using System.IO; using System.Linq; @@ -7,6 +8,8 @@ using Windows.ApplicationModel; using Windows.ApplicationModel.Activation; using Windows.Foundation; using Windows.Foundation.Collections; +using Windows.Storage; +using Windows.UI.Core; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Windows.UI.Xaml.Controls.Primitives; @@ -43,7 +46,7 @@ namespace NavCityBreda #if DEBUG if (System.Diagnostics.Debugger.IsAttached) { - this.DebugSettings.EnableFrameRateCounter = true; + this.DebugSettings.EnableFrameRateCounter = false; } #endif diff --git a/NavCityBreda/Assets/Square150x150Logo.scale-100.png b/NavCityBreda/Assets/Square150x150Logo.scale-100.png new file mode 100644 index 0000000..0a7421b Binary files /dev/null and b/NavCityBreda/Assets/Square150x150Logo.scale-100.png differ diff --git a/NavCityBreda/Assets/Square150x150Logo.scale-200.png b/NavCityBreda/Assets/Square150x150Logo.scale-200.png index af49fec..25735dc 100644 Binary files a/NavCityBreda/Assets/Square150x150Logo.scale-200.png and b/NavCityBreda/Assets/Square150x150Logo.scale-200.png differ diff --git a/NavCityBreda/Helpers/Extensions.cs b/NavCityBreda/Helpers/Extensions.cs new file mode 100644 index 0000000..bcbe17c --- /dev/null +++ b/NavCityBreda/Helpers/Extensions.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace NavCityBreda.Helpers +{ + class Extensions + { + } +} diff --git a/NavCityBreda/Helpers/Settings.cs b/NavCityBreda/Helpers/Settings.cs new file mode 100644 index 0000000..77b19d4 --- /dev/null +++ b/NavCityBreda/Helpers/Settings.cs @@ -0,0 +1,32 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Windows.Globalization; +using Windows.Storage; + +namespace NavCityBreda.Helpers +{ + static class Settings + { + public static ApplicationDataContainer LOCAL_SETTINGS = ApplicationData.Current.LocalSettings; + + static Settings() + { + //Define default settings here + } + + public static string Language + { + get + { + return ""; + } + set + { + ApplicationLanguages.PrimaryLanguageOverride = value; + } + } + } +} diff --git a/NavCityBreda/Helpers/Util.cs b/NavCityBreda/Helpers/Util.cs new file mode 100644 index 0000000..9d4bfac --- /dev/null +++ b/NavCityBreda/Helpers/Util.cs @@ -0,0 +1,19 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Windows.ApplicationModel.Resources; + +namespace NavCityBreda.Helpers +{ + class Util + { + public static ResourceLoader Loader + { + get { + return new Windows.ApplicationModel.Resources.ResourceLoader(); + } + } + } +} diff --git a/NavCityBreda/Languages/de-DE/Resources.resw b/NavCityBreda/Languages/de-DE/Resources.resw new file mode 100644 index 0000000..486f08e --- /dev/null +++ b/NavCityBreda/Languages/de-DE/Resources.resw @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Hilfe + + + Einstellungen + + \ No newline at end of file diff --git a/NavCityBreda/Languages/en-US/Resources.resw b/NavCityBreda/Languages/en-US/Resources.resw new file mode 100644 index 0000000..7ecb268 --- /dev/null +++ b/NavCityBreda/Languages/en-US/Resources.resw @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Help + + + Settings + + + Welcome + + + Help + + + Map + + + Route + + + Route Detail + + + Settings + + + Waypoint + + \ No newline at end of file diff --git a/NavCityBreda/Languages/nl-NL/Resources.resw b/NavCityBreda/Languages/nl-NL/Resources.resw new file mode 100644 index 0000000..88074fd --- /dev/null +++ b/NavCityBreda/Languages/nl-NL/Resources.resw @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Hulp + + + Instellingen + + + Welkom + + + Hulp + + + Kaart + + + Route + + + Route Details + + + Instellingen + + + Bezienswaardigheid + + \ No newline at end of file diff --git a/NavCityBreda/MainPage.xaml b/NavCityBreda/MainPage.xaml index 6e49b2f..bab39b7 100644 --- a/NavCityBreda/MainPage.xaml +++ b/NavCityBreda/MainPage.xaml @@ -7,7 +7,59 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"> - + + + + + + + + + + + + + + +