Граф коммитов

23 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Pobst 0835812542
Streamline "LICENSE" handling. (#931)
Reduce maintenance costs by creating a generic `PackageLicense.md` file that can be used by all packages.  Instead of listing package-specific licensing, it points to the existing `THIRD-PARTY-NOTICES.txt` file which already contains package-specific licensing.

Additionally, this is done as `PackageLicense.md` instead of the root `LICENSE.md` because it is specific to the packages we ship and not necessarily to the code in this repository.  That is, the package-specific wording does not apply to things like the `binderator` code that exists in this repository.

Also, mentions of `Xamarin` were replaced with `Microsoft`.

Finally, pull in the standard `dotnet` `LICENSE.txt` for the repository level license, a la:
- https://github.com/dotnet/runtime/blob/main/LICENSE.TXT
- https://github.com/dotnet/android/blob/main/LICENSE.TXT
2024-08-07 07:36:14 -10:00
Jonathan Pobst 3c8325e40f
Remove Classic support. (#875)
With support for Classic Xamarin.Android [ended May 1st, 2024](https://dotnet.microsoft.com/en-us/platform/support/policy/xamarin), we can start removing all the hacks needed to support both Classic and .NET for Android.

- No longer build EOL frameworks: `MonoAndroid12.0;net6.0-android;`
- No longer need to install classic XA
- No longer need to have classic XA or XF sample builds
- No longer need to use `Xamarin.Legacy.Sdk`

For this PR, we'll only build `net7.0-android`.  A future PR should enable `net8.0-android`.

The best news: with this our CI build time drops from ~80 minutes to ~35 minutes. 🎉
2024-05-03 07:51:29 -10:00
Jonathan Pobst 0ecda491d5
Update README.md
Modernize readme.md.
2023-11-27 09:24:30 -10:00
moljac df5c147e8d fixes according to review 2022-09-11 12:21:22 +02:00
moljac cce353d4b2 readme with more details and updates 2022-09-08 16:52:51 +02:00
moljac dc36757a48 added artifact lists details 2022-09-07 21:58:31 +02:00
Jonathan Pobst 2d68916e93
Update and streamline the README. (#334) 2021-07-13 10:23:13 -05:00
moljac 4689109857 readme formatting 2021-05-18 17:52:27 +02:00
Álison Fernandes 6628ff8147
Updated Migration tool link in README.md 2021-01-13 15:58:09 +00:00
moljac ce3bef6a63 docs (readme.md) update - api-tools for API diff installation 2020-10-13 10:29:52 +02:00
moljac a0db6d317d
dotmet tools version updates 2020-01-30 18:46:35 +01:00
Jonathan Dick 3a9531148b
Update README.md 2019-12-03 11:35:43 -05:00
Matthew Leibowitz f16d23d3b5
Update README.md 2019-11-20 15:24:27 +02:00
Matthew Leibowitz 7c352243ee
Update README.md 2019-11-20 00:50:33 +02:00
Matthew Leibowitz 3aa4346d2a
Update README.md 2019-11-20 00:49:38 +02:00
Matthew Leibowitz 88a19e1921
Update the README.md 2019-11-20 00:40:53 +02:00
Jonathan Dick 063acffaac
Update README.md 2019-07-17 13:42:33 -04:00
Jonathan Dick abb79ffdbd
Create README.md 2019-04-03 11:19:32 -04:00
Redth 15eb4e9c43
Initial commit using binding project generation tool
This commit marks a different approach to maintaining the bindings, and now uses a binding generation tool currently called AndroidBinderator.

This tool will fetch all the required maven artifact information including dependency chains, binaries, etc, and generate Xamarin.Android binding projects for the maven artifacts based on Razor templates for both the .csproj and .targets files.

This also uses new SDK style projects which makes packaging nugets easier, especially for including the correct dependency chains in the nupkg’s (which is automated from the maven repository info).

This is a work in progress.
2018-08-03 14:17:57 -04:00
Vu Duc Tuyen 7d9c44f575 - Add bindnig project for android.arch.core:Runtime
- Correct bash command on Mac
2017-12-27 07:49:27 +07:00
Bill Holmes fc259af90a Updates for .NET Foundation. 2016-04-26 22:49:24 -04:00
Redth d553cce52c Fixed README commands for building
There were some incorrect argument usages which are now fixed.
2016-04-20 10:43:51 -04:00
Redth ed4507183d Initial code transfer to public repo 2016-04-20 08:53:42 -04:00