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

Update CircleListViewRenderer #303

Merged
merged 2 commits into from
May 13, 2020

Conversation

myroot
Copy link
Collaborator

@myroot myroot commented May 13, 2020

Description of Change

Update CircleListViewRenderer to reuse X.F.ListViewRenderer

Bugs Fixed

None

API Changes

Removed :
Tizen.Wearable.CircularUI.Forms.Renderer.CircleListView class

Behavioral Changes

None

Copy link
Contributor

@rookiejava rookiejava left a comment

Choose a reason for hiding this comment

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

please describe API changes (removed)

_selectedItemChanging++;
Element.NotifyRowTapped(index);
_selectedItemChanging--;
(Control as WatchListView).CircleGenList.VerticalScrollBarColor = Element.BarColor.ToNative();
Copy link
Contributor

Choose a reason for hiding this comment

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

(Control as WatchListView).?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

can't because assign statement

@rookiejava rookiejava merged commit 68c6b03 into Samsung:1.5.0 May 13, 2020
@rookiejava
Copy link
Contributor

Should remove ListViewCache as well.

rookiejava pushed a commit to rookiejava/Tizen.CircularUI that referenced this pull request May 17, 2020
* Update CircleListViewRenderer

* Apply Review comment
rookiejava pushed a commit to rookiejava/Tizen.CircularUI that referenced this pull request May 19, 2020
* Update CircleListViewRenderer

* Apply Review comment
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>
@rookiejava rookiejava added this to Done in 1.5.0 May 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
1.5.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants