..
AHorizontalScrollView.cs
[Android] Fix issue when Message is null on Android API19 ( #5562 )
2019-03-15 18:13:14 -07:00
ActionSheetRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
ActivityIndicatorRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
AlignmentExtensions.cs
[All] Basic Right-To-Left Support ( #1222 )
2017-11-09 14:31:15 +00:00
BorderDrawable.cs
Bring ImageButton API additions in line with current code ( #4328 )
2018-11-10 12:25:01 -07:00
BottomNavigationViewUtils.cs
Material Design Renderers for the Material Visual ( #4733 )
2019-01-07 17:07:50 -07:00
BoxRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
ButtonRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
CarouselPageAdapter.cs
[All] Page embedding ( #1124 )
2017-10-09 10:51:55 -07:00
CarouselPageRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
CircularProgress.cs
[Visual] Visual tidy ( #5356 )
2019-02-27 16:48:45 -07:00
ColorChangeRevealDrawable.cs
[Android] fixes crash when switching Bottom Navigation Tabs too fast or click on More menu ( #4617 ) fixes #4382
2018-12-07 00:54:44 +00:00
ConditionalFocusLayout.cs
[Android] Eagerly dispose children of ListViews to prevent ObjectDisposed exception ( #1063 )
2017-08-15 19:18:57 +01:00
ContainerView.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
CustomFrameLayout.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
DatePickerRenderer.cs
[Visual] Visual tidy ( #5356 )
2019-02-27 16:48:45 -07:00
DescendantFocusToggler.cs
Initial import
2016-03-22 16:13:41 -07:00
EditorRenderer.cs
[Visual] Visual tidy ( #5356 )
2019-02-27 16:48:45 -07:00
ElementSelectedEventArgs.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
EntryRenderer.cs
fix changed apis ( #5426 )
2019-03-01 19:15:08 -08:00
FileImageSourceHandler.cs
[android] new IImageViewHandler API ( #3045 )
2018-07-15 15:00:15 -06:00
FontExtensions.cs
Min viable FontImageSource ( #4747 )
2019-01-03 09:46:40 -08:00
FontImageSourceHandler.cs
Min viable FontImageSource ( #4747 )
2019-01-03 09:46:40 -08:00
FormattedStringExtensions.cs
Merge branch '3.2.0'
2018-08-31 14:19:27 -07:00
FormsEditText.cs
[Visual] Material Pickers ( #5194 )
2019-02-24 20:21:39 -07:00
FormsImageView.cs
ImageButton ( #1974 )
2018-11-03 16:45:28 -06:00
FormsSeekBar.cs
Fix bugzilla41209 ( #216 )
2016-08-03 02:07:50 -07:00
FormsTextView.cs
Android fastrenderers ( #845 )
2017-04-06 14:19:52 +01:00
FormsWebChromeClient.cs
[Android] Remove WebViewRenderer dependency on Activity ( #4428 ) fixes #4107
2018-11-21 12:23:40 +00:00
FormsWebViewClient.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
FrameRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
GenericAnimatorListener.cs
Initial import
2016-03-22 16:13:41 -07:00
GroupedListViewAdapter.cs
Added Section indexes when FastScrolled is enabled ( #850 )
2017-04-06 18:54:00 +01:00
IDescendantFocusToggler.cs
Initial import
2016-03-22 16:13:41 -07:00
IFormsEditText.cs
Material Design Renderers for the Material Visual ( #4733 )
2019-01-07 17:07:50 -07:00
IImageSourceHandler.cs
Initial import
2016-03-22 16:13:41 -07:00
IImageViewHandler.cs
[android] new IImageViewHandler API ( #3045 )
2018-07-15 15:00:15 -06:00
IPopupTrigger.cs
[Android] fixes pop-up dialog in Pickers when you call Focus() ( #4725 )
2018-12-13 23:44:53 +00:00
IShellBottomNavigationViewAppearanceTracker.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
IShellContext.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
IShellFlyoutContentRenderer.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
IShellFlyoutRenderer.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
IShellItemRenderer.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
IShellObservableFragment.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
IShellSearchView.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
IShellSectionRenderer.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
IShellTabLayoutAppearanceTracker.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
IShellToolbarAppearanceTracker.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
IShellToolbarTracker.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
ImageExtensions.cs
Resharper warnings are slightly different for some reason than WError, resolve these ( #66 )
2016-04-11 17:33:34 -07:00
ImageLoaderSourceHandler.cs
Better error handling for image loading errors on iOS/Android ( #849 )
2017-04-25 19:16:25 +01:00
ImageRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
KeyboardExtensions.cs
Capitalization keyboard flag additions for Entry/Editor ( #1683 ) ( #1833 )
2018-02-26 11:06:24 +00:00
LabelRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
ListViewAdapter.cs
Reinstate and obsolete IPlatform, et al ( #5181 )
2019-02-12 12:27:00 -08:00
ListViewRenderer.cs
Merge branch '3.5.0'
2019-01-14 09:32:43 +01:00
LocalizedDigitsKeyListener.cs
[A] don't fail on android API obsoleted in alpha
2017-09-13 09:57:23 +02:00
MasterDetailContainer.cs
[Android] total fix of issue #3575 ( #4567 )
2018-11-29 13:12:43 +00:00
MasterDetailRenderer.cs
[Android] Fix various issues with material found by a full run of the UI Tests with Material active ( #5676 )
2019-03-27 10:07:15 -06:00
MotionEventHelper.cs
[Android] Prevent bubbled gestures from falling through transparent containers ( #3091 ) fixes #2858
2018-06-28 12:35:55 +01:00
NavigationRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
ObjectJavaBox.cs
Initial import
2016-03-22 16:13:41 -07:00
OpenGLViewRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
PageContainer.cs
[Android] Add native ctor to PageContainer ( #3107 ) fixes #2740
2018-06-27 19:01:26 +01:00
PageRenderer.cs
Revert "[Android] Ensure the page background can be un-set ( #4916 )"
2019-01-30 18:57:42 -08:00
PickerEditText.cs
fix changed apis ( #5426 )
2019-03-01 19:15:08 -08:00
PickerRenderer.cs
[Visual] Material Pickers ( #5194 )
2019-02-24 20:21:39 -07:00
ProgressBarRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
ScrollViewContainer.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
ScrollViewRenderer.cs
[Android] Fix issue when Message is null on Android API19 ( #5562 )
2019-03-15 18:13:14 -07:00
SearchBarRenderer.cs
Merge branch '3.5.0' into 3.6.0
2019-02-25 08:20:29 +01:00
ShellBottomNavViewAppearanceTracker.cs
[iOS,Shell] Fix tab bar style color alignment to match Android ( #5075 )
2019-03-18 18:52:49 +00:00
ShellContentFragment.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
ShellFlyoutContentRenderer.cs
[Android] If drawable doesn't exist don't dispose of it ( #4904 )
2019-01-09 15:06:49 +01:00
ShellFlyoutRecyclerAdapter.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
ShellFlyoutRenderer.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
ShellFlyoutTemplatedContentRenderer.cs
update to preview9 and uncomment no longer broken interface ( #4727 )
2018-12-13 23:46:29 +00:00
ShellFragmentPagerAdapter.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
ShellItemRenderer.cs
[Android] If drawable doesn't exist don't dispose of it ( #4904 )
2019-01-09 15:06:49 +01:00
ShellItemRendererBase.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
ShellPageContainer.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
ShellRenderer.cs
[Android] Remove changes to IVisualElementRenderer so it remains backwards compatible ( #5398 )
2019-02-28 10:57:20 -08:00
ShellSearchView.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
ShellSearchViewAdapter.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
ShellSectionRenderer.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
ShellTabLayoutAppearanceTracker.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
ShellToolbarAppearanceTracker.cs
[Shell] The glorious Shell ( #4522 )
2018-11-29 20:22:51 -08:00
ShellToolbarTracker.cs
[Android] Fix various issues with material found by a full run of the UI Tests with Material active ( #5676 )
2019-03-27 10:07:15 -06:00
SliderRenderer.cs
Merge branch '3.5.0'
2019-01-14 09:32:43 +01:00
StepperRenderer.cs
[Material] [Android, iOS] Materializing the stepper ( #5027 )
2019-02-22 12:51:45 -07:00
StreamImagesourceHandler.cs
Better error handling for image loading errors on iOS/Android ( #849 )
2017-04-25 19:16:25 +01:00
SwitchRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
TabbedRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
TableViewModelRenderer.cs
[Core, iOS, Android, UWP, WPF, GTK, Tizen] Implement TextColor on TableSection ( #4379 ) fixes #2910
2018-11-27 19:26:34 +00:00
TableViewRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00
TimePickerRenderer.cs
[Android, iOS] added re-measure of TimePicker after change value ( #4999 )
2019-02-27 17:49:11 -08:00
ViewCellExtensions.cs
[Android] Restore pinch gestures and fix listview item selection ( #1135 )
2017-09-15 19:49:19 +01:00
ViewGroupExtensions.cs
Initial import
2016-03-22 16:13:41 -07:00
WebViewRenderer.cs
hide obsolete API from editor ( #4938 )
2019-01-10 12:53:48 +01:00