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
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