summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-14Fix default items (#1123)Mikayla Hutchinson4-5/+4
There were some issues in the MSBuild evaluation order that caused the default items files to never get used.
2017-09-14[iOS] Make sure to include query path on generated url (#1119)Rui Marinho1-1/+1
2017-09-14[Android] Fix NRE when page is being disposed (#1118)Rui Marinho3-0/+52
* [ControlGallery] Add test case for bugzilla 59097 * [Android] Fix NRE
2017-09-14[UWP] ListView ItemSelected event will fire only once on selection changed ↵Samantha Houts4-21/+117
(#1005) * Add repro for 44886 * [UWP] Fire ListItemClicked when Selection changes This will automatically set the value on the renderer and prevent the double event from firing. * Clean up repro * Update test case for delection scenario * [Core] Allow ListView item deselection * [UWP] Send events when item is deselected, too * Test works better when you DO something.
2017-08-29Fix NRE when removing multiple pages in NavigationPageRenderer (#1108)E.Z. Hart2-16/+16
* Update 53179 test to remove 2 pages; fix for NRE when removing two pages with Android Support 25+ * Add missing step to UI test
2017-08-29[Internal] Fix loading props file on older MSBuild versions (#1112)Mikayla Hutchinson5-8/+34
* Fix loading props file on older MSBuild versions * Fix applying metadata to default items * Fix build error caused be errant ' * Fix ' issue better this time * One more missing '
2017-08-29[Android] Restore and obsolete EditorEditText and EntryEditText controls (#1114)E.Z. Hart2-1/+17
* Restore and obsolete EditorEditText and EntryEditText controls * Don't need to use the obsolete classes in the renderers * Update obsolete messages
2017-08-29[Android] Fix bugzilla58868 (#1106)Rui Marinho2-8/+14
* [Android] Only set elevation in Lolipop or newer * Update submodule
2017-08-15Automatically add XAML items to Sdk-style projects (#1101)Mikayla Hutchinson3-1/+23
By default, Compile/EmbeddedResource/None items are added to Sdk-style projects by wildcard. Use the same logic to add XAML files and fix up the item metadata.
2017-08-15[Android] Eagerly dispose children of ListViews to prevent ObjectDisposed ↵Samantha Houts6-2/+266
exception (#1063) * Add repro for 57910 * [Android] Dispose cells explicitly * [Android] Add default constructors to prevent crash on dispose * [Android] Don't try to dispose headers and footers
2017-08-15[macOS] ModalPage Resize Fix (#1058)Marko B. Ludolph3-0/+16
* [macOS] ModalPage Resize Fix * Added _renderer and _renderer.View null check.
2017-08-15[iOS] Prevent ListView HasUnevenRows crash when template w/container Element ↵Samantha Houts5-11/+148
is swapped (#1095) * Add repro for 58645 * [iOS] Check for null before clearing element renderer * [iOS] Remove unnecessary code renderer.SetElement(null); == descendant.ClearValue(Platform.RendererProperty); * [iOS] Clarify comment, use preferred method of clearing renderer from Element * How about we make the test work? Sounds like a good idea to me.
2017-08-15[Android] Fix missing shadow on Button fast renderer (#1034)Rui Marinho6-9/+83
* [Android] Fix missing shadow on Button fast renderer * [Android] Fix z index on Loplipop * [Android] Make sure we don't hit NRE when updating background * [Android] Fix possible NRE on BackgroundTracker * [Android] Remove elevation fix * [Android] Set elevation in Android Views if needed * [Android] Add UITest for button on fast renderes * [Controls] New test for elevation with fast renderer button
2017-08-15[macOS] Implements/Fixes Vertical Text Alignment in the Label Renderer (#1046)Marko B. Ludolph1-1/+13
2017-08-15Update provision versions (#1099)Rui Marinho1-0/+0
* Update provision version * Update vs4mac version on provision
2017-08-15[MacOS]Remove extra lib that's not needed for Maps (#1100)Rui Marinho7-132/+21
* [MacOS]Remove extra lib that's not needed for Maps * [Nuget] Update nuspec
2017-08-15Avoid exception when removing a page from navigation during Appearing ↵E.Z. Hart3-1/+74
handler (#1094) * Theoretical repro * Repro * Remove unnecessary forced execution of pending transactions * Update issue data
2017-08-14macOS: Fix for "Cannot register two managed types ('NSToolbarItemGroup')" ↵Marko B. Ludolph2-103/+0
(#1097)
2017-08-10Add check to avoid running AppCompat-specific tests on pre-AppCompatE.Z. Hart6-2/+39
Fix race conditions in tests running agaist FormsApplicationActivity
2017-08-10[macOS] Autolayout Engine Exception Fix (#1048)Marko B. Ludolph1-0/+4
2017-08-10added styling instructions for Visual Studio for Mac (#1078)David Ortinau1-2/+2
2017-08-10Add support for backcompat hint flags (#1074)E.Z. Hart21-43/+135
* Add support for backcompat hint flags * Making fast renderers internal and sealed while experimental
2017-08-10Repro 58406; apply effects to fast renderers on Android (#1077)E.Z. Hart19-10/+212
2017-08-10Use Xamarin.Forms.Build (#1092)Rui Marinho8-43/+17
* Use Xamarin.Forms.Build * Automatic
2017-08-08Fix ToolBarItemTests for pre-AppCompatE.Z. Hart2-2/+2
2017-08-08Make platform query for toolbar work with AppCompat/pre-AppCompatE.Z. Hart1-2/+2
2017-08-07[iOS] Clear state so we allow the SelectedItem to be set (#1073)Rui Marinho1-0/+7
2017-08-02[iOS] Fix regression introduced on #520 (#1072)Rui Marinho1-2/+1
2017-08-01[Android] Update Android warnings to ignore for now (#1076)Rui Marinho2-2/+2
2017-07-26Add missing compiler directiveE.Z. Hart1-0/+2
2017-07-26Temporarily ignore intermittently failing testE.Z. Hart1-0/+1
2017-07-25Update docsE.Z. Hart2-0/+179
2017-07-25[Mac] Fix ProgressBar (#1068)Rui Marinho1-0/+1
2017-07-25[MacOS] Image Aspect Fix (#1041)Marko B. Ludolph2-13/+36
* MacOS Image Aspect Fix * FormsNSImageView internal * Fixed: Renderers/ImageRenderer.cs(9,15,9,28): error CS0060: Inconsistent accessibility: base class 'ViewRenderer<Image, FormsNSImageView>' is less accessible than class 'ImageRenderer' * FormsNSImage internal fix
2017-07-24[MacOS] Tabbed Page Top Offset Fix (#1042)Marko B. Ludolph1-1/+6
* Tabbed Page Top Offset Fix * Fixed Tabs
2017-07-24[macOS] BoxView Color Fix (#1055)Marko B. Ludolph1-1/+1
2017-07-24[macOS] Set tab order (e.g. for entries) on a Page (#1060)Marko B. Ludolph3-0/+76
* [macOS] Add tab order (e.g. for entries) on a Page * Return NativeView if no subviews are available
2017-07-24[macOS] Page.Alert return value fix (#1062)Marko B. Ludolph1-3/+6
* [macOS] Page.Alert return value fix * Use the views window
2017-07-24when closing the Picker by tapping outside or hitting done, verify the ↵David Ortinau3-0/+36
source selection index matches the UI control. When it is in spin, the animation completes offscreen and the next time it opens you see the wrong row selected. (#1054)
2017-07-24Disallow scrolling in ScrollView when IsEnabled set to False (#1049)E.Z. Hart4-1/+169
* Repro and fix for iOS * Automated tests * Fix for Android * Update issue number * Alternate version of test which I hope will work on iOS 8 * trying yet another variation of the test which will hopefully work on iOS 8
2017-07-24Use correct renderers for pre-AppCompat (#1044)E.Z. Hart2-3/+5
* Use correct renderers for pre-AppCompat activity * Removed extraneous using * Fix formatting
2017-07-24Add catch for reading properties dictionary (#1036)Jimmy Garrido1-2/+12
2017-07-24[core] Prevent canonicalization of '*.[.]' and '-0' (#1035)kingces953-0/+195
2017-07-24[Android] Prevent ObjectDisposed exceptions on Fast Renderers (#1033)Samantha Houts6-0/+78
* Add repro for object disposed exception * [Android] Clear Renderer property from Element on dispose
2017-07-24Improved the API doc for Image.IsOpaque (#1025)Mike Norman2-80167/+7
* Improved the API doc for Image.IsOpaque * update docs
2017-07-24[XamlC] resolve generic EventArgs (#1020)Stephane Delcroix5-7/+120
2017-07-24Remove InternalsVisibleTo from Maps (#1019)Kangho14-74/+150
2017-07-19[Android] Handle fragment removal inside of the RemovePage method (#1053)E.Z. Hart4-19/+122
* Repro * Handle fragment removal inside of RemovePage method * Fix class name for test * Split long strings
2017-07-18Updating coding style with line lengthE.Z. Hart1-0/+1
2017-07-17Remove unused parameter from testE.Z. Hart1-1/+1