Граф коммитов

171 Коммитов

Автор SHA1 Сообщение Дата
Rui Marinho d9ed63f0ad Update android support packages to 23.3 (#102) 2016-04-16 14:07:10 -07:00
Jason Smith aee59bef2f [WinRT] Fix WebView.Eval (#87) 2016-04-15 23:33:53 +01:00
Jason Smith e7f30c34d5 Page renderer effects (#85)
* [I]PageRenderer Effect support

* [I]Add Effect supprt for NavigationPage

* [I]Enable Effects on remaining pages
2016-04-13 16:38:38 -07:00
Jason Smith 840ec02001 Remove unneeded cast 2016-04-13 13:43:31 -07:00
Rui Marinho 49e282e916 Update test cloud device set's (#86) 2016-04-13 18:17:05 +01:00
kingces95 52c6ecea6c Fix relaunch template app hangs; Port fix from OnStateChange in FromsAppCompatActivity to FormsApplicationActivity (#81) 2016-04-13 09:28:48 -07:00
kingces95 a67a1daad0 Suppress translation if scale is zero (#82) 2016-04-13 17:16:04 +01:00
kingces95 5809eb5d4e Maps.WP8 warning as error mop up (#79) 2016-04-13 17:15:21 +01:00
Jason Smith 5569e3072d Update to latest UITest nuget (#80)
* Update to latest UITest nuget

* Fix uploader
2016-04-13 17:14:42 +01:00
Jason Smith baa5e82a07 Make sure pragma warning restores only restore what they are supposed to 2016-04-12 12:51:53 -07:00
Paul DiPietro b42460c2c3 Enable CS1998 warnings as errors (#65) 2016-04-12 12:30:27 -07:00
kingces95 10f6c08ceb Mop up enabling warnings as errors (#78) 2016-04-12 11:44:30 -07:00
Samantha Houts 73defe491f [Core] Can bind properties in BindableObjects added to static resources in XAML (#58)
Resources that are `BindableObject`s will inherit the `Parent`'s `BindingContext` unless they are `Element`s that have non-null `Parent`s.
2016-04-12 11:35:00 -07:00
Paul DiPietro 76c8c57fb3 [UWP] Adjust bounds for ContentPage when by itself (#61)
In a scenario where there is a ContentPage by itself, things like labels
ran beneath the StatusBar in landscape mode. This is presumably because
the page was assuming there to be a TitleBar and calculating the bounds
based on that fact; by checking for its visibility and adjusting the
bounds as necessary it allows for correct alignment.
2016-04-12 11:15:21 -07:00
Stephane Delcroix c92297047c [X] internal CreateFromXaml () (#77) 2016-04-12 09:46:39 -07:00
Jason Smith f975a6f2e3 Make resharper happier with comments 2016-04-12 09:20:13 -07:00
Jason Smith ba2a434ec1 Add compatibility shims to fix warnings; annotate warnings which require (#75)
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-12 08:53:36 -07:00
E.Z. Hart 0a20bdaa3c Fix warnings 0219 and 0618 in WP8 Platform (#63)
* Fix warnings 0219 and 0618 in WP8 Platform
Remove suppression of warnings 0219 and 0618 in WP8 Platform

* Remove pragma for 0618 and use Platform.GetRenderer

* All warnings as errors in Release configuration
2016-04-11 18:22:14 -07:00
Samantha Houts 90d8976cfd [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…
2016-04-11 18:05:28 -07:00
Jason Smith df24270915 Resharper warnings are slightly different for some reason than WError, resolve these (#66) 2016-04-11 17:33:34 -07:00
kingces95 16e88315e1 Enable warnings 0649 and 0067 on UAP/WinRT (#73) 2016-04-11 16:56:07 -07:00
E.Z. Hart 6072149ad4 Add iOS localized string resource assemblies to nuspec (#74) 2016-04-11 16:36:18 -07:00
Paul DiPietro b2ad3e53a8 Enable CS0618 warnings as errors (#72)
CS0618 occurs when using an obsolete property or method.

https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-04-11 09:50:28 -07:00
Rui Marinho c0468f1cc3 [Nuget] Remove GPS dependency (#71) 2016-04-11 12:39:56 +01:00
Jason Smith 1fa194e28f Fix ios test queries (#70) 2016-04-10 02:23:41 -07:00
Jason Smith a9b33a5f0e Temporarily disable failing test 2016-04-08 13:22:22 -07:00
E.Z. Hart d8ed9630bd Automatically marshal all AnimationExtensions calls onto UI thread (#48) 2016-04-08 19:26:03 +01:00
Jason Smith e9f6556885 [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
2016-04-08 17:16:02 +01:00
kingces95 870f9c98ff [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.
2016-04-07 22:55:19 +01:00
E.Z. Hart e9eaacff4a 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
2016-04-07 12:20:07 -06:00
E.Z. Hart 748153c4e1 Merge branch 'master' of github.com:xamarin/Xamarin.Forms 2016-04-07 12:06:55 -06:00
E.Z. Hart 76fd8ced7c Update format for static readonly private fields
Update rule private members (implicit)
Remove references to user-specific files
2016-04-07 12:06:00 -06:00
E.Z. Hart ae4444baef 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.
2016-04-07 09:51:08 -07:00
Samantha Houts bb7bf53447 Merge pull request #45 from xamarin/fix-bugzilla25662
[A] SwitchCell IsEnabled bit now affects the toggle
2016-04-07 13:30:13 +01:00
E.Z. Hart c98d338e15 Force conversion to target type when Static Resource returns OnPlatform<T> 2016-04-06 23:12:07 -07:00
Jason Smith 1363f383b1 [C] Cast to ICommand instead of Command inside SearchBar 2016-04-06 23:09:45 -07:00
kingces95 26604911bf Enable warnings as errors in XAML 2016-04-06 23:08:17 -07:00
kingces95 a0f0b3954e Enable warnings as errors in tests 2016-04-06 23:03:59 -07:00
Paul DiPietro e3191821ba [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.
2016-04-06 22:53:52 -07:00
Jason Smith ca9b08deab Fix issue where API23 became required by mistake 2016-04-06 21:17:06 -07:00
E.Z. Hart 4abf6102bc Fix race condition in IsInvokeRequired on Android 2016-04-06 20:46:01 -07:00
E.Z. Hart ab0cd64ba5 Merge pull request #55 from xamarin/warnings-WP8-0114
Remove 0114 supression from Platform.WP8; fix warnings
2016-04-06 18:58:23 -07:00
kingces95 b7251aa6f9 Warnings as Errors in product projects 2016-04-06 10:32:29 -07:00
kingces95 fae68e21b9 Reformat methods to original order 2016-04-05 16:34:42 -07:00
Jason Smith 14e22d8f6c [A] Make sure carouselView disposes correctly 2016-04-05 14:11:11 -07:00
Jason Smith 22e4b3bd6d Merge pull request #44 from xamarin/fix-bz39499
Fix bz39499
2016-04-05 11:18:24 -07:00
Rui Marinho 244ee01cfa [iOS] Fix WeakNotifyCollectionChanged on CarouselView
Make some changes on WeakNotifyCollectionChanged to make it work ok in IOS, following the ListProxy approach.
2016-04-05 00:46:22 -07:00
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