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

Add Tizen backend #1310

Merged
merged 1 commit into from
Dec 4, 2017
Merged

Add Tizen backend #1310

merged 1 commit into from
Dec 4, 2017

Conversation

rookiejava
Copy link
Collaborator

@rookiejava rookiejava commented Nov 30, 2017

Description of Change

This PR adds support for Tizen backend on Xamarin.Forms.

The main differences from the previous PR (#930) are:

A list of limitations is available here.

NOTE: This PR only includes the Xamarin.Forms.Platform.Tizen and Xamarin.Forms.Maps.Tizen projects. Other PRs will include nuspec, PageGallery and other points.

API Changes (Xamarin.Form.Core)

Added:

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

Behavioral Changes

You can create applications for Tizen with Xamarin.Forms using the Tizeb 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

@@ -16,6 +16,7 @@ public static class Device
public const string UWP = "UWP";
public const string macOS = "macOS";
public const string GTK = "GTK";
public const string Tizen = "Tizen";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs docs update because of this

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docs are already updated.

@rmarinho rmarinho merged commit be52bc6 into xamarin:master Dec 4, 2017
@rookiejava rookiejava deleted the add-tizen branch December 4, 2017 22:57
@samhouts samhouts added the API-change Heads-up to reviewers that this PR may contain an API change label Apr 3, 2018
@samhouts samhouts added this to the 3.0.0 milestone May 5, 2018
@samhouts samhouts modified the milestones: 3.0.0, 2.5.0 Aug 23, 2019
@samhouts samhouts modified the milestones: 3.0.0, 2.5.0 Oct 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
API-change Heads-up to reviewers that this PR may contain an API change t/enhancement ➕
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants