maui-linux/Xamarin.Forms.Platform.Android
E.Z. Hart 4458d78dd6 Prevent Flags/IsInitialized check from crashing Android app on restart (#1151)
* Prevent Android app crashes on configuration restarts when flags are set

* Update UI test

* Fix typos

* Don't prevent FastRenderers flag from being set
2017-09-21 10:42:43 -07:00
..
AppCompat Fix NRE when removing multiple pages in NavigationPageRenderer (#1108) 2017-08-22 14:55:49 +01:00
Cells [Android] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 19:49:19 +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] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 19:49:19 +01:00
Properties Fix border on android buttons (#941) 2017-06-01 11:27:12 +01:00
Renderers Use bitwise ops on caching strategy in ListViewAdapter.cs (#1149) 2017-09-19 18:47:12 +01: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 [Android] Fix missing shadow on Button fast renderer (#1034) 2017-08-15 16:39:02 +01:00
CellAdapter.cs Fix Bug 59580 - CanExecuteChanged raises a NullReferenceException on Android (#1147) 2017-09-21 12:05:01 +01: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
Flags.cs Add support for backcompat hint flags (#1074) 2017-08-10 19:08:18 +01:00
Forms.cs Prevent Flags/IsInitialized check from crashing Android app on restart (#1151) 2017-09-21 10:42:43 -07: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
GestureManager.cs [Android] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 19:49:19 +01: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 [Android] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 19:49:19 +01:00
InnerScaleListener.cs [Android] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 19:49:19 +01: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 [Android] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 19:49:19 +01:00
PinchGestureHandler.cs [Android] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 19:49:19 +01:00
Platform.cs [Android] Hide actionbar when MDP with NavigationPage with hidden NavigationBar (#1120) 2017-09-15 18:51:19 -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 [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 Enables custom images (especially SVG) through the new IImageSourceHandler to work with tab bar icons on Android (like it does on iOS). And also on cell adapters and navigation page menu. (#1130) 2017-09-12 15:09:38 +01:00
ResourcesProvider.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
TapGestureHandler.cs [Android] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 19:49:19 +01: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 [Android] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 19:49:19 +01:00
VisualElementPackager.cs [Android] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 19:49:19 +01:00
VisualElementRenderer.cs [Android] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 19:49:19 +01:00
VisualElementRendererFlags.cs Initial import 2016-03-22 16:13:41 -07:00
VisualElementTracker.cs [C, iOS, Android] LayoutCompression (#1136) 2017-09-13 11:18:59 +02:00
Xamarin.Forms.Platform.Android.csproj [Android] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 19:49:19 +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