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

212 Коммитов

Автор SHA1 Сообщение Дата
Redth 4552c13ad2 Renames continued... 2017-06-21 15:21:35 -04:00
Redth 8d9c6713cc Renames continued… 2017-06-21 15:21:02 -04:00
Redth e503029c69 Renamed folders to match their maven artifact id’s 2017-06-21 15:19:43 -04:00
Redth ef1275b9dd One more try 2017-05-17 07:42:27 -07:00
Redth 0c988646cd Switch to . instead of _ in XBD item ID
Thought _ was safe.  It’s not.  `.` is however.
2017-05-17 07:32:02 -07:00
Redth efa8c413d6 XBD ItemID’s must not have multiple - in them
So if we have a case like:  26.0.0-alpha1, it would create an ItemID like `supportv4-26.0.0-alpha1` which is not allowed.  Instead we’ll replace the verison’s - with _ to create `supportv4-26.0.0_alpha1`
2017-05-17 06:55:44 -07:00
Redth 7cea67ee83 Add new libs from 26.0.0-alpha1 2017-05-17 06:06:27 -07:00
Redth d5e04dd129 Fix bindings for 26.0.0-alpha1 2017-05-17 06:06:14 -07:00
Redth 761da26d1f Update to 26.0.0-alpha1 2017-05-17 06:05:58 -07:00
Jonathan Dick aa6ce5b7e2 Merge pull request #49 from xamarin/v25.3.1
v25.3.1
2017-04-26 20:57:12 -04:00
Jonathan Dick 887f5bd193 Merge pull request #50 from xamarin/layout-constraint-1.0.0-beta5
Constraint Layout v1.0.0-beta5
2017-04-19 08:43:40 -04:00
Redth ef93d9874f Back to stable version 2017-04-18 22:24:18 -04:00
Redth 7170c7b03a Publish another beta 2017-04-18 22:24:04 -04:00
Redth 9939d8687e Correct previous change to include wrong targets
Previously the nuspec was changed to use the merge.targets which was incorrect.  That file gets merged into the template produced targets to generate Xamarin.Android.Support.Vector.Drawable.targets which is what needs to be packaged into the nuget.
2017-04-06 21:29:33 -04:00
Redth 408714ec5e Update generated metadata parameter name fixups 2017-04-06 16:34:46 -04:00
Redth 95384494c1 Use MSBuild on mac 2017-04-06 16:34:34 -04:00
Redth df42c42fcd Make everything depened on Annotations
This is the new unifying package which all others depend on in support so that there are no javac errors during app compile due to missing referenced annotations.

This also acts as a version locking unification package for all of support libs, so it should no longer be possible to get versions out of sync (eg: previously you could install a different version of CardView).
2017-04-06 16:33:54 -04:00
Redth 21d71fcda8 Fix Dynamic Animation binding 2017-04-06 16:32:35 -04:00
Redth 04c1bf3008 Bring in removed internal class
This class proves to be useful based on some internal feedback, so bringing it back into the binding.
2017-04-05 10:01:22 -04:00
Redth 563e2629b4 Remove redundant import in sample
The build task’s targets will already be merged in the root level generated.targets
2017-04-04 16:16:13 -04:00
Redth c30bc1b9d5 Remove redundant import in sample
The build task’s targets will already be merged in the root level generated.targets
2017-04-04 14:51:06 -04:00
Redth 231d1c8bf8 Fix —no-version-vectors agai
There were some initial optimizations done to the adding of —no-version-vectors to AndroidResgenExtraArgs, but they were made to the wrong file.  The build script caused the modified file to be overwritten during the build making the changes ineffective.

This commit cleans up where the .targets file lives so the build tasks project reads it from one source, and the build script no longer copies the file around.
2017-04-04 09:04:12 -04:00
Redth b58ec6b4dd Bump constraint-layout to latest beta 2017-04-03 16:40:57 -04:00
Redth bbf15c28fd Stable version bump for QA 2017-04-03 16:12:56 -04:00
Redth 0a0c6131c2 Added build script option for build config
Default is still release, but now we can build in Debug mode with an arg.
2017-04-03 14:42:30 -04:00
Redth 1e927f7469 Added an app project for running tests
We want to start tracking specific cases where we identify issues and try to build some tests around them to avoid future regressions.

This android app will serve as a solution that can be run to perform these tests.  Currently it will need to be run manually.
2017-04-03 14:42:01 -04:00
Redth c2927904da Fix incorrect icon url’s in nuspecs 2017-03-28 16:15:05 -04:00
Redth b7b01b8ccb Add generic icon for new nuget 2017-03-28 16:13:07 -04:00
Redth 02cabcdb3f Fix typo in new animation lib nuspec 2017-03-28 16:12:55 -04:00
Redth acf8584b99 Bump to 25.3.1 sdk version and add new bindings
This fixes bindings so they compile with 25.3.1
2017-03-28 15:07:34 -04:00
Redth 772e8cf93e Fix static to dynamic url in template.targets 2017-03-23 17:18:59 -04:00
Redth f739b524b1 Do not package support-annotations.jar into app
This is only needed for app compilation (so that javac can reference the annotations when compiling), not needed in the actual app.
2017-03-23 14:49:00 -04:00
Redth af44208896 Copy annotations dll to output 2017-03-22 19:36:06 -04:00
Redth 2d473402ea Build annotations nuspec 2017-03-22 16:26:33 -04:00
Redth 37763a73ba Don’t exclude template.targets files 2017-03-22 14:30:59 -04:00
Redth c0420d41f1 Bump Xamarin.Build.Download to 0.4.3 2017-03-22 14:27:18 -04:00
Redth 782ed716d5 Fix target name in beforetargets 2017-03-22 14:25:29 -04:00
Redth 630bacc230 Remove obsoleted jar reference 2017-03-22 14:23:57 -04:00
Redth a694ff176c Added bindings for support-annotations 2017-03-22 14:23:40 -04:00
Redth 964d2ef9bd Fixed —no-version-vectors addition in .targets 2017-03-03 17:37:20 -05: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 7cb8dbfdac Stable nuget version for QA 2017-03-03 08:53:24 -05:00
Redth 867edca3de Add SetPresenter tpo ActionMenuView
This is a manual merge of #30
2017-03-01 12:42:14 -05:00
Redth 3e6f709195 Clean up build script 2017-03-01 09:42:02 -05:00
Redth 10703da7b7 Updated javadoc metadata for 25.2.0 2017-02-27 15:19:37 -05:00
Redth b15a5fe712 Metadata fixups to make 25.2.0 build 2017-02-27 15:12:12 -05:00
Redth e54c89eb57 Update build script for 25.2.0 2017-02-27 15:12:02 -05:00
Jonathan Dick b652773560 Merge pull request #39 from xamarin/v25.1.1
V25.1.1
2017-02-13 12:26:50 -05:00
Redth a381302a1f Bump to stable release version 2017-02-13 08:50:42 -05:00
Redth 5ad420dc3e Fix Design UITest 2017-02-10 13:17:41 -05:00