Skip to content

Commit

Permalink
Removed localisation code because there's a new LocalisationZero libr…
Browse files Browse the repository at this point in the history
…ary currently being tested.

Published Nuget 8.0.0.4
  • Loading branch information
Keflon committed Mar 28, 2024
1 parent a17b1ec commit 766aad8
Show file tree
Hide file tree
Showing 16 changed files with 11 additions and 470 deletions.
12 changes: 6 additions & 6 deletions FunctionZero.Maui.Controls/FunctionZero.Maui.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
<Title>FunctionZero Controls library including TreeViewZero</Title>
<Authors>Keith Pickford</Authors>
<Company>FunctionZero Ltd</Company>
<Description>A MAUI Controls library featuring a cross-platform virtualizing TreeView and ListView and a really cool MaskControl and more, for WinUI, iOS, Mac and Android.</Description>
<Description>A MAUI Controls library featuring a cross-platform virtualizing TreeView and ListView and Expander and a really cool MaskControl and more, for all MAUI platforms.</Description>
<Copyright>FunctionZero Ltd</Copyright>
<PackageProjectUrl>https://github.com/Keflon/FunctionZero.Maui.Controls</PackageProjectUrl>
<RepositoryUrl>https://github.com/Keflon/FunctionZero.Maui.Controls</RepositoryUrl>
<PackageTags>MAUI; ListView; ListViewZero; TreeView; TreeViewZero; MaskView; iOS; WinUI; Windows; Android; Control </PackageTags>
<PackageReleaseNotes>MultiViewZero is getting ready for mainstream. </PackageReleaseNotes>
<PackageReleaseNotes>MultiviewZero is stable and outrageously versatile. Localisation has been moved to a new LocalisationZero library.</PackageReleaseNotes>
<PackageLicenseFile>License.md</PackageLicenseFile>
<IncludeSymbols>False</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>8.0.0.3-pre3</Version>
<Version>8.0.0.4</Version>
<PackageIcon>F0 gravatar.png</PackageIcon>
</PropertyGroup>

Expand Down Expand Up @@ -57,9 +57,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FunctionZero.Maui.zBind" Version="8.0.2" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.7" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.7" />
<PackageReference Include="FunctionZero.Maui.zBind" Version="8.1.1" />
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.14" />
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.14" />
<PackageReference Include="FunctionZero.TreeListItemsSourceZero" Version="1.1.0-beta" />
</ItemGroup>

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 1 addition & 3 deletions SampleApp/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@
using FunctionZero.Maui.MvvmZero;
using Microsoft.Maui.Platform;
using SampleApp.Mvvm.PageViewModels;
using SampleApp.Translations;
using SampleApp.Widgets;
using System.Diagnostics;

namespace SampleApp
{
public partial class App : Application
{
public App(IPageServiceZero pageService, LangService langService)
public App(IPageServiceZero pageService)
{
var temp = new WidgetContainer("", "", "");
InitializeComponent();

pageService.Init(this);
langService.Init(this.Resources, "english");

// Uses AdaptedFlyoutPage because https://github.com/dotnet/maui/issues/13496
var flyoutPage = pageService.GetFlyoutPage<AppFlyoutPageVm>();
Expand Down
Loading

0 comments on commit 766aad8

Please sign in to comment.