summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-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 Andruszkiewicz3-5/+13
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 Hur111-1/+13347
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d
2016-12-14Fix potential NRE in ConditionalFocusLayout (#587)2.3.3.175E.Z. Hart6-9/+109
2016-12-14Add Tizen to TargetPlatform (#590)Kangho9-3/+175
* Add Tizen to TargetPlatform * Adds Device.OnPlatform methods having Tizen
2016-12-14Removing now non-existent IsiOS8OrNewer checkE.Z. Hart1-1/+1
2016-12-14Deprecate versions of iOS older than 8 (#630)Jason Smith17-247/+46
2016-12-14Revert "Update README.md"Stephane Delcroix1-6/+6
This reverts commit f2282a7da33045e67075f198f37d7f03549159eb.
2016-12-14Revert "Update README.md"Stephane Delcroix1-6/+6
This reverts commit 51565d7289e322d066f3c54ad0a0d02bc474e5dd.
2016-12-14Update README.mdStephane Delcroix1-6/+6
larger badges
2016-12-14Update README.mdStephane Delcroix1-6/+6
align badges...
2016-12-14Xamlc compiled trigger (#629)Stephane Delcroix6-3/+57
* [XamlC] compiled Trigger * remove file header * name bool parameters
2016-12-14[XamlC] Allow compilation of IValueProviders (#622)Stephane Delcroix7-6/+86
* [XamlC] Allow compilation of IValueProviders `IValueProvider`s tagged with the appropriate attribute will be bypassed and the compiled version, if found, will be used. This first version contains a compiled version of Setter's IValueProvider and it already reduces the amount of generated IL by 39% in, e.g. StyleTests. It's a huge gain because XamlC no longer have to generate ServiceProviders for those, so the methodbody is smaller, takes less time to jit, less time to execute and nothing is invoked at runtime, which probably saves a tons of time as well, as most IValueProvider implementation heavily uses reflection. * name bool parameters
2016-12-14Update readme (#644)adrianknight891-2/+2
* update readme * change header
2016-12-13Disable using EstimatedRowHeight for uneven rows with known heights (#454)E.Z. Hart3-11/+248
2016-12-13[XamlC] remove unused variables (#620)Stephane Delcroix1-1/+34
2016-12-12Add missing interface implementationsE.Z. Hart1-0/+10
2016-12-12Updating UITest package to 2.0.3E.Z. Hart6-9/+9
2016-12-12[XamlC] Compile TypeTypeConverter (#615)Stephane Delcroix6-13/+73
2016-12-12[XamlC] Optimize Stloc/Ldloc (#614)Stephane Delcroix2-1/+21
2016-12-12[XamlC] Box valueTypes on Add() (#624)Stephane Delcroix5-1/+63
This doesn't happen often, and I haven't found any valid XAML file out there requiring this, but in the case of 49307, it at least generates valid IL, which then fails with a NRE as this is the nature of callvirt.
2016-12-12Revert "Remove iOS8 build badge"Rui Marinho1-0/+2
This reverts commit 19982b5bd13deb25d1ea4cb4dd157807f4f199db.
2016-12-12Remove iOS8 build badgeRui Marinho1-2/+0
2016-12-12[XamlC] optimize Datatemplate IL as well (#612)Stephane Delcroix4-24/+44
2016-12-12[XamlC] fix loading ulongs, optimize bytecode for ulongs (#611)Stephane Delcroix6-2/+131
2016-12-12[XamlC] compile ThicknessTypeConverter (#603)Stephane Delcroix5-4/+58
2016-12-12[XamlC] support setting values on ValueTypes (#596)Stephane Delcroix4-3/+104
2016-12-09Revert "Deprecate iOS 8 and earlier (#626)"Jason Smith17-50/+257
This reverts commit c4b1c88f506ebf76a2a40f005b45ec9b24e46e1a.
2016-12-09Deprecate iOS 8 and earlier (#626)Paul DiPietro17-257/+50