summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Renderers
AgeCommit message (Collapse)AuthorFilesLines
2017-07-10fix minimum size of Button when layouteddarkleem1-3/+1
Change-Id: I889047c1efc695a81ea89e614b198ccad8e4c222 Signed-off-by: darkleem <cdark.lim@samsung.com>
2017-07-10Fix Label's default text color behaviorKangho Hur1-4/+1
- Do not set default color manually. Change-Id: I2123560e1be18668c432921d1c3009e363a14a11
2017-07-10[TabbedPageRenderer] Apply Slide Navigation on TabbedPagejh5.cho1-58/+104
TASK=TCAPI-2248 - Refactoring Code has done Change-Id: I79a44da01308f7aac273651a1dcbc370f9668c6c Signed-off-by: jh5.cho <jh5.cho@samsung.com>
2017-07-10Remove unneccessary property setting for TabbedPageKangho Hur1-1/+0
Change-Id: Idee9dddf1eb42914876403bfb9befaaa420add49
2017-07-10remove hard-coded default text color for ButtonKangho Hur1-3/+1
Change-Id: I98e4b5030550c63b9c583cd01d7fe7811f949df7
2017-07-10Fix InsertPageBefore in NavigationPageRendererSeungkeun Lee1-8/+3
- Optimize InsertPageBeforeRequestedHandler - Remove StartTimer on InsertPageBefore It is required to fix layout issue Now it does not need Change-Id: I8f384eea02d811c42f581b8efa2505c94fc08340
2017-07-10New way of layoutPiotr Bereza4-77/+53
Change-Id: I827d199fdc9be0f62a2a149ed2bd943c5ab76056 Signed-off-by: Piotr Bereza <p.bereza@samsung.com>
2017-07-10Update header/footer in response to HeaderElement/FooterElement notificationsPawel Andruszkiewicz1-40/+4
This approach allows to register only one handler per header/footer, covers both Header/Footer and HeaderTemplate/FooterTemplate cases, while handlers are called when elements are ready, so there's no need for an awkward call to Device.StartTimer(). Change-Id: I16c2943e20d93efeab409e8999ce7e72105aa79a Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-07-10Optimize updating state of control propertiesPiotr Czaja1-4/+5
Change-Id: Id63470cbc88761e13bc5875fedfe9cffaa95f2bb Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
2017-07-10Remove InternalsVissibleTo from Core to XF.Platforms.TizenKangho Hur4-16/+19
- Please refer to prior patch (#782)
2017-07-10Add ToolTip based on Tizen Specificrina6350.you1-0/+14
* Update the version of the used elm-sharp. * Update the version of xamarin package to 2.3.4-r214-005. TASK=TCAPI-2259 change-Id: I1f0c65c3d67030b7a690fd0839a0a851c4f1bcba
2017-07-10Optimize Moved event handlerSeungkeun Lee1-2/+22
- Only enable Moved event handler when enabled transformation feature Change-Id: I2fe9f1c041290af1bde5783a47fcb0bc7ac13bd0
2017-07-10Apply naviitem/tabbar style correctlyKangho Hur2-0/+2
TASK=TCAPI-2328 Change-Id: Idb1f68394132c7a161568f384db553a740a7a8ef
2017-07-10Refactor layout update codeSeungkeun Lee1-35/+32
- A small refactoring - In OnBatchCommitted, Only update the Element itself location, not update children Because it is enough - Prevent duplicate update - Globally applied IgnoreBatchCommitted was changed to locally and re-named - Fixed rotation issue Change-Id: I32b57317169d81d7ad6e45f0b52eb2a8f1d861fa
2017-07-10Fix VisualElementRenderer IsDisposed check conditionSeungkeun Lee1-2/+2
- before true when _flags was exctaly same with VisualElementRendererFlags.Disposed - after true when _flags has a bit flage of VisualElementRendererFlags.Disposed Change-Id: I7491da1188ceeccd786eff4724b8ef702b6f500d
2017-07-10Fix FocusDirection to string typeWonYoung Choi1-3/+15
Fix FocusDirection to string type to avoid invalid reference in Tizen.Xamarin.Forms.Extension Change-Id: Ie452f14a32dbe0b5776ab28996eb52c81e8223c4
2017-07-10Add Focus related properties for VEKangho Hur1-3/+132
TASK=TCAPI-2264 - Make sure that all these API should be invoked after all renderers are created. (e.g. use it inside Page.OnAppearing()) Change-Id: Ie441a067d5a7b94af120985b0a691fad6ce8250f
2017-07-10[TableView] Fix updating HasUnevenRows propertyPiotr Czaja1-1/+1
Change-Id: Id16e3f6bb892980c6884a6388d31a25ce6cc1880 Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
2017-07-10Fix ScrollView Content area resize issueSeungkeun Lee2-16/+14
- When content of ScrollView was resized as smaller Scroll area was not adjust to fit the contents - It is a issue of data synchronization (ContentSize and Content.Height / Content.Width) - It was fixed, EFL scroller areas only resize from ContentSize changed callback - It is related with ScrollViewTest4, ScrollViewTest6 Change-Id: I2fed14bc106085dd1eaf83d877484a776fe21c24
2017-07-10Fix Label layout issueSeungkeun Lee1-1/+1
- TCAPI-2251 - This issuse was caused by wrong minimum size - Layout class was depend on request size and minium size to layouting If minium size was (0,0) layout will resize to smaller than request size So, Label should be set proper minimum size Change-Id: I895c32d26ca7b090b185f5ff3793638cec6229a2
2017-07-10Fix SVACE issueSungHyun Min1-2/+2
Change-Id: I706b16490edbd56462b665dbf861ea7fc3f01a3d Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-07-10Add WebViewRendererchungryeol lim1-0/+177
- 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-07-10Fix PickerRender bugKangho Hur1-5/+15
- Picker.TextColor is now available Change-Id: Idb005c09834672301ec5b465413c9fc1aed79d81
2017-07-10Add UpdateAfterloading method in ImageSungHyun Min1-4/+8
- for supporting 9-patch image : http://suprem.sec.samsung.net/confluence/display/SPTDTLC/Supporting+9-Patch+Image Change-Id: I5166b1ebda5f3e362cb5fd429a9c57fb0362a4aa Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-07-10Set the default scroller policy to autoKangho Hur1-4/+4
TASK=TCAPI-2220 - With this change, scroll bar show automatically as needed. (not always shows as default) Change-Id: I5aed4e3ea281ad90bfafa3c4ba593ba083d71b9d
2017-07-10Fix ListView SelectedItemSungHyun Min1-2/+2
Change-Id: Ie2761d4093e1b33a92edbe49d5899cc6833a9b6f Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-07-10Refactoring GestureHandler for extensionSungHyun Min2-13/+18
- Design : http://suprem.sec.samsung.net/confluence/display/SPTDTLC/Refactoring+GestureHandler Change-Id: I1cbcf830b4b1076c227b0ea641508198c7cb2102 Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-07-10Renew the VisualElement.OpacityKangho Hur2-81/+44
- 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-07-10Support density independent pixelSeungkeun Lee5-28/+24
- 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-10Add TabbedPageStyleWonYoung Choi1-16/+11
Add two styles of TabbedPage, "Tabbar", "TabbarWithTitle" Change-Id: I71d3e7c128b03b5df58a0ab9f9929b24ac9e4650
2017-07-10Add NavigationPage.HasBreadCrumbsBar PropertyWonYoung Choi1-40/+91
- RFC 19 Change-Id: I4db6c6b0615fb0b876f2ae56e123943077bcc463
2017-07-10Modify FontWeight type for flexibilityKangho Hur3-72/+3
This change is introduced in RFC-15 Change-Id: I8bc22b8818ccda3bee95c83e6979e39810e6b028
2017-07-10Add Style to VisualElement as TizenSpecificKangho Hur4-72/+27
- Implement the change proposed in RFC-17 Change-Id: I96431b3a32358be6f32e7acdeb0cbc6a27a98ec4
2017-07-10Refactoring Label RendererSeungkeun Lee1-26/+1
- Optimize FormattedText handling - Define a new Value of TextAlignment, LineBreakMode for default value - Old-version of Span used a wrong specific value of Alignement and LineBreakMode Change-Id: I78baded712ce18f279774b09608c2a2d19931a69
2017-07-10[MasterDetailPage] Change behavior after back button pressedPiotr Czaja1-2/+2
Note: Behavior of MasterDetailPage control after back button pressed has been reversed to correspond to its behavior on Android platform. Change-Id: I42cadd645e536b511302acb22bd36ecc1709430c Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
2017-07-10[TabbedPage] Add sending OnAppearing and OnDisappearing notificationsPiotr Czaja1-3/+5
Change-Id: Id8094a1a06a96934ee0c41015fd8da2c1421e4bd Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
2017-07-10Apply the style to ToolbarItem's buttonKangho Hur1-3/+21
TASK=TNET-651 - Applying the button style to toolbar item's (internal) button in case of toolbar item has only text. Change-Id: I6ea87ffbc4de28bc1bbd29d11f406bd0da1c6a5b
2017-07-10Add FontWeight for Label and EntryKangho Hur2-1/+90
- 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-07-10Fixd Label.HorizontalTextAlignment issuechungryeol lim1-0/+2
Change-Id: Id77f1d65d8e6c346b31be011759de7f9fd1dfe3f Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2017-07-10Fix Span's markup text tagKangho Hur1-2/+0
Change-Id: Ib667d444c4bfe4726298c3befde00d9f093ff107
2017-07-10Refactoring LabelRendererSeungkeun Lee1-18/+22
- Optimize update of FormattedText Change-Id: Iad0b8a4972bfef97f28502d724d443188411f760
2017-07-10Fixed Label.HorizontalTextAlignment issuechungryeol lim1-1/+13
- HorizontalTextAlignment is not working for Label - Task=TCAPI-2201 Change-Id: I6bb509a865a57c774f3de4d43fff8e90cc7c90ca Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2017-07-10Fixed Label.FormattedText property issuechungryeol lim1-10/+18
- Text color is not set when it is FormattedText - Task=TCAPI-2205 Change-Id: I16796fa52b73c87da7fcbc5c3517adb3e47c9684 Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2017-07-10Fixed ListView.SelectedItem Issuechungryeol lim1-20/+17
- Fixed using SelectedItem property in ItemSelected Callback Change-Id: I4bdf0c285388c80412b35902077b2940c362e64c Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2017-07-10Fix build warning CS4014Kangho Hur2-2/+2
Change-Id: Idbbcb5b138504afcdc7e0406b6aaea0dd22228db
2017-07-10Postpone property updates till image finishes loadingPawel Andruszkiewicz1-2/+1
Change-Id: I14ec915050bd62415e065904a4365e12eb7f33c9 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-07-10Apply a blend color after image loading has completedJuwon1-0/+3
Change-Id: I5bee6a6d2a827c0a85a5c8f1a3a137695aa8f5cf
2017-07-10Add Switch StyleSeunghyun Choi1-2/+29
- Add Switch Style(CheckBox, Favorite) - Approval of the RFC is required. (http://suprem.sec.samsung.net/confluence/display/SPTDTLC/%5BFormsTizen%5D+RFC+5+-+Switch) Change-Id: If98be73fc84633b670328f723e0e4aa7ccebc82f Signed-off-by: Seunghyun Choi <sh4682.choi@samsung.com>
2017-07-10Fixed Appearing event calling sequence issuechungryeol lim1-1/+5
- Some properties like Width/Height have wrong values under Appearing event Change-Id: Ib555405e9d79ae3475f87f2d1cb53bbf9e51cda8 Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2017-07-10Add Button StyleSeunghyun Choi1-0/+34
- 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>