Skip to content

Commit

Permalink
Merge pull request #18 from kangho-hur/add-tizen-handler
Browse files Browse the repository at this point in the history
Remove duplicate type for legacy compat renderers
  • Loading branch information
rookiejava authored and GitHub Enterprise committed Jun 23, 2021
2 parents 5efc029 + aa102c2 commit ae4ef6a
Show file tree
Hide file tree
Showing 52 changed files with 54 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Microsoft.Maui.Controls.Platform;
using EColor = ElmSharp.Color;
using EProgressBar = ElmSharp.ProgressBar;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.ComponentModel;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;
using EColor = ElmSharp.Color;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using Microsoft.Maui.Graphics;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;
using NIButton = Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native.IButton;
using EButton = ElmSharp.Button;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Collections.Specialized;
using ElmSharp;
using Microsoft.Maui.Controls.Platform;
using EBox = ElmSharp.Box;
using ELayout = ElmSharp.Layout;
using ERect = ElmSharp.Rect;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.ComponentModel;
using ElmSharp;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using ElmSharp;
using Microsoft.Maui.Controls.Platform;
using EColor = ElmSharp.Color;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using Microsoft.Maui.Graphics;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;
using NIEntery = Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native.IEntry;
using EEntry = ElmSharp.Entry;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Microsoft.Maui.Controls.Platform;
using ELayout = ElmSharp.Layout;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using Microsoft.Maui.Graphics;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;
using EEntry = ElmSharp.Entry;
using NIEntry = Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native.IEntry;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using ElmSharp;
using Microsoft.Maui.Controls.Platform;
using EEntry = ElmSharp.Entry;
using NIEntry = Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native.IEntry;
using Specific = Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Entry;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.ComponentModel;
using SkiaSharp.Views.Tizen;
using Microsoft.Maui.Controls.Platform;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Renderers;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Microsoft.Maui.Controls.Platform;
using EColor = ElmSharp.Color;
using EPolygon = ElmSharp.Polygon;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using ElmSharp;
using Microsoft.Maui.Controls.Platform;
using EButton = ElmSharp.Button;
using ERect = ElmSharp.Rect;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.ComponentModel;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Maui.Controls.Platform;
using EImage = ElmSharp.Image;

