platform/upstream/xamarin-forms.git
8 years agoAdd options for specifying layout of button text/image content
E.Z. Hart [Tue, 22 Mar 2016 23:16:53 +0000 (17:16 -0600)]
Add options for specifying layout of button text/image content
Also make the layout and layout defaults consistent across platforms

8 years agoMerge pull request #28 from xamarin/fix-bugzilla39359
Samantha Houts [Wed, 30 Mar 2016 20:31:48 +0000 (13:31 -0700)]
Merge pull request #28 from xamarin/fix-bugzilla39359

[iOS,Android,Win] Make sure we only cache images that return a succes…

8 years agoMerge pull request #9 from xamarin/fix-bz33181-2
Samantha Houts [Wed, 30 Mar 2016 20:29:11 +0000 (13:29 -0700)]
Merge pull request #9 from xamarin/fix-bz33181-2

[C]Fix packaging issue where intellisense doesn't work on dev14

8 years agoMerge pull request #36 from xamarin/repo-carousel
Rui Marinho [Wed, 30 Mar 2016 19:05:04 +0000 (20:05 +0100)]
Merge pull request #36 from xamarin/repo-carousel

Fix master

8 years agoFix master
Rui Marinho [Wed, 30 Mar 2016 19:01:07 +0000 (20:01 +0100)]
Fix master

8 years agoMerge pull request #35 from xamarin/repo-carousel
Rui Marinho [Wed, 30 Mar 2016 18:48:39 +0000 (19:48 +0100)]
Merge pull request #35 from xamarin/repo-carousel

[Controls] Add more info to reproduction of 39359

8 years ago[Controls] Add more info to reproduction of 39359
Rui Marinho [Wed, 30 Mar 2016 18:47:06 +0000 (19:47 +0100)]
[Controls] Add more info to reproduction of 39359

8 years agoMerge pull request #34 from xamarin/app-code-cleanup
kingces95 [Tue, 29 Mar 2016 22:35:20 +0000 (15:35 -0700)]
Merge pull request #34 from xamarin/app-code-cleanup

Make ControlGallery App.cs conform to code style

8 years agoMerge pull request #33 from xamarin/lock-spacing-consistency
Samantha Houts [Tue, 29 Mar 2016 21:30:26 +0000 (14:30 -0700)]
Merge pull request #33 from xamarin/lock-spacing-consistency

Make spacing in lock statement consistent with code style

8 years agoMake ControlGallery App.cs conform to code style
E.Z. Hart [Tue, 29 Mar 2016 20:08:26 +0000 (14:08 -0600)]
Make ControlGallery App.cs conform to code style

8 years agoMake spacing in lock statement consistent with code style
E.Z. Hart [Tue, 29 Mar 2016 19:41:41 +0000 (13:41 -0600)]
Make spacing in lock statement consistent with code style

8 years agoMerge pull request #30 from xamarin/remove-outdated-references
kingces95 [Tue, 29 Mar 2016 19:41:32 +0000 (12:41 -0700)]
Merge pull request #30 from xamarin/remove-outdated-references

Update references to outdated project name

8 years agoMerge pull request #23 from xamarin/fix-bugzilla25234
kingces95 [Tue, 29 Mar 2016 19:39:45 +0000 (12:39 -0700)]
Merge pull request #23 from xamarin/fix-bugzilla25234

[WP8] CustomMessageBox dismissal no longer causes black SystemTray

8 years agoUpdate references to outdated project name
E.Z. Hart [Mon, 28 Mar 2016 22:02:08 +0000 (16:02 -0600)]
Update references to outdated project name

8 years agoMerge pull request #21 from xamarin/fix-bz39702
Rui Marinho [Tue, 29 Mar 2016 17:15:54 +0000 (18:15 +0100)]
Merge pull request #21 from xamarin/fix-bz39702

[A]Resolve issue where calling Focus in an unfocus event would fail

8 years ago [A]Resolve issue where calling Focus in an unfocus event would fail
Jason Smith [Sun, 27 Mar 2016 06:29:45 +0000 (23:29 -0700)]
 [A]Resolve issue where calling Focus in an unfocus event would fail

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.

8 years agoMerge pull request #24 from xamarin/fix-bugzilla39742
Samantha Houts [Tue, 29 Mar 2016 17:07:09 +0000 (10:07 -0700)]
Merge pull request #24 from xamarin/fix-bugzilla39742

[Android] SendAppearing on resuming fragment

8 years agoMerge pull request #27 from xamarin/fix-bugzilla39566
Rui Marinho [Tue, 29 Mar 2016 16:35:19 +0000 (17:35 +0100)]
Merge pull request #27 from xamarin/fix-bugzilla39566

Ignore hidden fields when reflecting for FieldInfo's.

8 years agoMerge pull request #29 from xamarin/design-dll-version
Rui Marinho [Mon, 28 Mar 2016 22:19:51 +0000 (23:19 +0100)]
Merge pull request #29 from xamarin/design-dll-version

Update design projects to reference the correct DLL on multi-VS systems

