summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen
AgeCommit message (Collapse)AuthorFilesLines
2017-01-09Merge "Support BlendColor to Image as a TizenSpecific API" into tizenKangho Hur1-3/+42
2017-01-08Merge "Fix Label.LineBreakMode" into tizenSeungkeun Lee1-8/+21
2017-01-06Support BlendColor to Image as a TizenSpecific APIKangho Hur1-3/+42
Change-Id: Ic3068b3c0834605be5d45cc5f1a96d6933a0856f
2017-01-05Revert "Homogenous mode should be set to false if grouping is enabled"Seungkeun Lee1-33/+2
This reverts commit f11633b67dad5950ceb83935c17f1bfd2305dbeb. It is normal operation, when HasUnevenRows was false, GroupHeader and Cell has same height Change-Id: I9f25d5a863799b98622ae7ed43f4080e35f7dbea
2017-01-06Fix Label.LineBreakModeKangho Hur1-8/+21
TASK=TCAPI-2182 - Head/Middle/TailTruncation are working fine. Change-Id: I9f3b2381d22c3c50063a668fcc3569fdc7e2f751
2017-01-05Merge "Tizen Extension for ProgressBar" into tizenKangho Hur1-4/+42
2017-01-05Tizen Extension for ProgressBarSungHyun Min1-4/+42
- Add Set/GetPendingMode methods - Add Set/GetPulsingStatus methods Change-Id: Id59b4b2a848035e3a6f414572c2e411c0fd98767 Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-01-04Merge "[PickerRenderer] Remove unnecessary listener" into tizenKangho Hur1-7/+0
2017-01-04Merge "Fixed NavigationPage.BarBackgroundColor Property" into tizenKangho Hur1-20/+34
2017-01-04Merge "Support Density Independent Pixel on FontSize" into tizenKangho Hur3-6/+17
2017-01-04[PickerRenderer] Remove unnecessary listenerPawel Andruszkiewicz1-7/+0
Change-Id: I4c146c9e7594c48f3310588035427a622ef2460f Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-01-04Support Density Independent Pixel on FontSizeSeungkeun Lee3-6/+17
- FontSize on Span was use DP unit Change-Id: I1a0a50dbeae3ede0c61a67f60f7238631684537d
2017-01-04Implement Reusable ViewCellSeungkeun Lee1-9/+52
- Reusable feature was applied when HasUneventRows is false and the ItemTemplate is not created from the DataTEmplateSelector - It means all items has same looks Change-Id: Iadc1262ff4dcf001b1c767fb479851efa6632c44
2017-01-04Fixed NavigationPage.BarBackgroundColor Propertychungryeol lim1-20/+34
- Apply whole area "BarBackgroundColor" - Property values for page push & pop Signed-off-by: chungryeol lim <cdark.lim@samsung.com> Change-Id: I8082be5d57cbea2b3a5b9a1cc533429d080b50c6
2017-01-03Initialize DeviceInfo with system informationPawel Andruszkiewicz2-5/+12
Change-Id: Ia70b9ffec0f54b3d0440e448dfae41bc22c546c1 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-01-02Change platform class access modifierchungryeol lim1-1/+1
- Requires GetRenderer in custom renderer implementation. - Other platforms (iOS, Android, UWP) are also open to the public. Change-Id: I9beb45b63b91ee11b910fe486ec99e124c8ac793 Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2016-12-29Ignore TableView.SectionTitle if title is not setsubmit/tizen_tv/20161229.044941submit/tizen_common/20161229.045021submit/tizen/20170102.083814submit/mobile/20170102.050550accepted/tizen/tv/20170102.223501accepted/tizen/tv/20161229.113246accepted/tizen/mobile/20170102.223446accepted/tizen/common/20170111.133633Kangho Hur1-1/+2
Change-Id: If62b127517d7ca3be8cd979ec2ec7a875a91658e
2016-12-29Remove ColorExtensions.ToNative() debug messageKangho Hur1-1/+1
Change-Id: I2d9b834a6bef518b7898bcc570cff67a929e0c60
2016-12-27Merge "Fix TabbedPageRenderer's toolbar height" into tizenKangho Hur1-10/+0
2016-12-26Merge "Apply initial value of Cell.IsEnabled" into tizenKangho Hur1-0/+2
2016-12-26Merge "Fix Scrolling to Specific Element in ScrollView" into tizenKangho Hur1-1/+10
2016-12-27Apply initial value of Cell.IsEnabledSeungkeun Lee1-0/+2
- Cell.IsEnabled was false when listview was created, this value was not applied to listview Change-Id: I1ddc23c440189c5bcca762194b9c91c80bc1c8a6
2016-12-26implement ExpressionSearch for RelativeLayout.FromExpressionchungryeol lim1-3/+33
Change-Id: Id2fdeea22736d08844d8552015dbb895ae2fa28a Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2016-12-26Fix Scrolling to Specific Element in ScrollViewjh5.cho1-1/+10
- Add the calculation code for getting coordination of given Element : ScrollToAsync() which has Element parameter did not work. It always scroll to (0,0) because there were no calculation code for Element. TASK=TCAPI-2174 Change-Id: I6f3fbdbd060b1c74bc89c25e7e46d99cf10fbf51
2016-12-26Fix TabbedPageRenderer's toolbar heightKangho Hur1-10/+0
- Applying the ElmSharp.Toolbar bug patch . We don't need to calculate the ratio of toolbar height anymore. Change-Id: Ib286297e3123e1cf344a01f06b8472341ca12598
2016-12-21Merge "Homogenous mode should be set to false if grouping is enabled" into tizenKangho Hur1-2/+33
2016-12-21Homogenous mode should be set to false if grouping is enabledPawel Andruszkiewicz1-2/+33
Change-Id: I01327d4c0be6847445c4711d5c4cb6f60f3ba6a9 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2016-12-21Unregister ScrollRequestHandler when the renderer is being destroyedJongHeon Choi1-2/+2
Change-Id: Iae05a147f16932b27bb08ac3d3bdf016040af5c6
2016-12-21Change Text HorizontalTextAlignment of TitleBar to CenterSeungkeun Lee1-4/+6
- Left alignmented text was side effect of Span - In Tizen, it was originally center alignment Change-Id: I6daebf987d614731bfa35ec1f0cc52398550c140
2016-12-20Refactoring EntryCell SwitchCell renderer with Reusable featureSeungkeun Lee3-145/+96
- Use Xamarin.Forms element to make Cell contents - Replace OnCellPropertyChanged code with binding feature - Implement Reusable cell feature - It need updated ElmSharp, beta-002 on nuget.org will be not working - Reusable feature of ElmSharp was submited with submit/tizen/20161214.052838 tag Change-Id: I6d26259cae0da59c1476f5c5698d803ee3c5519f
2016-12-19Remove horizontalPadding for Label to measure its width correctlyKangho Hur1-2/+0
Change-Id: I6b09e9dbb1996eef4751b13973145df72602fb2e
2016-12-19Fix TextCell text color bugSeungkeun Lee4-19/+24
- Remove predefined default color in CellRenderers - handle Color.Default in Span Change-Id: I901f93c4b9d929b9d3e646ae29a5a3fb81237152
2016-12-16Add Tizen backend renderersubmit/tizen_mobile/20161216.021857accepted/tizen/mobile/20161216.084444Kangho Hur96-0/+12896
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d