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

612 Коммитов

Автор SHA1 Сообщение Дата
Redth 6a8abd9d09 Fix misnamed targets file in nuspec 2016-11-07 14:29:57 -05:00
Redth e200670796 Remove generated.targets import from packaged components 2016-11-07 14:29:39 -05:00
Redth 63e5367b13 Add Xamarin.Build.Download dependency to samples 2016-11-07 14:29:04 -05:00
Redth 9c5c291dbe Add generated targets to Design source 2016-11-07 14:28:05 -05:00
Redth 817d3c3edf Clean up build script 2016-11-07 14:27:35 -05:00
Redth 85d4f22c34 Update nuspec for vector targets file rename 2016-11-07 14:26:01 -05:00
Redth af695450ba Rename existing vector drawable targets to
The new generated targets file will take over the old name.  The old task goes into its own targets file with its own new name.
2016-11-07 14:25:40 -05:00
Redth 53f330ed5d Add Xamarin.Build.Download dependency
Also adding generated.targets import for XBD to use
2016-11-07 14:24:49 -05:00
Redth bee46ef037 Declare Xamarin.Build.Download dependency in all nuspecs 2016-11-03 10:27:23 -04:00
Redth 612fa1fc79 Remove old attributes for library download/inclusion 2016-11-03 10:16:46 -04:00
Redth feaa01a07f Add .targets files to nuspecs 2016-11-03 10:10:41 -04:00
Redth 862c720980 Add .targets generation in build script 2016-11-03 10:10:09 -04:00
Redth 302d122ba4 Add a .targets template file to include Xamarin.Build.Download 2016-11-03 10:07:37 -04:00
Redth 5175518c8b Ignore generated .targets files 2016-11-03 10:06:42 -04:00
Redth f352010c40 Add metadata generated from current android docs 2016-10-27 09:36:49 -04:00
Redth 216bc78ec3 Revert to docs-23
DroidDocs parsing is broken on docs-24+, so moving back to 23 to make things compile more cleanly.
Will be investigating using different doc sources
2016-10-21 15:27:42 -04:00
Redth e49b317d58 Remove an internal class that's causing issues 2016-10-21 15:27:04 -04:00
Redth 9d42f0a9cb Remove some duplicate overloads
In the java api we had some overloads that accepted strings where CharSequence was used in other overloads.  We automatically do this, so the string versions were conflicting with what we generate.  We can just keep the CharSequence versions since we generate the wrapper methods overloads to accept strings anyway.
2016-10-21 15:26:52 -04:00
Redth 3c364b0bf3 Adding the p# version of some parameter names for enums
This way if the names change or we lose documentation from them in the future, it won't cause the whole build to explode
2016-10-21 15:25:52 -04:00
Redth e39c9d66ad Hard code some parameter names to not break in the future 2016-10-21 15:25:19 -04:00
Redth 9d7c8b8847 Prerelease version nugets 2016-10-20 09:24:05 -04:00
Redth cd209c43a7 Bump docs to latest available (still none for api 25) 2016-10-20 09:21:56 -04:00
Redth 277e5d11e0 Bump build scripts to v25.0.0 2016-10-20 09:21:41 -04:00
Redth 59c356384e Update api-info.xml url to latest release...
New builds should API-DIFF based on this latest stable release.
2016-10-19 11:40:22 -04:00
Jonathan Dick 511fed6496 Merge pull request #17 from bholmes/cake-update-0.16.2
Update Cake to 0.16.2
2016-10-19 11:11:51 -04:00
Jonathan Dick 8a833b2986 Merge pull request #18 from xamarin/v24.2.1
Fixes vector drawable sample
2016-10-18 16:45:42 -04:00
Redth a0dbe6db2a Fixes vector drawable sample
The component manifest was removing some references and not adding the required packages in, resulting in missing references in the built sample in the component.
2016-10-18 15:35:10 -04:00
Bill Holmes 16aa83d2ba Update Cake to 0.16.2 2016-10-17 17:39:17 -04:00
Bill Holmes 42624afcd0 Merge pull request #14 from xamarin/v24.2.1
v24.2.1
2016-10-13 11:38:30 -04:00
Redth 3666d63a92 CustomTabs: Fixes NavigationEvent
Also adds support for the missing ExtraCallback callback on the custom tabs session.
This fixes #13
2016-10-13 11:26:57 -04:00
Bill Holmes b5c9383216 Merge pull request #15 from xamarin/support-constraints
Support Constraint Layout
2016-10-12 16:19:06 -04:00
Redth 7338492b5e Add missing unspecified dependency on solver 2016-10-12 14:59:15 -04:00
Redth 4cc9c1b487 Persuade GenAPI.exe to running on windows as well 2016-10-12 14:41:11 -04:00
Redth e16e03d293 Some bootstrapper fixes for windows 2016-10-11 16:43:38 -04:00
Redth 6553ff8c9a Add AppCompat v7 as dependency in sample 2016-10-11 15:47:33 -04:00
Redth de758111b1 Update minSdkVersion on sample so shared runtime works 2016-10-07 16:33:23 -04:00
Redth 7a3ffd8c1d Added notices file for sample content 2016-10-07 09:48:45 -04:00
Redth d4ba22d451 Update sample picture 2016-10-07 09:29:39 -04:00
Redth 95e36eadda Added Constraint Layout and Solver bindings 2016-10-06 17:22:41 -04:00
Redth 6eda7968a7 Bump to stable version for QA 2016-10-06 11:45:27 -04:00
Redth dc758ce935 Bump to rc1 nuget version 2016-10-06 11:34:15 -04:00
Redth 36c9e96c5e Fix some possible naming regressions 2016-10-06 11:34:06 -04:00
Redth 14c3bd9899 Updated icons 2016-10-06 09:38:09 -04:00
Redth 412e166d3d Remove 'all' project for now as it has multidex issues with java 8 2016-10-05 19:21:52 -04:00
Redth 5b06a3f522 Disable multidex in 'all' app project 2016-10-05 16:41:45 -04:00
Redth 34c4659fa4 Fix Transition library
Originally some interfaces were attempted to be made public (which isn't possible for Java interfaces), so we had to remove them from being implemented in public members.
2016-10-05 13:52:55 -04:00
Redth 06f5558087 Bump nuget package version 2016-10-05 12:15:40 -04:00
Redth bf603cfbd7 Fix cake to specific working version 2016-10-05 12:15:07 -04:00
Redth fd87a2004c Added dummy 'all' project to solution 2016-10-05 12:14:51 -04:00
Redth 97e0dd06a4 Added dummy 'all' sample
This will reference all the support libs in an app that gets built to see if there are any obvious Android callable wrapper generator errors on the java side that you wouldn't see just by compiling the bindings, until you used them in an app.
2016-10-05 12:14:36 -04:00