maui-linux/Xamarin.Forms.Platform.UAP
Yuriy Holembyovskyy e4e3939b05
Fix 9939 [iOS][UWP] Dispose method not called when adding control inside the NavigationPage.TitleView (#10152)
* Add call for TitleView Cleanup() method when popping for UWP

* Add TitleView  Dispose() call for iOS

Co-authored-by: Yuriy Holembyovskyy <yuriy.holembyovskyy@gmail.com>

fixes #9939
2020-04-03 16:05:42 -07:00
..
CollectionView [iOS,Android] Fix CurrentItem position when adding a item (#10103) fixes #8964 2020-04-01 11:40:51 +01:00
DualScreen TPV fixes for landscape, WindowSpanModeStateTrigger, ContentArea calculation fixes (#9577) 2020-02-18 10:26:11 -07:00
Extensions [iOS,Android, UWP] Set Position and CurrentItem when ItemsSource items change (#9854) fixes #9322 fixes #9401 fixes #9432 fixes #9771 2020-03-19 10:44:47 +00:00
Properties [UWP] Fix Carousel position, add IndicatorView renderer (#9614) fixes #9014 2020-02-19 02:11:12 +00:00
Shell Fixed 8211 - Handled NullRef in Shell if incorrectly-configured (#8250) 2020-01-06 13:06:46 -07:00
AccessKeyHelper.cs [UWP] AccessKey support on VisualElement and TabbedPage (#2061) fixes #1672 2018-04-24 13:00:29 +01:00
AccessibilityExtensions.cs [Enhancements] Toolbar a11y (#3974) fixes #1742 fixes #3795 2018-10-22 17:53:17 +01:00
ActivityIndicatorRenderer.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
AlertDialog.cs [UWP] Fix merge 2018-05-04 17:18:31 +01:00
AlignmentExtensions.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
BackgroundTracker.cs [WIP] Unify the image handling (#4915) 2019-04-26 13:46:13 -07:00
BoolToVisibilityConverter.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
BoxViewRenderer.cs [Enhancement] Rounded corners on BoxView (#1998) 2018-05-08 11:34:13 +02:00
BrushHelpers.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
ButtonRenderer.cs Merge branch 4.2.0 2019-07-31 11:44:31 -06:00
CarouselPageRenderer.cs Implement Android single selection in CollectionView (#4651) 2018-12-26 19:16:36 -07:00
CaseConverter.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
CellControl.cs Fixed bug where switch in a `TableView` would disappear on UWP. The method for setting the default color was only called when it was in a ListView. Also renamed the method to be more clear. (#4912) 2019-01-18 17:10:25 -08:00
CheckBoxRenderer.cs Checkbox (#6232) 2019-05-30 10:32:28 -06:00
CollapseWhenEmptyConverter.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
ColorConverter.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
ColorExtensions.cs [UWP] Rename ConvertExtensions to ColorExtensions and change access to public (#4558) fixes #1522 closes #1535 2018-12-03 12:49:09 +00:00
DatePickerRenderer.cs [UWP] Fixed a crash hidden a DatePicker (Xamarin.Forms 4.5-pre4) (#9820) 2020-03-11 22:44:03 +01:00
DefaultRenderer.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
Directory.Build.Props Fix UWP Platform project so that it doesn't try to load on VS MAC (#8989) 2019-12-20 18:26:33 -07:00
Directory.Build.targets TPV Initial Project Setup (#9418) 2020-02-04 09:35:39 -08:00
Dispatcher.cs Prevent UWP error/crash when updating binding off the main thread; fixes #8167 (#8311) 2019-11-01 14:20:32 -06:00
DispatcherProvider.cs Prevent UWP error/crash when updating binding off the main thread; fixes #8167 (#8311) 2019-11-01 14:20:32 -06:00
EditorRenderer.cs [UWP] Attempt to resolve entry on UWP not correctly calculating the correct height when in a scroll view (#8214) 2020-01-10 17:02:39 -08:00
EmbeddedFontLoader.cs Custom/Embedded fonts (#6013) 2019-12-16 15:43:59 -08:00
EntryCellTextBox.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
EntryRenderer.cs [UWP] Attempt to resolve entry on UWP not correctly calculating the correct height when in a scroll view (#8214) 2020-01-10 17:02:39 -08:00
ExportRendererAttribute.cs [Visual] Visual xaml and Visual registrations (#5304) 2019-02-25 13:54:02 -07:00
Extensions.cs [Enhancement] Implements CharacterSpacing (#5167) 2019-07-18 14:28:23 +02:00
FileImageSourceHandler.cs [UWP] Added Windows Platform Specific to avoid set the default image directory (#3420) fixes #3228 fixes #2235 2020-01-03 13:00:01 +00:00
Flags.cs [Enhancement] Add CollectionView progress behind feature flag (#4265) 2018-11-13 12:49:08 +00:00
FlowDirectionExtensions.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
FontExtensions.cs Embedded fonts fix (#9194) 2020-03-25 16:07:08 -07:00
FontImageSourceHandler.cs SwipeView (#7603) 2019-11-22 17:47:01 -07:00
Forms.cs Don't attempt to merge UWP resources if they've already been added (#9350) 2020-02-03 10:40:59 -08:00
FormsAutoSuggestBoxStyle.xaml Fix 8784 [UWP] Avoid Placeholder text overlapping Search Icon in SearchBar (#9150) fixes #8784 2020-01-31 18:25:57 +00:00
FormsButton.cs Rebase and Clean Up (#8107) 2019-10-24 12:11:24 +02:00
FormsCancelButton.cs Allow SearchBar cancel button colors to be set individually (fixes #1878) (#1885) 2018-02-15 15:48:53 +00:00
FormsCheckBox.cs Checkbox (#6232) 2019-05-30 10:32:28 -06:00
FormsCheckBoxStyle.xaml Set correct MinWidth for CheckBox style (#7978) 2019-10-24 11:50:46 +02:00
FormsComboBox.cs Make character spacing work for UWP Picker without breaking ItemsSource (#8356) 2019-11-08 12:44:08 -07:00
FormsCommandBar.cs UWP Toolbar dynamic overflow (#4022) 2018-10-23 10:27:28 -06:00
FormsCommandBarStyle.xaml Remove extra brace; fixes #7545 (#7546) 2019-09-17 09:41:00 +01:00
FormsEmbeddedPageWrapper.xaml [All] Page embedding (#1124) 2017-10-09 10:51:55 -07:00
FormsFlyout.xaml [UWP] Update Alert and ActionSheet implementations (#881) 2017-12-05 16:33:28 +00:00
FormsFlyout.xaml.cs [UWP] Update Alert and ActionSheet implementations (#881) 2017-12-05 16:33:28 +00:00
FormsPivot.cs UWP Toolbar dynamic overflow (#4022) 2018-10-23 10:27:28 -06:00
FormsPresenter.cs [UWP] Fix crash app when create navigation/tabbed page without children pages fixes #3188 (#3514) 2018-08-23 14:44:41 +01:00
FormsProgressBar.cs [UWP] fixes crashing ActivityIndicator with COMException (#4988) 2019-01-19 10:18:01 -08:00
FormsProgressBarStyle.xaml [WinRT/UWP] Fix Opacity behavior with ProgressBar (#695) 2017-03-14 11:00:10 +00:00
FormsSlider.cs 4.0 ABI Fixes (#6133) fixes #6123 2019-05-09 09:17:59 -07:00
FormsTextBox.cs [UWP] Attempt to resolve entry on UWP not correctly calculating the correct height when in a scroll view (#8214) 2020-01-10 17:02:39 -08:00
FormsTextBoxStyle.xaml Revert "Fix 8503, 8787 - text in Entry not immediately visible, or visible after IsVisible set to true (#8536)" (#9598) 2020-02-14 14:41:51 -07:00
FormsUWP.cs [All] Page embedding (#1124) 2017-10-09 10:51:55 -07:00
FrameRenderer.cs [UWP] fixes crash after reset text color (#6435) 2019-07-03 16:24:57 -07:00
FrameworkElementExtensions.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
HeightConverter.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
HorizontalTextAlignmentConverter.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
ICellRenderer.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
IDontGetFocus.cs [UWP] Fixes IsTabStop property in Layouts (#4703) 2019-01-19 10:19:03 -08:00
IIconElementHandler.cs SwipeView (#7603) 2019-11-22 17:47:01 -07:00
IImageSourceHandler.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
IImageVisualElementRenderer.cs ImageButton (#1974) 2018-11-03 16:45:28 -06:00
ITabStopOnDescendants.cs [UWP] Fixes IsTabStop property in Layouts (#4703) 2019-01-19 10:19:03 -08:00
ITitleIconProvider.cs TitleView (#2586) 2018-06-25 13:00:03 +01:00
ITitleProvider.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
ITitleViewProvider.cs TitleView (#2586) 2018-06-25 13:00:03 +01:00
ITitleViewRendererController.cs [UWP] Fix TitleView Width and MDP rendering quirks (#3987) 2018-10-24 09:23:46 +02:00
IToolBarForegroundBinder.cs Initial import 2016-03-22 16:13:41 -07:00
IToolbarProvider.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
IVisualElementRenderer.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
IVisualNativeElementRenderer.cs ImageButton (#1974) 2018-11-03 16:45:28 -06:00
ImageButtonRenderer.cs Gif Animation Support (#7330) 2019-11-20 22:52:52 -07:00
ImageConverter.cs [WIP] Unify the image handling (#4915) 2019-04-26 13:46:13 -07:00
ImageElementManager.cs Gif Animation Support (#7330) 2019-11-20 22:52:52 -07:00
ImageRenderer.cs Gif Animation Support (#7330) 2019-11-20 22:52:52 -07:00
ImageSourceIconElementConverter.cs Fix UWP Toolbar icons (#8147) 2019-11-04 13:37:28 -07:00
IndicatorViewRenderer.cs [iOS,Android, UWP] Set Position and CurrentItem when ItemsSource items change (#9854) fixes #9322 fixes #9401 fixes #9432 fixes #9771 2020-03-19 10:44:47 +00:00
InterceptVisualStateManager.cs VisualStateManager phase 1 (#1405) 2018-01-05 09:11:51 +00:00
KeyboardConverter.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
KeyboardExtensions.cs Capitalization keyboard flag additions for Entry/Editor (#1683) (#1833) 2018-02-26 11:06:24 +00:00
LabelHtmlHelper.cs Make Label display HTML from a string (#4527) 2019-08-28 13:25:02 +02:00
LabelRenderer.cs Make Label display HTML from a string (#4527) 2019-08-28 13:25:02 +02:00
LayoutExtensions.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
LayoutRenderer.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
ListGroupHeaderPresenter.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
ListViewGroupStyleSelector.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
ListViewRenderer.cs Merge branch '4.4.0' 2019-12-02 11:25:47 +01:00
MasterBackgroundConverter.cs Allow SearchBar cancel button colors to be set individually (fixes #1878) (#1885) 2018-02-15 15:48:53 +00:00
MasterDetailControl.cs [UWP]Fixes #3886, Master Detail, incorrect master height after window resize (#5338) 2019-03-21 14:08:40 +00:00
MasterDetailControlStyle.xaml [UWP] Fix MDP Button "Padding" issue (#8610) 2019-11-21 20:04:10 -07:00
MasterDetailPageRenderer.cs Spelling fix (#7868) 2019-10-08 13:11:44 +02:00
MediaElementRenderer.cs Fix UWP volume, mediasource exception, android position (#9452) 2020-02-06 11:21:11 -07:00
MenuItemCommand.cs [*] Drop MenuItem.IsEnabledPropertyName (#4659) 2018-12-21 09:06:52 +01:00
NativeBindingExtensions.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
NativeBindingService.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
NativeEventWrapper.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
NativePropertyListener.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
NativeValueConverterService.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
NativeViewWrapper.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
NativeViewWrapperRenderer.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
NavigationPageRenderer.cs Fix 9939 [iOS][UWP] Dispose method not called when adding control inside the NavigationPage.TitleView (#10152) 2020-04-03 16:05:42 -07:00
PageControl.cs merge 3.4.0 into master 2018-10-28 20:38:26 -06:00
PageControlStyle.xaml Merge branch '3.1.0' into 3.2.0 2018-07-23 10:33:44 -07:00
PageExtensions.cs Adds UWP support to Shell (#6015) 2019-09-17 23:26:56 +01:00
PageRenderer.cs Don't hook up Unloaded handler in UWP PageRenderer until Loaded fires (#1634) 2018-01-24 10:15:52 +00:00
PageToRenderedElementConverter.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
PickerRenderer.cs [UWP] Null HeaderTemplate and Header if no Title is provided on Picker. (#8160) 2019-12-18 09:51:05 +01:00
PickerStyle.xaml Make character spacing work for UWP Picker without breaking ItemsSource (#8356) 2019-11-08 12:44:08 -07:00
Platform.cs Resolve issues with Shell ToolbarItems not reacting to CanExecute Changes (#8889) fixes #8741 fixes #8327 2020-01-03 11:35:34 +00:00
PlatformConfigurationExtensions.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
PlatformEffect.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
ProgressBarRenderer.cs Add ProgressColor on ProgressBar (#1861) 2018-02-15 12:10:40 +00:00
PropertyChangedEventArgsExtensions.cs [platform] improve perf of PropertyChangedEventArgsExtensions (#9084) 2020-01-08 10:22:19 +01:00
RefreshViewRenderer.cs [UWP] Delay RequestRefresh until Loaded (#8190) 2019-10-28 17:41:14 -07:00
RendererFactory.cs hide obsolete API from editor (#4938) 2019-01-10 12:53:48 +01:00
Resources.xaml Merge branch '4.4.0' into 4.5.0 2020-01-09 14:32:59 -08:00
ScrollViewRenderer.cs Merge branch '4.1.0' into 4.2.0 2019-08-16 17:51:53 -07:00
SearchBarRenderer.cs Fix 8743 - now using specific style in SearchBar [UWP] (#8773) 2020-01-09 14:19:09 -08:00
SliderRenderer.cs 4.0 ABI Fixes (#6133) fixes #6123 2019-05-09 09:17:59 -07:00
SliderStyle.xaml 4.0 ABI Fixes (#6133) fixes #6123 2019-05-09 09:17:59 -07:00
StepperControl.cs Fix 7361 - [UWP] Stepper buttons not becoming enabled again, when disabled more than once. (#8191) 2019-11-15 14:54:35 +01:00
StepperControl.xaml [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
StepperControl.xaml.cs [Enhancement] Add CollectionView progress behind feature flag (#4265) 2018-11-13 12:49:08 +00:00
StepperRenderer.cs [UWP] fixes tabstops of TimePicker, DatePiker. SearchBar, Stepper (#3896) 2018-09-27 13:36:44 -07:00
StreamImagesourceHandler.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
SwipeViewRenderer.cs Put SwipeView behind experimental flag (#8786) 2019-12-06 11:00:35 -08:00
SwitchRenderer.cs Fixed crash setting the OnColor Switch property on UWP (#9819) fixes #9694 2020-03-09 11:16:57 +00:00
TabbedPageRenderer.cs Keep tab image collapsed if no datasource is available (#8050) fixes #6757 2019-11-18 14:38:35 +00:00
TabbedPageStyle.xaml 4.0 ABI Fixes (#6133) fixes #6123 2019-05-09 09:17:59 -07:00
TableViewRenderer.cs Implement Android single selection in CollectionView (#4651) 2018-12-26 19:16:36 -07:00
TaskExtensions.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
TextAlignmentToHorizontalAlignmentConverter.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
TextBlockExtensions.cs [All] Span GestureRecognizers (#2173) 2018-05-07 19:02:28 +01:00
TextCellRenderer.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
TimePickerRenderer.cs [UWP] Fixed a crash hidden a DatePicker (Xamarin.Forms 4.5-pre4) (#9820) 2020-03-11 22:44:03 +01:00
TitleViewManager.cs fix for #8564 (#9320) fixes #8564 2020-01-29 11:58:53 +00:00
ToolbarPlacementHelper.cs Make UWP toolbar display rules consistent with other platforms (#638) 2017-01-03 11:25:24 +00:00
UriImageSourceHandler.cs SwipeView (#7603) 2019-11-22 17:47:01 -07:00
ViewExtensions.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
ViewRenderer.cs [Enhancements] Toolbar a11y (#3974) fixes #1742 fixes #3795 2018-10-22 17:53:17 +01:00
ViewToRendererConverter.cs Adds UWP support to Shell (#6015) 2019-09-17 23:26:56 +01:00
VisualElementChangedEventArgs.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
VisualElementExtensions.cs VisualStateManager phase 1 (#1405) 2018-01-05 09:11:51 +00:00
VisualElementPackager.cs Merge branch '3.0.0' into 3.1.0 2018-06-07 16:58:21 -07:00
VisualElementRenderer.cs [UWP] Fixes IsTabStop property in Layouts (#4703) 2019-01-19 10:19:03 -08:00
VisualElementTracker.cs Reset transformation properly on UWP (#7385) (#7386) 2019-11-11 10:50:53 -08:00
WebViewRenderer.cs fixes #6679 [Bug] WebView UWP not displaying (#9390) 2020-02-18 15:52:06 -08:00
WindowsBasePage.cs Fixed crash setting the MainPage on teh OnStart method on UWP (#7749) fixes #7537 2019-10-02 08:56:00 +01:00
WindowsBasePlatformServices.cs Fix ios url images (#9682) 2020-02-25 15:38:53 -07:00
WindowsDeviceInfo.cs TPV fixes for landscape, WindowSpanModeStateTrigger, ContentArea calculation fixes (#9577) 2020-02-18 10:26:11 -07:00
WindowsExpressionSearch.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
WindowsIsolatedStorage.cs Setup UWP Platform projects to use multi targeting (#8750) 2019-12-16 19:26:09 -07:00
WindowsPage.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
WindowsPlatform.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
WindowsPlatformServices.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
WindowsResourcesProvider.cs Removing LineBreakMode support from WindowsResourcesProvider (#4024) 2018-10-16 18:02:43 -04:00
WindowsSerializer.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
WindowsTicker.cs [UWP] Allow embedding Forms page in secondary window (#5658) 2019-04-22 15:44:12 -07:00
Xamarin.Forms.Platform.UAP.csproj Fix ios url images (#9682) 2020-02-25 15:38:53 -07:00
global.json Setup UWP Platform projects to use multi targeting (#8750) 2019-12-16 19:26:09 -07:00