Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Add Xamarin.Forms.Platform.Tizen project #930

Merged
merged 1 commit into from
May 23, 2017

Conversation

rookiejava
Copy link
Collaborator

@rookiejava rookiejava commented May 22, 2017

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:

  • public const string Device.Tizen = "Tizen";
  • Xamarin.Forms.PlatformConfiguration.TizenSpecific APIs are also addded.

Behavioral Changes

Add Tizen backend

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard
  • Consolidate commits as makes sense

@rookiejava
Copy link
Collaborator Author

This is from #761

@rookiejava rookiejava force-pushed the add-tizen-platform-renderer branch 3 times, most recently from f5c10d4 to 121ded5 Compare May 22, 2017 23:42
@rookiejava rookiejava force-pushed the add-tizen-platform-renderer branch from 121ded5 to 13bd2f0 Compare May 23, 2017 00:05
@jassmith jassmith merged commit c76b457 into xamarin:3.0 May 23, 2017
@rookiejava rookiejava deleted the add-tizen-platform-renderer branch May 23, 2017 00:25
@rookiejava rookiejava mentioned this pull request Nov 30, 2017
4 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants