This repository has been archived by the owner on May 1, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Change
This PR adds support for Tizen backend (Xamarin.Forms.Platform.Tizen) on Xamarin.Forms. All the controls are implemented expect OpenGLView, AppLink and MapView, but not all features are present. We plan to add UITest in the future (another PR).
Xamarin.Forms.Platform.Tizen proprect uses .NET Standard 1.6 TargetFramework temporarily. The target framework of it will be changed when the Tizen TFM is available in NuGet client.(NuGet/NuGet.Client#1083).
For this reason, unfortunately, the artifacts of this project (e.g. Xamarin.Forms.Platform.Tizen.dll,..) couldn't be included in Xamarin.Forms.nupkg in this time. By alternative way, the separated nuget package for this (Xamarin.Forms.Platform.Tizen.nupkg) has been uploaded to nuget.org.
For more details, please visit the https://developer.tizen.org/development/tizen-.net-preview/introduction.
API Changes (Xamarin.Form.Core)
Added:
Behavioral Changes
Add Tizen backend
PR Checklist