summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
AgeCommit message (Collapse)AuthorFilesLines
2017-03-24Provide xamarin-forms-tizen-nuget-private packageWonYoung Choi1-2/+2
Change-Id: I3b2c44860ef6b0b8da53ec58c0fc7ba72a543613
2017-03-24Support window transparencyKangho Hur1-1/+1
- Should make window transparent before invoke LoadApplication() - According to the Tizen UX Guideline, naviframe (NavigationPage in Xamarin.Forms) has its own opaque background image by default. - So, it always looks opaque even if window is transparent. - To avoid these situations, DO NOT use NavigationPage and Navigation.PushModalAsync() if you want to make your application translucent. Change-Id: I202bd1c500e6932f2fc49c9c5c88e06acb0659af
2017-03-24Add WebViewRendererchungryeol lim1-1/+2
- 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-24Renew the VisualElement.OpacityKangho Hur1-3/+3
- OpacityLayer is no more needed in renderer. - There is a limitation on this chagne - Entry and Label are not support Opacity property anymore. It will be fixed soon when Elm# is support. Change-Id: I52f0fc67fdfda65cf8141cceab877890d260a4e6
2017-03-24Change Assemblies Tizen.System to Tizen.System.Informationpr.jung1-1/+1
Change-Id: Ibbc883da2096eab47befa7bef3ffdda3eac1bf34 Signed-off-by: pr.jung <pr.jung@samsung.com>
2017-03-24Update version to 2.3.4-r190-002WonYoung Choi1-2/+2
Change-Id: I21abe1c84eebb13f18e8733a031562bf024fde84
2017-03-24Initialize DeviceInfo with system informationPawel Andruszkiewicz1-1/+2
Change-Id: Ia70b9ffec0f54b3d0440e448dfae41bc22c546c1 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-03-24Add Tizen backend rendererKangho Hur1-0/+13
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d