Jason Smith
a6964ab96f
Merge pull request #20 from xamarin/fix-bugzilla21177
...
[iOS] PageRenderer no longer swallows touches
2016-04-04 15:22:30 -07:00
kingces95
bcf7067324
Merge pull request #39 from xamarin/unformat
...
Unformat CarouselViewRenderer, recombine files; no code changes
2016-04-04 09:37:32 -07:00
Rui Marinho
98f83de04b
Merge pull request #37 from xamarin/fix-bugzilla39458
...
[W] Setting CurrentPage in CarouselPage ctor works
2016-04-04 12:47:44 +01:00
Chris King
a470dd255d
Unformat CarouselViewRenderer, recombine files; no code changes
...
/*privat*/ -> #region
Unformat CarouselView.cs
More unformat work
Remove offending /*privates*/
2016-04-01 16:46:32 -07:00
Samantha Houts
bba74db5dc
[W] Setting CurrentPage in CarouselPage ctor works
2016-04-01 11:14:27 -07:00
Rui Marinho
39787d31aa
Merge pull request #31 from xamarin/fix-bugzilla39464
...
[W] Button BG Color & BorderRadius are consistent
2016-04-01 11:07:17 +01:00
Samantha Houts
d22a5c7c32
Merge pull request #11 from xamarin/fix-bugzilla27417
...
Add options for specifying layout of button text/image content
2016-03-31 10:43:59 -07:00
Samantha Houts
850591679f
Merge pull request #32 from xamarin/fix-bugzilla39378
...
[Controls,Core]Allow well known type conversions on the binding system
2016-03-31 10:38:45 -07:00
E.Z. Hart
17e2a4b94d
Add options for specifying layout of button text/image content
...
Also make the layout and layout defaults consistent across platforms
2016-03-30 16:22:35 -06:00
Samantha Houts
b3a64fadb3
Merge pull request #28 from xamarin/fix-bugzilla39359
...
[iOS,Android,Win] Make sure we only cache images that return a succes…
2016-03-30 13:31:48 -07:00
Samantha Houts
99f73196b6
Merge pull request #9 from xamarin/fix-bz33181-2
...
[C]Fix packaging issue where intellisense doesn't work on dev14
2016-03-30 13:29:11 -07:00
Rui Marinho
2c2c4e7414
Merge pull request #36 from xamarin/repo-carousel
...
Fix master
2016-03-30 20:05:04 +01:00
Samantha Houts
1688728737
[iOS] PageRenderer no longer swallows touches
...
Will allow users to create custom renderers that have touch events.
2016-03-30 12:01:54 -07:00
Rui Marinho
722680ff09
Fix master
2016-03-30 20:01:07 +01:00
Rui Marinho
80526f38cb
Merge pull request #35 from xamarin/repo-carousel
...
[Controls] Add more info to reproduction of 39359
2016-03-30 19:48:39 +01:00
Rui Marinho
9aa0e92435
[Controls] Add more info to reproduction of 39359
2016-03-30 19:47:06 +01:00
Samantha Houts
0817c7a458
[W] Button BG Color & BorderRadius are consistent
...
UWP Buttons now respect the BorderRadius.
BackgroundColor no longer extends past the Border.
2016-03-29 15:41:39 -07:00
kingces95
e359268755
Merge pull request #34 from xamarin/app-code-cleanup
...
Make ControlGallery App.cs conform to code style
2016-03-29 15:35:20 -07:00
Samantha Houts
b94ab7f371
Merge pull request #33 from xamarin/lock-spacing-consistency
...
Make spacing in lock statement consistent with code style
2016-03-29 14:30:26 -07:00
E.Z. Hart
81cb1d3647
Make ControlGallery App.cs conform to code style
2016-03-29 14:08:26 -06:00
E.Z. Hart
41ae551eb8
Make spacing in lock statement consistent with code style
2016-03-29 13:41:41 -06:00
kingces95
f37c11f6f3
Merge pull request #30 from xamarin/remove-outdated-references
...
Update references to outdated project name
2016-03-29 12:41:32 -07:00
kingces95
f40cf99d1a
Merge pull request #23 from xamarin/fix-bugzilla25234
...
[WP8] CustomMessageBox dismissal no longer causes black SystemTray
2016-03-29 12:39:45 -07:00
E.Z. Hart
e969ddb727
Update references to outdated project name
2016-03-29 12:02:26 -06:00
Rui Marinho
99b27e9658
[Controls,Core]Allow well known type conversions on the binding system
2016-03-29 18:53:12 +01:00
Rui Marinho
57b0f3ab30
Merge pull request #21 from xamarin/fix-bz39702
...
[A]Resolve issue where calling Focus in an unfocus event would fail
2016-03-29 18:15:54 +01:00
Jason Smith
11dc5a5aca
[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.
2016-03-29 18:15:11 +01:00
Samantha Houts
0e03738ade
Merge pull request #24 from xamarin/fix-bugzilla39742
...
[Android] SendAppearing on resuming fragment
2016-03-29 10:07:09 -07:00
Rui Marinho
dad4396de9
Merge pull request #27 from xamarin/fix-bugzilla39566
...
Ignore hidden fields when reflecting for FieldInfo's.
2016-03-29 17:35:19 +01:00
Rui Marinho
62e67abea5
Merge pull request #29 from xamarin/design-dll-version
...
Update design projects to reference the correct DLL on multi-VS systems
2016-03-28 23:19:51 +01:00
E.Z. Hart
e13063cbd4
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
2016-03-28 14:07:18 -06:00
Jason Smith
a3e3081905
Merge pull request #26 from xamarin/readme
...
Add content to README
2016-03-28 12:06:34 -07:00
Paul DiPietro
000eb7e49d
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
2016-03-28 15:02:48 -04:00
Rui Marinho
54eaebe79d
[iOS,Android,Win] Make sure we only cache images that return a successful status code
2016-03-28 19:28:36 +01:00
Samantha Houts
346338b5dc
Merge pull request #25 from xamarin/codesettings-xs
...
Bring settings for code styles to XamarinStudio
2016-03-28 11:07:36 -07:00
Samantha Houts
2140ccdc71
Merge pull request #22 from xamarin/fix-bz39509
...
[C]Remove view from previous parent when added to new parent layout
2016-03-28 11:03:43 -07:00
Samantha Houts
7fdd7ed0c2
Merge pull request #19 from xamarin/reformatUsings
...
Reformat using statements
2016-03-28 10:58:13 -07:00
Chris King
9f49132dbb
Fix for bugzilla 39566
2016-03-28 09:59:20 -07:00
Rui Marinho
af77c4d84a
Add Xamarin.Forms code policy file for XamarinStudio
2016-03-28 15:39:31 +01:00
Rui Marinho
3ab4fdc0ff
Merge pull request #13 from xamarin/bz39896
...
[iOS] Add using statement to dispose stream
2016-03-28 13:14:40 +01:00
Rui Marinho
9c550ed47a
[Android] SendAppearing on resuming fragment
2016-03-28 12:35:40 +01:00
Paul DiPietro
2f3ed4b027
[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.
2016-03-28 00:57:30 -04:00
Jason Smith
904d06d812
[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
2016-03-27 15:48:31 -07:00
Jason Smith
1ee2a1d311
Fix permissions on check-previous-test-results.sh
2016-03-27 15:07:33 -07:00
Chris King
b3365b7f7d
Reformat using statements
2016-03-25 13:53:19 -07:00
Jason Smith
ec0675950b
Merge pull request #14 from xamarin/resharper_spaces
...
Fix setting for spaces after using and lock keywords
2016-03-25 12:35:24 -07:00
E.Z. Hart
e54108185f
Bring Resharper and VS settings for code styles in line with project style
2016-03-25 13:28:54 -06:00
Jason Smith
2770f4c415
Merge pull request #16 from MichaelNorman/doc-bug-backlog
...
Doc bug fixes
2016-03-25 12:27:49 -07:00
Jason Smith
e569f54290
Merge pull request #17 from xamarin/uitest-results-recycle
...
Add script to determine if previous UI test results can be reused
2016-03-25 12:27:12 -07:00
Jason Smith
9813984f6d
Merge pull request #18 from xamarin/partial-config
...
Add parameters to be filled in to blank config file
2016-03-25 12:25:40 -07:00