summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Renderers/SliderRenderer.cs
AgeCommit message (Collapse)AuthorFilesLines
2016-12-05Interactive controls will not propagate events to the parent smart objectsPawel Andruszkiewicz1-1/+4
This mainly influences the behaviour of modified controls when they're used in ViewCells. The intention is to not to propagate the clicked/toggled events to the list view holding the cell, in order to stop ItemSelected, ItemTapped events. Change-Id: I2a6ad7eb82b56778a36fcd861ca75ebe657ddff8 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2016-11-25cleaning up the source codeKangho Hur1-5/+6
- Keep consistency of using - Remove unnecessary usings - Remove unnecessary boilerplatre (license) Change-Id: If494aa8599082642f36671dd2301e9acd05e5c42
2016-11-23Apply Xamarin.Forms Coding StyleKangho Hur1-1/+1
- Do not use the 'private' keyword as it is the default accessibility level in C# Change-Id: I15b4eea87466bc0a880737f0a05156e83c19d8b6
2016-11-22Fix VS static analysis warningsRobert Zimnoch1-4/+1
Change-Id: I80095090ffa2fd828d1e219488d8d82b465bb75a Signed-off-by: Robert Zimnoch <r.zimnoch@partner.samsung.com>
2016-10-14Switch to tab indentation in Xamarin.Forms.Platform.TizenPiotr Szydelko1-55/+55
Change-Id: Ic0c1e1d79860e92c3e1d61325d8c689a16fd6c12 Signed-off-by: Piotr Szydelko <p.szydelko@samsung.com>
2016-09-30Remove nesting of Xamarin.Forms.Platform.Tizen directoryPiotr Szydelko1-0/+62
Directory structure of Xamarin.Forms.Platform.Tizen is more flat now: Xamarin.Forms.Platform.Tizen Xamarin.Forms.Platform.Tizen ├── InputGenerators ├── InputGenerators ├── Properties ├── Log ├── Xamarin.Forms ----> ├── Native └── Xamarin.Forms.Platform.Tizen ├── Properties ├── Log └── Renderers └── Native Change-Id: Id8fecfdc48edef3f3d5a5c0bb02e6fd38ccb7f63 Signed-off-by: Piotr Szydelko <p.szydelko@samsung.com>