Andrei N
4554e822e3
Added CornerRadius property To Frame control
2016-11-15 11:56:03 -08:00
Samantha Houts
0cc2fd2b67
[UWP] Explicitly set mobile StatusBar colors to white Background/black Foreground on Light theme ( #491 )
...
* [UWP] Encapsulate MobileStatusBar
* [UWP] Set StatusBar colors on Light theme
* Add test code to override status bar color
2016-11-15 11:43:34 -08:00
Paul DiPietro
6bc6ee5c71
[WinRT] Fix ModalPushed/ModalPopped not firing ( #490 )
2016-11-15 11:41:19 -08:00
Stephane Delcroix
a6bbed029c
[XamlC] TypedBindings, some tests, a compiler, ... ( #489 )
2016-11-15 11:39:48 -08:00
E.Z. Hart
14e21dcebd
Creating category constants for UI test categories ( #487 )
...
* Creating a category just for core UI tests
* Grouping all of the core UI tests
* Adjusting categories so we can run in smaller batches
* Adding some of the Issues tests to categories
* Fix shared project nonsense
* Fix non-existent test category
* Testing global category for Issues
2016-11-15 11:39:23 -08:00
Paul DiPietro
7f9f2530ca
[iOS] Use separate UIWindow for UIAlertController ( #481 )
...
* [iOS] Use separate UIWindow for UIAlertController
* Add similar behavior for DisplayActionSheet; consolidate behavior into PresentAlert method
2016-11-15 11:36:49 -08:00
adrianknight89
04cc360a39
[Android] Show keyboard on app resume if control has focus ( #480 )
...
* show keyboard on resume if control has focus
* refactor
* changed property name
2016-11-15 11:30:23 -08:00
Jimmy Garrido
bdd14c5434
[WinRT] Setting ActivityIdicator color works now ( #479 )
2016-11-15 11:26:16 -08:00
E.Z. Hart
d55799ce24
Attempting to fix possible race conditions in Automation ID tests ( #533 )
2016-11-15 09:52:20 -07:00
E.Z. Hart
c45e034b47
Making text longer so the test works even if the device ends up in landscape mode ( #532 )
2016-11-15 09:52:09 -07:00
adrianknight89
15c0403bab
[Internal] Change test template to use Bugzilla ( #501 )
...
* added a new template for bugzilla
* Revert "added a new template for bugzilla"
This reverts commit e141d845849244e484143119b06c5247c28b2423.
* change template to use bugzilla
2016-11-14 17:28:49 -07:00
Mike Norman
c800735ab2
Marked all I___Controller interfaces as for internal use by renderers in docs. ( #522 )
2016-11-14 14:31:47 +01:00
Mike Norman
ecbec03443
Applinks API docs, and a link fix in BindableProperty.xml. ( #519 )
2016-11-09 18:21:18 -06:00
E.Z. Hart
7e730a47bf
Update badge URLs to point at current build lanes ( #516 )
2016-11-09 21:27:20 +01:00
E.Z. Hart
743d53b58b
Removing PCLStorage references until it's determined that we need them
2016-11-09 10:24:20 -07:00
E.Z. Hart
759e57cd66
Excising the 43569 UI Test until the PCLStorage issue can be dealt with
2016-11-09 10:04:12 -07:00
Jimmy Garrido
8aa29ec344
[UWP] Fix Transparent Default Button ( #468 )
2016-11-08 16:38:17 +01:00
Stephane Delcroix
62c3993be3
fix identation
2016-11-08 16:30:19 +01:00
softlion
2b4c7c7931
Add extensibility point to load tab icons from another source (using the tab.SetIcon(drawable) overload) on Android
2016-11-08 14:33:33 +01:00
Alan McGovern
d43b8a2da6
[Android] Always set a non-null Device.Info ( #504 )
...
When we run under the context of layoutlib the `Context` object
that is created will not implement IDeviceInfoProvider. All this
means is that we will not get change notifications when the
orientation changes, but that's ok! This won't happen anyway.
If we instantiate the Device.Info object then everywhere else in
the code will be able to get access to the screen properties.
Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=44893
2016-11-08 09:14:44 +01:00
adrianknight89
84995a9212
[Android] Allow path-based icons to be loaded as toolbar icons ( #437 )
...
* Created a bitmap method to check for resource as well as path
* Update platform and navigationrenderer to get images from two locations
* CellAdapter could use path-based icon finding
* sample app to test toolbaritem icons
2016-11-03 11:38:38 -07:00
Alan McGovern
a2fae62d83
Update ContextExtensions.cs ( #502 )
...
* [Android] Handle missing android services gracefully
When rendering inside layoutlib, like the Android Designer does,
we will not have access to the normal android services.
* [Android] Handle null InputManagers here too
Just in case this codepath is hit at some point during the
android designer's rendering codepath.
2016-11-03 04:08:30 -07:00
Jimmy Garrido
7afe69e932
Fixed tab not updating when page title is changed ( #327 )
...
* Fixed tab not updating when page title is changed
* Remove OnPagePropertyChanged Event From Pages When Disposing
* Meet coding standards and remove unnecessary parameters
2016-11-02 12:09:55 -06:00
E.Z. Hart
0d6a6c5f17
Attempt to get UI test for 44166 working on iOS ( #485 )
...
* Attempt to get UI test for 44166 working on iOS
* Another attempt to get this running consistently on iOS
* Adding screenshots so I can figure out why this doesn't work when XTC runs it
* Maybe there's confusion between the back buttons?
* Hey, it works now! Removing the debugging stuff.
* Clean up extra build constants
2016-10-31 15:22:54 +00:00
adrianknight89
c9edd1a382
[Android] Forward ScrollView touch events to custom renderers ( #472 )
...
* Forward touch events
* remove double cast
2016-10-31 11:41:46 +00:00
Mike Norman
ceb09daf2d
On<t> summaries. ( #492 )
2016-10-30 16:57:15 -05:00
Samantha Houts
fc74c65e8e
[Win] Toolbar placement works with initial value ( #488 )
...
* Defer UpdateToolbarPlacement until CommandBar is in the control hierarchy
* Cleanup
2016-10-26 20:02:14 +01:00
Paul DiPietro
a0fb20a075
[iOS] Add check for UIGestureRecognizerState.Cancelled when closing context action ( #442 )
2016-10-26 18:11:58 +01:00
adrianknight89
b4a46d482f
ScrollView should account for Content margin ( #392 )
...
* ScrollView should account for Content margin
* Unit tests for content margin
2016-10-25 18:07:57 +01:00
adrianknight89
6196407f89
[Android] Internal keyboard hide/show should handle null views ( #418 )
...
* Check for null input view before trying to hide keyboard
* Adding null check to ShowKeyboard
* change to throw an exception
2016-10-24 22:28:58 +01:00
Samantha Houts
ad776f942b
[Android] SoftInputMode works with initial value ( #465 )
2016-10-20 13:24:08 -07:00
E.Z. Hart
dbd4390c5b
Make Editor focused background color behavior consistent with Entry on Windows ( #456 )
2016-10-20 13:19:27 -07:00
Paul DiPietro
8d03598812
[iOS] Add Platform Specific feature for setting AdjustsFontSizeToFitWidth on Entry ( #429 )
...
* [iOS] Add Platform Specific feature for setting AdjustsFontSizeToFitWidth on Entry
* Update docs
2016-10-20 15:17:00 -05:00
Paul DiPietro
4042f39f00
[Android] Add Platform Specific features for setting TabbedPage swipe paging and OffscreenPageLimit ( #409 )
...
* [Android] Add Platform Specific feature for setting TabbedPage swipe paging
* [Android] Add Platform Specific feature for OffscreenPageLimit
* Update docs
2016-10-20 15:01:50 -05:00
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