summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues
AgeCommit message (Collapse)AuthorFilesLines
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
2016-10-12Fix MasterDetailPage/NavigationPage leaks on iPad (#426)E.Z. Hart1-5/+5
* Remove Master page property changed handler to eliminate leak * Fix memory leaks with MasterDetailPage and NavigationPage on iOS
2016-10-11Add reproduction for 41153 (#428)Samantha Houts2-0/+100
2016-10-11Merge branch 'adrianknight89-ios-scrolltoposition'Stephane Delcroix2-1/+51
2016-10-11[WinRT] Fix MDP and TabbedPage Appearing/Disappearing (#387)Paul DiPietro2-0/+95
2016-10-11Temporarily disabling 39489 UITest on iOS (#445)E.Z. Hart1-0/+2
2016-10-06[UITest] Update to UItest beta 5, fix class naming (#413)Rui Marinho1-1/+1
* [UITest] Update to UItest beta 5, fix class naming * [UITest] Fix reference to alpha package * [UITests] Update UITest
2016-10-04Unhook drawer listeners so MDP renderer and pages can be collected (#412)E.Z. Hart2-0/+207
Null out page in custom MDP renderer in Control Gallery so it can be collected Checkpoint Checkpoint Checkpoint Checkpoint Checkpoint Checkpoint
2016-10-04[A] PanGestureRecognizer will consistently send Started/Move event (#389)Samantha Houts2-0/+88
* Add reproduction for Bugzilla 39768 * [A] Handle onTouchEvent MOVE
2016-10-04Merge branch 'ios-scrolltoposition' of ↵Stephane Delcroix2-0/+50
https://github.com/adrianknight89/Xamarin.Forms into adrianknight89-ios-scrolltoposition
2016-10-04Fix tests on IOS10 [Do not merge] (#373)Rui Marinho3-9/+9
* [UITests] Update packages * [UITests] Fix formatting * [UITests] Fix tests * Add badges * Update Android csproj * fix
2016-09-27[Win] Will arrange native children of custom renderers (opt-in) (#322)Samantha Houts2-0/+40
* Add repro for 42602 * [Win] Add option to arrange native children * [Win] Don't allocate arrangedChildren unless required
2016-09-27Fix potential NRE accessing current application via Page.RealParent (#330)E.Z. Hart2-0/+42
* Fix potential NRE accessing current application via Page.RealParent * Update Native Bindings Gallery to use MessagingCenter
2016-09-27[UWP/WinRT] ListView UI virtualization works without explicit height on ↵Samantha Houts2-0/+108
Cell/Row (#367) * Add repro for 41271 * [UWP/WinRT] ListView virtualization works without explicit height on Cell/Row * Adjust repro to clear ItemsSource OnDisappearing. * Update docs
2016-09-27Clean up listeners and tag on ButtonRenderer during disposal (#360)E.Z. Hart2-0/+76
Clean up OnFocusChangeListener on ViewRenderer during disposal Prevent memory leak of PageContainer/FragmentContainer when animating fragment transitions Call Destroy() on Map during disposal Rebasing
2016-09-23iOS ScrollView should not scroll out of place on scrolling to elementAdrian Knight2-0/+50
2016-09-18[Controls] Update Insights and UITest packages and fix warnings (#361)Rui Marinho1-0/+5
* [Controls] Update Insights and UITest packages * Update Xamarin.Forms.Platform.Android (Forwarders).csproj
2016-09-15[Android] Fix failing UITests (#356)Rui Marinho1-2/+3
2016-09-13[iOS] ViewCells with Accessories will be properly laid out again (#338)Samantha Houts2-0/+65
* Add repro for 43161 * [iOS] Don't adjust ViewCell Bounds when there is an Accessory * [iOS] Fix spacing
2016-09-13Revert "[C] Prevent enabling a Button via setting a Command (#308)"Rui Marinho2-57/+0
This reverts commit 368a375f13fc2e4b5ff00dbbdd7a2d6bb53988eb.
2016-09-12[C] Prevent enabling a Button via setting a Command (#308)Paul DiPietro2-0/+57
2016-08-30[Win] Fix FontAttributes unexpectedly changing a label's size (#325)Paul DiPietro2-0/+57
2016-08-30Use character truncation in Windows (#321)E.Z. Hart2-0/+217
Change layout order ViewCells on Windows to correct label length layout issues Add extra layout pass on ViewCell load to make cells without margins visible
2016-08-30Fix memory leak caused by BaseCellView and RendererHolder (#311)E.Z. Hart2-0/+91
2016-08-30Platform Specifics (#301)Samantha Houts4-8/+70
* Playing around with how the platform specifics interfaces etc. might work * Sample implementation of iOS navigation translucency * Very slightly reduced code * Better vendor stuff * Drop single-implemenation interfaces * Generics on NavigationPage * On-demand vendor stuff * Remove functionally duplicate classes and make ControlGallery work again * Namespace all the things. XAML test. * Can use Effect to attach platform specific * Attach Effect on PropertyChanging for XAML support! * Rename IConfigPlatform interfaces for readability * Some renaming to match the documents * Split class files * Clear out test-only code * Re-namespace * Added On method to rendered Elements * Allow for removal of platform suffix, convenience methods on specific platforms * Creating a gallery page for specifics * Add rudimentary Platform Specifics gallery; make CollapseStyle work on UWP; Add CollapsedPaneWidth specific property * Toolbar now working with both collapse styles * MDP now displaying Content title; toolbar routing around title * Add a gallery for the iOS NavigationPage stuff * Add Navigation Page as detail page to verify it works with new Toolbar options * Make titlebar/toolbar background colors consistent * ToolbarPlacement now working on NavigationPage * Toolbar Placement working for tabbed and nav pages * Fix bug where phone doesn't get default toolbar placement on start * [Core] Add PS WindowSoftInputModeAdjust [Core] Make Application extendable * Toolbar placement now working on Nav, Tabbed, and Master pages on desktop/phone Remove unnecessary style indirection Fix build errors * [A] Add PlatformConfigurationExtensions * SetSoftInputMode test page * [A] SetSoftInputMode Known issue: Status bar color does not work in AdjustResize mode * [Core] Add PS Blur * [iOS] Configure renderer for blur * Add test page * Move to blur VisualElement for broader support * Move test pages to gallery * Update docs * Use lazy initializer for PlatformConfigurationRegistry
2016-08-16[iOS] Change when we updated the XF INavigationPageController after popping ↵Rui Marinho2-0/+73
a page natively, Cleanup UITest references (#291)
2016-08-16Fix Entry/SearchBar color issues (#306)E.Z. Hart1-2/+2
* Fix disappearing Entry text on UWP Anniversary Edition Fix background color reversion bug in UWP Phone Move SearchBar styling on UWP to its own file Make foreground/background color changes on UWP SearchBar/Entry consistent Fix SearchBar color toggle bug on WP8 * Temporarily moving SDK target to previous version * Fix build error on OSX
2016-08-16[iOS] Fixed bug that made pull-to-refresh indicator always visible after 2+ ↵Samantha Houts2-0/+53
pulls (#307) * Add repro for Bugzilla 43214 * [iOS] Undo change to ListViewRenderer was attempting to prevent multiple unnecessary calls to SendRefreshing, but this caused unintended problems.
2016-08-11[Win] Set BindingContext for default cell (#289)Samantha Houts1-1/+10
* Revise 41205 test case to use binding * [Win] Set BindingContext for default cell * [Win] SetInheritedBindingContext for Cell