.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Перейти к файлу
Stephane Delcroix 501e54cb53
[iOS] allow mailto: uri (#2646)
* [iOS] allow mailto: uri

same as #1311 but for mailto:

 - fixes #2628

* Add mailto test
2018-05-11 09:01:47 +02:00
.nuspec [nuspec] update description to add new plats 2018-05-09 13:44:42 +02:00
AndroidNative
EmbeddingTestBeds Make bundle identifier pattern for test apps consistent 2018-04-05 09:24:48 -06:00
PagesGallery Make bundle identifier pattern for test apps consistent 2018-04-05 09:24:48 -06:00
Stubs
Xamarin.Flex [Flex] do not layout invisible children (#2594) 2018-05-04 20:46:52 +02:00
Xamarin.Forms.Build@386ccb3495 [Build] Using remote certs with provisionator for sigining 2018-05-07 12:18:19 +01:00
Xamarin.Forms.Build.Tasks [XamlC] meaningful error on missing property (#2525) 2018-04-24 10:18:54 +02:00
Xamarin.Forms.ControlGallery.Android [Core] Improve Renderer registration order (#2519) 2018-04-25 14:05:59 -07:00
Xamarin.Forms.ControlGallery.GTK
Xamarin.Forms.ControlGallery.MacOS [MacOS] Workaround for 15.6 mac targets issue 2018-03-19 15:22:02 +00:00
Xamarin.Forms.ControlGallery.Tizen
Xamarin.Forms.ControlGallery.WPF
Xamarin.Forms.ControlGallery.WindowsUniversal [Core] Improve Renderer registration order (#2519) 2018-04-25 14:05:59 -07:00
Xamarin.Forms.ControlGallery.iOS [Core] Improve Renderer registration order (#2519) 2018-04-25 14:05:59 -07:00
Xamarin.Forms.Controls [Core] Improve Renderer registration order (#2519) 2018-04-25 14:05:59 -07:00
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared [iOS] allow mailto: uri (#2646) 2018-05-11 09:01:47 +02:00
Xamarin.Forms.Core [Android] Second measurement pass in IPlatform.GetNativeSize (#2215) fixes #1415, fixes #1396 2018-05-07 10:12:48 +01:00
Xamarin.Forms.Core.Android.UITests
Xamarin.Forms.Core.Design Update design dependency (#2503) 2018-04-20 15:21:20 +01:00
Xamarin.Forms.Core.UITests.Shared [UITests] Fix failing tests (#2500) 2018-04-19 17:31:58 +01:00
Xamarin.Forms.Core.UnitTests [Flex] do not layout invisible children (#2594) 2018-05-04 20:46:52 +02:00
Xamarin.Forms.Core.Windows.UITests
Xamarin.Forms.Core.iOS.UITests
Xamarin.Forms.Core.macOS.UITests
Xamarin.Forms.CustomAttributes
Xamarin.Forms.Maps
Xamarin.Forms.Maps.Android
Xamarin.Forms.Maps.Design Update design dependency (#2503) 2018-04-20 15:21:20 +01:00
Xamarin.Forms.Maps.GTK
Xamarin.Forms.Maps.MacOS [MacOS] Workaround for 15.6 mac targets issue 2018-03-19 15:22:02 +00:00
Xamarin.Forms.Maps.Tizen
Xamarin.Forms.Maps.UWP
Xamarin.Forms.Maps.WPF
Xamarin.Forms.Maps.iOS
Xamarin.Forms.Pages
Xamarin.Forms.Pages.Azure
Xamarin.Forms.Pages.UnitTests
Xamarin.Forms.Platform
Xamarin.Forms.Platform.Android [Android] Second measurement pass in IPlatform.GetNativeSize (#2215) fixes #1415, fixes #1396 2018-05-07 10:12:48 +01:00
Xamarin.Forms.Platform.Android.AppLinks
Xamarin.Forms.Platform.Android.FormsViewGroup
Xamarin.Forms.Platform.GTK
Xamarin.Forms.Platform.MacOS [MacOS] Workaround for 15.6 mac targets issue 2018-03-19 15:22:02 +00:00
Xamarin.Forms.Platform.Tizen
Xamarin.Forms.Platform.UAP [UWP] TableView should not crash when Control is null OnSelectionChanged (#2292) 2018-05-03 20:29:06 +01:00
Xamarin.Forms.Platform.WPF
Xamarin.Forms.Platform.iOS [iOS] allow mailto: uri (#2646) 2018-05-11 09:01:47 +02:00
Xamarin.Forms.Xaml [CSS] attribute Source with UriTypeConverter (#1657) 2018-04-26 10:38:46 +02:00
Xamarin.Forms.Xaml.Design Update design dependency (#2503) 2018-04-20 15:21:20 +01:00
Xamarin.Forms.Xaml.UnitTests [XamlC] meaningful error on missing property (#2525) 2018-04-24 10:18:54 +02:00
Xamarin.Forms.Xaml.Xamlc
Xamarin.Forms.Xaml.Xamlg
docs Removing docs 2018-03-23 10:39:43 -06:00
tools/mdoc
.Xamarin.Forms.Android.sln
.Xamarin.Forms.iOS.sln
.create-nuget.bat
.editorconfig
.gitattributes
.gitignore
.gitmodules
.xtc-manual-ios.bat
CODE_OF_CONDUCT.md
CONTRIBUTING.md
ISSUE_TEMPLATE.md
LICENSE
Makefile
PULL_REQUEST_TEMPLATE.md
README.md Removing docs 2018-03-23 10:39:43 -06:00
Xamarin.Forms.mdpolicy
Xamarin.Forms.sln remove reference to APIDocs.shproj 2018-03-26 11:03:13 +02:00
Xamarin.Forms.sln.DotSettings
Xamarin.Forms.vssettings
banner.png
debug.keystore
global.json

README.md

Xamarin.Forms banner

Xamarin.Forms

Xamarin.Forms provides a way to quickly build native apps for iOS, Android, Windows and macOS, completely in C#.

Read more about the platform at https://www.xamarin.com/forms.

Build Status

Visual Studio Team Services

Packages

Platform/Feature Package name Stable (2.5.0 branch) Nightly Feed MyGet (master branch)
Core Xamarin.Forms NuGet MyGet
Maps Xamarin.Forms.Maps NuGet MyGet
Pages Xamarin.Forms.Pages NuGet MyGet

If you want to use the latest dev build then you should read this blog post :

  • Add the nightly feed to your nuget sources or add a NuGet.Config to your app with the following content:

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
        <packageSources>
            <clear />
            <add key="xamarin-ci" value="https://www.myget.org/F/xamarinforms-ci/api/v2" />
            <add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
        </packageSources>
    </configuration>
    

    NOTE: This NuGet.Config should be with your application unless you want nightly packages to potentially start being restored for other apps on the machine.

  • Change your application's dependencies to have a * to get the latest version.

Getting Started

Install Visual Studio 2017

VS 2017 is required for developing Xamarin.Forms. If you do not already have it installed, you can download it here. VS 2017 Community is completely free. If you are installing VS 2017 for the first time, select the "Custom" installation type and select the following from the features list to install:

  • Universal Windows Platform Development - In the Summary > Optional select the Windows 10 Mobile Emulator.
  • Mobile Development with .NET - In the Summary > Optional select Xamarin Remoted Simulator, Xamarin SDK Manager, Intel Hardware Accelerated Execution Manager (HAXM)

We also recommend installing Xamarin Android Device Manager This will use the HAXM tools installed above and allow you to configure Android Virtual Devices (AVDs) that emulate Android devices. If you already have VS 2017 installed, you can verify that these features are installed by modifying the VS 2017 installation via the Visual Studio Installer.

Solution Configuration

Upon opening the Xamarin.Forms solution, you will find that there are a number of errors and warnings under the Error List pane; you can resolve this by changing the filter of Build + IntelliSense to Build Only. At this point, you should be able to successfully build the solution.

By default, the Xamarin.Forms.Controls project does not have a configuration for various API keys to access certain features on each platform (e.g. maps). When building the solution the first time, a controlgallery.config file will be generated inside that project, which looks like this:

UWPMapsAuthKey:

You will have to obtain your own API keys for each of these services, inserted directly after the identifier (e.g. UWPMapsAuthKey:abcdefghijklmnopqrstuvwxyz). You can find out how to obtain each of these as follows:

Due to the way that Android works, the maps API key cannot be injected at runtime. As a result, you will have to add this key to the MapsKey.cs file under Xamarin.Forms.ControlGallery.Android/Properties:

[assembly: Android.App.MetaData("com.google.android.maps.v2.API_KEY", Value = "INSERT_KEY_HERE")]

You can find out how to obtain a Google Maps API key here.

Build from the Command line

Make sure you have Nuget.exe 4.0 or above and the latest dotnet core sdk (2.0.3). On OSX you should specify the platform in the msbuild command (/p:Platform=iPhoneSimulator)

 nuget restore Xamarin.Forms.sln
 msbuild Xamarin.Forms.sln

Coding Style

We follow the style used by the .NET Foundation, with a few exceptions:

  • We do not use the private keyword as it is the default accessibility level in C#.
  • We use hard tabs over spaces. You can change this setting in VS 2015 via Tools > Options and navigating to Text Editor > C# and selecting the "Keep tabs" radio option. In Visual Studio for Mac it's set via preferences in Source Code > Code Formatting > C# source code and disabling the checkbox for Convert tabs to spaces.
  • Lines should be limited to a max of 120 characters (or as close as possible within reason). This may be set in Visual Studio for Mac via preferences in Source Code > Code Formatting > C# source code and changing the Desired file width to 120.

Contributing

Reporting Bugs

We use GitHub Issues to track issues. If at all possible, please submit a reproduction of your bug along with your bug report.