summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Native
AgeCommit message (Collapse)AuthorFilesLines
2017-03-24Fix ampersand handling in Span classAdam Szczerbiak1-1/+2
Ampersand character ('&') has not been handled correctly, causing the text handled by Span class to display solely the initial part, up to the first '&' character. This bug has been spotted in Xamarin.Samples.TipCalc application, where the displayed label's caption stated "Food ", but pre-programmed string was "Food & Drink". This commit makes the Span class handle the '&' character correctly, which fixes that bug. Change-Id: I0e17d39fbfae6a5ef5eea585a5229c4a5b0cca7e Signed-off-by: Adam Szczerbiak <a.szczerbiak@samsung.com>
2017-03-24Fix wrong Group Header handlingSeungkeun Lee1-6/+7
- Set up all properties of ItemContext before add GenList Change-Id: I88740b2a6e0b65c4bf3467b3c363804491078708
2017-03-24Add FontWeight for Label and EntryKangho Hur4-1/+114
- 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-03-24Fix Span's markup text tagKangho Hur1-1/+1
Change-Id: Ib667d444c4bfe4726298c3befde00d9f093ff107
2017-03-24Refactoring LabelRendererSeungkeun Lee2-3/+3
- Optimize update of FormattedText Change-Id: Iad0b8a4972bfef97f28502d724d443188411f760
2017-03-24Fix Span's behavior about new line.Kangho Hur1-1/+3
TASK=TCAPI-2200 Change-Id: Ie261ccb4a7e6b51120e10c573e5e99e5c7a25f2b
2017-03-24Apply to default layout for the forms applicationKangho Hur1-1/+25
Change-Id: Ieb55d1b2f1a3deb29db9a7ccc8c3009d7553ed2e
2017-03-24Change the type of ItemContextItem.Item for extensionSungHyun Min1-11/+11
- GenListItem -> GenItem Change-Id: I75d56103ba0a4049739d5981f273ee33e417b2bb Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-03-24Ensure that source is not null before accessing itPawel Andruszkiewicz1-3/+2
Change-Id: Iccc85ecbf24612548b9827f0cdcb666cb59a6a6f Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-03-24Set ElmSharp.Color only when image loading has completed.Juwon1-5/+28
Change-Id: I073a2abf60c1f2ecb5e2e6d4163d0bc51a47cd5d
2017-03-24Change Span's access modifier to publicsung-su.kim1-2/+2
- Span.GetDecoratedText() and Span.GetStyle() turned to public from internal. Change-Id: I7411025faa76e751f5191f70467621600ce0f82d
2017-03-24Add Button StyleSeunghyun Choi1-1/+38
- Add Button Style(Circle, Bottom) - Approval of the RFC is required. (http://suprem.sec.samsung.net/confluence/display/SPTDTLC/%5BFormsTizen%5D+RFC+2+-+Button+Style) Change-Id: I545e0cc2417298f90468b651030937665f547105 Signed-off-by: Seunghyun Choi <sh4682.choi@samsung.com>
2017-03-24Fix Label wrap issueSeungkeun Lee1-1/+6
- In some case wrap was not properly working - The label width should be 1 pixel larger than formattedtext block size - It is EFL rule Change-Id: Ie246dd73b678921c3a0c503022c58b3a2c8dc887
2017-03-24Revert "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-03-24Support Density Independent Pixel on FontSizeSeungkeun Lee1-1/+1
- FontSize on Span was use DP unit Change-Id: I1a0a50dbeae3ede0c61a67f60f7238631684537d
2017-03-24Ignore TableView.SectionTitle if title is not setKangho Hur1-1/+2
Change-Id: If62b127517d7ca3be8cd979ec2ec7a875a91658e
2017-03-24Apply 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
2017-03-24Homogenous 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>
2017-03-24Remove horizontalPadding for Label to measure its width correctlyKangho Hur1-2/+0
Change-Id: I6b09e9dbb1996eef4751b13973145df72602fb2e
2017-03-24Fix TextCell text color bugSeungkeun Lee1-9/+15
- Remove predefined default color in CellRenderers - handle Color.Default in Span Change-Id: I901f93c4b9d929b9d3e646ae29a5a3fb81237152
2017-03-24Add Tizen backend rendererKangho Hur29-0/+4590
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d