8 years agoUpdate design projects to reference the correct DLL on multi-VS systems
E.Z. Hart [Mon, 28 Mar 2016 20:07:18 +0000 (14:07 -0600)]
Update design projects to reference the correct DLL on multi-VS systems
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

8 years agoMerge pull request #26 from xamarin/readme
Jason Smith [Mon, 28 Mar 2016 19:06:34 +0000 (12:06 -0700)]
Merge pull request #26 from xamarin/readme

Add content to README

8 years agoAdd content to README
Paul DiPietro [Fri, 25 Mar 2016 19:06:42 +0000 (15:06 -0400)]
Add content to README

Add various sections to the README:
- How to install and configure VS 2015
- How to configure the solution
- Coding Style
- Contributing

8 years ago[iOS,Android,Win] Make sure we only cache images that return a successful status...
Rui Marinho [Mon, 28 Mar 2016 18:10:50 +0000 (19:10 +0100)]
[iOS,Android,Win] Make sure we only cache images that return a successful status code

8 years agoMerge pull request #25 from xamarin/codesettings-xs
Samantha Houts [Mon, 28 Mar 2016 18:07:36 +0000 (11:07 -0700)]
Merge pull request #25 from xamarin/codesettings-xs

Bring settings for code styles to XamarinStudio

8 years agoMerge pull request #22 from xamarin/fix-bz39509
Samantha Houts [Mon, 28 Mar 2016 18:03:43 +0000 (11:03 -0700)]
Merge pull request #22 from xamarin/fix-bz39509

[C]Remove view from previous parent when added to new parent layout

8 years agoMerge pull request #19 from xamarin/reformatUsings
Samantha Houts [Mon, 28 Mar 2016 17:58:13 +0000 (10:58 -0700)]
Merge pull request #19 from xamarin/reformatUsings

Reformat using statements

8 years agoFix for bugzilla 39566
Chris King [Mon, 28 Mar 2016 16:59:20 +0000 (09:59 -0700)]
Fix for bugzilla 39566

8 years agoAdd Xamarin.Forms code policy file for XamarinStudio
Rui Marinho [Mon, 28 Mar 2016 13:32:39 +0000 (14:32 +0100)]
Add Xamarin.Forms code policy file for XamarinStudio

8 years agoMerge pull request #13 from xamarin/bz39896
Rui Marinho [Mon, 28 Mar 2016 12:14:40 +0000 (13:14 +0100)]
Merge pull request #13 from xamarin/bz39896

[iOS] Add using statement to dispose stream

8 years ago[Android] SendAppearing on resuming fragment
Rui Marinho [Mon, 28 Mar 2016 11:09:51 +0000 (12:09 +0100)]
[Android] SendAppearing on resuming fragment

8 years ago[WP8] CustomMessageBox dismissal no longer causes black SystemTray
Paul DiPietro [Mon, 28 Mar 2016 04:48:21 +0000 (00:48 -0400)]
[WP8] CustomMessageBox dismissal no longer causes black SystemTray

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.

8 years ago[C]Remove view from previous parent when added to new parent layout
Jason Smith [Sun, 27 Mar 2016 22:48:31 +0000 (15:48 -0700)]
[C]Remove view from previous parent when added to new parent layout

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

8 years agoFix permissions on check-previous-test-results.sh
Jason Smith [Sun, 27 Mar 2016 22:07:33 +0000 (15:07 -0700)]
Fix permissions on check-previous-test-results.sh

8 years agoReformat using statements
Chris King [Fri, 25 Mar 2016 20:53:19 +0000 (13:53 -0700)]
Reformat using statements

8 years agoMerge pull request #14 from xamarin/resharper_spaces
Jason Smith [Fri, 25 Mar 2016 19:35:24 +0000 (12:35 -0700)]
Merge pull request #14 from xamarin/resharper_spaces

Fix setting for spaces after using and lock keywords

8 years agoBring Resharper and VS settings for code styles in line with project style
E.Z. Hart [Thu, 24 Mar 2016 20:32:21 +0000 (14:32 -0600)]
Bring Resharper and VS settings for code styles in line with project style

8 years agoMerge pull request #16 from MichaelNorman/doc-bug-backlog
Jason Smith [Fri, 25 Mar 2016 19:27:49 +0000 (12:27 -0700)]
Merge pull request #16 from MichaelNorman/doc-bug-backlog

Doc bug fixes

8 years agoMerge pull request #17 from xamarin/uitest-results-recycle
Jason Smith [Fri, 25 Mar 2016 19:27:12 +0000 (12:27 -0700)]
Merge pull request #17 from xamarin/uitest-results-recycle

Add script to determine if previous UI test results can be reused

8 years agoMerge pull request #18 from xamarin/partial-config
Jason Smith [Fri, 25 Mar 2016 19:25:40 +0000 (12:25 -0700)]
Merge pull request #18 from xamarin/partial-config

Add parameters to be filled in to blank config file

8 years agoAdd parameters to be filled in to blank config file
E.Z. Hart [Fri, 25 Mar 2016 16:20:50 +0000 (10:20 -0600)]
Add parameters to be filled in to blank config file

