summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Renderers/StepperRenderer.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23Revert "Move registration of property handles to static constructors"Kangho Hur1-5/+6
This reverts commit 509e6f117c9966e5503deb8ff1c5135b41eb2a3e. Change-Id: Icb16fdc0b1006405a92e4e5ef77f20749c2ce3e5
2017-10-23Move registration of property handles to static constructorsKangho Hur1-6/+5
Property handlers are registered once per class instead of once per instance. Solves the issue with UpdateAllProperties and Distinct. Change-Id: I41b3f6c0a055c7aa76300bf7a55683b0b25a21fd
2017-10-23Refactoring RenderersSeungkeun Lee1-14/+14
- Apply Dispose pattern - Handle IBatchable interface on VisualElementRenderer - Make pair Event subscribe/unsubscribe Change-Id: I65018652132494722d52b1d62798f1cf1f6fc6fd
2017-10-23Make sure single Xamarin property influences only one EFL propertyPawel Andruszkiewicz1-4/+7
Change-Id: Ib5b2fcab1f7c880cef3b199badc2710f8d05384b Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-10-23Add Tizen backend rendererKangho Hur1-0/+86
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d