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 #761

Closed

Conversation

rookiejava
Copy link
Collaborator

@rookiejava rookiejava commented Feb 14, 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

@jassmith
Copy link

This branch is currently being reviewed and internal tests are also being performed. I didn't want to let the weekend pass without you knowing we are looking :)

@rookiejava rookiejava force-pushed the add-tizen-platform-renderer branch from 531aeb4 to b533866 Compare April 3, 2017 10:59
@rookiejava rookiejava force-pushed the add-tizen-platform-renderer branch from b533866 to 194fe95 Compare May 1, 2017 10:12
@rookiejava
Copy link
Collaborator Author

This PR has been moved #930 (3.0 branch).

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