summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Cells
AgeCommit message (Collapse)AuthorFilesLines
2017-07-10New way of layoutPiotr Bereza2-2/+9
Change-Id: I827d199fdc9be0f62a2a149ed2bd943c5ab76056 Signed-off-by: Piotr Bereza <p.bereza@samsung.com>
2017-07-10Change the style of GenList for ImageCell and SwitchCellrina6350.you2-2/+2
Change-Id: I3d6c8e940bd8814d2ba2ef45536142696d861611
2017-07-10Use "default" style for TextCellRenderer on TV profileKangho Hur1-1/+3
- Due to TV UX limitations, TextCell.Detail property is not supported on TV profile Change-Id: I541f7813b0c1281b58644039991bfec3c0d29c51
2017-07-10Support density independent pixelSeungkeun Lee4-20/+19
- 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-07-10Fix const variable name in CellRenderer.csWonYoung Choi1-2/+2
Change-Id: I222ecc949729b1cbcc8514a0cdd02e85492c53d2
2017-07-10Fix build warning CS4014Kangho Hur1-1/+1
Change-Id: Idbbcb5b138504afcdc7e0406b6aaea0dd22228db
2017-07-10Change two methods to public for extension of CellRendererSungHyun Min1-2/+2
- SendCellPropertyChanged, SendUnrealizedCell Change-Id: I48cdbed3151d301f5e889076cbe2276463647387
2017-07-10Fix ListView GroupCell bugSeungkeun Lee2-5/+16
- When ViewCell was used for GroupHeaderTemplate ItemTemplate was used to make reusable view - Make disable Reusable feature for GroupHeader - Add a internal API to get low level Item object Change-Id: I01d205a2070c813a170a6eb9aceab8f24bbdb092
2017-07-10Fix ListView broken issue when scrolling quicklySeungkeun Lee1-0/+1
- Deleted Renderer was used for new content Change-Id: I9f6b65133352046c001e883de1776164329b182d
2017-07-10Implement 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-07-10Refactoring 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
2017-07-10Fix TextCell text color bugSeungkeun Lee3-10/+9
- Remove predefined default color in CellRenderers - handle Color.Default in Span Change-Id: I901f93c4b9d929b9d3e646ae29a5a3fb81237152
2017-07-10Add Tizen backend rendererKangho Hur6-0/+554
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d