summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Renderers
AgeCommit message (Collapse)AuthorFilesLines
2017-06-12Support the BarBackground Color of TabbedPage.rina6350.you1-2/+23
TASK=TCAPI-2498 Change-Id: If09d98c00072fb4b53dc99e8f026f1bfcf70bd79
2017-06-07Fix Naviitem style and toolbar style/mode for given profile (TV/Mobile)Kangho Hur2-2/+17
- TASK=TCAPI-2463 Change-Id: Ia673842d47ca08111b2cae0bfb6a9fd1ce7b81d2
2017-05-31Merge "Fix a object that trigger a view in DatePicker/TimePicker" into tizenKangho Hur2-20/+37
2017-05-31Merge "Fix the ProgressBar issue for initial value" into tizenKangho Hur1-1/+3
2017-05-30Prevent the bug by setting invalid valuerina6350.you1-2/+6
Change-Id: I3b7015d60332d591f697ceaf4058aa30852482ce
2017-05-30Fix the ProgressBar issue for initial valuerina6350.you1-1/+3
TASK=TCAPI-2394 change-Id: I384b0f2891f535870b4f6870d6aab254cabe4dca
2017-05-26Fix a object that trigger a view in DatePicker/TimePickerdarkleem2-20/+37
- TCAPI-2421 Change-Id: Ieffe8c1dc970dc70a519aa17e6494e32dc58c44d Signed-off-by: darkleem <cdark.lim@samsung.com>
2017-05-17Merge "fix default textcolor" into tizenSeungkeun Lee2-12/+3
2017-05-17fix default textcolordarkleem5-19/+6
Change-Id: I629b2d84f721cc1671b2b027c88b91f164bb4dc5 Signed-off-by: darkleem <cdark.lim@samsung.com>
2017-05-17Merge "Change default color for ActivityIndicator" into tizenSeungkeun Lee1-1/+1
2017-05-17Change default color for ActivityIndicatorrina6350.you1-1/+1
Change-Id: I44cb16ce7ce1d21f945762ecd946dcf4d6d66b3d
2017-05-17Merge "Change default color for ActivityIndicator" into tizenSeungkeun Lee1-1/+1
2017-05-17Change default color for ActivityIndicatorrina6350.you1-1/+1
Change-Id: Ic098f0b85145512749ad9340a2f38dc2e0b25906
2017-05-17Remove unneccesarry default color setting for PickerRendererKangho Hur3-7/+3
- This patch includes Date/TimePickerRenerer changes as well. Change-Id: I642ba98d7688b72ee60792700c5c660e9e3bf5e3
2017-05-12Merge "fix minimum size of Button when layouted" into tizensubmit/tizen/20170512.113233accepted/tizen/unified/20170512.170158Seungkeun Lee1-3/+1
2017-05-12Merge "Fix gesture issue in BoxView" into tizenSeungkeun Lee2-11/+9
2017-05-12Fix gesture issue in BoxViewSungHyun Min2-11/+9
TASK=TCAPI-2365 - Gestures are handled only on the ViewRenderer. - Base class of BoxViewRenderer is changed to inherit ViewRenderer - ViewRenderer is changed to allow EvasObject type as a NativeView Change-Id: I39ff90ea48da7569e4a7c6b2250d6a52a88a0736 Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-05-11fix minimum size of Button when layouteddarkleem1-3/+1
Change-Id: I889047c1efc695a81ea89e614b198ccad8e4c222 Signed-off-by: darkleem <cdark.lim@samsung.com>
2017-05-11Fix Label's default text color behaviorKangho Hur1-4/+1
- Do not set default color manually. Change-Id: I2123560e1be18668c432921d1c3009e363a14a11
2017-05-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-04-28Remove unneccessary property setting for TabbedPagesubmit/tizen/20170428.112155accepted/tizen/unified/20170429.024532Kangho Hur1-1/+0
Change-Id: Idee9dddf1eb42914876403bfb9befaaa420add49
2017-04-27remove hard-coded default text color for ButtonKangho Hur1-3/+1
Change-Id: I98e4b5030550c63b9c583cd01d7fe7811f949df7
2017-04-25Merge "Update header/footer in response to HeaderElement/FooterElement ↵Kangho Hur1-40/+4
notifications" into tizen
2017-04-25Merge "New way of layout" into tizenKangho Hur4-77/+53
2017-04-25Merge "Optimize updating state of control properties" into tizenKangho Hur1-4/+5
2017-04-25Fix 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-04-25New way of layoutPiotr Bereza4-77/+53
Change-Id: I827d199fdc9be0f62a2a149ed2bd943c5ab76056 Signed-off-by: Piotr Bereza <p.bereza@samsung.com>
2017-04-24Update 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-04-24Optimize updating state of control propertiesPiotr Czaja1-4/+5
Change-Id: Id63470cbc88761e13bc5875fedfe9cffaa95f2bb Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
2017-04-24Remove InternalsVissibleTo from Core to XF.Platforms.TizenKangho Hur4-16/+19
- Please refer to prior patch (#782)
2017-04-24Add 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-04-24Optimize Moved event handlerSeungkeun Lee1-2/+22
- Only enable Moved event handler when enabled transformation feature Change-Id: I2fe9f1c041290af1bde5783a47fcb0bc7ac13bd0
2017-04-24Apply naviitem/tabbar style correctlyKangho Hur2-0/+2
TASK=TCAPI-2328 Change-Id: Idb1f68394132c7a161568f384db553a740a7a8ef
2017-04-24Refactor 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-04-24Fix 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-04-24Fix 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-04-24Add 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-04-24[TableView] Fix updating HasUnevenRows propertyPiotr Czaja1-1/+1
Change-Id: Id16e3f6bb892980c6884a6388d31a25ce6cc1880 Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
2017-04-24Fix 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-04-24Fix 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-04-24Fix SVACE issueSungHyun Min1-2/+2
Change-Id: I706b16490edbd56462b665dbf861ea7fc3f01a3d Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-04-24Add 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-04-24Fix PickerRender bugKangho Hur1-5/+15
- Picker.TextColor is now available Change-Id: Idb005c09834672301ec5b465413c9fc1aed79d81
2017-04-24Add 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-04-24Set 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-04-24Fix ListView SelectedItemSungHyun Min1-2/+2
Change-Id: Ie2761d4093e1b33a92edbe49d5899cc6833a9b6f Signed-off-by: SungHyun Min <shyun.min@samsung.com>
2017-04-24Refactoring 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-04-24Renew 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-04-24Support 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-04-24Add TabbedPageStyleWonYoung Choi1-16/+11
Add two styles of TabbedPage, "Tabbar", "TabbarWithTitle" Change-Id: I71d3e7c128b03b5df58a0ab9f9929b24ac9e4650