summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-04-11[C] Lookup in RD also lookup in merged RDs (#861)Stephane Delcroix3-9/+58
2017-04-11Implicit impl of controller ifaces (#807)kingces95117-1496/+2156
* Simplify ICtrl callsites * Rebase fix
2017-04-11Clean up NavigationBar code in Platform (#753)Jimmy Garrido4-28/+63
2017-04-11Spell correction of FromattedString (#864)Anders Rasmussen1-1/+1
2017-04-10Do not emit implict_op if from/to are same type (#862)kingces955-0/+13
2017-04-07[Xaml] Set the TargetProperty on ServiceProvider (#847)Stephane Delcroix7-17/+140
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts71-118/+120
* [All] Normalize Obsolete attributes. Make sure we include the version in which the member was deprecated and consistent instructions for working around the deprecation, if applicable. * Update docs
2017-04-06Fix 52962; Cont refresh even when pullToRefresh is disabled (#810)kingces951-8/+9
2017-04-06More Xaml generic support (#857)Stephane Delcroix7-87/+106
* [XamlG] allow x:Name on nested generic types * [Xaml*] fail on undeclared xmlns * [XamlC] allow x:Arguments on generic ctors
2017-04-06[Xaml[C]] supports 'using:' xmlns declarations (#851)Stephane Delcroix4-0/+87
2017-04-06Fix 54334 (#855)Stephane Delcroix9-9/+257
* [C] unset the FromStyle flag on manual setting * [C] Do not reset overriden values to default * complete the fix
2017-04-06OnResume assumed that _application had been set (#859)App Bureauet1-2/+2
When OnResume is called it should not expect the _application to be set already. I have an app where I use one activity for showing a splash screen and then it starts an intent to show the main activity containing the application. This used to work before 2.3.4.224.
2017-04-06Fix NRE when RecycleElement is on and list is scrolled quickly (#856)E.Z. Hart1-6/+0
2017-04-06[iOS] ActivityIndicator should not disappear when used in a ViewCell (#495)adrianknight894-6/+76
* preserve activity indicator state * changed to using listviewrenderer * remove whitespace * moved message to constructor * add sample code * remove message sending * changes * remove curly braces
2017-04-06Added Section indexes when FastScrolled is enabled (#850)James Clancey4-7/+92
* Added Section indexes when FastScrolled is enabled * Moved the GroupListAdapater to its own file * Renamed Setup to ValidateSectionData
2017-04-06Android fastrenderers (#845)Rui Marinho51-592/+2247
* Obsolete IVisualElementRenderer.ViewGroup in favor of .View * Fix NRE * Changing TContainer in PlatformEffect to View * Fix "View" type * new VisualElementRenderer * First attempt at a fast(er) button renderer * Fast Label Renderer * Let's try that again. Behold: Label Fast Renderer * Move FrameRenderer into Fast Renderers * Fix Disposable on VisualElementRenderer * Simplify touch and click handlers * Drop empty if clause * [Android] Add initial Image fast renderer * Split accessibility out to a separate helper class; fix tapgesture bug with label * [Android] Small fixes to VisualElementRenderer * Move accessiblity stuff to a separate class (which needs a good name) * Prevent query from looking to parent for fast renderers * [Android] ImageRenderer refactoring * Fix elevation/z-index bugs with Button (e.g., 40173) * Move SetLabeledBy to Accessibilitizer * Un-break automation IDs for Labels * Move gesture handling to its own class * Split gesture and effect management into separate classes * Remove unneeded packager from LabelRenderer * LabelRenderer inherits from FormsTextView * Batch updates to View * Fix isOnParentRenderer check for non-Android platforms * [Controls] Update Xamarin.Forms.ControlGallery.iOS.csproj * [Android,IOS] Small fixes to rebase and use of Internals * [Android] Ignroe warning for now * Fast renderers now passing InputTransparent and IsEnabled tests * Fast and legacy renderers now pass the Enabled and InputTransparent tests * Change PlatformEffect back, default container to null * Fix mangled using directives
2017-04-05[Xaml] updating the unittests project to cecil .10-b5 tooStephane Delcroix2-5/+5
2017-04-03Early april doc bugs (#854)Mike Norman4-167/+6
* Fixed: https://github.com/xamarin/documentation/issues/2071 Pulled dated and exuberant examples. * Fixed: https://github.com/xamarin/documentation/issues/2002 Also added content for Load method in HtmlWebViewSource.xml * Fixed: https://github.com/xamarin/documentation/issues/1959 * Fixed: https://github.com/xamarin/documentation/issues/1866
2017-03-31Hide alert window before setting result (#848)Jimmy Garrido1-1/+1
2017-03-30[XamlC] update cecil to 0.10.0-beta5Stephane Delcroix4-10/+10
2017-03-29Align iOS, Android, Windows handling of tap gesture event bubbling (#842)E.Z. Hart11-2/+299
* Add test for gesture bubbling behavior on all controls; Make Windows behavior consistent with other platforms; * Fix the stepper test * Make Frame on Android handle tap event bubbling like the other platforms * Formatting changes and query syntax instead of SelectMany
2017-03-27[WinRT/UWP] Enable selection in password entry (#677)Paul DiPietro3-10/+105
* [WinRT/UWP] Enable selection in password entry * Remove unnecessary if
2017-03-27[Docs] Fix docs Scrollview IOS Specific (#843)Rui Marinho2-33/+78
2017-03-27Fix 53427; Change default UAP styling for a label (#837)kingces951-1/+1
2017-03-27[iOS] Prevent NRE when page is switched on Appearing (#840)Samantha Houts3-0/+59
2017-03-24[Android]Refactor to use a extension method to get the drawable (#841)Rui Marinho4-10/+24
* [Android]Refactor to use a extension method to get the drawable * [Android] Use local variable on check
2017-03-24Bz53803 Android app crashes during initialization due to invalid cast of ↵BradChase20111-2/+10
toolbar TextView. (#835)
2017-03-24[iOS] Platform specifics to control ScrollView content touch delay (#563)adrianknight896-3/+197
* can delay content touches optionally * revert bug fix * add back _tapGesture * remove extra declaration
2017-03-24Setup a ConditionalWeakTable in ListProxy to hold weak references so that a ↵Shane Neuville2-2/+102
ListView will work when connected to a Weak Source (#802)
2017-03-24[Android] Still look for the normal drawable on resources (#839)Rui Marinho9-8/+71
* [Android] Still look for the normal drawable on resources * [Android]Fix code style
2017-03-24[iOS] Don't skip row height estimation for grouped lists (#838)Samantha Houts4-35/+131
* Nest bugzilla 51536 classes for less pollution * Add repro for 53834 * [iOS] Don't skip row height estimation for grouped lists
2017-03-23[Android] ScrollView can now consume Effects (#836)Samantha Houts5-1/+70
* Add repro * [Android] Make ScrollView an IEffectControlProvider
2017-03-23UI tests for InputTransparent and fixes for Android/Windows (#808)E.Z. Hart20-66/+991
* Set up automated UI tests for InputTransparent * Pull in Adrian's UI tests from PR 483 * Fix bugs with box/label/image gestures passing through when not transparent * Fix disabling of layouts on Windows; fix 44096 test for iOS/Windows; * Automate the 53445 test
2017-03-23[UITests]Add Xamarin.Forms.Core.UITests.Shared (#711)Rui Marinho79-2526/+1814
* [UITests]Add Xamarin.Forms.Core.UITests.Shared * fix * [UITests]Use shared UITest project on macOS * [UITests] Add correct platform queries * [Controls] Add missing Preserve
2017-03-22[Android] Fix NRE on Picker (#834)Rui Marinho1-1/+1
2017-03-22[XamlC] accept assignment of Object from unboxed value types in SetValue (#832)Stephane Delcroix4-0/+96
2017-03-22[C] Make sure all children are parented (#831)Stephane Delcroix6-0/+113
* unit test * [C] make sure all children are properly parented
2017-03-22[iOS/Win] Label will not unnecessarily expand (#827)Samantha Houts4-11/+78
* Add repro for 53362 * [iOS] Label will not unnecessarily expand * [Win] Label will not unnecessarily expand
2017-03-22Add gesture disposed check to FrameRenderer (#829)E.Z. Hart1-0/+7
2017-03-21[C] fix NIE in Span (#828)Stephane Delcroix2-105/+68
2017-03-21iOS renderers now properly look up the ImageSourceHandler for ↵James Clancey4-18/+37
FileImageSource (#826)
2017-03-21[C] fix BP DeclaringType in TextElement[CStephane Delcroix1-1/+1
2017-03-21Convert Android maps to GetMapAsync call (#824)Jason Smith1-28/+37
* [A] Move map renderer to calling GetMapAsync * [A] Make sure Map initializes correctly with Async map fetching
2017-03-20Make Entry completed behavior on UWP/WinRT match Android/iOS (#747)E.Z. Hart4-3/+121
* Make Entry completed behavior on UWP/WinRT match Android/iOS * Accessibility test
2017-03-20[iOS] Use UIButtonType.System for Button and utilize UIButton.Appearance (#554)adrianknight896-10/+195
* Change button style and use UIButton appearance * added sample code * change references * setting other properties * add comment * refactor proxy setter * made control states array static * remove category declaration * changes * add sample code * changes * Fix identation * Update ButtonRenderer.cs
2017-03-20[WinRT/UWP] Open Picker dropdown when calling Focus (#762)Paul DiPietro3-0/+58
2017-03-20UWP MapRenderer NRE and Location fixes (#811)Ethan Dennis1-9/+19
* Issues: 1. If UWP MapRenderer is navigated away from, before the user location is found, an uncaught NRE will be thrown. 2. UWP MapRenderer updates are not enforced to be on UI thread 3. Order of operations in MapRenderer would cause user location to never be shown. Fixes: 1. Added null checks in UpdateUserIsShowing and LoadUserPosition methods. 2. Called map position updates on UI thread. 3. Changed order of operations in OnElementChanged to allow for user geocoordinates to be shown. * Fixed code formatting issues * Fix formatting * Deterministic null checks * Updated null checks
2017-03-20[Core] Fix internal children clear logic (#820)wplong116-5/+101
* Fix InternalChildren clear logic * Improve InternalChildren clear logic * Add test code to verify InternalChildren clear logic * Add missing test cases * Improve time complexity of clear logic * Fix the test case where InvalidOperationException occurs. * Correct the name casing of the test case * Modify a wrong test code
2017-03-18Adopt iOS status bar visibility defaults (#822)kingces951-6/+1
2017-03-17null check effects before clearing (#821)kingces951-1/+1