summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues
AgeCommit message (Collapse)AuthorFilesLines
2016-12-13Disable using EstimatedRowHeight for uneven rows with known heights (#454)E.Z. Hart2-0/+205
2016-12-12Add missing interface implementationsE.Z. Hart1-0/+10
2016-12-07Fix 41415 test (use rounding)E.Z. Hart1-3/+4
2016-12-07[UITest] Only run 41415 test on AndroidRui Marinho1-1/+1
2016-12-06Put test in the correct namespaceE.Z. Hart1-1/+1
2016-12-06[Android] Dismiss context menu when view cell is removed (#568)adrianknight892-0/+107
* close context action when cell is no longer available * rename method
2016-12-06[Android] ScrollView should send correct ScrollX and ScrollY (#394)adrianknight892-0/+116
* Android should show correct ScrollX and ScrollY when scrolling in both directions * Adding sample code to demonstrate scrolling * Orientation fix * ScrollTo should work for horizontal + vertical scrolling * Get correct scroll x and y values for ScrollOrientation.Both * Convert positions to pixels * Adding unit test to watch out for incorrect animation positioning * automated test * improvements * fixed texts
2016-12-05[WinRT/UWP] Adjust margin for centered Slider (#604)Paul DiPietro2-0/+50
2016-12-01Revert "Jimmgarrido uwp toolbar (#588)"Stephane Delcroix2-41/+1
This reverts commit 1ff0db9c6f4ba1167e6b2620066f83088f23c5bf.
2016-12-01Jimmgarrido uwp toolbar (#588)Stephane Delcroix2-1/+41
* Fixed CommandBar being clipped when expanded by removing explicit Height * Add UITest
2016-12-01Don't run Command CanExecute on incorrect inherited binding context type (#572)E.Z. Hart2-0/+110
* Allow Command CanExecute to recover when run on inherited bindingcontext * Make exception handler more generic * Checking types in Command delegates to avoid exception in the first place * Adding type chekc to other Command constructor * Use nameof for ArgumentNullExceptions * Add unit tests for null parameters, handle value types and Nullable<T>
2016-11-30[iOS] Avoid using DrawRect on base VisualElementRenderer (#570)Rui Marinho2-0/+30
* [Controls] Add retro for Bugzilla 48158 * [iOS] Avoid using DrawRect as this will make some properties not being applied to the layer * [iOS] Make sure BoxRenderer calls base LayoutSubviews * [iOS] Better fix for adding the Blur effect and avoid override draw’s * [Controls] Remove extra nunit category
2016-11-30Fix Issue 774 test so it works with wrapped IApp on phone and tabletE.Z. Hart1-35/+12
2016-11-30Have UI test for 21177 clean up after itselfE.Z. Hart1-0/+1
2016-11-28Updating 35733 test to use a URL XF controlsE.Z. Hart1-1/+2
2016-11-22Fix issue descriptionSamantha Houts1-1/+1
2016-11-22Fix broken alerts for iPad (#549)beta-2.3.4-pre1E.Z. Hart1-1/+1
* Fix broken alerts for iPad * Remove unnecessary parameter and add null check * Dropping test limit to 10 so we can get iOS passing
2016-11-21Turning down number of consecutive tests to avoid jetsam ejections on iOSE.Z. Hart1-1/+2
2016-11-19Adding some restart logic to the UI tests if navigation fails (#550)E.Z. Hart1-18/+55
2016-11-18Add missing semicolonE.Z. Hart1-1/+1
2016-11-18Removing inconclusive result from Issue342 testE.Z. Hart2-1/+3
Marking 35736 test for manual review
2016-11-18[Android] Do not show cell context actions if input views are long clicked ↵adrianknight892-1/+57
(#544) * Disable long click on cells if touch is on an input view * remove redundant check
2016-11-18Correct test nameE.Z. Hart1-1/+1
2016-11-18Disable 35736 test for AndroidE.Z. Hart1-1/+1
2016-11-17Put UI test using directive inside UITest blockE.Z. Hart1-1/+2
2016-11-17Move 36802 test into Issues namespaceE.Z. Hart1-2/+3
2016-11-16Run multiple UI tests without restarting ControlGallery (#539)E.Z. Hart155-267/+597
* 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
2016-11-16[iOS] Update Editor text from autocorrect when losing focus (#535)Paul DiPietro2-0/+56
2016-11-16[iOS] Add Platform Specific option to not adjust the status bar text color ↵Samantha Houts3-0/+57
based on the luminosity of the NavigationBar text color (#517) * Add reproduction for 37431 * [Core] Add iOS PS StatusBarTextColorMode * [iOS] Implement StatusBarTextColorMode on NavPage * Add reproduction for 44777 * Add instructions to 44777 repro * Update docs
2016-11-16[A] Check for parent NavigationPage when setting MDP detail's TopPadding (#473)Paul DiPietro2-1/+58
rebased
2016-11-16[iOS] Fix AccessoryView covered by section index list (#493)Jimmy Garrido2-0/+80
* [iOS] Fix AccessoryView below section index list * Add UITest
2016-11-15fix MasterDetailPage dispose (#505)adrianknight892-0/+37
2016-11-15[iOS] Text should not overflow Entry if it can't fit inside the bounds (#400)adrianknight892-0/+37
* Entry subviews should clip to parent bounds * Adding sample code * Adding sample code * Adding sample code * remove sample * remove sample * add back the sample code * add back missing include * use spaces instead of tabs
2016-11-15[WinRT] Fix ModalPushed/ModalPopped not firing (#490)Paul DiPietro2-0/+94
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix5-19/+16
2016-11-15Creating category constants for UI test categories (#487)E.Z. Hart27-25/+145
* 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[iOS] Use separate UIWindow for UIAlertController (#481)Paul DiPietro2-0/+79
* [iOS] Use separate UIWindow for UIAlertController * Add similar behavior for DisplayActionSheet; consolidate behavior into PresentAlert method
2016-11-15Making text longer so the test works even if the device ends up in landscape ↵E.Z. Hart1-1/+1
mode (#532)
2016-11-14[Internal] Change test template to use Bugzilla (#501)adrianknight891-2/+2
* added a new template for bugzilla * Revert "added a new template for bugzilla" This reverts commit e141d845849244e484143119b06c5247c28b2423. * change template to use bugzilla
2016-11-09Excising the 43569 UI Test until the PCLStorage issue can be dealt withE.Z. Hart2-92/+1
2016-11-03[Android] Allow path-based icons to be loaded as toolbar icons (#437)adrianknight892-0/+90
* 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-10-31Attempt to get UI test for 44166 working on iOS (#485)E.Z. Hart1-10/+11
* 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-26[iOS] Add check for UIGestureRecognizerState.Cancelled when closing context ↵Paul DiPietro2-0/+47
action (#442)
2016-10-25ScrollView should account for Content margin (#392)adrianknight892-0/+31
* ScrollView should account for Content margin * Unit tests for content margin
2016-10-20Make Editor focused background color behavior consistent with Entry on ↵E.Z. Hart2-0/+45
Windows (#456)
2016-10-20[Android] Add Platform Specific features for setting TabbedPage swipe paging ↵Paul DiPietro2-0/+53
and OffscreenPageLimit (#409) * [Android] Add Platform Specific feature for setting TabbedPage swipe paging * [Android] Add Platform Specific feature for OffscreenPageLimit * Update docs
2016-10-19Fix UITest for b#42832 (#471)Jimmy Garrido1-2/+1
2016-10-17[Android] Fix NRE When Scrolling ListView and Item With Context Actions Is ↵Jimmy Garrido2-0/+69
Selected (#310) * Fix NRE When Item With Context Actions Selected * Add UITest
2016-10-12[Android App Compat] Can opt out of sending Appearing/Disappearing events on ↵Samantha Houts2-0/+69
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[A]Don't crash when emptying/populating TabbedPage.ItemsSource (#427)Jason Smith2-0/+56