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

624 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Dick 131baa5ce5
Use the nuget version suffix 2019-08-09 12:53:13 -04:00
Jonathan Dick 5ced3676e4
Merge pull request #188 from xamarin/dev/remove-prerelease-steps
Update Cake and use new dotnet tools
2019-08-08 16:20:01 -04:00
Matthew Leibowitz f6b7b73ebf
Use cake.tool instead of the bootstrapper 2019-08-08 16:55:13 +02:00
Matthew Leibowitz 59065bd96f
oh, the shame. 2019-08-08 06:56:45 +02:00
Matthew Leibowitz d4b09e16c5
We need to query the JAVA_HOME envvar 2019-08-08 06:25:51 +02:00
Matthew Leibowitz 3149636b12
We got to wait for .net core 3... 2019-08-08 06:18:56 +02:00
Matthew Leibowitz 9cb57df0a6
Update the tools 2019-08-08 06:04:11 +02:00
Matthew Leibowitz 29fc1dc385
Build ten pack, as some projects aren't packed 2019-08-08 04:55:16 +02:00
Matthew Leibowitz c9ebb579a4
Windows has some ancient dotnet core 2019-08-08 04:09:09 +02:00
Matthew Leibowitz a743aa6a06
Bulk install tools 2019-08-08 04:08:39 +02:00
Matthew Leibowitz a85f1b5f98
Restrict the builds 2019-08-08 04:06:28 +02:00
Matthew Leibowitz eafd265b58
versions... 2019-08-08 04:05:03 +02:00
Matthew Leibowitz ad1774a7d8
PRs can't sign 2019-08-08 04:02:40 +02:00
Matthew Leibowitz 51f579c916
All is nonsense 2019-08-08 03:55:58 +02:00
Matthew Leibowitz dcb6d7b873
this 2019-08-08 03:55:08 +02:00
Matthew Leibowitz 35c2b17549
?!?! 2019-08-08 03:54:29 +02:00
Matthew Leibowitz 820a29e0c3
This did work 2019-08-08 03:53:26 +02:00
Matthew Leibowitz 052e306644
??? 2019-08-08 03:52:31 +02:00
Matthew Leibowitz 6c37b2e0a5
test 2019-08-08 03:51:30 +02:00
Matthew Leibowitz 2b1af69499
Update the build script to use the new dotnet tools 2019-08-08 03:46:36 +02:00
Matthew Leibowitz 2d63d41148
Add api diff to the build 2019-08-07 23:24:17 +02:00
Matthew Leibowitz 640208b1eb
Remove custom logic for preview packages 2019-08-07 23:16:38 +02:00
Jonathan Dick de97a9a4f6
Merge pull request #185 from xamarin/dev/designer
Fix the designer for the separate .jar files
2019-08-02 13:19:25 -04:00
Matthew Leibowitz 078dc7e005
Fix the designer for the separate .jar files
https://github.com/xamarin/xamarin-android/pull/3418
2019-07-31 15:36:30 +02:00
Jonathan Dick f7ce4e1d7a
Update THIRD-PARTY-NOTICES 2019-07-19 10:45:39 -04:00
Matthew Leibowitz 99393f8310
Add a smaller image for the nugets 2019-07-19 16:39:18 +02:00
Matthew Leibowitz f5310bf04f
Remove all the old images 2019-07-19 16:07:42 +02:00
Matthew Leibowitz 5694894f28
Use the new image for the AndroidX packages 2019-07-19 16:07:07 +02:00
Matthew Leibowitz c8f7bd18f0
add new android x icon 2019-07-19 16:02:08 +02:00
Matthew Leibowitz 8c6c055ec0
Move the targets files into sub-folders (#181)
- this will prevent installation into unsupported projects
 - the TargetFramework is not set for Pack in multitargeting packages, so just use a normal, single target framework
 - throw in an extra pretty print for the targets so users don't think we are animals in the xml files :)
2019-07-18 13:59:09 +02:00
Jonathan Dick 063acffaac
Update README.md 2019-07-17 13:42:33 -04:00
Matthew Leibowitz 44dca88e10
The UI can't seem to override these values 2019-07-17 16:49:47 +02:00
Matthew Leibowitz 1c741ddbeb
Update the api-info version and disable poli 2019-07-17 16:35:28 +02:00
Matthew Leibowitz fd11e7382e
Update the macOS agents 2019-07-17 13:14:50 +02:00
Matthew Leibowitz 0b5ba27740
I forgot a semicolon. Oh, the humanity! 2019-07-17 13:01:25 +02:00
Matthew Leibowitz 49c05ea7d7
Add a way to override the prerelease label
This is different from `PREVIEW_LABEL`, which is used to control the type of rerelease (such as preview, beta or rc). It will still include the build number from CI. The `PRERELEASE_OVERRIDE` is the entire value after the `-`.
2019-07-17 12:57:09 +02:00
Matthew Leibowitz 7eb258093c
Remove private types (#178) 2019-07-04 01:13:32 +02:00
Matthew Leibowitz 8525b6dc61
Some fixups for Android X (#177) 2019-06-20 20:00:46 +02:00
Matthew Leibowitz c25e6244c3
Update build.cake 2019-06-07 15:02:28 +02:00
Matthew Leibowitz 8cbfad5b91
Update build.cake 2019-06-04 07:23:22 +02:00
Matthew Leibowitz 7f8c43a0e2
Fix the warnings for AppBarLayout (#175) 2019-06-03 23:02:17 +02:00
moljac 178f42c126
Merge pull request #174 from xamarin/multidex
Add bindings for MultiDex
2019-06-01 09:08:15 +02:00
Matthew Leibowitz 7209b33caf
Added the multidex rules to the bindings 2019-05-31 21:37:17 +02:00
Matthew Leibowitz 10ed45ad70
Add bindings for MultiDex 2019-05-31 19:21:09 +02:00
Matthew Leibowitz d8a9412221
Add a property to allow for preview packages (#173) 2019-05-30 15:04:27 +02:00
Jonathan Dick 1e220ec92b Embed .jar's inside nuget not inside dll (#171)
* Switch to InputJar for jar files to embed it inside the nuget package via the targets file.
* Add `AndroidXSkipAndroidXMigration` to `AndroidJavaLibrary` and `ProguardConfiguration`
2019-05-29 06:24:53 +02:00
Jonathan Dick 840f257360
Simplify androidsupport.merged.dll download 2019-05-24 13:25:28 -04:00
Jonathan Dick 580adc22c6
Update build location for android support to com 2019-05-23 16:00:25 -04:00
Jonathan Dick 4da128e521
Add metadata to AndroidAarLibrary 2019-05-14 14:30:03 -07:00
Miljenko Cvjetko moljac a2845b7244 several artifacts' version bumping 2019-04-27 17:23:31 +02:00