maui-linux/Xamarin.Forms.Platform.UAP
Shane Neuville f5fa88e495 Merge 4.7.0 2020-06-02 22:18:50 -06:00
..
CollectionView Add null check when tearing down renderer (#10923) 2020-06-02 16:48:05 -07: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 Platformtests IVT (#10016) 2020-03-18 22:27:42 -06:00
Shell Add FlyoutBackdrop Color for Shell (#10730) 2020-05-27 17:02:21 -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 Feature7043 picker textalignment (#7493) Fixes #7043. 2020-06-01 10:56:50 +01: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
BoxViewBorderRenderer.cs Make Color property work on UWP BoxView (#10540) fixes #10535 2020-05-05 16:15:31 +01:00
BoxViewRenderer.cs Fix 4459 - Update UWP BoxViewRenderer to fully support corner radius (#7986) 2020-01-31 16:00:26 -07:00
BrushHelpers.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
ButtonRenderer.cs [Core] Added TextTransform property (#3690) fixes #3667 2020-05-08 10:51:54 +01: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 [Core] Added TextTransform property (#3690) fixes #3667 2020-05-08 10:51:54 +01:00
ElementExtensions.cs Propagating StyleClass on ShellElements to Flyout templates (#9886) 2020-04-03 14:51:57 -07: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 Merge 4.7.0 2020-06-02 22:18:50 -06: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 Entry and Editor RTL fixes (#10046) fixes #9022 fixes #5860 fixes #3359 2020-04-15 15:23:01 +01:00
FontExtensions.cs Merge branch '4.5.0' into 4.6.0 2020-03-26 12:57:10 +00:00
FontImageSourceHandler.cs Fixed exception creating a FontFamily with a empty font name in FontIcon (UWP) (#9956) 2020-04-03 16:30:57 -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 coloring of UWP Entry buttons (#10328) 2020-04-15 09:49:46 -07: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 [UWP] Prevents Picker collapsing on opening Dropdown menu (#8165) fixes #6403 2020-03-18 12:50:52 +00: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
FormsRadioButton.cs RadioButton Implementation (#8910) fixes #2404 closes #5349 2020-02-18 18:04:46 +00:00
FormsSlider.cs 4.0 ABI Fixes (#6133) fixes #6123 2019-05-09 09:17:59 -07:00
FormsTextBox.cs [Bug] Fix ClearButtonVisibility.Never does not take effect on UWP (#9250) 2020-06-02 16:44:09 -07:00
FormsTextBoxStyle.xaml [Bug] Fix ClearButtonVisibility.Never does not take effect on UWP (#9250) 2020-06-02 16:44:09 -07:00
FormsUWP.cs [core] Profile is off by default, save 56KB of allocations (#8963) 2020-03-30 12:07:30 +01: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 GH-7015 - Implemented handle for Placeholder Image (#8372) 2020-05-07 17:07:21 -07:00
ImageRenderer.cs [UWP] Images - when the uwp app suspends and resumes again the image source should be reupdated as uwp replaces images with transparent images onResume (#10161) fixes #8783 fixes #9249 fixes #10168 2020-04-06 11:51:33 +01: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 [Core] Added TextTransform property (#3690) fixes #3667 2020-05-08 10:51:54 +01: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 Modal Page with transparent background (#8551) 2020-03-24 16:58:47 -06:00
PageRenderer.cs Cross-Platform OS Theme APIs (#9958) 2020-04-03 14:47:19 -07:00
PageToRenderedElementConverter.cs [Win] Remove Windows 8.1 platforms **Breaking change** (#1267) 2017-11-27 15:14:01 +00:00
PickerRenderer.cs Feature7043 picker textalignment (#7493) Fixes #7043. 2020-06-01 10:56:50 +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 [UWP] Images - when the uwp app suspends and resumes again the image source should be reupdated as uwp replaces images with transparent images onResume (#10161) fixes #8783 fixes #9249 fixes #10168 2020-04-06 11:51:33 +01: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
PromptDialog.xaml Add UWP display prompt (#8720) 2020-01-09 16:58:09 -08:00
PromptDialog.xaml.cs Add UWP display prompt (#8720) 2020-01-09 16:58:09 -08:00
PropertyChangedEventArgsExtensions.cs [platform] improve perf of PropertyChangedEventArgsExtensions (#9084) 2020-01-08 10:22:19 +01:00
RadioButtonRenderer.cs RadioButton Implementation (#8910) fixes #2404 closes #5349 2020-02-18 18:04:46 +00: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 [Shell] Implement FlyoutBackgroundColor for UWP (#9915) 2020-03-16 11:50:09 -06:00
ScrollViewRenderer.cs Merge branch '4.1.0' into 4.2.0 2019-08-16 17:51:53 -07:00
SearchBarRenderer.cs Merge 4.7.0 2020-06-02 22:18:50 -06: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 fix double tap on uwp (#10078) 2020-05-23 16:13:24 -06:00
WebViewRenderer.cs Parse URL for cookie processing just in case URL is too long (#10781) 2020-05-27 15:31:34 -07: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 Merge branch '4.6.0' into 4.7.0 2020-06-01 18:48:09 -06: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 vsmac uwp targets (#10479) 2020-04-28 11:21:32 +01:00
global.json Setup UWP Platform projects to use multi targeting (#8750) 2019-12-16 19:26:09 -07:00