summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-02Make IButtonController public (#151)E.Z. Hart2-1/+36
2016-05-02Prep Image for removal of InternalsVisibleTo (#140)E.Z. Hart10-14/+85
2016-05-02Prep SearchBar for removal of InternalsVisibleTo (#137)E.Z. Hart13-13/+103
2016-04-29Fix license copyJason Smith1-55/+0
2016-04-29Add license fileRui Marinho1-0/+80
2016-04-28Remove empty UI test for control which no longer exists (#152)E.Z. Hart5-59/+0
2016-04-28Update README.mdMiguel de Icaza1-1/+10
2016-04-27Add Xamarin.Forms.Pages.Azure nuspec to sln (#148)Rui Marinho1-0/+1
2016-04-27Removed hard reference to StatusBar, changed to type name to prevent crash ↵Nick Gamroth1-2/+3
when StatusBar type is not present (#144)
2016-04-27Azure support (#143)Jason Smith24-43/+501
* Initial import of azure support for pages * Add nuspec for azure * move azure nuspec to correct location * Update Newtonsoft.Json to 6.0.4 * Add converters * Fix package
2016-04-27Prep Entry for removal of InternalsVisibleTo (#139)E.Z. Hart9-9/+68
* Prep Entry control for removal of InternalsVisibleTo * Update docs
2016-04-27Remove CarouselView from index.xmlbeta-2.3.0-pre1Rui Marinho1-2/+0
2016-04-26Carousel clean (#135)Jason Smith29-3534/+47
CarouselView moving to preview repo
2016-04-26Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)E.Z. Hart323-71/+434
* Move PreserveAttribute to Internals to prep for removal of InternalsVisibleTo * Update docs
2016-04-25Ignore TabsStudio fileSamantha Houts1-1/+2
2016-04-25Multi style classes (#134)Stephane Delcroix8-46/+164
* [C] StyleClass is IList<string> * fix docs * this might be required
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart22-133/+190
* Make core Ticker abstract and public Make the core Ticker abstract and public so it can be inherited by platform implementations; remove now-unused parts of original Ticker; add CreateTicker to IPlatformServices; remove unused CreateTimer methods from IPlatformServices * Add docs for Ticker * Remove unnecessary Ticker.Default set * Move Ticker into Internals * Update Ticker docs * Remove old Ticker docs * Remove commented code
2016-04-25Remove ToolBar from Core; Remove ToolBar renderers and unit tests (#124)E.Z. Hart17-440/+16
2016-04-25Prep WebView and renderers for removal of InternalsVisibleTo (#120)E.Z. Hart15-22/+251
* Create custom event args class for script eval requests Make IWebViewRenderer public * Add IWebViewRenderer docs * Add EvalRequested docs * Move EvalRequested to Internals IWebViewRenderer -> IWebViewDelegate * Add docs
2016-04-24Enable Warnings as Errors on all plat|cfg of XF.Core.UnitTests (#95)kingces953-5/+13
* Enable Warnings as Errors on all plat|cfg of XF.Core.UnitTests * Fix build errors
2016-04-24Detect docs for new types in update-docs.ps1 (#122)E.Z. Hart1-1/+16
* Detect docs for new types in update-docs.ps1 * Add check for missing DLLs before running
2016-04-24Fixed typo in Aspect.xml (#126)Mike Norman1-1/+1
2016-04-24[Nuget] Add modernhttpclient to pages nuspec (#132)Rui Marinho1-0/+1
2016-04-24Evolve feature branch (#117)Jason Smith169-11/+6290
* Initial import of evolve features * [Android] Add Xamarin.Forms.Platform.Android.AppLinks project * [iOS] Fix issues with c# 6 features on iOS AppLinks * Added naive stanza to update-docs-windows.bat to produce Pages docs. Not tested. (#69) * Update packages * Add AppLinks android nuspec and fix linker issues * Fix build * Fix nusepc * Fix nuspec * Update android support nugets to 23.2.1 * Update Xamarin.UITest * Add CardView * [iOS] Fix app link for CoreSpotlight * [Android] Update AppLinks android support libs * Add Newtonsoft.Json dependency to nuspec * Fix NRE when setting ControlTemplate to null * Move to ModernHttpClient for download * Try fix build * Preserve android app links * Fix margin issue * General coding and simple fixes
2016-04-24[iOS] Fix issue with WebView dispose and resizing (#128)Rui Marinho1-1/+3
2016-04-24Update vssettings file to turn on Wrapping_PreserveSingleLine (#115)E.Z. Hart1-2/+2
Update vssettings file to turn off Wrapping_KeepStatementsOnSingleLine
2016-04-24[Android] Add constructor to MasterDetailContainer (#123)Samantha Houts1-0/+4
2016-04-24Allow renderers to specify whether native controls should be eagerly ↵E.Z. Hart5-6/+28
disposed (#129)
2016-04-23Fix margin issue (#130)Samantha Houts1-5/+13
2016-04-22Windows.UI.Xaml.dll on X64 Windows.UI.Xaml.Setter.get_Value is NYI (#93)kingces951-8/+16
* Windows.UI.Xaml.dll on X64 Windows.UI.Xaml.Setter.get_Value is NYI * Add comment
2016-04-20Add an optional extended description…Jason Smith1-2/+0
2016-04-20[Android] Add missing 23.3.0 package dependenciesSamantha Houts6-0/+52
2016-04-19[A] Don't set TabbedPage BarTextColor to nothing (#113)Samantha Houts1-4/+4
2016-04-19[Android] Fix registering of default AppCompact renderers (#112)Rui Marinho2-136/+224
2016-04-19Add TextColor Property to Picker, TimePicker, DatePicker (#84)E.Z. Hart30-219/+917
* Add TextColor property to TimePicker Add TextColor page to TimePicker gallery Add TimePicker color toggling to color toggle test page Split color toggle tests up among tabs * Implement TimePicker.TextColor in iOS * Implement TimePicker.TextColor for WinRT tablet * Add IsEnabled=false tests to DefaultColorToggleTest Button and TimePicker Consolidate ColorStates array Fix IsEnabled changing color bug on iOS * Implement TimePicker.TextColor for WP8 * Add TextColor property to DatePicker Add DatePicker section to DefaultColorToggleTest Impement DatePicker.TextColor for WP8 * Implement DatePicker.TextColor for WinRT/UWP/Windows Phone 8.1 * Implement DatePicker.TextColor for iOS * Add TextColor to DatePicker Gallery Page * Implement DatePicker.TextColor for Android * Add Picker Gallery page for TextColor Implement Picker.TextColor on Android Consolidate TextColor management for Button, Picker, DatePicker, TimePicker Implement * Add untracked TextColorSwitcher Implement Picker.TextColor in iOS * Implement Picker.TextColor in WinRT/UWP/Windows Phone 8.1 Remove Pioker Loaded handlers in Dispose * Implement Picker.TextColor in WP8 * Removed unused field Update ignored warnings * Update docs * Use nameof() for BindableProperties * Cleanup * Fix custom renderer crashes for classes using TextColorSwitcher * Correct property name references * Fix typo and 'if' formatting * Add missing else
2016-04-18Use style resources when calling SetTextAppearance (#108)E.Z. Hart2-3/+3
* Use style resources in SetTextAppearance calls * Set to styles which match previous defaults
2016-04-18Create more helpful version of docs update script (#107)E.Z. Hart1-0/+79
2016-04-18Whitespace fixes (#110)kingces958-171/+271
2016-04-18[Android] Allow designer to disable asynchronicity in image loading. (#111)Jérémie Laval1-1/+10
The XF Previewer doesn't support async operations as it loads a layout and immediately tries to snapshot it. This commit adds a new property to let designer reflect onto so that the behavior can be specifically made synchronous and image will appear in the final preview.
2016-04-18[UWP] Unhook Entry and Editor event handlers during Dispose (#114)E.Z. Hart2-6/+29
* [UWP] Null-check Element in native event handlers for Entry * Unhook event handlers in Dispose * Prevent race condition using Control in event handlers
2016-04-18[iOS] Fix uitests on iPhone5 (#105)Rui Marinho3-7/+6
2016-04-18CarouselView Fixes (#101)kingces9511-74/+104
* Fix CarouselView.Item * CarouselView formatting * Move ItemsView.Count to IItemsViewController * Remove dead code: CarouselView.IndexOf * CarouselView re-layout subviews on resize. * Add ItemTemplate to resources.xaml on UWP * Docs
2016-04-18Make sure RD indexer works with merged dictionaryJason Smith1-1/+8
2016-04-18BarBackgroundColor and BarTextColor on TabbedPage (#96)Samantha Houts13-87/+413
* [Core] Add properties to TabbedPage * [Controls] Add properties to test page * [iOS] Added BarBackgroundColor & BarTextColor to TabbedPage * [A] Added BarBackgroundColor & BarTextColor to TabbedPage * [UWP] Added BarBackgroundColor & BarTextColor to TabbedPage * [WinRT] Format file * [WinRT] Added BarBackgroundColor & BarTextColor to TabbedPage * [Docs] Updated docs
2016-04-18Make sure StaticResources can be looked up in ResourceDictionaries directly ↵Jason Smith3-5/+6
(#106)
2016-04-18[C] Allow implicit styles and DynamicResources in shared RD (#104)Stephane Delcroix3-8/+20
2016-04-18[C] Allow Multiple Shared RD. (#103)Stephane Delcroix6-7/+60
2016-04-18[UWP] OnElementChanged is now virtual (#98)Samantha Houts1-1/+1
2016-04-17Merged ResourceDictionary (#97)Stephane Delcroix16-30/+236
* [X] Support Merged RD * [X] Support RD as xaml roots * [XamlC] I have no idea how that used to work before * [C] Remove debugging statements * fix docs
2016-04-17Fix bugzilla39987 (#100)Jason Smith4-21/+119
* [Controls] Add repo for bugzilla 39987 * Fix repo * Resolve issue with blank first tab in iOS 9.3