Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-24 | Add check for disposed gesture detector on VisualElementRenderer (#706)release-2.3.3-hf1 | E.Z. Hart | 3 | -1/+127 | |
2017-01-31 | Fix crash in UWP design moderelease-2.3.3-sr2 | Jason Smith | 1 | -2/+5 | |
2017-01-31 | [A]Fix potential crash when calling ClearFocus in SearchBarRenderer | Jason Smith | 1 | -4/+16 | |
2017-01-18 | .nuspec updates and fixes for X.A.Support 23 -> 25 (#681) | kingces95 | 3 | -5/+19 | |
2016-12-06 | Fix wrong licensesrelease-2.3.3-sr1.1 | Jason Smith | 2 | -2/+2 | |
2016-12-03 | Fix CommandBar overlaying content (#593)release-2.3.3-sr1 | Jimmy Garrido | 5 | -31/+38 | |
2016-12-02 | Update NavigationPage Platform Specifics demo with pre-393 compatible color | E.Z. Hart | 1 | -1/+1 | |
2016-12-02 | Allow CommandBar to expand and show command labels (#594) | E.Z. Hart | 13 | -118/+984 | |
* Allow CommandBar to expand and show command labels Consolidate command bar placement code * Make title text wrapping consistent between NavigationPage and MasterDetailPage * Align toolbar/navigation bar behavior with other platforms | |||||
2016-12-01 | [Win] Update cert (#579) | Rui Marinho | 3 | -1/+2 | |
2016-12-01 | fix the tests | Stephane Delcroix | 2 | -6/+0 | |
2016-12-01 | [XamlC] provide backward compat for ProvideValueTarget without Target… (#583) | Stephane Delcroix | 3 | -10/+24 | |
* [XamlC] provide backward compat for ProvideValueTarget without TargetProperty * docs | |||||
2016-12-01 | [XamlC] use op_implicit where we should (#580) | Stephane Delcroix | 10 | -7/+187 | |
* [XamlC] (passing) test for 48242 * [XamlC] (failing) test for 48242 * [XamlC] more op_implicit conversions * additional test * fix rebase | |||||
2016-12-01 | [Xaml] support non-int enums (#575) | Stephane Delcroix | 3 | -15/+113 | |
2016-12-01 | Don't run Command CanExecute on incorrect inherited binding context type (#572) | E.Z. Hart | 4 | -15/+259 | |
* Allow Command CanExecute to recover when run on inherited bindingcontext * Make exception handler more generic * Checking types in Command delegates to avoid exception in the first place * Adding type chekc to other Command constructor * Use nameof for ArgumentNullExceptions * Add unit tests for null parameters, handle value types and Nullable<T> | |||||
2016-12-01 | [XamlC] assigned derived type to generic BP (#566) | Stephane Delcroix | 6 | -0/+141 | |
* [XamlC] assigned derived type to generic BP * [XamlC] fix 48554 * f | |||||
2016-12-01 | [XamlC] support non-generic IMarkup on ABPs (#562) | Stephane Delcroix | 7 | -7/+167 | |
* [XamlC] support custom markups on ABPs * [XamlC] test for 47950 | |||||
2016-11-30 | [iOS] Avoid using DrawRect on base VisualElementRenderer (#570) | Rui Marinho | 4 | -6/+37 | |
* [Controls] Add retro for Bugzilla 48158 * [iOS] Avoid using DrawRect as this will make some properties not being applied to the layer * [iOS] Make sure BoxRenderer calls base LayoutSubviews * [iOS] Better fix for adding the Blur effect and avoid override draw’s * [Controls] Remove extra nunit category | |||||
2016-11-18 | [iOS] Revert changes in popping navigation (#547)release-2.3.3 | Rui Marinho | 1 | -27/+44 | |
* [iOS] Revert changes in popping navigation * [iOS] Remove unified if | |||||
2016-11-17 | Update nuget license file link | Jason Smith | 3 | -3/+3 | |
2016-10-26 | [Controls] Fix buildbeta-2.3.3-pre4 | Rui Marinho | 1 | -4/+0 | |
2016-10-26 | [Win] Toolbar placement works with initial value (#488) | Samantha Houts | 4 | -3/+22 | |
* Defer UpdateToolbarPlacement until CommandBar is in the control hierarchy * Cleanup | |||||
2016-10-26 | [Android] SoftInputMode works with initial value (#465) | Samantha Houts | 2 | -4/+4 | |
2016-10-26 | [iOS] Add check for UIGestureRecognizerState.Cancelled when closing context ↵ | Paul DiPietro | 3 | -1/+51 | |
action (#442) | |||||
2016-10-15 | [Win] Update certs (#460)beta-2.3.3-pre3 | Rui Marinho | 7 | -34/+14 | |
2016-10-14 | Fix build error | Jason Smith | 1 | -2/+0 | |
2016-10-14 | [A] Better fix for BZ44129 | Jason Smith | 1 | -2/+4 | |
2016-10-12 | Fix MasterDetailPage/NavigationPage leaks on iPad (#426) | E.Z. Hart | 3 | -40/+57 | |
* Remove Master page property changed handler to eliminate leak * Fix memory leaks with MasterDetailPage and NavigationPage on iOS | |||||
2016-10-12 | [A]Don't crash when emptying/populating TabbedPage.ItemsSource (#427) | Jason Smith | 3 | -1/+61 | |
2016-10-10 | [Nuspec] Include MacOS (#436) | Rui Marinho | 1 | -27/+27 | |
2016-10-10 | [Core] Set IVT to MacOS | Rui Marinho | 1 | -0/+1 | |
2016-10-06 | [A] Prevent blank page from appearing when MainPage is switched (#421) | Samantha Houts | 4 | -2/+44 | |
* repro * [A]Add horrible hack to prevent background flashing when swapping MainPage * cleanup repro * Revert "[A]Add horrible hack to prevent background flashing when swapping MainPage" This reverts commit d0fdc3856d0eaa5ec781f790d524ad7624a26560. * [A] E.Z.'s less magical but just as effective solution | |||||
2016-10-04 | Update ToolbarVisibility to TitleVisibility in PhoneResources (#416) | E.Z. Hart | 1 | -1/+1 | |
2016-10-04 | Unhook drawer listeners so MDP renderer and pages can be collected (#412) | E.Z. Hart | 6 | -1/+255 | |
Null out page in custom MDP renderer in Control Gallery so it can be collected Checkpoint Checkpoint Checkpoint Checkpoint Checkpoint Checkpoint | |||||
2016-10-04 | [Controls] Fix build | Rui Marinho | 1 | -1/+0 | |
2016-10-04 | [A] PanGestureRecognizer will consistently send Started/Move event (#389) | Samantha Houts | 3 | -10/+124 | |
* Add reproduction for Bugzilla 39768 * [A] Handle onTouchEvent MOVE | |||||
2016-10-04 | Fixed bug 43993 by removing call to base ViewWillAppear (#333) | adrianknight89 | 1 | -7/+4 | |
* Fixed bug 43993 by removing call to base ViewWillAppear * Removed commented code and reduced nesting | |||||
2016-10-04 | Make CreateNativeControl virtual instead of abstract (#406) | Jason Smith | 1 | -2/+5 | |
Fixes backwards compatibility issue. | |||||
2016-10-04 | [iOS] Keep our native property listener around the same time we keep our ↵ | Rui Marinho | 6 | -14/+76 | |
proxy, check if we are KVO compliant before adding observer (#403) | |||||
2016-09-30 | [WinRT] Fix regression on ListView selection with enter key | Paul DiPietro | 1 | -8/+6 | |
2016-09-27 | [Win] Will arrange native children of custom renderers (opt-in) (#322) | Samantha Houts | 9 | -1/+245 | |
* Add repro for 42602 * [Win] Add option to arrange native children * [Win] Don't allocate arrangedChildren unless required | |||||
2016-09-27 | Merge branch '2.3.3' of github.com:xamarin/Xamarin.Forms into 2.3.3 | E.Z. Hart | 1 | -1/+8 | |
2016-09-27 | Reuse Handler when invoking on main thread | E.Z. Hart | 1 | -3/+8 | |
2016-09-27 | Don't unsubscribe/resubscribe the listener to the same INPC | E.Z. Hart | 1 | -1/+8 | |
2016-09-26 | [Xaml] allow compatible arguments for x:Factory | Stephane Delcroix | 1 | -6/+21 | |
2016-09-26 | [C] specify type and default value for native bindings | Stephane Delcroix | 3 | -23/+38 | |
2016-09-26 | [XamlC] Compiled converters | Stephane Delcroix | 30 | -81/+534 | |
2016-09-23 | do not compile winrt stuffs on mac | Stephane Delcroix | 1 | -8/+8 | |
2016-09-23 | fix docs | Stephane Delcroix | 1 | -0/+17 | |
2016-09-23 | [Xaml] fix build | Stephane Delcroix | 1 | -0/+1 | |
2016-09-23 | [XamlC] Implement IValueProvider.PropertyType (#345) | Stephane Delcroix | 12 | -222/+249 | |