summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.Android
AgeCommit message (Collapse)AuthorFilesLines
2016-04-24Evolve feature branch (#117)Jason Smith4-2/+12
* Initial import of evolve features * [Android] Add Xamarin.Forms.Platform.Android.AppLinks project * [iOS] Fix issues with c# 6 features on iOS AppLinks * Added naive stanza to update-docs-windows.bat to produce Pages docs. Not tested. (#69) * Update packages * Add AppLinks android nuspec and fix linker issues * Fix build * Fix nusepc * Fix nuspec * Update android support nugets to 23.2.1 * Update Xamarin.UITest * Add CardView * [iOS] Fix app link for CoreSpotlight * [Android] Update AppLinks android support libs * Add Newtonsoft.Json dependency to nuspec * Fix NRE when setting ControlTemplate to null * Move to ModernHttpClient for download * Try fix build * Preserve android app links * Fix margin issue * General coding and simple fixes
2016-04-20[Android] Add missing 23.3.0 package dependenciesSamantha Houts2-0/+14
2016-04-19[Android] Fix registering of default AppCompact renderers (#112)Rui Marinho1-134/+222
2016-04-16[iOS] Restore VisualElementTracker on WebViewRenderer (#99)Rui Marinho2-0/+1
2016-04-16Update android support packages to 23.3 (#102)Rui Marinho2-12/+12
2016-04-12Add compatibility shims to fix warnings; annotate warnings which require (#75)Jason Smith1-1/+1
more thought to fix; Fix a few more warnings VS didn't see fit to raise as errors Adding comments to `pragma warning disable` statements pragma comments Fix typo Set TabletMasterDetailRenderer back to previous version Fix incorrect config access in legacy activity
2016-04-11[Nuget] Remove GPS dependency (#71)Rui Marinho2-5/+0
2016-04-06Enable warnings as errors in testskingces951-0/+9
2016-03-24Move initialization of configuration files (if needed) to a pre-build taskE.Z. Hart3-1/+13
Remove unneeded init scripts
2016-03-23[A] Fix insights api key access for Legacy AndroidE.Z. Hart1-1/+1
2016-03-22Initial importJason Smith38-0/+1384