summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-02-23[UWP] connect the actual ObservableCollection to the ComboBox.ItemsSourceStephane Delcroix5-8/+82
2017-02-22[Docs] Update internals (#780)Rui Marinho1-0/+3
2017-02-22[IVT] Add IVT for testing FlexLayoutRui Marinho1-1/+1
2017-02-22remove redundant declarationAdrian Knight1-6/+0
2017-02-22add support for view cellsAdrian Knight3-27/+49
2017-02-22center stacklayoutAdrian Knight1-0/+1
2017-02-22added sample codeAdrian Knight2-0/+103
2017-02-22added sample filesAdrian Knight4-0/+73
2017-02-22image supports vectorsAdrian Knight1-12/+24
2017-02-21update IEditorController callsitesChris King6-14/+19
2017-02-21Update docsChris King3-2/+57
2017-02-21IEditorControllerChris King3-1/+10
2017-02-21[iOS] Label should not return infinite widthSamantha Houts1-2/+3
2017-02-21Add repro for 52533Samantha Houts2-1/+66
2017-02-20[Docs] UpdateRui Marinho1-0/+5
2017-02-20[MacOS] Fix buildRui Marinho1-4/+3
2017-02-17Add missing virtual keywordsE.Z. Hart2-2/+2
2017-02-17Add localized listener for Android numeric inputE.Z. Hart9-7/+362
2017-02-17fix uitest buildStephane Delcroix1-0/+2
2017-02-17[i] Add Test for 45284Stephane Delcroix3-0/+67
2017-02-17[iOS] Fix extra tab icon appearing in iOS for TabbedPage (#448)Chad Kimes2-2/+16
commit 1ba6ff67a745a0e802f67b7a4f36db4f8385466e Merge: e3f1937 a1d4b64 Author: Stephane Delcroix <stephane@delcroix.org> Date: Thu Jan 26 10:11:08 2017 +0100 Merge branch 'master' of git://github.com/ckimes89/Xamarin.Forms into ckimes89-master commit a1d4b6485c51c0800e16d476ba8749bd1a0a6b28 Author: Chad Kimes <chad.kimes@iticentral.com> Date: Tue Oct 11 13:42:28 2016 -0400 [iOS] Fix extra tab icon appearing in iOS 10 commit 07cd17df33aa9eb61e2507ca04ecf30d3416e16b Author: Chad Kimes <chad.kimes@iticentral.com> Date: Tue Oct 11 13:38:30 2016 -0400 [iOS] Add static check method for iOS 10
2017-02-17[A] Do not throw error for first param in ScrollTo (#742)Paul DiPietro3-0/+55
2017-02-17Split Windows RuntimePlatform into UWP and WinRT (#748)E.Z. Hart17-18/+60
* Split RuntimePlatform Windows into UWP and WinRT * Update docs * Backward compatible targetPlatform=Windows for native XAML views on WinRT/UWP
2017-02-17[WinRT/UWP] Insert missing SendScrollFinished call (#751)Paul DiPietro3-0/+96
2017-02-17Fixed Title not updating on parent page (#743)Jimmy Garrido3-0/+46
2017-02-17[XamlC] compile NullExtension markup (#750)Stephane Delcroix3-0/+20
2017-02-16Robust doc change detection (#772)kingces952-32/+31
* Robust doc change detection * Update docs * Update all docs before checking for differences
2017-02-16[Controls] Fix test numberSamantha Houts1-1/+1
2017-02-15Checkout docs using unix line endings (#769)kingces950-0/+0
2017-02-15[iOS] MasterDetailPage master icon should be changeable from any page on the ↵adrianknight894-31/+181
stack (#608) * master detail page master icon could be changed from any page on the stack * change icon names * added titles
2017-02-15[iOS] Dispose pickers properly and automate GC checks (#632)adrianknight895-15/+277
* dispose datepicker * add dispose to other pickers * add ui test * add dispose to picker model * change class name
2017-02-15[Controls] Fix accessibility gallery (#763)Samantha Houts1-28/+57
2017-02-15Force git to checkout docs using unix line endings (#766)kingces9532-274/+504
* Checkout docs using unix line endings * Only exit script when running update-docs-windows.bat * Add docs that build system did not detect were missing
2017-02-14Marked Xamarin.Forms.Internal classes internal. (#765)Mike Norman16-89/+89
2017-02-13[Android] Double tapping on context action should not crash (#609)adrianknight893-1/+69
* fix double tap nre * added sample code * new fix * added comment * better fix * edit position of change * changes
2017-02-13[XamlC] complete the Setter/Trigger fix (#737)Stephane Delcroix5-2/+73
2017-02-13[XamlC] compiled TypeExtension (#739)Stephane Delcroix9-91/+106
2017-02-12Platform-specifics API docs. (#759)Mike Norman22-251/+255
2017-02-10Xaml empty service provider (#736)Stephane Delcroix8-8/+136
* [Xaml] AcceptEmptyServiceProvider * [XamlC] AcceptEmptyServiceProvider * docs
2017-02-09[README] Add Xamarin.Forms banner (#757)Vincent Dondain2-0/+1
This banner is similar to what we're using at open.xamarin.com and to the installer's new splash screen images. Xamarin.iOS is already using its banner.
2017-02-09[iOS] Fix NavigationPage memory leak when back button title is set (#523)adrianknight893-2/+64
* fix memory leak * fix parent * added comment
2017-02-06Revert "[*] ScaleX and ScaleY"Stephane Delcroix7-75/+26
This reverts commit fc7d556848e731902d096953c9b4fb28a2466e6b.
2017-02-06[*] ScaleX and ScaleYStephane Delcroix7-26/+75
2017-02-06[iOS/Android] Handle item selection highlight when ListView cell is tapped ↵adrianknight894-2/+53
erratically (#520) * Fix multi tap selection highlight * added sample code * add ios fix
2017-02-06TabbedRenderer / load icons from custom sources (from embbedded svg for ↵Softlion (Benjamin Mayrargue)1-8/+24
example) (#574) * Enable ios tab bar icons to be set by a custom renderer (using xamsvg for example) * Fix space => tabs * space => tabs / newline * space / newlines
2017-02-06[XamlC] support portable pdb (#726)Stephane Delcroix3-6/+56
2017-02-03Fix disappearing ListView text when changing color settings on Windows (#731)E.Z. Hart10-238/+98
* repro * Checkpoint * Checkpoint * Remove now-unnecessary hacks for Time- and DatePicker
2017-02-03[macOS] Adds Scrollbars to ListViews and ScrollViews (#740)Marko Ludolph2-1/+3
2017-02-03[iOS] Expose row animation properties in ListViewRenderer (#733)Ice Jovanoski1-14/+23
2017-02-03[iOS] Dispose Entry and Editor properly and automate GC checks (#628)adrianknight895-29/+203
* fix entry leak * change code style * reduce indentation * fix editorrenderer * add uitest * revert editorrenderer changes * Fix Editor