Skip to content
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

refactor: rename namespace #565

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Runtime.InteropServices.WindowsRuntime;
using System.Threading.Tasks;
using Tuvi.App.Shared.Behaviors;
using Eppie.App.UI.Behaviors;
using Tuvi.App.ViewModels;
using Tuvi.App.ViewModels.Services;
using Windows.Storage;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<local:AccountSettingsPageBase x:Class="Tuvi.App.Shared.Views.AccountSettingsPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:controls="using:Tuvi.App.Shared.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:extensions="using:Tuvi.App.Shared.Extensions"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<local:DecentralizedAccountSettingsPageBase x:Class="Tuvi.App.Shared.Views.DecentralizedAccountSettingsPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:controls="using:Tuvi.App.Shared.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:extensions="using:Tuvi.App.Shared.Extensions"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<local:IdentityManagerPageBase x:Class="Tuvi.App.Shared.Views.IdentityManagerPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:entities="using:Tuvi.Core.Entities"
xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
Expand Down
2 changes: 1 addition & 1 deletion src/Eppie.App/Eppie.App.Shared/Views/MainPage.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<local:MainPageBase x:Class="Tuvi.App.Shared.Views.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:controls="using:Tuvi.App.Shared.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:extensions="using:Tuvi.App.Shared.Extensions"
Expand Down
2 changes: 1 addition & 1 deletion src/Eppie.App/Eppie.App.Shared/Views/MessagePage.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<local:MessagePageBase x:Class="Tuvi.App.Shared.Views.MessagePage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:controls="using:Tuvi.App.Shared.Controls"
xmlns:eppie_controls="using:Eppie.App.UI.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Expand Down
2 changes: 1 addition & 1 deletion src/Eppie.App/Eppie.App.Shared/Views/NewMessagePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:android="http://uno.ui/android"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:controls="using:Tuvi.App.Shared.Controls"
xmlns:eppie_controls="using:Eppie.App.UI.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Expand Down
2 changes: 1 addition & 1 deletion src/Eppie.App/Eppie.App.Shared/Views/PasswordPage.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<local:PasswordPageBase x:Class="Tuvi.App.Shared.Views.PasswordPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:controls="using:Tuvi.App.Shared.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:extensions="using:Tuvi.App.Shared.Extensions"
Expand Down
2 changes: 1 addition & 1 deletion src/Eppie.App/Eppie.App.Shared/Views/PgpKeyPage.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<local:PgpKeyPageBase x:Class="Tuvi.App.Shared.Views.PgpKeyPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:extensions="using:Tuvi.App.Shared.Extensions"
xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
Expand Down
2 changes: 1 addition & 1 deletion src/Eppie.App/Eppie.App.Shared/Views/PgpKeysPage.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<local:PgpKeysPageBase x:Class="Tuvi.App.Shared.Views.PgpKeysPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:extensions="using:Tuvi.App.Shared.Extensions"
xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<local:ProtonAccountSettingsPageBase x:Class="Tuvi.App.Shared.Views.ProtonAccountSettingsPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:controls="using:Tuvi.App.Shared.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:extensions="using:Tuvi.App.Shared.Extensions"
Expand Down
2 changes: 1 addition & 1 deletion src/Eppie.App/Eppie.App.Shared/Views/SeedGeneratePage.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<local:SeedGeneratePageBase x:Class="Tuvi.App.Shared.Views.SeedGeneratePage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:controls="using:Tuvi.App.Shared.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:extensions="using:Tuvi.App.Shared.Extensions"
Expand Down
2 changes: 1 addition & 1 deletion src/Eppie.App/Eppie.App.Shared/Views/SeedRestorePage.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<local:SeedRestorePageBase x:Class="Tuvi.App.Shared.Views.SeedRestorePage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:controls="using:Tuvi.App.Shared.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:extensions="using:Tuvi.App.Shared.Extensions"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<local:SelectEmailProviderPageBase x:Class="Tuvi.App.Shared.Views.SelectEmailProviderPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:controls="using:Tuvi.App.Shared.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:extensions="using:Tuvi.App.Shared.Extensions"
Expand Down
2 changes: 1 addition & 1 deletion src/Eppie.App/Eppie.App.Shared/Views/SettingsPage.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<local:SettingsPageBase x:Class="Tuvi.App.Shared.Views.SettingsPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:controls="using:Tuvi.App.Shared.Controls"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:extensions="using:Tuvi.App.Shared.Extensions"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using Microsoft.UI.Xaml.Controls;
#endif

