summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-14Add ExcludeArch for aarch64 and %ix86submit/tizen/20161214.063015submit/tizen/20161214.061640accepted/tizen/mobile/20161215.072349WonYoung Choi1-0/+2
Change-Id: Ifd6a1bd47cdf88b00173e313ffcc51f289bf5bf1
2016-12-14Fixed the opacity issue of Imagerina6350.you3-34/+12
* When device orientation is changed, image is cut off. TASK=TCAPI-2076 Change-Id: I97c7d9fef34b97d9253a45f1be1d1a5477e015cf
2016-12-13Merge "Support to Image.BackgoundColor as expected" into devel/dotnetKangho Hur1-5/+0
2016-12-13Support to Image.BackgoundColor as expectedchungryeol lim1-5/+0
TASK=TCAPI-2080 -Image.BackgroundColor is not means blending color anymore. Similar to other platforms (iOS, android, UWP), it is the background color of image as you imagine. Change-Id: Id01fa242356239d6214c9c5a0906fbec26e233e5 Signed-off-by: chungryeol lim <cdark.lim@samsung.com>
2016-12-12Correct check for existing PanGestureRecognizersSidharth Gupta1-1/+1
Signed-off-by: Sidharth Gupta <sid92.gupta@samsung.com> Change-Id: If3e331a5a86ae768fe55c2090a737d7a3d7e16c5
2016-12-09Merge "Fix an icon path resolving issue for TabbedPageRenderer" into ↵Hobum Kwon1-2/+28
devel/dotnet
2016-12-09Fix an icon path resolving issue for TabbedPageRendererHobum Kwon1-2/+28
- Change ElmSharp.ToolBar's Style and size hint if ToolbarItem has a Icon. Change-Id: I2ffee8901053657d7235967ec6a2d215830c73a7
2016-12-09Remove casting multiple timesRobert Zimnoch4-38/+54
Change-Id: I3ff3a684ed5dfa33100e18924b2cb843d0ad4857 Signed-off-by: Robert Zimnoch <r.zimnoch@partner.samsung.com>
2016-12-09Allow all widgets(Elmsharp.Widget) to apply BackgroundColorKangho Hur3-5/+5
Change-Id: I276f4f1a9b76f5d5f508808ce9b47b95dc811df9
2016-12-08Delete tim toolPawel Andruszkiewicz20-816/+0
Change-Id: Icea41bb131a15b0ab13ec1c3366d8a568b1882d4 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2016-12-07Add padding for lower case Entry letters g/j/p/q/ySidharth Gupta1-1/+8
Without this bottom padding, the 'tails' of these characters are cut. Native/Label also does this. Signed-off-by: Sidharth Gupta <sid92.gupta@samsung.com> Change-Id: I5e3dbb6a85a069b36edcd2005d46e5f0f55e2b27
2016-12-07Unregister ScrollRequestHandler when the renderer is being destroyedPawel Andruszkiewicz1-0/+10
Change-Id: Ie9f067b3945c7f7e6294bd9e46cb87775209bd34 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2016-12-07Fix layout's minimum native sizePawel Andruszkiewicz2-11/+4
Layout inside of a ScrollView should have the native minimum size set to maximum value of ScrollView.ContentSize and ScrollView.Content's size. TASK=TCAPI-2100 Change-Id: Ib56d3855bda80323f65f3dcea13537f47de9c138 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2016-12-07Replace SetPartColor with BackgroundColor propertyPawel Andruszkiewicz4-76/+12
Remove custom implementation of BackgroundColor in Native.Box. Change-Id: Ib9d65a6656de2d89e87cea72051835432a2563e8 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2016-12-07Fix update cell heightPiotr Czaja1-0/+5
Change-Id: Ibd806d1bc819db3a4aee291e28e2b89faf6a3af0 Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
2016-12-07Fix typo of StopPulse() after changing in ElmSharpSidharth Gupta1-1/+1
Signed-off-by: Sidharth Gupta <sid92.gupta@samsung.com> Change-Id: I3fd85660861fc0b6e69a64158234a902854cc11f
2016-12-06Refactor ResourceProviderRobert Zimnoch1-57/+47
Change-Id: I8a9d703e26193fcc33dc89029d67075c55953ff8 Signed-off-by: Robert Zimnoch <r.zimnoch@partner.samsung.com>
2016-12-06Refactoring CellRendererSeungkeun Lee12-815/+621
- To support 3rd party Cell renderer - To hide the details of ListView items Change-Id: Iace3476e2bd502c7b9002df70bf37151aa0945bd
2016-12-06Fixed ScrollToAsync() method issue that animated parameter is ignoredrina6350.you1-1/+1
Change-Id: Ied505461cbefaf902b8a2a95c76d3bd202994ad5
2016-12-05Interactive controls will not propagate events to the parent smart objectsPawel Andruszkiewicz5-3/+14
This mainly influences the behaviour of modified controls when they're used in ViewCells. The intention is to not to propagate the clicked/toggled events to the list view holding the cell, in order to stop ItemSelected, ItemTapped events. Change-Id: I2a6ad7eb82b56778a36fcd861ca75ebe657ddff8 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2016-12-05Do not propagate events from switch to the list viewPawel Andruszkiewicz1-0/+1
With this change, toggling the switch does not trigger ItemSelected and ItemTapped events. Change-Id: I90f163b5795098b4343c8529c90f73c9ea7cd73c Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2016-12-05Update dependant projects versionKangho Hur2-5/+5
Change-Id: I71684ff5a5725bf2e2447f32f73514ea1262f4d0
2016-12-01[VisualElement] InputTransparent property ImplementedPiotr Czaja1-0/+9
Change-Id: I19e2ccc7f0aa108bfd3e9516f9407a6f39342bc7 Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
2016-12-01Add TableView class descriptionSidharth Gupta1-0/+3
Signed-off-by: Sidharth Gupta <sid92.gupta@samsung.com> Change-Id: I62e439c3680d6b39aaacd66726ef70f682c5fc6f
2016-12-01Remove samples directoryKangho Hur225-11223/+0
- Samples should be moved into right place (e.g. xamarin-samples git repo in Spin) Change-Id: I7b02352cdb77d63160d1410dab587c33a75d1d10
2016-12-01Remove Xamarin.Forms.Platform.Tizen.TestsKangho Hur54-5455/+0
Change-Id: I7bc8980c79b36eb8a4e9942d655a7ff6a9b0fc24
2016-11-30Documentation for the LayoutExtensions class.Pawel Andruszkiewicz1-0/+20
Change-Id: Id82de652812bc132c8be219c55dd849fc5e53795 Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2016-11-30Merge "Revert "Remove unused method and file"" into devel/dotnetWonYoung Choi2-1/+20
2016-11-30Revert "Remove unused method and file"rina rina6350.you2-1/+20
This reverts commit 443e9e4774046ed807087a5e9f5e1c904962b031. Change-Id: Ica37822fdf3ef1b07e9efe274cab6cb0218ac57e
2016-11-30Merge "Fixed the comment because original sentence is too long." into ↵Seungkeun Lee1-1/+2
devel/dotnet
2016-11-30Remove unused method and filerina6350.you2-20/+1
* LayoutExtensions.cs Change-Id: Iad90665bc2d3c425c99cdba4e127423e6c23f23a
2016-11-30Fixed the comment because original sentence is too long.rina6350.you1-1/+2
Change-Id: I462f9269da39ea19b436be6abcf7ab4594574990
2016-11-30remove 'private' keyword for methodKangho Hur1-2/+2
Change-Id: I26cb523ab80ce0e5efda14f0d06de3eeb58d234f
2016-11-30Modify invalid doumentation and namespace usageKangho Hur3-15/+15
Change-Id: Ie9c0f6fbc3fc230bb086d99f34773815cc6c0ee1
2016-11-30Merge "Optimization of NavigationPageRenderer" into devel/dotnetSeungkeun Lee1-22/+26
2016-11-29Optimization of NavigationPageRendererPiotr Bereza1-22/+26
The number of calls of UpdateHasBackButton and GetNaviItemForPage methods per navigation action was reduced. The order of NaviItem searching in GetNaviItemForPage was reversed due to the most of searches are for CurrentPage which is on the top of stack. The protection against a null CurrentPage was added. Change-Id: Ic778e4b58b27c7e208b38cf33db4b05b4796c340 Signed-off-by: Piotr Bereza <p.bereza@samsung.com>
2016-11-29Remove unused EFLApplication.csPiotr Szydelko1-38/+0
TASK=TCAPI-2073 Change-Id: I94396a4e68f8b33f0ae779e58cd4aa64ffc92a72 Signed-off-by: Piotr Szydelko <p.szydelko@samsung.com>
2016-11-29update nuspec and packaging spec file to 2.3.3-168Kangho Hur2-4/+5
Change-Id: Icaf77b6d4300888936e7ae1eb619d44377373161
2016-11-29Merge tag 'release-2.3.3' into devel/dotnetKangho Hur13-38/+120
2016-11-29Merge "Remove InputGenerators and Net45 files" into devel/dotnetKangho Hur9-548/+0
2016-11-29Remove InputGenerators and Net45 filesPiotr Szydelko9-548/+0
TASK=TCAPI-2073 Change-Id: I122697ee6b022ac01a6e63d01c4abd2810f4590c Signed-off-by: Piotr Szydelko <p.szydelko@samsung.com>
2016-11-29Merge "Revert "[ListView] Add IsPullToRefresh functionality:"" into devel/dotnetSeungkeun Lee2-148/+7
2016-11-28Add description to Native.MasterDetailPagePiotr Szydelko1-0/+84
Change-Id: Ia4523d1fd435354ac586c7cc8738e4e61c09a1fd Signed-off-by: Piotr Szydelko <p.szydelko@samsung.com>
2016-11-28Add comments to Native/EFLApplication.csAdam Szczerbiak1-1/+11
Change-Id: I545c715bf65da34c85de5fa09f3b911558fc51c6 Signed-off-by: Adam Szczerbiak <a.szczerbiak@samsung.com>
2016-11-28Revert "[ListView] Add IsPullToRefresh functionality:"Seungkeun Lee2-148/+7
This reverts commit f9219ec297d66db1514547611352e025d65948aa. Change-Id: I5e50594fec160cf4f95b5014fc155bc53e787168
2016-11-28Merge "Fix the issue that layout of Header and Footer in ListView doesn't ↵Seungkeun Lee1-1/+11
work properly" into devel/dotnet
2016-11-28Merge changes Ic0bcbd50,I523399eb into devel/dotnetSeungkeun Lee3-68/+22
* changes: [Cell] ForceUpdateSize method implemented Update GetRowHeight code of ListView
2016-11-25Merge "Refactoring Tizen Platform class" into devel/dotnetKangho Hur2-240/+185
2016-11-25[Cell] ForceUpdateSize method implementedPiotr Czaja1-2/+23
Note: Setting proper ViewCell height based on its content was also implemented. However, when ViewCell content is of the ScrollView type, Cell height is not properly set. It requires further investigation. Change-Id: Ic0bcbd506c1196f02008bc0e210c95f77eda75ad Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
2016-11-25Fix the issue that layout of Header and Footer in ListView doesn't work properlyrina6350.you1-1/+11
TASK=TCAPI-2049 Change-Id: I805c85ba9adbbbd88bb317fbd5789889b480e9a3