adrianknight89
d24f3e5438
Fix ProgressBar renderer ( #439 )
2016-10-20 13:00:14 -07:00
Jimmy Garrido
9572c0f7a7
[WinRT] Fix back button not showing if current page has no title ( #438 )
2016-10-20 12:57:30 -07:00
Stephane Delcroix
b9873a1b1b
[C] fix TranslateTo for easing going outside of (0,1) ( #414 )
2016-10-20 12:40:10 -07:00
adrianknight89
6f00e078ec
[iOS] Entry should correctly update Text when typing aid is used ( #401 )
...
* Entry should be able to detect typing aid changes correctly
* Added comment
2016-10-20 12:31:33 -07:00
gleblebedev
40659f4331
Check for Actionbar at UpdateActionBar method. ( #366 )
2016-10-20 12:15:51 -07:00
Philippe Leybaert
76c374f56b
Remove unnecessary string replace in Color.FromHex ( #477 )
...
In Color.FromHex(), the ‘#’ character is stripped from the input string
twice.
2016-10-20 11:23:47 -07:00
Jimmy Garrido
a047ab48fa
Fix UITest for b#42832 ( #471 )
2016-10-19 17:51:17 +01:00
Jimmy Garrido
aa969f3fc2
[Android] Fix NRE When Scrolling ListView and Item With Context Actions Is Selected ( #310 )
...
* Fix NRE When Item With Context Actions Selected
* Add UITest
2016-10-17 18:57:04 +01:00
Jason Smith
92d462718a
[A] Prevent crash in event when renderer is null in Layout call. ( #457 )
...
Reproduction unknown, issue deduced from stack traces from HomeAway.
2016-10-15 16:31:33 +01:00
Rui Marinho
08c1d1c107
[Win] Update certs ( #460 )
2016-10-15 13:35:16 +01:00
Jason Smith
28378d6354
[A] Better fix for BZ44129 ( #453 )
2016-10-14 11:21:52 +01:00
Samantha Houts
d16f3550dc
[Android App Compat] Can opt out of sending Appearing/Disappearing events on Resume/Pause ( #450 )
...
* Add reproduction for 40722
* [Core] Add Android AppCompat PS props ...
... to disable sending Disappearing/Appearing events on Pause/Resume
respectively.
* [Android] Allow user to disable Pause/Resume evts
* Revise repro to use new PS option
* Update docs
2016-10-12 12:57:15 -07:00
Jason Smith
7398021435
[A]Don't crash when emptying/populating TabbedPage.ItemsSource ( #427 )
2016-10-12 12:45:06 -07:00
Rui Marinho
a64333e29e
[Android] Fix possible NRE when detaching NavigationPageRenderer ( #415 )
2016-10-12 12:54:47 +01:00
ckrempp91
36d9dceb4f
Modified type cast to appropriate type ( #447 )
...
I changed the type cast from BitmapImage to BitmapSource because if you want to do image manipulation, in UWP, you use the WriteableBitmap class.
2016-10-12 12:45:08 +01:00
E.Z. Hart
50ac8e06da
Fix MasterDetailPage/NavigationPage leaks on iPad ( #426 )
...
* Remove Master page property changed handler to eliminate leak
* Fix memory leaks with MasterDetailPage and NavigationPage on iOS
2016-10-12 11:46:18 +01:00
Stephane Delcroix
0a9f7bbc55
[XamlG] Fully qualify method names ( #417 )
2016-10-12 09:11:29 +02:00
Samantha Houts
46b57aaa0e
Update docs
2016-10-11 16:19:48 -07:00
adrianknight89
9a5dab9424
[iOS] Tapping on ListView with two fingers should not crash ( #379 )
...
* Tapping on ListView with two fingers should not crash
* Revert "Tapping on ListView with two fingers should not crash"
This reverts commit 0b0752f3cfdbb1c29678d75bd18c5a00e564d77b.
* code without refactoring
* moving up selector check
2016-10-11 14:39:18 -07:00
Samantha Houts
7870aefc68
Add reproduction for 41153 ( #428 )
2016-10-11 22:36:42 +01:00
adrianknight89
9f167ffd1b
Clear cached CultureInfo and TimeZoneInfo on app resume ( #423 )
2016-10-11 22:29:41 +01:00
Philippe Leybaert
ec09d75f58
OnIdiom support for Desktop (UWP) ( #420 )
...
The current implementation for OnIdiom<T> is missing the Desktop property. When running in a Windows UWP "desktop" app, it always returns the Phone property.
2016-10-11 21:15:44 +02:00
Jimmy Garrido
caa3816b0c
[Windows] Fix crash when toggling IsPassword on multiple Entry controls ( #405 )
...
* [Windows] Fix crash when toggling IsPassword on multiple Entry controls
2016-10-11 20:59:41 +02:00
adrianknight89
44397cb57d
Full feature compatibility with WPF's Colors class ( #393 )
...
Added color definitions to match X11 color table.
Warning: the saturation of Pink was changed lightly
2016-10-11 20:57:15 +02:00
Stephane Delcroix
ec81d3f32a
Merge branch 'adrianknight89-ios-scrolltoposition'
2016-10-11 20:34:18 +02:00
Paul DiPietro
d5f4aeb474
[WinRT] Fix MDP and TabbedPage Appearing/Disappearing ( #387 )
2016-10-11 09:56:20 -07:00
E.Z. Hart
1612cfab79
Temporarily disabling 39489 UITest on iOS ( #445 )
2016-10-11 15:52:23 +01:00
Rui Marinho
cd8c77c02d
[Nuspec] Include MacOS ( #436 )
2016-10-10 17:12:54 +01:00
Rui Marinho
294e8021dc
[Core] Set IVT to MacOS
2016-10-10 12:46:19 +01:00
Rui Marinho
c833da1fdf
[UITest] Update to UItest beta 5, fix class naming ( #413 )
...
* [UITest] Update to UItest beta 5, fix class naming
* [UITest] Fix reference to alpha package
* [UITests] Update UITest
2016-10-06 20:32:41 +01:00
Samantha Houts
ba6caad23e
[A] Prevent blank page from appearing when MainPage is switched ( #421 )
...
* repro
* [A]Add horrible hack to prevent background flashing when swapping MainPage
* cleanup repro
* Revert "[A]Add horrible hack to prevent background flashing when swapping MainPage"
This reverts commit d0fdc3856d0eaa5ec781f790d524ad7624a26560.
* [A] E.Z.'s less magical but just as effective solution
2016-10-06 10:17:51 -07:00
E.Z. Hart
5727172ba8
Update ToolbarVisibility to TitleVisibility in PhoneResources ( #416 )
2016-10-04 19:54:41 +01:00
E.Z. Hart
d178a458ee
Unhook drawer listeners so MDP renderer and pages can be collected ( #412 )
...
Null out page in custom MDP renderer in Control Gallery so it can be collected
Checkpoint
Checkpoint
Checkpoint
Checkpoint
Checkpoint
Checkpoint
2016-10-04 18:47:02 +01:00
Samantha Houts
c83c19f106
[A] PanGestureRecognizer will consistently send Started/Move event ( #389 )
...
* Add reproduction for Bugzilla 39768
* [A] Handle onTouchEvent MOVE
2016-10-04 09:43:44 -07:00
adrianknight89
47b61aab59
Fixed bug 43993 by removing call to base ViewWillAppear ( #333 )
...
* Fixed bug 43993 by removing call to base ViewWillAppear
* Removed commented code and reduced nesting
2016-10-04 17:31:15 +01:00
Stephane Delcroix
d34dcf2cbc
Merge branch 'ios-scrolltoposition' of https://github.com/adrianknight89/Xamarin.Forms into adrianknight89-ios-scrolltoposition
2016-10-04 09:34:35 +02:00
Rui Marinho
b645064d93
Fix tests on IOS10 [Do not merge] ( #373 )
...
* [UITests] Update packages
* [UITests] Fix formatting
* [UITests] Fix tests
* Add badges
* Update Android csproj
* fix
2016-10-04 00:45:57 +01:00
adrianknight89
5372d216df
Tab children should be cast to Page ( #398 )
2016-10-03 12:09:28 +01:00
Jason Smith
4f8af14f13
Make CreateNativeControl virtual instead of abstract ( #406 )
...
Fixes backwards compatibility issue.
2016-10-03 12:05:09 +01:00
E.Z. Hart
a749558c67
Set UserVisibleHint for new fragment to true ( #411 )
2016-10-03 10:16:48 +01:00
E.Z. Hart
f4f7ba9272
Set AndroidCodeGenTarget to XAJavaInterop1 ( #404 )
2016-09-30 12:36:58 -07:00
Paul DiPietro
f1689cf086
[A] Check for ViewStates.Gone in AppCompat TabbedPageRenderer ( #365 )
2016-09-30 12:29:01 -07:00
Paul DiPietro
97bc024a0e
[WinRT] Fix regression on ListView selection with enter key ( #402 )
2016-09-30 12:28:08 -07:00
adrianknight89
4b06bc212f
AppCompat should now be able to set title bar visibility programmatic… ( #350 )
...
* AppCompat should now be able to set title bar visibility programmatically
* coding style changes
* making sure page layout runs only on fullscreen flag changes
2016-09-30 12:22:02 -07:00
adrianknight89
88c0da5791
[Android] InputTransparent and IsEnabled fixes on visual elements ( #344 )
...
* intercepting touch event when inputtransparent and isenabled are set. also made some refactoring.
* keeping tabs
2016-09-30 12:01:31 -07:00
Jason Smith
686eb6d0f4
Fix indentation
2016-09-30 11:59:00 -07:00
adrianknight89
353525e293
[Android] Forward appearing / disappearing methods only for the last item on the stack ( #342 )
...
* [Android] Forward appearing / disappearing methods only for the last item on the stack
* use tabs
2016-09-30 11:57:28 -07:00
Rui Marinho
fa2f01680d
[iOS] Keep our native property listener around the same time we keep our proxy, check if we are KVO compliant before adding observer ( #403 )
2016-09-30 11:48:22 -07:00
Neil McAlister
c07c2314f5
[Windows] Fix Device Style inheritance ( #324 )
...
* Make Device Styles get Style Setters from ancestor styles
* Fix parentheses to match style
2016-09-30 11:47:41 -07:00
Paul DiPietro
bd195ffe10
Add .bak extension to .gitignore ( #388 )
2016-09-27 23:15:53 +01:00