summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues
AgeCommit message (Expand)AuthorFilesLines
2017-07-10rebase to tags/beta-2.3.5-pre1Kangho Hur1-0/+2
2017-07-10Fix buildRui Marinho1-1/+0
2017-07-10Fix buildRui Marinho1-1/+0
2017-06-26[UWP] Make sure to update HitTestVisible when IsEnable changes (#1015)Rui Marinho2-0/+50
2017-06-26Fix NRE when background color of button set in FormsApplicationActivity (#1010)E.Z. Hart2-0/+47
2017-06-23[iOS] ListView with UnevenRows and Cell Heights will no longer be slow to loa...Samantha Houts2-0/+225
2017-06-22Set the Id field for Android Views created by Forms #1004E.Z. Hart2-0/+87
2017-06-22Fix buildRui Marinho1-1/+0
2017-06-22[Android] Remove the ". " on empty labels (Accessibility) on Fastrenderers (#...Samantha Houts2-0/+52
2017-05-16Remove VisualElement finalizer (#918)E.Z. Hart2-0/+91
2017-05-10[All] Rename Accessibility -> AutomationProperties (#912)Samantha Houts1-2/+2
2017-05-04Give layouts a chance to handle touch events after passing though immediate c...E.Z. Hart2-0/+96
2017-05-03[iOS] Null Element before disposing trial renderers in uneven ListViews (#894)Samantha Houts2-0/+175
2017-04-25Better error handling for image loading errors on iOS/Android (#849)E.Z. Hart5-103/+231
2017-04-25[iOS] Prevent NRE in ListView OnItemSelected (#883)Samantha Houts2-1/+53
2017-04-18(Passing) test for 54977Stephane Delcroix3-1/+39
2017-04-13Verify FragmentContainer created when queueing fragment transaction (Android)...E.Z. Hart2-0/+6
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
2017-03-29Align iOS, Android, Windows handling of tap gesture event bubbling (#842)E.Z. Hart2-0/+212
2017-03-27[WinRT/UWP] Enable selection in password entry (#677)Paul DiPietro2-0/+51
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
2017-03-24[Android] Still look for the normal drawable on resources (#839)Rui Marinho2-0/+39
2017-03-24[iOS] Don't skip row height estimation for grouped lists (#838)Samantha Houts3-33/+128
2017-03-23[Android] ScrollView can now consume Effects (#836)Samantha Houts2-0/+45
2017-03-23UI tests for InputTransparent and fixes for Android/Windows (#808)E.Z. Hart7-39/+815
2017-03-22[iOS/Win] Label will not unnecessarily expand (#827)Samantha Houts2-0/+36
2017-03-20Make Entry completed behavior on UWP/WinRT match Android/iOS (#747)E.Z. Hart2-0/+77
2017-03-20[iOS] Use UIButtonType.System for Button and utilize UIButton.Appearance (#554)adrianknight892-0/+114
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 actions...Vitaly Knyazev2-0/+82
2017-03-14Fix MasterDetailPage event cycle (#754)adrianknight892-0/+56
2017-03-14[WinRT/UWP] Fix Opacity behavior with ProgressBar (#695)Paul DiPietro2-0/+66
2017-03-14[Win] Labels will now wrap when inside horizontally infinite layouts (#639)Samantha Houts2-0/+68
2017-03-14[iOS] ViewCells will respond to ForceUpdateSize in RecycleElement mode (#809)Samantha Houts2-0/+105
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
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 i...Samantha Houts2-0/+57
2017-03-03[WinRT/UWP] Make TextBox better respect background color changes via behavior...Paul DiPietro2-0/+82
2017-03-03Fix for Android Visibility/Opacity crash (#785)E.Z. Hart2-0/+66
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