maui-linux/Xamarin.Forms.Platform.Android
Samantha Houts 60db754eb7 [Android] Prevent ObjectDisposed exceptions on Fast Renderers (#1033)
* Add repro for object disposed exception

* [Android] Clear Renderer property from Element on dispose
2017-07-24 16:38:34 -04:00
..
AppCompat [Android] Handle fragment removal inside of the RemovePage method (#1053) 2017-07-19 14:26:46 -07:00
Cells Allow Context Actions on ViewCells with TapGestures (#985) 2017-06-22 10:44:45 +01:00
Extensions [Android] Set SingleLine to true when we only have 1 line on a TextView (#932) 2017-05-26 12:30:01 +01:00
FastRenderers [Android] Prevent ObjectDisposed exceptions on Fast Renderers (#1033) 2017-07-24 16:38:34 -04:00
Properties Fix border on android buttons (#941) 2017-06-01 11:27:12 +01:00
Renderers Update FrameRenderer.cs (#1023) 2017-07-06 11:02:21 -07:00
AndroidActivity.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
AndroidAppIndexProvider.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
AndroidApplicationLifecycleState.cs Initial import 2016-03-22 16:13:41 -07:00
AndroidTicker.cs Make core Ticker abstract and public (#116) 2016-04-25 15:57:44 -04:00
AndroidTitleBarVisibility.cs Initial import 2016-03-22 16:13:41 -07:00
ButtonBackgroundTracker.cs Fix border on android buttons (#941) 2017-06-01 11:27:12 +01:00
CellAdapter.cs Fix crash when modifying ContextActions on Android (#982) 2017-06-14 15:51:32 -06:00
ColorExtensions.cs Native Bindings (#278) 2016-09-08 11:39:05 -07:00
ContextExtensions.cs Update ContextExtensions.cs (#502) 2016-11-03 04:08:30 -07:00
Deserializer.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
ElementChangedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ExportCellAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
ExportImageSourceHandlerAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
ExportRendererAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
Extensions.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
Forms.cs Fix accent color for Samsung devices (#1026) 2017-07-07 11:31:22 -04:00
FormsApplicationActivity.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
GenericMenuClickListener.cs Initial import 2016-03-22 16:13:41 -07:00
GetDesiredSizeDelegate.cs Initial import 2016-03-22 16:13:41 -07:00
IDeviceInfoProvider.cs Initial import 2016-03-22 16:13:41 -07:00
IPlatformLayout.cs Initial import 2016-03-22 16:13:41 -07:00
IStartActivityForResult.cs Initial import 2016-03-22 16:13:41 -07:00
IVisualElementRenderer.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
InnerGestureListener.cs Allow Context Actions on ViewCells with TapGestures (#985) 2017-06-22 10:44:45 +01:00
InnerScaleListener.cs Initial import 2016-03-22 16:13:41 -07:00
KeyboardManager.cs Update ContextExtensions.cs (#502) 2016-11-03 04:08:30 -07:00
LayoutExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
MeasureSpecFactory.cs Initial import 2016-03-22 16:13:41 -07:00
NativeBindingservice.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
NativeValueConverterService.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
NativeViewWrapper.cs Native Bindings (#278) 2016-09-08 11:39:05 -07:00
NativeViewWrapperRenderer.cs Allow Custom Android MapRenderers to override the default MapView options (#285) 2016-08-30 10:37:07 -07:00
OnLayoutDelegate.cs Initial import 2016-03-22 16:13:41 -07:00
OnMeasureDelegate.cs Initial import 2016-03-22 16:13:41 -07:00
PanGestureHandler.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
PinchGestureHandler.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
Platform.cs Set the Id field for Android Views created by Forms (#1004) 2017-06-22 23:33:03 +01:00
PlatformConfigurationExtensions.cs Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
PlatformEffect.cs Android fastrenderers (#845) 2017-04-06 14:19:52 +01:00
PlatformRenderer.cs [A]Resolve issue where calling Focus in an unfocus event would fail 2016-03-29 18:15:11 +01:00
RendererFactory.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
RendererPool.cs Android fastrenderers (#845) 2017-04-06 14:19:52 +01:00
ResourceManager.cs Resource Manager fix for F# File Resources (Bugzilla 53515) (#825) 2017-04-12 11:57:13 +01:00
ResourcesProvider.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
TapGestureHandler.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
TextColorSwitcher.cs Add TextColor Property to Picker, TimePicker, DatePicker (#84) 2016-04-19 00:01:58 -07:00
ViewExtensions.cs Set the Id field for Android Views created by Forms (#1004) 2017-06-22 23:33:03 +01:00
ViewInitializedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ViewPool.cs Initial import 2016-03-22 16:13:41 -07:00
ViewRenderer.cs Set the Id field for Android Views created by Forms (#1004) 2017-06-22 23:33:03 +01:00
VisualElementChangedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
VisualElementExtensions.cs Align Layout transparency behavior between Android, iOS, Windows (#935) 2017-06-20 16:40:07 +01:00
VisualElementPackager.cs Android fastrenderers (#845) 2017-04-06 14:19:52 +01:00
VisualElementRenderer.cs [Android] Remove the ". " on empty labels (Accessibility) on Fastrenderers (#915) 2017-06-22 19:19:26 +01:00
VisualElementRendererFlags.cs Initial import 2016-03-22 16:13:41 -07:00
VisualElementTracker.cs Update View Enabled property when IsEnabled changes (#968) 2017-06-08 15:30:25 -06:00
Xamarin.Forms.Platform.Android.csproj Allow Context Actions on ViewCells with TapGestures (#985) 2017-06-22 10:44:45 +01:00
Xamarin.Forms.Platform.Android.nuspec Initial import 2016-03-22 16:13:41 -07:00
packages.config [Android] Add missing 23.3.0 package dependencies 2016-04-20 12:06:48 -07:00