using Specific = Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using Microsoft.Maui.Controls.Platform;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
{
public class IndicatorViewRenderer : ViewRenderer<IndicatorView, Native.IndicatorView>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Collections.Specialized;
using System.Linq;

using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;

using Specific = Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ItemsView;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Microsoft.Maui.Graphics;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;
using Specific = Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Label;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.ComponentModel;
using SkiaSharp.Views.Tizen;
using Microsoft.Maui.Controls.Platform;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Collections.Specialized;
using ElmSharp;
using Microsoft.Maui.Controls.Internals;
using Microsoft.Maui.Controls.Platform;
using EColor = ElmSharp.Color;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Renderers;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using ElmSharp;
using Microsoft.Maui.Controls.Platform;
using ESize = ElmSharp.Size;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Threading.Tasks;
using ElmSharp;
using Microsoft.Maui.Controls.Internals;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific;
using EButton = ElmSharp.Button;
using EToolbar = ElmSharp.Toolbar;
Expand Down
1 change: 1 addition & 0 deletions src/Compatibility/Core/src/Tizen/Renderers/PageRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Collections.Specialized;
using ElmSharp.Wearable;
using SkiaSharp.Views.Tizen;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native.Watch;
using EColor = ElmSharp.Color;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using ElmSharp;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native.Watch;
using EEntry = ElmSharp.Entry;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.ComponentModel;
using Microsoft.Maui.Controls.Platform;
using EColor = ElmSharp.Color;
using EProgressBar = ElmSharp.ProgressBar;
using Specific = Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.ProgressBar;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using ElmSharp;
using Microsoft.Maui.Controls.Platform;
using ESize = ElmSharp.Size;
using TSpan = Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native.Span;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Reflection;
using System.Threading.Tasks;
using Microsoft.Maui.Graphics;
using Microsoft.Maui.Controls.Platform;
using ERect = ElmSharp.Rect;
using EvasObject = ElmSharp.EvasObject;
using GestureLayer = ElmSharp.GestureLayer;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.ComponentModel;
using ElmSharp;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;
using EContainer = ElmSharp.Container;
using ERect = ElmSharp.Rect;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using Microsoft.Maui.Controls.Platform;
using EColor = ElmSharp.Color;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.ComponentModel;
using Microsoft.Maui.Controls.Platform;
using EColor = ElmSharp.Color;
using ESize = ElmSharp.Size;
using ESlider = ElmSharp.Slider;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using ElmSharp;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native.Watch;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Threading.Tasks;
using ElmSharp;
using Microsoft.Maui.Controls.Internals;
using Microsoft.Maui.Controls.Platform;
using ERect = ElmSharp.Rect;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using ElmSharp;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific;
using EColor = ElmSharp.Color;
using Specific = Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.VisualElement;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.ComponentModel;
using System.Linq;
using ElmSharp;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific;
using EColor = ElmSharp.Color;
using ERect = ElmSharp.Rect;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using ElmSharp;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
using System;
using System.Globalization;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;
using Microsoft.Maui.Graphics;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;
using EEntry = ElmSharp.Entry;
using NIEntry = Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native.IEntry;
using Specific = Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application;
Expand Down
1 change: 1 addition & 0 deletions src/Compatibility/Core/src/Tizen/Renderers/ViewRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.Linq;
using ElmSharp;
using ElmSharp.Wearable;
using Microsoft.Maui.Controls.Platform;
using Specific = Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Application;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.ComponentModel;
using System.Threading.Tasks;
using Microsoft.Maui.Controls.Internals;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;
using TChromium = Tizen.WebView.Chromium;
using TWebView = Tizen.WebView.WebView;
Expand Down
1 change: 1 addition & 0 deletions src/Compatibility/Core/src/Tizen/Shapes/EllipseRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using SkiaSharp;
using Microsoft.Maui.Controls.Shapes;
using Microsoft.Maui.Controls.Platform;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen.SkiaSharp
{
Expand Down
1 change: 1 addition & 0 deletions src/Compatibility/Core/src/Tizen/Shapes/LineRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using SkiaSharp;
using Microsoft.Maui.Controls.Shapes;
using Microsoft.Maui.Controls.Platform;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen.SkiaSharp
{
Expand Down
1 change: 1 addition & 0 deletions src/Compatibility/Core/src/Tizen/Shapes/PathRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using SkiaSharp;
using Microsoft.Maui.Controls.Platform;
using Path = Microsoft.Maui.Controls.Shapes.Path;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen.SkiaSharp
Expand Down
1 change: 1 addition & 0 deletions src/Compatibility/Core/src/Tizen/Shapes/PolygonRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System.Collections.Specialized;
using SkiaSharp;
using Microsoft.Maui.Controls.Shapes;
using Microsoft.Maui.Controls.Platform;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen.SkiaSharp
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System.ComponentModel;
using SkiaSharp;
using Microsoft.Maui.Controls.Shapes;
using Microsoft.Maui.Controls.Platform;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen.SkiaSharp
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using SkiaSharp;
using Microsoft.Maui.Controls.Platform;
using FormsRectangle = Microsoft.Maui.Controls.Shapes.Rectangle;


Expand Down
1 change: 1 addition & 0 deletions src/Compatibility/Core/src/Tizen/Shell/ShellRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using Microsoft.Maui.Graphics;
using Microsoft.Maui.Controls.Platform;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using ElmSharp;
using Microsoft.Maui.Controls.Platform;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Watch
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Compatibility.Platform.Tizen.Native;
using EColor = ElmSharp.Color;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using SkiaSharp;
using SkiaSharp.Views.Tizen;
using Microsoft.Maui.Controls.Shapes;
using Microsoft.Maui.Controls.Platform;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen.SkiaSharp
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using SkiaSharp;
using SkiaSharp.Views.Tizen;
using Microsoft.Maui.Controls.Platform;

namespace Microsoft.Maui.Controls.Compatibility.Platform.Tizen.SkiaSharp
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Microsoft.Maui.Controls.Platform;
using ESize = ElmSharp.Size;
using Specific = Microsoft.Maui.Controls.PlatformConfiguration.TizenSpecific.Image;

Expand Down

0 comments on commit ae4ef6a

Please sign in to comment.