summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues
AgeCommit message (Collapse)AuthorFilesLines
2017-04-24rebase to tags/beta-2.3.5-pre1Kangho Hur1-0/+2
- this is base code of xamarin.forms 2.3.5-pre1 (https://github.com/xamarin/Xamarin.Forms/commit/fc778eb9789f50634d48fb9ad127f211b3fcfcc7)
2017-04-24Fix buildRui Marinho1-1/+0
2017-04-24Fix buildRui Marinho1-1/+0
2017-04-11Clean up NavigationBar code in Platform (#753)Jimmy Garrido2-0/+50
2017-04-06[iOS] ActivityIndicator should not disappear when used in a ViewCell (#495)adrianknight892-0/+45
* preserve activity indicator state * changed to using listviewrenderer * remove whitespace * moved message to constructor * add sample code * remove message sending * changes * remove curly braces
2017-03-29Align iOS, Android, Windows handling of tap gesture event bubbling (#842)E.Z. Hart2-0/+212
* Add test for gesture bubbling behavior on all controls; Make Windows behavior consistent with other platforms; * Fix the stepper test * Make Frame on Android handle tap event bubbling like the other platforms * Formatting changes and query syntax instead of SelectMany
2017-03-27[WinRT/UWP] Enable selection in password entry (#677)Paul DiPietro2-0/+51
* [WinRT/UWP] Enable selection in password entry * Remove unnecessary if
2017-03-27[iOS] Prevent NRE when page is switched on Appearing (#840)Samantha Houts2-0/+56
2017-03-24[iOS] Platform specifics to control ScrollView content touch delay (#563)adrianknight892-0/+40
* can delay content touches optionally * revert bug fix * add back _tapGesture * remove extra declaration
2017-03-24[Android] Still look for the normal drawable on resources (#839)Rui Marinho2-0/+39
* [Android] Still look for the normal drawable on resources * [Android]Fix code style
2017-03-24[iOS] Don't skip row height estimation for grouped lists (#838)Samantha Houts3-33/+128
* Nest bugzilla 51536 classes for less pollution * Add repro for 53834 * [iOS] Don't skip row height estimation for grouped lists
2017-03-23[Android] ScrollView can now consume Effects (#836)Samantha Houts2-0/+45
* Add repro * [Android] Make ScrollView an IEffectControlProvider
2017-03-23UI tests for InputTransparent and fixes for Android/Windows (#808)E.Z. Hart7-39/+815
* Set up automated UI tests for InputTransparent * Pull in Adrian's UI tests from PR 483 * Fix bugs with box/label/image gestures passing through when not transparent * Fix disabling of layouts on Windows; fix 44096 test for iOS/Windows; * Automate the 53445 test
2017-03-22[iOS/Win] Label will not unnecessarily expand (#827)Samantha Houts2-0/+36
* Add repro for 53362 * [iOS] Label will not unnecessarily expand * [Win] Label will not unnecessarily expand
2017-03-20Make Entry completed behavior on UWP/WinRT match Android/iOS (#747)E.Z. Hart2-0/+77
* Make Entry completed behavior on UWP/WinRT match Android/iOS * Accessibility test
2017-03-20[iOS] Use UIButtonType.System for Button and utilize UIButton.Appearance (#554)adrianknight892-0/+114
* Change button style and use UIButton appearance * added sample code * change references * setting other properties * add comment * refactor proxy setter * made control states array static * remove category declaration * changes * add sample code * changes * Fix identation * Update ButtonRenderer.cs
2017-03-20[WinRT/UWP] Open Picker dropdown when calling Focus (#762)Paul DiPietro2-0/+39
2017-03-14Bug 51536, initial iOS cell layout is incorrect when cell has context ↵Vitaly Knyazev2-0/+82
actions … (#787) * Bug 51536, initial height is incorrect when cell has context actions or ListView is in recycle mode * Improved fix for iOS uneven height cell layout * Fixed indentation and added test case for issue 44525 * Fixed indentation for test case * Added 1px room, this will fix Bugzilla31330 test, renamed test case to 51536 * Updated shared project file
2017-03-14Fix MasterDetailPage event cycle (#754)adrianknight892-0/+56
sample code add tag change message changes changes 2 changes 3 changes 4
2017-03-14[WinRT/UWP] Fix Opacity behavior with ProgressBar (#695)Paul DiPietro2-0/+66
* [WinRT/UWP] Fix Opacity behavior with ProgressBar * Update .nuspec * Further update .nuspec * Adjust .csproj line to fix Mac build
2017-03-14[Win] Labels will now wrap when inside horizontally infinite layouts (#639)Samantha Houts2-0/+68
* Add repro for 42559 * [Win] Override GetDesiredSize for LabelRenderer * [Win] Invalidate size on font/align change
2017-03-14[iOS] ViewCells will respond to ForceUpdateSize in RecycleElement mode (#809)Samantha Houts2-0/+105
* Add reproduction for 44525 * Clean up gallery page * [iOS] Get index path from Cell in RecycleElement * Fix obsolete code
2017-03-06[UWP] Add width check for Detail on MDP to prevent potential crash (#775)Paul DiPietro2-0/+67
2017-03-06[UWP] Improve toolbar consistency on MasterDetailPage (#744)Jimmy Garrido3-0/+82
* Improve toolbar consistency on MasterDetailPage * Properly indent xaml page
2017-03-03[WinRT/UWP] Do not allow IsPresented use in Split mode on desktop (#707)Paul DiPietro2-0/+105
2017-03-03[Android] Don't crash if Control is accessed in Effect OnDetached when Page ↵Samantha Houts2-0/+57
is Disposed. (#773) * Add repro for 51505 * [Android] Don't dispose of EffectControlProvider * Oops
2017-03-03[WinRT/UWP] Make TextBox better respect background color changes via ↵Paul DiPietro2-0/+82
behaviors (#749)
2017-03-03Fix for Android Visibility/Opacity crash (#785)E.Z. Hart2-0/+66
* Repro * Fix for UI test * Cache the Alpha value and queue up restoration after the visibility is changed * Fix issue with negative height/width in UpdateLayout * Clean up usings
2017-02-23[Controls] Fix build of test caseRui Marinho1-0/+2
2017-02-23Add Preserve attributePaul DiPietro1-0/+1
2017-02-23[C] Update SelectedItem prior to event invokePaul DiPietro2-12/+15
2017-02-23[UWP] connect the actual ObservableCollection to the ComboBox.ItemsSourceStephane Delcroix3-0/+65
2017-02-22remove redundant declarationAdrian Knight1-6/+0
2017-02-22add support for view cellsAdrian Knight1-1/+28
2017-02-22center stacklayoutAdrian Knight1-0/+1
2017-02-22added sample codeAdrian Knight2-0/+103
2017-02-21Add repro for 52533Samantha Houts2-1/+66
2017-02-17Add localized listener for Android numeric inputE.Z. Hart2-0/+66
2017-02-17fix uitest buildStephane Delcroix1-0/+2
2017-02-17[i] Add Test for 45284Stephane Delcroix3-0/+67
2017-02-17[A] Do not throw error for first param in ScrollTo (#742)Paul DiPietro2-0/+52
2017-02-17Split Windows RuntimePlatform into UWP and WinRT (#748)E.Z. Hart5-6/+8
* Split RuntimePlatform Windows into UWP and WinRT * Update docs * Backward compatible targetPlatform=Windows for native XAML views on WinRT/UWP
2017-02-17[WinRT/UWP] Insert missing SendScrollFinished call (#751)Paul DiPietro2-0/+95
2017-02-17Fixed Title not updating on parent page (#743)Jimmy Garrido2-0/+44
2017-02-16[Controls] Fix test numberSamantha Houts1-1/+1
2017-02-15[iOS] MasterDetailPage master icon should be changeable from any page on the ↵adrianknight892-0/+136
stack (#608) * master detail page master icon could be changed from any page on the stack * change icon names * added titles
2017-02-15[iOS] Dispose pickers properly and automate GC checks (#632)adrianknight892-1/+164
* dispose datepicker * add dispose to other pickers * add ui test * add dispose to picker model * change class name
2017-02-13[Android] Double tapping on context action should not crash (#609)adrianknight892-0/+67
* fix double tap nre * added sample code * new fix * added comment * better fix * edit position of change * changes
2017-02-09[iOS] Fix NavigationPage memory leak when back button title is set (#523)adrianknight892-0/+62
* fix memory leak * fix parent * added comment
2017-02-06[iOS/Android] Handle item selection highlight when ListView cell is tapped ↵adrianknight892-0/+49
erratically (#520) * Fix multi tap selection highlight * added sample code * add ios fix