Samantha Houts [Tue, 12 Apr 2016 01:05:28 +0000 (18:05 -0700)]
[iOS] Resolve Warning 0108 (#64)
[iOS] Resolve warning 0114
`Selected` is overridable, but current behavior is to hide it, so we're
going to add the `new` keyword.
[iOS] Resolve warning 0618
[iOS] Resolve warning 0414, 0649, 0169
[iOS] Resolve warning 0105
Update dispose to override base dispose (#67)
Add an optional extended description…
Jason Smith [Tue, 12 Apr 2016 00:33:34 +0000 (17:33 -0700)]
Resharper warnings are slightly different for some reason than WError, resolve these (#66)
kingces95 [Mon, 11 Apr 2016 23:56:07 +0000 (16:56 -0700)]
Enable warnings 0649 and 0067 on UAP/WinRT (#73)
E.Z. Hart [Mon, 11 Apr 2016 23:36:18 +0000 (17:36 -0600)]
Add iOS localized string resource assemblies to nuspec (#74)
Paul DiPietro [Mon, 11 Apr 2016 16:50:28 +0000 (09:50 -0700)]
Enable CS0618 warnings as errors (#72)
CS0618 occurs when using an obsolete property or method.
https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
Rui Marinho [Mon, 11 Apr 2016 11:39:56 +0000 (12:39 +0100)]
[Nuget] Remove GPS dependency (#71)
Jason Smith [Sun, 10 Apr 2016 09:23:41 +0000 (02:23 -0700)]
Fix ios test queries (#70)
Jason Smith [Fri, 8 Apr 2016 20:22:22 +0000 (13:22 -0700)]
Temporarily disable failing test
E.Z. Hart [Fri, 8 Apr 2016 18:26:03 +0000 (12:26 -0600)]
Automatically marshal all AnimationExtensions calls onto UI thread (#48)
Jason Smith [Fri, 8 Apr 2016 16:16:02 +0000 (09:16 -0700)]
[A] Fix Bugzilla 40173 (#62)
* [A]Fix issue where Frame would block all tap gestures under it even if it didn't have one
* [A]Make BoxView non-blocking inside a ListView only
* Add UITest for bz40173
* Fix code review issues
kingces95 [Thu, 7 Apr 2016 21:55:19 +0000 (14:55 -0700)]
[A, iOS] CarouselView Bug Fixes (#49)
* CarouselView programatic scrolling fixes; swipe back fixes
* Make iOS CarouselView events consistant with Android
* bump swipe distance; add Screenshot on Exception
* Formatting. No logical change.
* Comment out [Test] on UITest and fix TestCloud failures later.
E.Z. Hart [Thu, 7 Apr 2016 18:20:07 +0000 (12:20 -0600)]
Merge pull request #60 from xamarin/warnings-WP8-4014
Turn off suppression of warning CS4014
Port TaskExtensions from WinRT projects to WP8
Update implementation of OpenUriAction to use TaskExtensions
E.Z. Hart [Thu, 7 Apr 2016 18:06:55 +0000 (12:06 -0600)]
Merge branch 'master' of github.com:xamarin/Xamarin.Forms
E.Z. Hart [Thu, 7 Apr 2016 18:06:00 +0000 (12:06 -0600)]
Update format for static readonly private fields
Update rule private members (implicit)
Remove references to user-specific files
E.Z. Hart [Thu, 7 Apr 2016 16:51:08 +0000 (10:51 -0600)]
Un-suppress CS0067 in Platform.WP8; (#57)
Fix warning 0067 "An event was declared but never used in the class in which it was declared." Added event invocation method to TextCellRenderer's CanExecuteChanged event to fix warning.
Samantha Houts [Thu, 7 Apr 2016 12:30:13 +0000 (05:30 -0700)]
Merge pull request #45 from xamarin/fix-bugzilla25662
[A] SwitchCell IsEnabled bit now affects the toggle
E.Z. Hart [Thu, 7 Apr 2016 06:12:07 +0000 (00:12 -0600)]
Force conversion to target type when Static Resource returns OnPlatform<T>
Jason Smith [Thu, 7 Apr 2016 06:09:45 +0000 (23:09 -0700)]
[C] Cast to ICommand instead of Command inside SearchBar
kingces95 [Thu, 7 Apr 2016 06:08:17 +0000 (23:08 -0700)]
Enable warnings as errors in XAML
kingces95 [Thu, 7 Apr 2016 06:03:59 +0000 (23:03 -0700)]
Enable warnings as errors in tests
Paul DiPietro [Thu, 7 Apr 2016 05:53:52 +0000 (22:53 -0700)]
[iOS] ViewCellRenderer did not set RealCellProperty
In the iOS ViewCellRenderer, GetRealCell in ViewCellPropertyChanged was returning null and passing it to UpdateIsEnabled. SetRealCell was never being called in ViewCellRenderer and the RealCellProperty was never being set.
Jason Smith [Thu, 7 Apr 2016 04:17:06 +0000 (21:17 -0700)]
Fix issue where API23 became required by mistake
E.Z. Hart [Thu, 7 Apr 2016 03:46:01 +0000 (21:46 -0600)]
Fix race condition in IsInvokeRequired on Android
E.Z. Hart [Thu, 7 Apr 2016 01:58:23 +0000 (19:58 -0600)]
Merge pull request #55 from xamarin/warnings-WP8-0114
Remove 0114 supression from Platform.WP8; fix warnings
kingces95 [Wed, 6 Apr 2016 17:32:29 +0000 (10:32 -0700)]
Warnings as Errors in product projects
kingces95 [Tue, 5 Apr 2016 23:34:42 +0000 (16:34 -0700)]
Reformat methods to original order
Jason Smith [Tue, 5 Apr 2016 21:11:11 +0000 (14:11 -0700)]
[A] Make sure carouselView disposes correctly
Jason Smith [Tue, 5 Apr 2016 18:18:24 +0000 (11:18 -0700)]
Merge pull request #44 from xamarin/fix-bz39499
Fix bz39499
Rui Marinho [Tue, 5 Apr 2016 07:46:22 +0000 (08:46 +0100)]
[iOS] Fix WeakNotifyCollectionChanged on CarouselView
Make some changes on WeakNotifyCollectionChanged to make it work ok in IOS, following the ListProxy approach.
Jason Smith [Mon, 4 Apr 2016 22:22:30 +0000 (15:22 -0700)]
Merge pull request #20 from xamarin/fix-bugzilla21177
[iOS] PageRenderer no longer swallows touches
kingces95 [Mon, 4 Apr 2016 16:37:32 +0000 (09:37 -0700)]
Merge pull request #39 from xamarin/unformat
Unformat CarouselViewRenderer, recombine files; no code changes
Rui Marinho [Mon, 4 Apr 2016 11:47:44 +0000 (12:47 +0100)]
Merge pull request #37 from xamarin/fix-bugzilla39458
[W] Setting CurrentPage in CarouselPage ctor works
Chris King [Thu, 31 Mar 2016 19:07:41 +0000 (12:07 -0700)]
Unformat CarouselViewRenderer, recombine files; no code changes
/*privat*/ -> #region
Unformat CarouselView.cs
More unformat work
Remove offending /*privates*/
Samantha Houts [Wed, 30 Mar 2016 21:43:50 +0000 (14:43 -0700)]
[W] Setting CurrentPage in CarouselPage ctor works
Rui Marinho [Fri, 1 Apr 2016 10:07:17 +0000 (11:07 +0100)]
Merge pull request #31 from xamarin/fix-bugzilla39464
[W] Button BG Color & BorderRadius are consistent
Samantha Houts [Thu, 31 Mar 2016 17:43:59 +0000 (10:43 -0700)]
Merge pull request #11 from xamarin/fix-bugzilla27417
Add options for specifying layout of button text/image content
Samantha Houts [Thu, 31 Mar 2016 17:38:45 +0000 (10:38 -0700)]
Merge pull request #32 from xamarin/fix-bugzilla39378
[Controls,Core]Allow well known type conversions on the binding system
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
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…
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
Rui Marinho [Wed, 30 Mar 2016 19:05:04 +0000 (20:05 +0100)]
Merge pull request #36 from xamarin/repo-carousel
Fix master
Samantha Houts [Wed, 30 Mar 2016 19:01:54 +0000 (12:01 -0700)]
[iOS] PageRenderer no longer swallows touches
Will allow users to create custom renderers that have touch events.
Rui Marinho [Wed, 30 Mar 2016 19:01:07 +0000 (20:01 +0100)]
Fix master
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
Rui Marinho [Wed, 30 Mar 2016 18:47:06 +0000 (19:47 +0100)]
[Controls] Add more info to reproduction of 39359
Samantha Houts [Tue, 29 Mar 2016 22:41:39 +0000 (15:41 -0700)]
[W] Button BG Color & BorderRadius are consistent
UWP Buttons now respect the BorderRadius.
BackgroundColor no longer extends past the Border.
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
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
E.Z. Hart [Tue, 29 Mar 2016 20:08:26 +0000 (14:08 -0600)]
Make ControlGallery App.cs conform to 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
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
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
E.Z. Hart [Mon, 28 Mar 2016 22:02:08 +0000 (16:02 -0600)]
Update references to outdated project name
Rui Marinho [Tue, 29 Mar 2016 14:13:26 +0000 (15:13 +0100)]
[Controls,Core]Allow well known type conversions on the binding system
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
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.
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
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.
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
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
Jason Smith [Mon, 28 Mar 2016 19:06:34 +0000 (12:06 -0700)]
Merge pull request #26 from xamarin/readme
Add 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
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
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
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
Samantha Houts [Mon, 28 Mar 2016 17:58:13 +0000 (10:58 -0700)]
Merge pull request #19 from xamarin/reformatUsings
Reformat using statements
Chris King [Mon, 28 Mar 2016 16:59:20 +0000 (09:59 -0700)]
Fix for bugzilla 39566
Rui Marinho [Mon, 28 Mar 2016 13:32:39 +0000 (14:32 +0100)]
Add Xamarin.Forms code policy file for XamarinStudio
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
Rui Marinho [Mon, 28 Mar 2016 11:09:51 +0000 (12:09 +0100)]
[Android] SendAppearing on resuming fragment
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.
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
Jason Smith [Sun, 27 Mar 2016 22:07:33 +0000 (15:07 -0700)]
Fix permissions on check-previous-test-results.sh
Chris King [Fri, 25 Mar 2016 20:53:19 +0000 (13:53 -0700)]
Reformat using statements
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
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
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
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
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
E.Z. Hart [Fri, 25 Mar 2016 16:20:50 +0000 (10:20 -0600)]
Add parameters to be filled in to blank config file
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
Mike Norman [Thu, 24 Mar 2016 23:02:50 +0000 (18:02 -0500)]
Doc bug fixes
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
Chris King [Thu, 24 Mar 2016 19:41:07 +0000 (12:41 -0700)]
Add using statement to dispose stream
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
E.Z. Hart [Thu, 24 Mar 2016 18:13:31 +0000 (12:13 -0600)]
VS settings file with the Xamarin.Forms code style settings
Rui Marinho [Thu, 24 Mar 2016 17:10:14 +0000 (17:10 +0000)]
Merge pull request #10 from xamarin/effortless-startup
Effortless startup
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
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
Samantha Houts [Wed, 23 Mar 2016 22:31:38 +0000 (15:31 -0700)]
[W] ListView Cells will respect RowHeight
Jason Smith [Wed, 23 Mar 2016 21:09:58 +0000 (14:09 -0700)]
[C]Fix packaging issue where intellisense doesn't work on dev14
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
E.Z. Hart [Wed, 23 Mar 2016 21:07:26 +0000 (15:07 -0600)]
[A] Fix insights api key access for Legacy Android
Rui Marinho [Wed, 23 Mar 2016 17:52:51 +0000 (17:52 +0000)]
[UWP] Fix resource key name PushPinTemplate
Jason Smith [Wed, 23 Mar 2016 17:42:54 +0000 (10:42 -0700)]
Update PULL_REQUEST_TEMPLATE.md
Jason Smith [Wed, 23 Mar 2016 17:41:45 +0000 (10:41 -0700)]
Create PULL_REQUEST_TEMPLATE.md
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
Jason Smith [Wed, 23 Mar 2016 01:07:44 +0000 (18:07 -0700)]
Add missing debug.keystore
Jason Smith [Wed, 23 Mar 2016 00:58:54 +0000 (17:58 -0700)]
Fix docs
Jason Smith [Wed, 23 Mar 2016 00:28:19 +0000 (17:28 -0700)]
Add missing mdoc tooling