summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-09-13Update docsJason Smith2-4/+62
2016-09-08Native Bindings (#278)Stephane Delcroix1-0/+16
* [C, I, A, W] Support Native Bindings * fix tabs
2016-08-30Fix docsJason Smith17-60/+107
2016-08-30Platform Specifics (#301)Samantha Houts51-73/+2552
* Playing around with how the platform specifics interfaces etc. might work * Sample implementation of iOS navigation translucency * Very slightly reduced code * Better vendor stuff * Drop single-implemenation interfaces * Generics on NavigationPage * On-demand vendor stuff * Remove functionally duplicate classes and make ControlGallery work again * Namespace all the things. XAML test. * Can use Effect to attach platform specific * Attach Effect on PropertyChanging for XAML support! * Rename IConfigPlatform interfaces for readability * Some renaming to match the documents * Split class files * Clear out test-only code * Re-namespace * Added On method to rendered Elements * Allow for removal of platform suffix, convenience methods on specific platforms * Creating a gallery page for specifics * Add rudimentary Platform Specifics gallery; make CollapseStyle work on UWP; Add CollapsedPaneWidth specific property * Toolbar now working with both collapse styles * MDP now displaying Content title; toolbar routing around title * Add a gallery for the iOS NavigationPage stuff * Add Navigation Page as detail page to verify it works with new Toolbar options * Make titlebar/toolbar background colors consistent * ToolbarPlacement now working on NavigationPage * Toolbar Placement working for tabbed and nav pages * Fix bug where phone doesn't get default toolbar placement on start * [Core] Add PS WindowSoftInputModeAdjust [Core] Make Application extendable * Toolbar placement now working on Nav, Tabbed, and Master pages on desktop/phone Remove unnecessary style indirection Fix build errors * [A] Add PlatformConfigurationExtensions * SetSoftInputMode test page * [A] SetSoftInputMode Known issue: Status bar color does not work in AdjustResize mode * [Core] Add PS Blur * [iOS] Configure renderer for blur * Add test page * Move to blur VisualElement for broader support * Move test pages to gallery * Update docs * Use lazy initializer for PlatformConfigurationRegistry
2016-08-25Fixed SinInOut description. (#319)Mike Norman1-1/+1
2016-08-12Added note about line endings to Page.xml. (#300)Mike Norman1-1/+1
2016-08-11Add Orange color to Color (#290)Kangho1-1/+17
* Add Orange color to Color
2016-08-03identifer => identifier in ExportEffectAttribute.xml (#276)Mike Norman1-1/+1
2016-08-03Fixed https://github.com/xamarin/documentation/issues/1508 (#275)Mike Norman1-2/+2
2016-07-18[Xaml] allow the Previewer to provide their own Xaml files for any type (#262)Stephane Delcroix2-0/+35
* [Xaml] allow the Previewer to provide their own Xaml files for any type * [Xaml] use a Func instead of an interface, easier to use by reflection. Add tests * [XamlC] move the InitializeComponent duplication to XamlC task * [XamlC] generate branching code * [XamlC] fix the XamlC issue * [XamlC] make the API public * [docs] fix docs
2016-07-18Windows image loader error handling (#260)E.Z. Hart1-0/+13
* Repros for various image issues * Log image loading errors * Better repro instructions and user interface * Image loading tests now running on WinRT/UWP phone/tablet/desktop * Move FailImageSource into shared project * Move FailImageSource into shared project * Update docs
2016-07-12Update docs for PoppedToRootEventArgs (#253)Rui Marinho2-7/+12
2016-07-11Restore incorrectly renamed InvalidateMeasure method (#251)E.Z. Hart1-16/+1
* Restore incorrectly renamed InvalidateMeasure method * Update docs
2016-07-11Added PoppedToRootEventArgs to track popped pages when calling PopToRoot (#229)Johan Karlsson2-1/+63
2016-07-01[All] Crash fixes for ListViews (#243)Samantha Houts1-0/+16
* [Controls] Add repro for 42277 * [Android] No crash if GroupHeaderTemplate=null * [Android] Fix DataTemplateSelector crash * [Core] Expose ListProxy on TIL * [iOS] Fix DataTemplateSelector crash * [Win] Fix DataTemplateSelector crash * [Docs] Update docs * [Core] Implement ListProxy explicitly Allows ListProxy property to stay internal. * [Controls] Revert unnecessary change to shproj
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts25-77/+2570
* Prep Cell & friends for removal of InternalsVisibleTo Includes: - Cell - EntryCell - ListView - MenuItem - TableView - ViewCell - Toolbar Moved extensions to Internal & removed TPH * Update docs * [Controls] Ignore Issue2411 on iOS <9 * [Controls] Formatting for Issue2411
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart4-2/+257
2016-06-14Fixed typos in ContentPage.xml (#222)Mike Norman1-1/+1
2016-06-09DataPages docs. (#212)Mike Norman20-273/+273
* DataPages docs. * Summary complete for Pages docs. * Type fixes per samhouts. * Typos in Pages docs.
2016-06-09Fixed code in Scrollview doc. Removed bug note in Easing. (#219)Mike Norman2-13/+11
2016-06-08Add convenience GridLength.Star (#168)Shawn Castrianni1-0/+16
* Add convenience GridLength.Star * Update docs
2016-06-08Add Plain Keyboard from KeyboardFlags.None (#155)Shawn Castrianni2-0/+30
* Add Plain Keyboard from KeyboardFlags.None * Include Keyboard.Plain in Gallery * Update docs
2016-06-01Added note to effects docs about Effects vs. Behaviors. (#201)Mike Norman1-1/+1
2016-05-12Initial add of Pages docs. (#161)Mike Norman24-0/+3180
2016-05-11Normalize docs (#159)E.Z. Hart45-762/+252
* Add function to fix line endings to prevent fake changes * Simplify update-docs and add mode for failing build on missing changes * Bringin docs up-to-date * Update docs
2016-05-04Add IMasterDetailPageController and update renderers (#146)E.Z. Hart2-3/+197
2016-05-04Prep StreamImageSource for removal of InternalsVisibleToE.Z. Hart2-3/+70
2016-05-04Add INavigationPageController (#149)E.Z. Hart4-5/+458
2016-05-02Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141)E.Z. Hart4-1/+294
2016-05-02Make IButtonController public (#151)E.Z. Hart1-0/+35
2016-05-02Prep Image for removal of InternalsVisibleTo (#140)E.Z. Hart2-3/+60
2016-05-02Prep SearchBar for removal of InternalsVisibleTo (#137)E.Z. Hart3-3/+85
2016-04-27Prep Entry for removal of InternalsVisibleTo (#139)E.Z. Hart2-3/+54
* 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 Smith2-231/+1
CarouselView moving to preview repo
2016-04-26Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)E.Z. Hart1-0/+84
* Move PreserveAttribute to Internals to prep for removal of InternalsVisibleTo * Update docs
2016-04-25Multi style classes (#134)Stephane Delcroix3-3/+60
* [C] StyleClass is IList<string> * fix docs * this might be required
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart1-0/+124
* 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-25Prep WebView and renderers for removal of InternalsVisibleTo (#120)E.Z. Hart4-0/+210
* 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-24Fixed typo in Aspect.xml (#126)Mike Norman1-1/+1
2016-04-24Evolve feature branch (#117)Jason Smith7-2/+544
* 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-19Add TextColor Property to Picker, TimePicker, DatePicker (#84)E.Z. Hart3-0/+93
* 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-18CarouselView Fixes (#101)kingces952-16/+32
* 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-18BarBackgroundColor and BarTextColor on TabbedPage (#96)Samantha Houts1-1/+62
* [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-17Merged ResourceDictionary (#97)Stephane Delcroix1-2/+23
* [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-03-30Add options for specifying layout of button text/image contentE.Z. Hart4-0/+248
Also make the layout and layout defaults consistent across platforms
2016-03-29Update references to outdated project nameE.Z. Hart1-2/+2
2016-03-24Doc bug fixesMike Norman7-13/+14
2016-03-22Fix docsJason Smith2-38/+0
2016-03-22Initial importJason Smith366-0/+56610