8 years agoAdd script to determine if previous UI test results can be reused
E.Z. Hart [Fri, 25 Mar 2016 01:22:18 +0000 (19:22 -0600)]
Add script to determine if previous UI test results can be reused

8 years agoDoc bug fixes
Mike Norman [Thu, 24 Mar 2016 23:02:50 +0000 (18:02 -0500)]
Doc bug fixes

8 years agoMerge pull request #8 from xamarin/fix-bugzilla39829
kingces95 [Thu, 24 Mar 2016 22:49:24 +0000 (15:49 -0700)]
Merge pull request #8 from xamarin/fix-bugzilla39829

[W] ListView Cells will respect RowHeight

8 years agoAdd using statement to dispose stream
Chris King [Thu, 24 Mar 2016 19:41:07 +0000 (12:41 -0700)]
Add using statement to dispose stream

8 years agoMerge pull request #12 from xamarin/vssettings
kingces95 [Thu, 24 Mar 2016 18:20:28 +0000 (11:20 -0700)]
Merge pull request #12 from xamarin/vssettings

VS settings file with the Xamarin.Forms code style settings

8 years agoVS settings file with the Xamarin.Forms code style settings
E.Z. Hart [Thu, 24 Mar 2016 18:13:31 +0000 (12:13 -0600)]
VS settings file with the Xamarin.Forms code style settings

8 years agoMerge pull request #10 from xamarin/effortless-startup
Rui Marinho [Thu, 24 Mar 2016 17:10:14 +0000 (17:10 +0000)]
Merge pull request #10 from xamarin/effortless-startup

Effortless startup

8 years agoMove initialization of configuration files (if needed) to a pre-build task
E.Z. Hart [Thu, 24 Mar 2016 16:33:32 +0000 (10:33 -0600)]
Move initialization of configuration files (if needed) to a pre-build task
Remove unneeded init scripts

8 years agoMerge pull request #7 from xamarin/android-legacy-insights
Rui Marinho [Thu, 24 Mar 2016 16:15:33 +0000 (16:15 +0000)]
Merge pull request #7 from xamarin/android-legacy-insights

[A] Fix insights api key access for Legacy Android

8 years ago[W] ListView Cells will respect RowHeight
Samantha Houts [Wed, 23 Mar 2016 22:31:38 +0000 (15:31 -0700)]
[W] ListView Cells will respect RowHeight

8 years ago[C]Fix packaging issue where intellisense doesn't work on dev14
Jason Smith [Wed, 23 Mar 2016 21:09:58 +0000 (14:09 -0700)]
[C]Fix packaging issue where intellisense doesn't work on dev14

8 years agoMerge pull request #6 from xamarin/fix-uwpmapspin
Jason Smith [Wed, 23 Mar 2016 21:16:09 +0000 (14:16 -0700)]
Merge pull request #6 from xamarin/fix-uwpmapspin

[UWP] Fix resource key name PushPinTemplate

8 years ago[A] Fix insights api key access for Legacy Android
E.Z. Hart [Wed, 23 Mar 2016 21:07:26 +0000 (15:07 -0600)]
[A] Fix insights api key access for Legacy Android

8 years ago[UWP] Fix resource key name PushPinTemplate
Rui Marinho [Wed, 23 Mar 2016 17:52:51 +0000 (17:52 +0000)]
[UWP] Fix resource key name PushPinTemplate

8 years agoUpdate PULL_REQUEST_TEMPLATE.md
Jason Smith [Wed, 23 Mar 2016 17:42:54 +0000 (10:42 -0700)]
Update PULL_REQUEST_TEMPLATE.md

8 years agoCreate PULL_REQUEST_TEMPLATE.md
Jason Smith [Wed, 23 Mar 2016 17:41:45 +0000 (10:41 -0700)]
Create PULL_REQUEST_TEMPLATE.md

8 years agoMerge pull request #4 from xamarin/initscripts
Jason Smith [Wed, 23 Mar 2016 16:25:04 +0000 (09:25 -0700)]
Merge pull request #4 from xamarin/initscripts

Scripts to create blank secrets and MapKeys files

8 years agoAdd missing debug.keystore
Jason Smith [Wed, 23 Mar 2016 01:07:44 +0000 (18:07 -0700)]
Add missing debug.keystore

8 years agoFix docs
Jason Smith [Wed, 23 Mar 2016 00:58:54 +0000 (17:58 -0700)]
Fix docs

8 years agoAdd missing mdoc tooling
Jason Smith [Wed, 23 Mar 2016 00:28:19 +0000 (17:28 -0700)]
Add missing mdoc tooling

8 years agoPowershell script to create secrets.txt and MapKeys.cs
E.Z. Hart [Tue, 22 Mar 2016 23:47:35 +0000 (17:47 -0600)]
Powershell script to create secrets.txt and MapKeys.cs

8 years agoScript to create empty secrets and mapskey files
E.Z. Hart [Tue, 22 Mar 2016 23:44:18 +0000 (17:44 -0600)]
Script to create empty secrets and mapskey files

8 years agoInitial import
Jason Smith [Tue, 22 Mar 2016 20:02:25 +0000 (13:02 -0700)]
Initial import