summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
AgeCommit message (Collapse)AuthorFilesLines
2017-03-20Add WebViewRenderersubmit/tizen/20170320.095120accepted/tizen/unified/20170320.222139accepted/tizen/tv/20170320.222122accepted/tizen/mobile/20170320.222112accepted/tizen/ivi/20170320.222128accepted/tizen/common/20170320.174108chungryeol lim1-0/+1
- Depend On : https://review.tizen.org/gerrit/#/c/115231/ (This will be added after WebView Merge) Change-Id: I1fdc0c4420ba7e7a6b48b6ee0ce60d59e31e3691 Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2017-03-14Refactoring GestureHandler for extensionSungHyun Min1-1/+7
- Design : http://suprem.sec.samsung.net/confluence/display/SPTDTLC/Refactoring+GestureHandler Change-Id: I1cbcf830b4b1076c227b0ea641508198c7cb2102 Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-02-20Support density independent pixelSeungkeun Lee1-0/+1
- 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-02-14Merge "Add NavigationPage.HasBreadCrumbsBar Property" into tizenKangho Hur1-1/+2
2017-02-14Add NavigationPage.HasBreadCrumbsBar PropertyWonYoung Choi1-0/+1
- RFC 19 Change-Id: I4db6c6b0615fb0b876f2ae56e123943077bcc463
2017-02-14Modify FontWeight type for flexibilityKangho Hur1-1/+0
This change is introduced in RFC-15 Change-Id: I8bc22b8818ccda3bee95c83e6979e39810e6b028
2017-02-03Add support for NativeViews specified in XAMLPawel Andruszkiewicz1-0/+3
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-02-03Add FontWeight for Label and EntryKangho Hur1-1/+2
- This change is for the referernce application (Clock) to follow UX guideline. (Internal only). - We will improve design and implementation of this APIs in the next release, if requred. Change-Id: Ifac91174a5859adecc9ec6bff1a1d568512ee70b
2017-02-03Add Tizen backend rendererKangho Hur1-0/+163
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d