Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Fix Renderer error related with Bezel and CircleSurface #305

Merged

Conversation

myroot
Copy link
Collaborator

@myroot myroot commented May 14, 2020

Description of Change

Fix Renderer error related with Bezel and CircleSurface

Bugs Fixed

  • CircleSurface that specified by API, was not used
  • Bezel interaction was not cotrolled by IBezelInteractionRouter

API Changes

None

Behavioral Changes

None

@myroot myroot requested a review from rookiejava May 14, 2020 06:55
@myroot myroot changed the base branch from master to 1.5.0 May 14, 2020 06:55
@rookiejava rookiejava merged commit e16a306 into Samsung:1.5.0 May 14, 2020
using XStepperRenderer = Xamarin.Forms.Platform.Tizen.StepperRenderer;
using CStepperRenderer = Tizen.Wearable.CircularUI.Forms.Renderer.StepperRenderer;

[assembly: ExportRenderer(typeof(ListView), typeof(CStepperRenderer))]
Copy link
Contributor

Choose a reason for hiding this comment

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

What

rookiejava pushed a commit to rookiejava/Tizen.CircularUI that referenced this pull request May 17, 2020
rookiejava pushed a commit to rookiejava/Tizen.CircularUI that referenced this pull request May 19, 2020
rookiejava added a commit that referenced this pull request May 19, 2020
* Refactoring CircularShell Renderer

* Update bezel interaction behavior (#299)

* Refactoring CircularShell Renderer

* Update bezel interaction behavior

* Update OnMoreOptionOpened/Closed

* Update CircleScrollViewRenderer (#300)

* Update CircleScrollViewRenderer

* Obsolete BarColor property in CircleScrollView

* Update the CircleScrollViewRenderer (#301)

* Update CircleStepperRenderer and CircleDateTimeSelectorRenderer (#296)

* Update ActiveBezelInteractionElement on Activate bezel interaction (#302)

* Update CircleListViewRenderer (#303)

* Update CircleListViewRenderer

* Apply Review comment

* Update Bezel Intercation behavior on closing dialog (#304)

* Remove unused ListViewCache

* Update Renderer to use disable rotary event on IBezelInteractionRoutor (#305)

* Fix ExportRenderer (#306)

* Fix CheckRendererer to avoid registerPropertyhandler issue

* Fix build error on WearableGallery

Co-authored-by: Seungkeun Lee <sngn.lee@samsung.com>
Co-authored-by: shmin <shyun.min@samsung.com>
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.

2 participants