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

22 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Pobst f90b230bcb
[ci] Move CI YAML from XC. (#658) 2022-12-05 14:27:54 -06:00
moljac ccfa7749b8 remove docs from .gitignore 2022-09-08 16:52:10 +02:00
moljac f9978ab993 InelliJ Rider ignores (idea) 2022-07-11 09:18:33 +02:00
Matthew Leibowitz ffaf153703
Added the initial migration code 2019-11-27 18:51:05 +02:00
Matthew Leibowitz ecb34ce1a5
Added a tool to merge the assemblies and generate the map 2019-03-08 18:08:16 +02:00
Matthew Leibowitz eddeb956f3
Moved the fat script from the yaml into cake 2019-03-02 20:33:36 +02:00
Miljenko Cvjetko moljac a437de1db8 util/ folder added to gitignore 2018-09-03 16:14:59 +02: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
Miljenko Cvjetko moljac 80e9f4f999 .mfractor folder added to gitignore 2018-05-05 14:34:09 +02:00
Redth a2ca1adc72 Fix ignore pattern for generated files
Sometimes generated .targets and .nuspec files appear under a nuget folder more than 1 level deep, so this fixes the ignore rule to catch those.
2017-11-30 16:32:58 -05:00
Redth 2654117ee4 Get artifacts for android arch components 2017-10-03 09:46:20 -04:00
Redth c91b58dd37 Use new build script bootstrapper 2017-09-28 13:45:50 -04:00
Redth f66b871bdb Ignore .vs/ folder 2017-09-15 10:50:09 -04:00
Redth bb628b96f3 Ignore docs/ folder 2017-08-28 13:56:36 -04:00
Redth 09e88fb9b2 Ignore generated .nuspec files 2017-06-21 15:27:40 -04:00
Redth 37763a73ba Don’t exclude template.targets files 2017-03-22 14:30:59 -04:00
Redth 1b1a98d0ad Unignore merge.targets
The merge.targets will get merged into the generated .targets file for a given nuget package.  This was being gitignored and not properly making it in.  This target helps us check the version of android tools installed and adds the —no-version-vectors flag to aapt calls.
2017-03-03 09:07:01 -05:00
Redth eb6e6994b3 Ignore the generated.targets file 2016-11-17 15:14:19 -05:00
Redth 5175518c8b Ignore generated .targets files 2016-11-03 10:06:42 -04:00
Redth f87e254fb8 Housekeeping 2016-09-20 20:57:04 -04:00
Redth 451d729db6 Remove Details.md from SCM
These files will be generated during build on demand through the Details.template.md files
2016-04-20 12:33:05 -04:00
Redth ed4507183d Initial code transfer to public repo 2016-04-20 08:53:42 -04:00