summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix71-277/+598
* [C] Obsolete TargetPlatform * [Xaml] support and test the new syntax * blind fix windows platforms
2017-01-12[iOS] Labels with WordWrap or CharacterWrap will Expand (#529)Samantha Houts7-2/+172
* Add reproduction for 28650 * [iOS] Expand the label to fill width if wrapping Also, simplify the `if` statement, since `LineBreakMode` is not a flags enum and the only excluded member was `None`. * Test two small labels next to each other in horizontal layout
2017-01-12fix bug-39359 (#599)fengrui2-0/+14
UriImageSource does cache failed HTTP responses
2017-01-12[iOS] Fix child view position when the Navigation Bar is translucent (#659)Sandro Cavazzoni1-2/+8
2017-01-12Improve registry startup and lookup performance (#674)E.Z. Hart2-19/+42
* Optimize search for Effect resolution name Avoid multiple collection of assemblies during startup Cache handler lookups * Handle s_initialized check inside of Initialize method
2017-01-12[Android] NavigationPageRenderer should not create a Fragment unnecessarily ↵adrianknight891-17/+28
(#627) * Do not create fragments unnecessarily * use existing list * remove local variable * Revert "remove local variable" This reverts commit 266e2c3657733c390931df79d4729206b456dfcd. * remove local variable * change order of returns
2017-01-12Don't set up the properties task until it's requested (#671)E.Z. Hart1-3/+10
2017-01-11Don't create FontExtensions Regex unless/until necessary (#676)E.Z. Hart1-3/+6
* Lazy load Regex for loading fonts from assets * Allow Regex class to handle Regex initialization and caching
2017-01-11Enable 24-hr formatting for Android TimePicker (#654)Philipp Sumi1-2/+4
Enable 24-hr time formatting depending on Android system settings instead of the hard coded 12-hour setting.
2017-01-10iOS and Android timers should be runnable from any thread and execute… (#374)adrianknight899-224/+136
* iOS and Android timers should be runnable from any thread and executed on the main thread * removing unused Timer class declarations with minor refactoring efforts * iOS and Android timers should be runnable from any thread and executed on the main thread * removing bak file * switch to v7 * add test code
2017-01-10Update 45926 test to account for NavigationPage ref to popped pageE.Z. Hart1-1/+12
2017-01-09[iOS] Register effects for ScrollView and WebView (#641)adrianknight8912-25/+56
* fix effects * move effect utilities to core * use core class * move to internals namespace * remove IEffectControlProvider from IVisualElementRenderer
2017-01-05[UITest] Update to UITest 2.0.5 (#665)Rui Marinho6-9/+9
2017-01-04[iOS] Ignore intermittent failing test on XTC (#666)Rui Marinho1-0/+1
2017-01-04[iOS] Platform specifics for controlling Picker SelectedIndex change ↵adrianknight896-1/+205
behavior (#540) * picker selected index could change when picker view is dismissed * use enum
2017-01-03Allow subscriber to be collected if MessagingCenter is the only reference to ↵E.Z. Hart5-43/+404
it (#617) * Repro * Make messaging center callbacks weak references * Preserve attribute * Fix test method name * Watch for collection of actual delegate target instead of wrapper delegate * Preserve the original platform instance when changing main page * Better tests for lambda situations * Update tests, make callback target a weakreference if it's the subscriber * Ensure old Platform MessagingCenter subs are gone before creating new Platform
2017-01-03[iOS/Android] Move Map camera to correct region on layout change (#548)adrianknight892-1/+2
* Move to region on layout change * remove visibility check
2017-01-03Return group instead of internal class (#461)adrianknight891-2/+2
2017-01-03[WinRT/UWP] Apply BackgroundColor to Stepper buttons (#581)Paul DiPietro5-0/+102
* [WinRT/UWP] Apply BackgroundColor to Stepper buttons * Add explanatory text; use nameof * Move explanatory text to a label
2017-01-03[iOS] Prevent multiple ListView cells from being swiped simultaneously (#578)adrianknight893-4/+89
* disable multiple cell swipe * add sample code * refactored * convert to weakreference * remove null setting * change weakreference setting place * remove if * revert isopen changes * add instructions
2017-01-03Make UWP toolbar display rules consistent with other platforms (#638)E.Z. Hart12-20/+179
2016-12-30[Android] Fix NavigationPage dispose crash when it parents a ↵adrianknight891-28/+42
MasterDetailPage (#577) * fix navigation page dispose crash * changes after review
2016-12-30[iOS] Change keyboard type while keyboard is visible (#443)adrianknight894-0/+81
* Change keyboard while changing text * add sample code
2016-12-30[XamlC] detect duplicate x:Name at compile time (#655)Stephane Delcroix11-74/+46
* [XamlC] detect duplicate x:Name at compile time * invoking methods with the right arguments produces better results
2016-12-29Make CellsGalleryImageUrlCellList test finish early if possibleE.Z. Hart1-0/+4
2016-12-28Fix comment typoSamantha Houts1-1/+1
2016-12-28Update ImageCellListPage to use an image we control;E.Z. Hart2-3/+11
Update CellsGalleryImageUrlCellList test to wait longer than 1s for images to load if necessary
2016-12-28Adding image to use for CellsGalleryImageUrlCellList UI testE.Z. Hart1-0/+0
2016-12-28fix nre when changing content in datepickerselected (#494)adrianknight893-1/+60
2016-12-27[UWP] Fix TextBox style for foreground focus color (#618)Paul DiPietro3-0/+120
2016-12-23Xamlc compile data triggers (#648)Stephane Delcroix9-17/+74
* [Xaml] DataTrigger and PropertyCondition no longer use a ServiceProvider * [XamlC] avoid generating ServiceProvider for unused ProvideValue * fix tests
2016-12-23[Xaml] support short Properties for PropertyCondition (#645)Stephane Delcroix8-15/+49
2016-12-23[XamlC] import members on x:Static and factories (#642)Stephane Delcroix8-14/+117
2016-12-22[iOS] Entry should not pass a newline to the next responder (#397)adrianknight893-1/+55
* UITextField should not return so that the next field does not get passed a newline * Added code sample
2016-12-22Avoid duplicating code in OmPlatform (#591)Stephane Delcroix1-17/+2
2016-12-19[UWP] Use toolbar foreground color on primary items (#640)Paul DiPietro3-3/+62
2016-12-19Slider should show user-set value on initial load (#378)adrianknight891-12/+18
2016-12-17[Windows] Fix modal pages being laid out below soft buttons (#395)Jimmy Garrido2-37/+5
2016-12-16Add sample HanselForms and TwitterDemo to ControlGallery (#651)Rui Marinho70-319/+1510
* [Controls] Add Hanselforms sample * Remove extra twitter sample * [Controls]Add TwitterDemo sample * [Controls] Fix build
2016-12-16[WinRT] Use a queue to prevent multiple MessageDialogs from causing a crash ↵Paul DiPietro3-2/+73
(#347) * [WinRT] Use a queue to prevent multiple MessageDialogs from causing a crash * Make change to use Device.IsInvokeRequired
2016-12-15Remove overload causing backwards compatibility issuesJason Smith2-50/+0
2016-12-14Fix potential NRE in ConditionalFocusLayout (#587)2.3.3.175E.Z. Hart6-9/+109
2016-12-14Add Tizen to TargetPlatform (#590)Kangho9-3/+175
* Add Tizen to TargetPlatform * Adds Device.OnPlatform methods having Tizen
2016-12-14Removing now non-existent IsiOS8OrNewer checkE.Z. Hart1-1/+1
2016-12-14Deprecate versions of iOS older than 8 (#630)Jason Smith17-247/+46
2016-12-14Revert "Update README.md"Stephane Delcroix1-6/+6
This reverts commit f2282a7da33045e67075f198f37d7f03549159eb.
2016-12-14Revert "Update README.md"Stephane Delcroix1-6/+6
This reverts commit 51565d7289e322d066f3c54ad0a0d02bc474e5dd.
2016-12-14Update README.mdStephane Delcroix1-6/+6
larger badges
2016-12-14Update README.mdStephane Delcroix1-6/+6
align badges...
2016-12-14Xamlc compiled trigger (#629)Stephane Delcroix6-3/+57
* [XamlC] compiled Trigger * remove file header * name bool parameters