AndroidX (Jetpack) bindings for Xamarin.Android
Перейти к файлу
moljac 73d9eb87cc Revert "dotnet version bumps"
This reverts commit 19f2ec40b0.
2022-01-18 18:13:21 +01:00
.github Merge pull request #316 from xamarin/improvements-javadocjar-javasourcejar 2021-05-25 21:51:04 +02:00
build/scripts [update-config.csx] Update MavenNet to support kotlinx-coroutines. (#388) 2021-09-22 09:40:10 -05:00
icons Add a smaller image for the nugets 2019-07-19 16:39:18 +02:00
mappings Update dependencies.json 2022-01-14 06:34:51 +01:00
samples samples fixed for monoandroid12.0 2021-12-24 10:11:16 +01:00
source MonoAndroid12.0 instead of MonoAndroid9.0 2021-12-21 09:10:30 +01:00
templates Condition=" '$(AndroidApplication)' == 'true' and artifact version fix 2022-01-12 01:40:18 +01:00
tests tests fixed for monoandroid12.0 2021-12-24 10:11:33 +01:00
util Update the build script to use the new dotnet tools 2019-08-08 03:46:36 +02:00
.gitignore Added the initial migration code 2019-11-27 18:51:05 +02:00
BUILDING.md Update and streamline the README. (#334) 2021-07-13 10:23:13 -05:00
Directory.Build.props Update Xamarin.Android to d17.0. 2021-12-02 13:21:50 -06:00
External-Dependency-Info.txt Update the README.md 2019-11-20 00:40:53 +02:00
LICENSE.md Use a LicenseExpression so automated tooling can understand the MIT license. (#365) 2021-09-03 09:51:16 -05:00
README.md Update and streamline the README. (#334) 2021-07-13 10:23:13 -05:00
SECURITY.md Create SECURITY.md 2021-05-24 14:59:55 -05:00
SignList.xml Bind needed runtime dependency Tink. 2021-09-23 13:16:54 -05:00
THIRD-PARTY-NOTICES Update THIRD-PARTY-NOTICES 2019-07-19 10:45:39 -04:00
azure-pipelines.yml Revert "dotnet version bumps" 2022-01-18 18:13:21 +01:00
build.cake [build] Convert to Xamarin.Legacy.Sdk. (#339) 2021-07-16 09:30:28 -05:00
config.json target files removed 2022-01-12 01:35:50 +01:00
global.json Build with 'windows-2022'. (#442) 2021-12-14 08:47:38 -06:00
nuget-diff.cake txt extension for easier upload to github 2021-02-18 02:40:38 +01:00
utilities.cake nuget structure analysis in utilities.cake 2022-01-18 13:26:47 +01:00
workload.json Bump to xamarin/xamarin-android/release/6.0.1xx-preview10@d794ab2c (#413) 2021-10-27 08:41:40 -05:00

README.md

AndroidX for Xamarin.Android

GitHub License contributions welcome GitHub contributors Build Status

Xamarin creates and maintains Xamarin.Android bindings for AndroidX.

What is AndroidX

AndroidX (also called Jetpack) is a major improvement to the original Android Support Library. AndroidX packages fully replace the Android Support Library by providing feature parity and new libraries.

With the release of AndroidX, Android Support is now considered deprecated and will no longer receive new feature updates. Version 28.0.0 is the last release of the Android Support Library.

Binding Policies

  • This repository binds over 100 AndroidX libraries that are published to NuGet.org. The full package list can be found in config.json.
  • AndroidX Java artifacts come from Google's Maven Respository.
  • Google's release notes for AndroidX libraries are available here.
  • The major/minor/patch version numbers mirror the AndroidX library version. For example, the NuGet Xamarin.AndroidX.Core 1.3.2.1 binds version 1.3.2 of the AndroidX library androidx.core:core.
    • The revision version number is used when a new NuGet needs to be built but the AndroidX library has not been updated.
  • We endeavor to release updated NuGets within a few weeks after new AndroidX releases, however large changes occasionally require more time.
  • In general, we do not bind pre-release libraries. As their API is not stable yet, it results in too much rework.

License

The license for this repository is specified in LICENSE.md

Building

Instructions for building this repository are specified in BUILDING.md

Contribution Guidelines

The Contribution Guidelines for this repository are listed in CONTRIBUTING.md

.NET Foundation

This project is part of the .NET Foundation