maui-linux/Xamarin.Forms.Platform.iOS
Samantha Houts 5e553f6195 Platform Specifics (#301)
* Playing around with how the platform specifics interfaces etc. might work

* Sample implementation of iOS navigation translucency

* Very slightly reduced code

* Better vendor stuff

* Drop single-implemenation interfaces

* Generics on NavigationPage

* On-demand vendor stuff

* Remove functionally duplicate classes and make ControlGallery work again

* Namespace all the things. XAML test.

* Can use Effect to attach platform specific

* Attach Effect on PropertyChanging for XAML support!

* Rename IConfigPlatform interfaces for readability

* Some renaming to match the documents

* Split class files

* Clear out test-only code

* Re-namespace

* Added On method to rendered Elements

* Allow for removal of platform suffix, convenience methods on specific platforms

* Creating a gallery page for specifics

* Add rudimentary Platform Specifics gallery; make CollapseStyle work on UWP;
Add CollapsedPaneWidth specific property

* Toolbar now working with both collapse styles

* MDP now displaying Content title; toolbar routing around title

* Add a gallery for the iOS NavigationPage stuff

* Add Navigation Page as detail page to verify it works with new Toolbar options

* Make titlebar/toolbar background colors consistent

* ToolbarPlacement now working on NavigationPage

* Toolbar Placement working for tabbed and nav pages

* Fix bug where phone doesn't get default toolbar placement on start

* [Core] Add PS WindowSoftInputModeAdjust

[Core] Make Application extendable

* Toolbar placement now working on Nav, Tabbed, and Master pages on desktop/phone

Remove unnecessary style indirection

Fix build errors

* [A] Add PlatformConfigurationExtensions

* SetSoftInputMode test page

* [A] SetSoftInputMode

Known issue: Status bar color does not work in AdjustResize mode

* [Core] Add PS Blur

* [iOS] Configure renderer for blur

* Add test page

* Move to blur VisualElement for broader support

* Move test pages to gallery

* Update docs

* Use lazy initializer for PlatformConfigurationRegistry
2016-08-30 10:46:14 -07:00
..
Cells Fix for NullReferenceException when ItemSource has item removed and a… (#258) 2016-07-18 16:18:15 -07:00
Extensions Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
Properties Carousel clean (#135) 2016-04-26 15:35:52 -04:00
Renderers Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
Resources Initial import 2016-03-22 16:13:41 -07:00
CADisplayLinkTicker.cs Make core Ticker abstract and public (#116) 2016-04-25 15:57:44 -04:00
ContextActionCell.cs Prep Cell & friends for removal of InternalsVisibleTo (#142) 2016-06-17 11:10:18 +01:00
ContextScrollViewDelegate.cs [iOS] Resolve Warning 0108 (#64) 2016-04-11 18:05:28 -07:00
Deserializer.cs Reformat using statements 2016-03-25 13:53:19 -07:00
EffectUtilities.cs Page renderer effects (#85) 2016-04-13 16:38:38 -07:00
ElementChangedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
EventTracker.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
Forms.cs Make core Ticker abstract and public (#116) 2016-04-25 15:57:44 -04:00
FormsApplicationDelegate.cs Evolve feature branch (#117) 2016-04-24 12:25:26 -04:00
GlobalCloseContextGestureRecognizer.cs [iOS] Resolve Warning 0108 (#64) 2016-04-11 18:05:28 -07:00
IVisualElementRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
LayoutExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
NativeViewWrapper.cs Initial import 2016-03-22 16:13:41 -07:00
NativeViewWrapperRenderer.cs Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141) 2016-05-02 15:19:12 -07:00
PageExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
Platform.cs [iOS] Resolve Warning 0108 (#64) 2016-04-11 18:05:28 -07:00
PlatformEffect.cs Initial import 2016-03-22 16:13:41 -07:00
PlatformRenderer.cs Forward Orientation Methods in PlatformRenderer and ModalWrapper (#147) 2016-05-12 11:22:11 +01:00
RendererFactory.cs Initial import 2016-03-22 16:13:41 -07:00
RendererPool.cs Prep Page for removal of InternalsVisibleTo (#150) 2016-06-16 16:45:09 +01:00
ResourcesProvider.cs Initial import 2016-03-22 16:13:41 -07:00
ViewInitializedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ViewRenderer.cs Protect against null Control (#171) 2016-05-24 11:48:09 -07:00
VisualElementPackager.cs Prep Page for removal of InternalsVisibleTo (#150) 2016-06-16 16:45:09 +01:00
VisualElementRenderer.cs Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
VisualElementTracker.cs Fix bugzilla39987 (#100) 2016-04-17 12:33:52 -07:00
Xamarin.Forms.Platform.iOS.Classic.csproj Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
Xamarin.Forms.Platform.iOS.csproj Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
Xamarin.Forms.Platform.iOS.nuspec Initial import 2016-03-22 16:13:41 -07:00
iOSAppIndexingProvider.cs Evolve feature branch (#117) 2016-04-24 12:25:26 -04:00
iOSAppLinks.cs Throw InvalidOperationException if AppLinkEntry.Thumbnail source is invalid (#299) 2016-08-30 10:45:05 -07:00