maui-linux/Xamarin.Forms.Platform.Android
Rui Marinho db7e702ecf
[Shell] Add FlyoutIcon (#5567) fixes #4766 fixes #4767 fixes #4845 fixes #5219
* [Controls]  Add repo for shell issue

* [iOS] Allow specify SetPaddingInsets on the ShellContent

* [iOS,Shell] Fix issue when disposing ToolbarItems  of old page

* [Controls] Add demo repo for #5466

* [Shell,Core] Fix navigating to a registered route

* [Shell,Core] Add better exception messages for wrong or non existing content fixes #5081

* [Core,Shell,iOS,Android] Add FlyoutIcon property

* [Controls] Make shell sample work on Android

* [Controls,Android] Add ImageSource support to FlyoutIcon

* [Android]Allow to set text on the back button

* [Android] Create default text back button

* [Controls] Add example to push with back button behavior

* [Android] Fix back button tint color

* [Android] Cleanup and refactor UpdateDrawerArrow

* Update Xamarin.Forms.Platform.Android/Renderers/ShellToolbarTracker.cs

Co-Authored-By: rmarinho <me@ruimarinho.net>

* [iOS,Shell] Fix go back (Pop) when proving BackButtonBehavior

* [iOS] Check the ParentViewController since we were push to it

* [Android,iOS,Shell] Remove extra code implement feedback

* removed old code

* minor cleanup
2019-03-27 17:05:21 +00:00
..
AppCompat fix abi breaks (#5620) fixes #5288 2019-03-21 10:00:59 +00:00
Cells [Android] fix focus event on android and add UI Tests (#5528) 2019-03-15 14:43:04 -07:00
CollectionView [CollectionView] Fixes for ObservableCollection usage on Android and iOS (#4664) 2019-03-26 22:58:29 +00:00
Extensions [Android] Fix issue when Message is null on Android API19 (#5562) 2019-03-15 18:13:14 -07:00
FastRenderers fix abi breaks (#5620) fixes #5288 2019-03-21 10:00:59 +00:00
Properties [Android] move android renderers to separate nuget (#5405) 2019-02-27 18:04:52 -07:00
Renderers [Shell] Add FlyoutIcon (#5567) fixes #4766 fixes #4767 fixes #4845 fixes #5219 2019-03-27 17:05:21 +00:00
Resources [Android] move android renderers to separate nuget (#5405) 2019-02-27 18:04:52 -07: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 Only post DisableTimer to the queue if it's not on the UI thread (#4866) 2019-01-10 11:42:40 +00: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 [Material] + [Android, iOS] Refactored and fixed lots of button layout issues (#4967) 2019-01-30 16:44:23 -07:00
CellAdapter.cs [All] Page embedding (#1124) 2017-10-09 10:51:55 -07:00
ColorExtensions.cs hide obsolete API from editor (#4938) 2019-01-10 12:53:48 +01:00
ContextExtensions.cs [Android, WPF] Fixes rounding down the size of visual elements (#2697) Fixes #1544 2019-02-12 17:48:56 +00: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 [Android] Add platform specific for Elevation (#1158) 2017-09-26 11:14:41 +01: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 Add support for backcompat hint flags (#1074) 2017-08-10 19:08:18 +01:00
Forms.cs [Shell] Add FlyoutIcon (#5567) fixes #4766 fixes #4767 fixes #4845 fixes #5219 2019-03-27 17:05:21 +00:00
FormsApplicationActivity.cs Reinstate and obsolete IPlatform, et al (#5181) 2019-02-12 12:27:00 -08: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 [Material] + [Android, iOS] Refactored and fixed lots of button layout issues (#4967) 2019-01-30 16:44:23 -07:00
IDeviceInfoProvider.cs Initial import 2016-03-22 16:13:41 -07: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
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 [Visual] Material Pickers (#5194) 2019-02-24 20:21:39 -07:00
PinchGestureHandler.cs [Android] Restore pinch gestures and fix listview item selection (#1135) 2017-09-15 20:28:38 +01:00
Platform.cs [Android] fall back to using native get identifier if reflection fails to retrieve drawable (#5585) 2019-03-18 18:22:34 -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 [Shell] The glorious Shell (#4522) 2018-11-29 20:22:51 -08: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] fall back to using native get identifier if reflection fails to retrieve drawable (#5585) 2019-03-18 18:22:34 -07: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 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 [Android] fix focus event on android and add UI Tests (#5528) 2019-03-15 14:43:04 -07: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, iOS] Fixes layout compression causes (#3698) fixes #3624 2018-09-11 14:32:50 +01:00
VisualElementRenderer.cs [Android] fixes app crash when next control in FocusSearch isn't focusable (#5031) 2019-01-30 14:01:02 -08:00
VisualElementRendererFlags.cs Initial import 2016-03-22 16:13:41 -07:00
VisualElementTracker.cs [Android] fixes redraw element when changing renderer (#5233) 2019-03-20 10:31:55 -07:00
Xamarin.Forms.Platform.Android.csproj Merge branch '3.5.0' into 3.6.0 2019-03-21 14:35:44 +01:00
Xamarin.Forms.Platform.Android.nuspec Initial import 2016-03-22 16:13:41 -07:00