summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-11-16[W] Support 0 as valid BorderWidth (#537)Stephane Delcroix6-7/+8
2016-11-16[iOS] Update Editor text from autocorrect when losing focus (#535)Paul DiPietro3-0/+59
2016-11-16Set TabBarItem properly (#530)adrianknight891-23/+24
2016-11-16[Android] Preserve Toolbar Subtitle on page orientation change (#528)adrianknight891-1/+7
* add ability to preserve toolbar values * added null check * better fix * fix indentation * fixed comment
2016-11-16Make CommitAllowingStateLoss the default (#527)E.Z. Hart2-3/+12
2016-11-16[iOS] Add Platform Specific option to not adjust the status bar text color ↵Samantha Houts10-8/+294
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[C] Use a Binding for ItemsSource object selectionStephane Delcroix7-292/+385
2016-11-16Squashed commit of the following:Joakim Carselind2-29/+700
commit 8d784ec7459335ca33003844a793c3dd266c5861 Author: Joakim Carselind <joakim.carselind@cub.se> Date: Tue Aug 23 00:30:25 2016 +0200 Added DisplayConverter property of type IValueConverter to perform conversion from object to string commit afb606f05c16b14e24785fad017540dd83dbf373 Author: Joakim Carselind <joakim.carselind@cub.se> Date: Tue Aug 23 00:07:55 2016 +0200 Use IsValueType commit 4742c22ed33309f40a55c536b161292eb5db40f8 Author: Joakim Carselind <joakim.carselind@cub.se> Date: Fri Aug 19 18:58:40 2016 +0200 Fixed bug with nested property expression commit 70a121e6172a61dbcf8835137bf58bd972cf2065 Author: Joakim Carselind <joakim.carselind@cub.se> Date: Fri Aug 19 18:43:14 2016 +0200 Added more tests commit 49c7876bda4185c699f5fd9b3a66763efca9623c Author: Joakim Carselind <joakim.carselind@cub.se> Date: Thu Aug 18 13:28:36 2016 +0200 Siimplified setting SelectedItem. Added property to provide full control over how to display the objects by DisplayFunc. Added tests commit 5c1d5e149dc21c58cebf7cdbc6677d1ccec04ed4 Author: Joakim Carselind <joakim.carselind@cub.se> Date: Thu Aug 11 17:15:36 2016 +0200 Trying to fix formatting with tabs instead of spaces commit d64663ce3ef6b223a04d477274e93ec87bd38ff4 Author: Joakim Carselind <joakim.carselind@cub.se> Date: Thu Aug 11 17:10:39 2016 +0200 Formatting. Handle Reset,Move,Replace collection changed action equal by re binding Items collection commit 8d4641810cb3b11fb6b47f8215bb5950a9641ba2 Author: Joakim Carselind <joakim.carselind@cub.se> Date: Thu Aug 11 16:33:03 2016 +0200 Removed inline documentation. Fixed formatting commit 28010a1b31da02879fd2d549d5b02458766544d5 Author: Joakim Carselind <joakim.carselind@cub.se> Date: Thu Aug 11 16:29:37 2016 +0200 Removed SelectedValue since SelectedIndex and SelectedItem make it redundant commit ac9d65816fe6db7b467c304e6dc3168a84d3166b Author: Joakim Carselind <joakim.carselind@cub.se> Date: Thu Aug 11 14:51:20 2016 +0200 Initial attempt on bindable picker
2016-11-16[XamlC] use correct filePath for XamlC error reporting (#513)Stephane Delcroix7-10/+82
* [XamlG] decorate partial classes with [XamlFile] attribute * [XamlC] use correct filePath for XamlC error reporting * [docs] update docs
2016-11-16Use static method syntax to prevent mono compiler error (#538)E.Z. Hart1-17/+4
2016-11-16[A] Check for parent NavigationPage when setting MDP detail's TopPadding (#473)Paul DiPietro3-2/+69
rebased
2016-11-16[iOS] Add Platform Specific features for ↵Paul DiPietro20-20/+886
PrefersStatusBarHidden/UIStatusBarAnimation (#463) * [iOS] Add Platform Specific features for PrefersStatusBarHidden/UIStatusBarAnimation * Update docs
2016-11-16BindingContext changes are called multiple times on app start (#470)adrianknight892-3/+88
* inherited binding context fix * add check for child binding context * Revert "add check for child binding context" This reverts commit 71952f39129cfedc2358a32100deb07bd32a3080. * unit tests
2016-11-16[iOS] Fix AccessoryView covered by section index list (#493)Jimmy Garrido4-5/+83
* [iOS] Fix AccessoryView below section index list * Add UITest
2016-11-15fix MasterDetailPage dispose (#505)adrianknight893-5/+41
2016-11-15[iOS] Text should not overflow Entry if it can't fit inside the bounds (#400)adrianknight893-0/+38
* 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[C] Add cornerRadius validation, docsStephane Delcroix2-1/+34
2016-11-15Added CornerRadius property To Frame controlAndrei N6-14/+96
2016-11-15[UWP] Explicitly set mobile StatusBar colors to white Background/black ↵Samantha Houts4-9/+47
Foreground on Light theme (#491) * [UWP] Encapsulate MobileStatusBar * [UWP] Set StatusBar colors on Light theme * Add test code to override status bar color
2016-11-15[WinRT] Fix ModalPushed/ModalPopped not firing (#490)Paul DiPietro3-2/+94
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix48-1048/+3545
2016-11-15Creating category constants for UI test categories (#487)E.Z. Hart61-69/+232
* 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 DiPietro3-4/+91
* [iOS] Use separate UIWindow for UIAlertController * Add similar behavior for DisplayActionSheet; consolidate behavior into PresentAlert method
2016-11-15[Android] Show keyboard on app resume if control has focus (#480)adrianknight893-6/+132
* show keyboard on resume if control has focus * refactor * changed property name
2016-11-15[WinRT] Setting ActivityIdicator color works now (#479)Jimmy Garrido1-1/+19
2016-11-15Attempting to fix possible race conditions in Automation ID tests (#533)E.Z. Hart1-1/+2
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-14Marked all I___Controller interfaces as for internal use by renderers in ↵Mike Norman20-84/+83
docs. (#522)
2016-11-09Applinks API docs, and a link fix in BindableProperty.xml. (#519)Mike Norman5-55/+76
2016-11-09Update badge URLs to point at current build lanes (#516)E.Z. Hart1-5/+5
2016-11-09Removing PCLStorage references until it's determined that we need themE.Z. Hart2-9/+0
2016-11-09Excising the 43569 UI Test until the PCLStorage issue can be dealt withE.Z. Hart2-92/+1
2016-11-08[UWP] Fix Transparent Default Button (#468)Jimmy Garrido1-1/+4
2016-11-08fix identationStephane Delcroix1-7/+7
2016-11-08Add extensibility point to load tab icons from another source (using the ↵softlion1-2/+7
tab.SetIcon(drawable) overload) on Android
2016-11-08[Android] Always set a non-null Device.Info (#504)Alan McGovern1-8/+13
When we run under the context of layoutlib the `Context` object that is created will not implement IDeviceInfoProvider. All this means is that we will not get change notifications when the orientation changes, but that's ok! This won't happen anyway. If we instantiate the Device.Info object then everywhere else in the code will be able to get access to the screen properties. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=44893
2016-11-03[Android] Allow path-based icons to be loaded as toolbar icons (#437)adrianknight8910-6/+133
* 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-11-03Update ContextExtensions.cs (#502)Alan McGovern2-5/+9
* [Android] Handle missing android services gracefully When rendering inside layoutlib, like the Android Designer does, we will not have access to the normal android services. * [Android] Handle null InputManagers here too Just in case this codepath is hit at some point during the android designer's rendering codepath.
2016-11-02Fixed tab not updating when page title is changed (#327)Jimmy Garrido1-5/+33
* Fixed tab not updating when page title is changed * Remove OnPagePropertyChanged Event From Pages When Disposing * Meet coding standards and remove unnecessary parameters
2016-10-31Attempt to get UI test for 44166 working on iOS (#485)E.Z. Hart2-14/+17
* 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-31[Android] Forward ScrollView touch events to custom renderers (#472)adrianknight892-1/+16
* Forward touch events * remove double cast
2016-10-30On&lt;t&gt; summaries. (#492)Mike Norman28-28/+28
2016-10-26[Win] Toolbar placement works with initial value (#488)Samantha Houts4-3/+22
* Defer UpdateToolbarPlacement until CommandBar is in the control hierarchy * Cleanup
2016-10-26[iOS] Add check for UIGestureRecognizerState.Cancelled when closing context ↵Paul DiPietro3-1/+48
action (#442)
2016-10-25ScrollView should account for Content margin (#392)adrianknight894-2/+87
* ScrollView should account for Content margin * Unit tests for content margin
2016-10-24[Android] Internal keyboard hide/show should handle null views (#418)adrianknight891-3/+7
* Check for null input view before trying to hide keyboard * Adding null check to ShowKeyboard * change to throw an exception
2016-10-20[Android] SoftInputMode works with initial value (#465)Samantha Houts2-4/+4
2016-10-20Make Editor focused background color behavior consistent with Entry on ↵E.Z. Hart4-5/+71
Windows (#456)
2016-10-20[iOS] Add Platform Specific feature for setting AdjustsFontSizeToFitWidth on ↵Paul DiPietro8-1/+335
Entry (#429) * [iOS] Add Platform Specific feature for setting AdjustsFontSizeToFitWidth on Entry * Update docs