* Button and Cell doc updates.
* Configuration<T1, T2> API docs.
* ConstraintExpression API doc changes.
* API docs: Some new APIs; Marked many interfaces "internal for renderers"
* Allow UI tests to bypass "manual" navigation to isses pages
* Add missing Preserve attribute
* Make Issue198 test work with direct navigation
* Remove empty UI tests
* Fix error handling for iOS
* Use navigation which works for subsequent TestNavigationPages on iOS
* Fix race condition in 39530 test
Remove master page nesting when doing direct nav for UI tests
* Set up and run a single instance of Control Gallery for UI tests
* Force NavigateToIssue to wait for main page appearing to deal with iOS timing
* Move remaining UI tests into Issues namespace
* Change the connection check URL so it'll work on iOS
* Make Appearing Gallery tests work without restarting app
* Prevent ContextActions tests from stepping on each other
* Make context menu test more robust
* Move ButtonExtensions back to Controls namespace
* Have test 774 dismiss the action sheet before ending
* Update UITest package to 2.0.0 stable
* Make 2948 restore orientation when it's done
* Null check on PageController before calling SendDisappearing
* Adding a wait for the root page in the core tests
* Add consecutive tests reset to prevent memory slog on older iOS devices
* 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
* added a new template for bugzilla
* Revert "added a new template for bugzilla"
This reverts commit e141d845849244e484143119b06c5247c28b2423.
* change template to use bugzilla
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
* 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
* [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.
* Fixed tab not updating when page title is changed
* Remove OnPagePropertyChanged Event From Pages When Disposing
* Meet coding standards and remove unnecessary parameters
* 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