namespace Tuvi.App.Shared.Behaviors
namespace Eppie.App.UI.Behaviors
{
public class ClipboardBehaviorBase : Behavior<Button>, IClipboardProvider
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using Microsoft.UI.Xaml;
#endif

namespace Tuvi.App.Shared.Behaviors
namespace Eppie.App.UI.Behaviors
{
public class CopyToClipboardBehavior : ClipboardBehaviorBase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
using Microsoft.UI.Xaml.Controls;
#endif

namespace Tuvi.App.Shared.Behaviors
namespace Eppie.App.UI.Behaviors
{
public class DialogBehavior : Behavior<Page>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
using Microsoft.UI.Xaml.Controls;
#endif

namespace Tuvi.App.Shared.Behaviors
namespace Eppie.App.UI.Behaviors
{
public class FileBehavior : Behavior<Button>, IFileOperationProvider
{
Expand Down Expand Up @@ -101,7 +101,7 @@
await fileStream.WriteAsync(data.AsBuffer());
}

await Launcher.LaunchFileAsync(file); // ToDo: Uno0001

Check warning on line 104 in src/Eppie.App/Eppie.App.UI/Eppie.App.UI.Shared/Behaviors/FileBehavior.cs

View workflow job for this annotation

GitHub Actions / windows-latest './src/Eppie.App/Eppie.App.sln'

Windows.System.Launcher.LaunchFileAsync(Windows.Storage.IStorageFile) is not implemented in Uno (https://aka.platform.uno/notimplemented?m=Windows.System.Launcher.LaunchFileAsync(Windows.Storage.IStorageFile)) (https://aka.platform.uno/notimplemented)
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using Microsoft.UI.Xaml.Controls;
#endif

namespace Tuvi.App.Shared.Behaviors
namespace Eppie.App.UI.Behaviors
{
// ToDo: it is not used and can be deleted
public class ItemClickCommandBehavior : Behavior<ListViewBase>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using Microsoft.UI.Xaml.Controls;
#endif

namespace Tuvi.App.Shared.Behaviors
namespace Eppie.App.UI.Behaviors
{
public class ListViewItemClickBehavior : Behavior<ListViewBase>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Microsoft.UI.Xaml;
#endif

namespace Tuvi.App.Shared.Behaviors
namespace Eppie.App.UI.Behaviors
{
public class AttachmentFileBehavior : ObjectToFileBehavior<Attachment> { }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using Microsoft.UI.Xaml;
#endif

namespace Tuvi.App.Shared.Behaviors
namespace Eppie.App.UI.Behaviors
{
public class PasteFromClipboardBehavior : ClipboardBehaviorBase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Microsoft.UI.Xaml;
#endif

namespace Tuvi.App.Shared.Behaviors
namespace Eppie.App.UI.Behaviors
{
public class TreeViewItemInvokeBehavior : Behavior<TreeView>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<UserControl x:Class="Tuvi.App.Shared.Controls.ContactsListControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
xmlns:local="using:Tuvi.App.Shared.Controls"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<UserControl x:Class="Tuvi.App.Shared.Controls.MailBoxesListControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:converters="using:Tuvi.App.Converters"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<local:BaseUserControl x:Class="Tuvi.App.Shared.Controls.MessageListControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:behaviors="using:Tuvi.App.Shared.Behaviors"
xmlns:behaviors="using:Eppie.App.UI.Behaviors"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
xmlns:local="using:Tuvi.App.Shared.Controls"
Expand Down
Loading