maui-linux/Xamarin.Forms.Platform.Android
Samantha Houts 39de9f0b13 Merge branch '4.1.0' into 4.2.0 2019-08-16 17:51:53 -07:00
..
AppCompat disable gestures on shell View Pager (#7030) 2019-08-05 18:48:17 -07:00
Cells [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
CollectionView Ensure FlowDirection propagates to EmptyView when not using a template (#6998) 2019-08-05 14:05:30 -06:00
Extensions Fix for Switch on Android losing shadow #6798 (#6798) 2019-07-08 16:51:37 -07:00
FastRenderers [Android] Don't dispose the _labelTextColorDefault on Label Fast Renderer (#7163) 2019-08-16 09:39:53 -07:00
Properties Checkbox (#6232) 2019-05-30 10:32:28 -06:00
Renderers [Shell] Fix back button behavior so that it only applies the property you've set opposed to replacing the entire thing (#6762) 2019-08-16 14:22:14 -07:00
Resources Remove NestedScrollView from the default shell layout (#7032) 2019-08-14 17:06:54 +01:00
ActivityResultCallbackRegistry.cs [All] Page embedding (#1124) 2017-10-09 10:51:55 -07:00
AndroidActivity.cs hide obsolete API from editor (#4938) 2019-01-10 12:53:48 +01: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 [Android] Disable AndroidTicker if AnimatorDurationScale is equal or below 0 (#7092) 2019-08-12 11:08:16 -10:00
AndroidTitleBarVisibility.cs Initial import 2016-03-22 16:13:41 -07:00
BackgroundManager.cs [Shell] The glorious Shell (#4522) 2018-11-29 20:22:51 -08:00
BorderBackgroundManager.cs Bring ImageButton API additions in line with current code (#4328) 2018-11-10 12:25:01 -07:00
ButtonElementManager.cs [Material] + [Android, iOS] Refactored and fixed lots of button layout issues (#4967) 2019-01-30 16:44:23 -07:00
ButtonLayoutManager.cs [Android] refactoring fixes layouts (#6390) 2019-07-17 19:29:07 -06:00
CellAdapter.cs [Android] Fix context actions icon so that it loads (#6437) fixes #6258 2019-06-18 11:20:36 +01:00
ColorExtensions.cs hide obsolete API from editor (#4938) 2019-01-10 12:53:48 +01:00
ContextExtensions.cs [Android] Fix previewer exceptions with shell (#5955) 2019-05-02 11:26:42 +01:00
Deserializer.cs [Core, Android] Fix to address the elusive 'Sharing violation on path PropertyStore.forms.tmp' (#1075) 2017-10-03 11:23:32 +01:00
ElementChangedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
Elevation.cs stack the elevation of elements (#6108) 2019-05-09 21:08:14 -07:00
EntryAccessibilityDelegate.cs [Android] fix accessibility of Picker (#5125) 2019-06-19 16:23:00 -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 [Enhancement] Add Visual progress behind feature flag (#4449) fixes #4435 2018-11-23 17:40:15 +00:00
Extensions.cs [Material] + [Android, iOS] Refactored and fixed lots of button layout issues (#4967) 2019-01-30 16:44:23 -07:00
Flags.cs [Android] Use Fast Renderers by Default (#5926) 2019-04-27 12:15:39 -07:00
Forms.cs [Android, previewer] fixes layouts in the preview when using InvokeOnMainThread function (#7044) 2019-08-13 08:32:08 +02:00
FormsApplicationActivity.cs [Android] Fix old root page dispose when main page change (#4707) Fixes #4706 Fixes #4325 2019-03-22 12:10:04 +00:00
GenericMenuClickListener.cs Initial import 2016-03-22 16:13:41 -07:00
GestureManager.cs [Shell] The glorious Shell (#4522) 2018-11-29 20:22:51 -08:00
GetDesiredSizeDelegate.cs Initial import 2016-03-22 16:13:41 -07:00
IBorderVisualElementRenderer.cs ImageButton (#1974) 2018-11-03 16:45:28 -06:00
IButtonLayoutRenderer.cs roll back IButtonLayoutRenderer to its former 3.6 glory (#6290) 2019-05-28 17:27:26 -07:00
IDeviceInfoProvider.cs Initial import 2016-03-22 16:13:41 -07:00
IDisposedState.cs [Android] Image load fixes (#6062) 2019-05-06 11:13:36 -06:00
ILayoutChanges.cs fix abi breaks (#5620) fixes #5288 2019-03-21 10:00:59 +00:00
IPickerRenderer.cs [Android] fixes Picker list showing up incorrectly when focus is set on other controls (#4344) fixes #4318 fixes #4187 fixes #4494 2018-12-05 00:54:00 +00:00
IPlatformLayout.cs Initial import 2016-03-22 16:13:41 -07:00
IScrollView.cs [Android] ensure scrollbar has been initialized (#5462) 2019-03-13 10:03:32 -06:00
IStepperRenderer.cs [Material] [Android, iOS] Materializing the stepper (#5027) 2019-02-22 12:51:45 -07:00
ITabStop.cs Add TabStop/TabIndex (#2795) 2018-09-12 21:20:46 -07:00
IVisualElementRenderer.cs fix abi breaks (#5620) fixes #5288 2019-03-21 10:00:59 +00:00
ImageCache.cs [Android] Image load fixes (#6062) 2019-05-06 11:13:36 -06:00
InnerGestureListener.cs [Shell] The glorious Shell (#4522) 2018-11-29 20:22:51 -08:00
InnerScaleListener.cs [All] Page embedding (#1124) 2017-10-09 10:51:55 -07:00
KeyboardManager.cs [Android] Fix brief display of incorrect keyboard (#4384) 2019-01-12 15:43:08 -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 hide obsolete API from editor (#4938) 2019-01-10 12:53:48 +01: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 [Android] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 20:28:38 +01:00
PickerManager.cs Fix bug where wrong buttons were acted on (#6961) 2019-08-06 11:13:36 +02:00
PinchGestureHandler.cs [Android] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 20:28:38 +01:00
Platform.cs Merge branch '4.1.0' into 4.2.0 2019-08-16 17:51:53 -07: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 Profiler v11; No man init (#6087) 2019-05-07 10:12:00 -10:00
PopupManager.cs [All] Page embedding (#1124) 2017-10-09 10:51:55 -07:00
PowerSaveModeBroadcastReceiver.cs [Android] Force animations to finish immediately when power save mode is on (#3148) fixes #1556 2018-06-28 12:02:36 +01:00
RendererFactory.cs hide obsolete API from editor (#4938) 2019-01-10 12:53:48 +01:00
RendererPool.cs [All] Use IReflectableType when accessing the Registrar (#1006) 2017-09-28 16:35:28 +02:00
ResourceManager.cs [Android] Fix context actions icon so that it loads (#6437) fixes #6258 2019-06-18 11:20:36 +01:00
ResourcesProvider.cs [All] Page embedding (#1124) 2017-10-09 10:51:55 -07:00
StepperRendererManager.cs [Material] [Android, iOS] Materializing the stepper (#5027) 2019-02-22 12:51:45 -07:00
SwipeGestureHandler.cs SwipeGestureRecognizer (#2727) 2018-05-28 11:49:05 +01:00
TapGestureHandler.cs [All] Span GestureRecognizers (#2173) 2018-05-07 19:02:28 +01:00
TextColorSwitcher.cs VisualStateManager phase 1 (#1405) 2018-01-05 09:11:51 +00:00
TextViewExtensions.cs [All] Page embedding (#1124) 2017-10-09 10:51:55 -07:00
ViewExtensions.cs Remove NestedScrollView from the default shell layout (#7032) 2019-08-14 17:06:54 +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 [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
VisualElementChangedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
VisualElementExtensions.cs [Android] Let inflight life cycle events finish up before tearing them down (#3187) 2018-07-13 00:00:25 -06:00
VisualElementPackager.cs [Android] Fix various issues in object dispose methods. (#6467) 2019-06-28 11:53:49 +01:00
VisualElementRenderer.cs Merge branch '4.1.0' into 4.2.0 2019-07-17 20:03:30 -07:00
VisualElementRendererFlags.cs Initial import 2016-03-22 16:13:41 -07:00
VisualElementTracker.cs [Android] refactoring fixes layouts (#6390) 2019-07-17 19:29:07 -06:00
Xamarin.Forms.Platform.Android.csproj Android CollectionView Header/Footer (non-sticky) (#6948) 2019-07-30 12:54:43 -06:00