summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Add Switch StyleSeunghyun Choi4-2/+70
2017-03-24Add MapRenderer to enable Xamarin.Forms.Maps on Tizenchungryeol lim7-88/+316
2017-03-24Provides ResourcePath as a public APIsung-su.kim1-1/+1
2017-03-24Change Span's access modifier to publicsung-su.kim1-2/+2
2017-03-24Set Device.OS to TargetPlatform.TizenKangho Hur1-2/+1
2017-03-24Remove NET45 codeWonYoung Choi3-19/+0
2017-03-24Allow x86 build in OBSWonYoung Choi1-1/+1
2017-03-24Fixed Appearing event calling sequence issuechungryeol lim2-2/+10
2017-03-24Add Button StyleSeunghyun Choi5-2/+113
2017-03-24Fix ListView GroupCell bugSeungkeun Lee2-5/+16
2017-03-24Fix ListView broken issue when scrolling quicklySeungkeun Lee1-0/+1
2017-03-24Fix Label wrap issueSeungkeun Lee1-1/+6
2017-03-24Change TFM of Xamarin.Forms.Platform.Tizen to netstandard1.6WonYoung Choi2-3/+2
2017-03-24Support BlendColor to Image as a TizenSpecific APIKangho Hur3-4/+74
2017-03-24Revert "Homogenous mode should be set to false if grouping is enabled"Seungkeun Lee1-33/+2
2017-03-24Fix Label.LineBreakModeKangho Hur1-8/+21
2017-03-24Apply %dotnet rpm macrosWonYoung Choi1-27/+8
2017-03-24Tizen Extension for ProgressBarSungHyun Min3-6/+110
2017-03-24Update version to 2.3.3.175-b02Kangho Hur1-2/+2
2017-03-24[PickerRenderer] Remove unnecessary listenerPawel Andruszkiewicz1-7/+0
2017-03-24Support Density Independent Pixel on FontSizeSeungkeun Lee3-6/+17
2017-03-24Implement Reusable ViewCellSeungkeun Lee1-9/+52
2017-03-24Fixed NavigationPage.BarBackgroundColor Propertychungryeol lim1-20/+34
2017-03-24Initialize DeviceInfo with system informationPawel Andruszkiewicz3-5/+13
2017-03-24Change platform class access modifierchungryeol lim1-1/+1
2017-03-24Ignore TableView.SectionTitle if title is not setKangho Hur1-1/+2
2017-03-24Remove ColorExtensions.ToNative() debug messageKangho Hur1-1/+1
2017-03-24Apply initial value of Cell.IsEnabledSeungkeun Lee1-0/+2
2017-03-24implement ExpressionSearch for RelativeLayout.FromExpressionchungryeol lim1-3/+33
2017-03-24Fix Scrolling to Specific Element in ScrollViewjh5.cho1-1/+10
2017-03-24Fix TabbedPageRenderer's toolbar heightKangho Hur1-10/+0
2017-03-24Homogenous mode should be set to false if grouping is enabledPawel Andruszkiewicz1-2/+33
2017-03-24Unregister ScrollRequestHandler when the renderer is being destroyedJongHeon Choi1-2/+2
2017-03-24Change Text HorizontalTextAlignment of TitleBar to CenterSeungkeun Lee1-4/+6
2017-03-24Refactoring EntryCell SwitchCell renderer with Reusable featureSeungkeun Lee3-145/+96
2017-03-24Remove horizontalPadding for Label to measure its width correctlyKangho Hur1-2/+0
2017-03-24Fix TextCell text color bugSeungkeun Lee4-19/+24
2017-03-24Add Tizen backend rendererKangho Hur111-1/+13347
2017-03-24Add TV to TargetIdiom (#738)Kangho4-3/+39
2017-03-24Update RelativeLayout to make it respond to constraint changes (#425)Philippe Leybaert3-8/+179
2017-03-24Add pressed and released events to Button (#446)Kangho10-22/+234
2017-03-24[Core] Added RootPage to NavigationPage (#464)adrianknight893-22/+170
2017-03-24[Xaml] do not set properties with private setters (#717)Stephane Delcroix3-2/+85
2017-03-24[Xaml[C]] check for compatible types on op_implicit (#715)Stephane Delcroix5-6/+76
2017-03-24[Xaml[C]] throw meaningful exception while trying to set the content … (#714)Stephane Delcroix4-4/+75
2017-03-24[XamlC] Produce correct mdb files (#699)Stephane Delcroix1-6/+6
2017-03-24[iOS,macOS] Use NS constructor from string to parse correctly the string (#734)Rui Marinho1-2/+3
2017-03-24[C] throw meaningful exception on duplicate RD key (#716)Stephane Delcroix2-0/+16
2017-03-24[Xaml[C]] cast to BindingBase before SetBinding() (#709)Stephane Delcroix5-2/+69
2017-03-24[All] Basic Accessibility Support (#713)Samantha Houts30-375/+1215