summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared
AgeCommit message (Collapse)AuthorFilesLines
2017-07-10rebase 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-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 ↵Samantha Houts2-0/+225
load (#994) * Add repro for 56896 * [iOS] Cached defined row heights for estimation * [iOS] Null check source
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
(#915) * [Android] Concatenate Name/HelpText better Also remove some parameters that were added to workaround an issue that no longer exists. * Add repro * Listen to Stephane he's usually right * oops, didn't save
2017-05-16Remove VisualElement finalizer (#918)E.Z. Hart2-0/+91
* [Controls] Add repo for bugzilla 55365 * Remove finalizer from VisualElement * Remove unused using directive * Removing test for 44074 * Update docs
2017-05-10[All] Rename Accessibility -> AutomationProperties (#912)Samantha Houts1-2/+2
* [All] Renamed Accessibility -> AutomationProperties * Update docs * Restore doc summaries * Revert unintended csproj changes
2017-05-04Give layouts a chance to handle touch events after passing though immediate ↵E.Z. Hart2-0/+96
children (#902) * Repro for Bugzilla 55912 * Automate test * Give the layout a chance to actually handle gestures before bubbling up
2017-05-03[iOS] Null Element before disposing trial renderers in uneven ListViews (#894)Samantha Houts2-0/+175
* Add repro for 55745 * [iOS] Null Element before disposing trial renderers
2017-04-25Better error handling for image loading errors on iOS/Android (#849)E.Z. Hart5-103/+231
* First run at removing async void image update methods Consistent error logging and IsLoading on Android,iOS,UWP Move error logging into image handlers for better messages Add demo of custom ImageRenderer error handling Update docs Make the test smaller so the results don't get pushed offscreen Fix namespace error * Update error handling for fast image renderer * Update 37625 test to use image we control * Add java disposed check to avoid ObjectDisposedException in async operations * Add disposed checks to legacy renderer; null check element before SetIsLoading * Check disposed on GetDesiredSize for fast renderer Use local disposed member where possible for disposed check * Check for disposal after async handlers in iOS * Add disposal checks after async methods in Windows * Reset linker settings on project; reduce redundant casts in ImageViewExtensions
2017-04-25[iOS] Prevent NRE in ListView OnItemSelected (#883)Samantha Houts2-1/+53
* Add repro * [iOS] Prevent NRE in ListView * [Android] Prevent NRE in ListView Not observed, but adding defensive check just in case
2017-04-18(Passing) test for 54977Stephane Delcroix3-1/+39
2017-04-13Verify FragmentContainer created when queueing fragment transaction ↵E.Z. Hart2-0/+6
(Android) (#865) * Add check for disposed MasterDetailContainer when queueing fragment transaction * Fix various ObjectDisposedExceptions when setting main page * Add check for legacy renderers when querying control properties
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