summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Extensions
AgeCommit message (Collapse)AuthorFilesLines
2017-04-24Remove InternalsVissibleTo from Core to XF.Platforms.TizenKangho Hur2-6/+8
- Please refer to prior patch (#782)
2017-04-24Fix FocusDirection to string typeWonYoung Choi1-29/+0
Fix FocusDirection to string type to avoid invalid reference in Tizen.Xamarin.Forms.Extension Change-Id: Ie452f14a32dbe0b5776ab28996eb52c81e8223c4
2017-04-24Add Focus related properties for VEKangho Hur1-0/+29
TASK=TCAPI-2264 - Make sure that all these API should be invoked after all renderers are created. (e.g. use it inside Page.OnAppearing()) Change-Id: Ie441a067d5a7b94af120985b0a691fad6ce8250f
2017-04-24Fix SVACE issueSungHyun Min1-6/+2
Change-Id: I706b16490edbd56462b665dbf861ea7fc3f01a3d Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-04-24Support density independent pixelSeungkeun Lee1-0/+31
- Support Enable/Disable of this feature - By default, it was disabled. if you want enabling DP support feature, Use Forms.Init(FormsApplication application, bool useDeviceIndependentPixel) API - Hard-coded pixel value was changed to DP units - If you deal with native coordinate, use Forms.ConvertToScaledPixel / Forms.ConvertToScaledDP - If you convert hard-coded DP to pixels, use Forms.ConvertToPixel - Update font size convert formula Change-Id: I345115551e1c37d27b8a7152af5ef847d035c9a4
2017-04-24Add NavigationPage.HasBreadCrumbsBar PropertyWonYoung Choi1-0/+13
- RFC 19 Change-Id: I4db6c6b0615fb0b876f2ae56e123943077bcc463
2017-04-24Add support for NativeViews specified in XAMLPawel Andruszkiewicz1-0/+35
See: https://developer.xamarin.com/guides/xamarin-forms/user-interface/native-views/ Change-Id: I0a4315cccdaa208585f417db4f91240555a64a47 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-04-24Remove ColorExtensions.ToNative() debug messageKangho Hur1-1/+1
Change-Id: I2d9b834a6bef518b7898bcc570cff67a929e0c60
2017-04-24Add Tizen backend rendererKangho Hur5-0/+173
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d