summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-30Add options for specifying layout of button text/image contentE.Z. Hart24-65/+785
Also make the layout and layout defaults consistent across platforms
2016-03-30Merge pull request #28 from xamarin/fix-bugzilla39359Samantha Houts1-1/+1
[iOS,Android,Win] Make sure we only cache images that return a succes…
2016-03-30Merge pull request #9 from xamarin/fix-bz33181-2Samantha Houts2-19/+19
[C]Fix packaging issue where intellisense doesn't work on dev14
2016-03-30Merge pull request #36 from xamarin/repo-carouselRui Marinho1-2/+2
Fix master
2016-03-30Fix masterRui Marinho1-2/+2
2016-03-30Merge pull request #35 from xamarin/repo-carouselRui Marinho1-22/+36
[Controls] Add more info to reproduction of 39359
2016-03-30[Controls] Add more info to reproduction of 39359Rui Marinho1-22/+36
2016-03-29Merge pull request #34 from xamarin/app-code-cleanupkingces956-276/+257
Make ControlGallery App.cs conform to code style
2016-03-29Merge pull request #33 from xamarin/lock-spacing-consistencySamantha Houts6-20/+20
Make spacing in lock statement consistent with code style
2016-03-29Make ControlGallery App.cs conform to code styleE.Z. Hart6-276/+257
2016-03-29Make spacing in lock statement consistent with code styleE.Z. Hart6-20/+20
2016-03-29Merge pull request #30 from xamarin/remove-outdated-referenceskingces955-55/+50
Update references to outdated project name
2016-03-29Merge pull request #23 from xamarin/fix-bugzilla25234kingces953-0/+46
[WP8] CustomMessageBox dismissal no longer causes black SystemTray
2016-03-29Update references to outdated project nameE.Z. Hart5-55/+50
2016-03-29Merge pull request #21 from xamarin/fix-bz39702Rui Marinho5-3/+43
[A]Resolve issue where calling Focus in an unfocus event would fail
2016-03-29 [A]Resolve issue where calling Focus in an unfocus event would failJason Smith5-3/+43
Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=39702 without API change. This does cause android to always indicate a focus event was succesful now because we have no way of knowing ahead of time if it will succeed or fail. That said we always already indicated that unfocus was successful because android has no way of reporting such a failure.
2016-03-29Merge pull request #24 from xamarin/fix-bugzilla39742Samantha Houts1-0/+6
[Android] SendAppearing on resuming fragment
2016-03-29Merge pull request #27 from xamarin/fix-bugzilla39566Rui Marinho1-1/+1
Ignore hidden fields when reflecting for FieldInfo's.
2016-03-28Merge pull request #29 from xamarin/design-dll-versionRui Marinho2-8/+4
Update design projects to reference the correct DLL on multi-VS systems
2016-03-28Update design projects to reference the correct DLL on multi-VS systemsE.Z. Hart2-8/+4
Makes the references to Microsoft.Windows.Design.Extensibility version-specific, so that in systems with muliple versions of that library available (e.g., with multiple VS versions installed) the projects find the correct DLL
2016-03-28Merge pull request #26 from xamarin/readmeJason Smith1-1/+57
Add content to README
2016-03-28Add content to READMEPaul DiPietro1-1/+57
Add various sections to the README: - How to install and configure VS 2015 - How to configure the solution - Coding Style - Contributing
2016-03-28[iOS,Android,Win] Make sure we only cache images that return a successful ↵Rui Marinho1-1/+1
status code
2016-03-28Merge pull request #25 from xamarin/codesettings-xsSamantha Houts1-0/+32
Bring settings for code styles to XamarinStudio
2016-03-28Merge pull request #22 from xamarin/fix-bz39509Samantha Houts2-0/+16
[C]Remove view from previous parent when added to new parent layout
2016-03-28Merge pull request #19 from xamarin/reformatUsingsSamantha Houts39-96/+96
Reformat using statements
2016-03-28Fix for bugzilla 39566Chris King1-1/+1
2016-03-28Add Xamarin.Forms code policy file for XamarinStudioRui Marinho1-0/+32
2016-03-28Merge pull request #13 from xamarin/bz39896Rui Marinho1-4/+6
[iOS] Add using statement to dispose stream
2016-03-28[Android] SendAppearing on resuming fragmentRui Marinho1-0/+6
2016-03-28[WP8] CustomMessageBox dismissal no longer causes black SystemTrayPaul DiPietro3-0/+46
The CustomMessageBox was having an interaction with WP8 where its dismissal was changing the SystemTray's background color to black. It appears that the SystemTray's background color was never set, despite its appearing white prior to the use of a CustomMessageBox.
2016-03-27[C]Remove view from previous parent when added to new parent layoutJason Smith2-0/+16
Technically this could be considered a breaking change if someone was depending on the old behavior, however the old behavior resulted in layouts that were not predictable to the user. So while yes someone could have built something that works, it would have been via trial and error and generally breaking the rule of one parent to each view. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=39509
2016-03-27Fix permissions on check-previous-test-results.shJason Smith1-0/+0
2016-03-25Reformat using statementsChris King40-97/+97
2016-03-25Merge pull request #14 from xamarin/resharper_spacesJason Smith2-4/+5
Fix setting for spaces after using and lock keywords
2016-03-25Bring Resharper and VS settings for code styles in line with project styleE.Z. Hart2-4/+5
2016-03-25Merge pull request #16 from MichaelNorman/doc-bug-backlogJason Smith7-13/+14
Doc bug fixes
2016-03-25Merge pull request #17 from xamarin/uitest-results-recycleJason Smith1-0/+71
Add script to determine if previous UI test results can be reused
2016-03-25Merge pull request #18 from xamarin/partial-configJason Smith1-0/+6
Add parameters to be filled in to blank config file
2016-03-25Add parameters to be filled in to blank config fileE.Z. Hart1-0/+6
2016-03-24Add script to determine if previous UI test results can be reusedE.Z. Hart1-0/+71
2016-03-24Doc bug fixesMike Norman7-13/+14
2016-03-24Merge pull request #8 from xamarin/fix-bugzilla39829kingces954-2/+42
[W] ListView Cells will respect RowHeight
2016-03-24Add using statement to dispose streamChris King1-4/+6
2016-03-24Merge pull request #12 from xamarin/vssettingskingces951-0/+74
VS settings file with the Xamarin.Forms code style settings
2016-03-24VS settings file with the Xamarin.Forms code style settingsE.Z. Hart1-0/+74
2016-03-24Merge pull request #10 from xamarin/effortless-startupRui Marinho14-69/+52
Effortless startup
2016-03-24Move initialization of configuration files (if needed) to a pre-build taskE.Z. Hart14-69/+52
Remove unneeded init scripts
2016-03-24Merge pull request #7 from xamarin/android-legacy-insightsRui Marinho1-1/+1
[A] Fix insights api key access for Legacy Android
2016-03-23[W] ListView Cells will respect RowHeightSamantha Houts4-2/+42