summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23Restore doc file in its current version from the official Xamarin repositoryPawel Andruszkiewicz1-34/+0
Remove the file created during the merge. Change-Id: I7a75f40cfd7778f52ce3b2ca16f23ef31f88e93f Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
2017-10-23rebase to tags/beta-2.3.5-pre1Kangho Hur4-52/+35
- this is base code of xamarin.forms 2.3.5-pre1 (https://github.com/xamarin/Xamarin.Forms/commit/fc778eb9789f50634d48fb9ad127f211b3fcfcc7)
2017-10-23[Core] Added RootPage to NavigationPage (#464)adrianknight891-0/+36
* d * removed whitespace * Using ArgumentNullException * changes
2017-10-23MacOS (#650)Rui Marinho2-1/+16
* [MacOS] Add SwitchRenderer * [MacOS] Add TimePickerRenderer * [MacOS] Cleanup TimePcikerRender * [MacOS] Add WebViewRenderer * [MacOS] Add Javascript evaluate to webview * [MacOS] Fix build error on WebViewRenderer * [MacOS] Add Base and TextCell renderers * [MacOS] Start on ListViewRenderer * [MacOS] Cleanup * [MacOS] Vertical center text on default NSTextField * [MacOS] Center NSTextField vertically * [MacOS] Add ImageCellRenderer * [MacOS] Add SwitchCellRenderer * [MacOS] Add SwitchCellRenderer * [iOS] Allow to set background color on other CellRenderers * [MacOS] Fix selection mode on ListView * [MacOS] Set background on Entry of entry cell * [MacOS] Fix casting bug on CellRenderer * [MacOS] Other fix on CellRenderer background * [MacOS] Add ViewCellRenderer * [MacOS] Fixes and cleanup on cells * [MacOS] Add NSScrollView so NSTableView can scroll * [MacOS] Add HeaderView to ListView * [MacOS] Cleanup * [Controls] Add Header support to ListView * [MacOS] NSView reuse on NSTableView * [MacOS] Some fix on layour order * [MacOS] Add CarouselPageRenderer * [MacOS] Implement EventTracker on PageRenderer * [MacOS] Cleanup CarouselPageRenderer * [MacOS] Add MasterDetailPage renderer * [MacOS] MDP renderer don't allow drag of splitter * [MacOS] Add TabbedPage renderer * [MacOS] Initial sketch of NavigationPageRenderer * [MacOS] Send disappearing of CurrentPage on Dispose on NavigationPageRenderer * [MacOS] Add Gallery page for Mac * [MacOS] Add MacOSExpressionSearch * [MacOS] Fix ColorExtension * [MacOS] Fix MDP renderer layout * [MacOS] Implement native selection on ListViewRenderer * [MacOS] Deselect a item on NSTableView * [MacOS] Remove previous SplitViewItems * [MacOS] Fix navigationpage height * [MacOS] Add toolbar for NavigationPageRenderer * [MacOS] Don't remove selection for now (crashing) * [MacOS] Refactor page and back button title on NavigationPageRenderer * [MacOS] Fix bug when native navigate back * [MacOS] Hide layer when transition * [MacOS] ListviewRenderer fix BbackgroundColor * [MacOS] Fix background on ScrollViewRenderer * [MacOS] Fix header measure on ListViewRenderer * [MacOS] Add Mac twitter demo * [Controls] Spaces for easy reading * [MacOS] More xaml cleanup * [Core] Add Mac as aTargetPlatform * [MacOS] Add alerts and actionsheets * [MacOS] Add GestureRecognizers * [MacOS] Fix Layout issues when adding children, enable transformations * [MacOS] Fix title on tab item, move to tabbed navigation based on segmented control * [MacOS] Hide toolbar when not needed, this allows to work with tabbed page, cleanup * [MacOS] Add NativeBindings and NativeViewWrapper * [MacOS] Fix AssemblyInfo * [MacOS] FIX NRE on SetBackgroundColor BoxView * [MacOS] Fix NavigationPageRenderer * [MacOS] Fix build * [MacOS] Also update page when it resizes * [MacOS] Add LayoutRenderer for handle items position when the bounds change. * [MacOS] Refactor/Cleanup * [MacOS] Add toolbar items support to NavigationPage * [MacOS] Resize images for TabViewITems * [MacOS] Fix TabbedPage resize issues , allow users to override some features when creating TVI * [MacOS] Fix hide/show Navigation toolbar * [MacOS] Redo CarouselPageRenderer with NSPageController * [MacOS] Add support for Modal pages * [MacOS] Refactor navigation from platform * [Nuget] Add nuget for MacOS * [Nuget]Fix nuspec * [Nuget] Add variables for CI * [Controls] Remove MainMenu from MacOS * [MacOS] Add TableView renderer (no headers yet) * [MacOS] Refactoring, marking extensions as internal * [MacOS] Add group headers for TableViewRenderer * [MacOS] Workaround for updates on listview collection * [MacOS] Handle updates of rows in the ListViewRenderer properly * [MacOS] Fix navigation animation * Fix navigation header issues with modal pages * [MacOS] Fix MDP issues with resizing * [MacOS] Fix general dispose * [MacOS] Add a ViewControllerWrapper for NSSplitView * [MacOS] MDP renderer fix animation * [MacOS] Fix ListView selection bug * [MacOS] Fix rendering MDP Layout inside wrappers * [MacOS] Re write the MainToolbar handler * [MacOS] Don't use Sierra new extensions so we can run in stable channel * [MacOS] Another way to hide the toolbar (smarter i think) * [MacOS] Fix MDP bug and remove debug color * [Controls] Add HanselForms sample * [MacOS] Fix NRE WebviewRenderer * [MacOS] Fix uneven rows on ListView renderer * [MacOS] Fix NRE on load (can+t find the reason this happens) * [MacOS] Fix uneven rows * [MacOS] Fix header sizing on ListViewRenderer * [Controls] More stuff on HanselForms * [MacOS] Remove warning from ListViewRenderer * [MacOS] Fix PageRenderer bug double init * [MacOS] Don't calculate height if RowHeight is provided * [Controls] More Hanselforms stuff * [MacOS] Once again a new implementation for the NavigationBar, this time using a custom view to support BackgroundColor * [MacOS] Fix build * [MacOS] Refactoring AwesomeBar related controls * Fix build * [MacOS] NavigationBar update background and t test colors * [MacOS] Fix when we remove navigation so it works when the NavigationRenderer wasn't removed from the parent controller like in a TabbedPage * [MacOS] Add support for ListView grouping * [MacOS] Fix image extension method. * [MacOS] Add base Maps project * [MacOS] Export MapRenderer * [MacOS] Add pin click and geocoderbacked for Maps * [MacOS] Add extra binding project for API not in stable. * [MacOS] Add MacOS Maps lib * [MacOS]Fix build on alpha * [MacOS] Remove MacOS Maps extra binding * [UITest] Basic macOS setup * [UITest] Add MacOSApp wrapper implementation * [MacOS] Set AutomationID * [UITests] Add ActionSheetUITests to MacOS UITest * [MacOS] Fix bug on Picker * [UITests] Link basic uitest basefixture and related files * [MacOS] Fix pickers reuse * [UItests] Fix MacOS app path * [UITest] Ignore UItest for appearing on macOS for now * [UITest] Update macOS for 2.0.3 * [UITest] Refactor EnterText MacOS app * [UITest]Fix ViewQuery on MacOS * [UITest]Fix IsEnabled UItest on macOS * [UITest] Implement Enter, mark some tests inconclusive fix others * [MacOS] Implement Entry Completed event * [UITests] Fix UITest for IsVisible, ignore ToolbarItem test for now * [UITests] Fix ISVisible again add extra category * [Controls] Cleanup macOS gallery * [MacOS] Fix Assembly info * [Docs] Fix docs * Fix build * [Nuget] Fix nuspec * [Controls] Link files on MacOS * [Core] Update Forms stack before firing a event saying page was removed, possible breaking change * [MacOS] Implement RemovePage on NavigationPAgeRenderer * [UItest] Ignore some , implement back on MacOS UITest app * [MacOS] Add default back button name (needs to be translated) * [MacOS] Fix dispose * [UITest] Make 29257 work on MacOS * [MacOS] Rename stuff * [MacOS] More renaming and cleanup * [MacOS] Share implementations for iOS * [MacOS] Reuse more IOS extensions * [MacOS] Reuse FontExtensions * [MacOS] Share NativeViewWrapper related stuff * [MAcOS] Share event args and ExportRenderer * [MacOS] Share platform effect * [MacOS] Fix build * [Docs]Fixing docs * [MacOS] Fix ViewCell reuse * [Core] Support ListView CachingStrategy on MacOS * [MacOS] Fix issues with TextCell and ImageCell (we can’t set null to a NSControl value) * [MacOS] Fix MDP child sizing bug [UITest] Query marked by id and text * [MacOS] Comment test related with context actions * [MacOS] Implement missing stuff on ticker * [MacOS] Make sure VisualElemenTracker calls the ticker update * [UITests]Ignore context actions and not possible to test * [MacOS] Fix Grouping bug on Listview * [MacOS] Fix selection on Listview when using grouping * [MacOS] Update navbar when page is popped * [MacOS] Cleanup NavigationBar * [Controls] More info on exceptions * [MacOS] Fix bug animation pop modal * [MacOS] Bring back BackgroundColor of NavigationBar * [MacOS] Fix UITest animation delay * [MacOS] Treat warnings as errors * [MacOS] Center title on toolbar * [Core] Add Platform configuration specific for MacOS * [MacOS] Implement TabbedPage platform specific to handle TabItems on NavigationPage bar * [MacOS] Fix warning * [MacOS] Fix bug on SearchBar color * [MacOS]Fix build * [MacOS] remove extra dll from maps * [Docs] Update docs * [MacOS]Cleanup and refactoring * Revert "[MacOS] remove extra dll from maps" This reverts commit 73b948937001fea3f28449a963d0b94943e07aa0. * [MacOS] Fix wrong refactoring * [MacOS] Remove gallery and uitest project * [MacOS] dix formatting * [MacOS] Remove extra stuff * Merge branch 'master' into macOS-gallery * [MacOS] Fix rebase * [MacOS] Fix TargetPlatform * fix docs * [MacOS] Fix bug on TabbedPageRenderer no title * [MacOS] Remove FormsNSView * [MacOS] Cleanup on dispose on MDP renderer * [MacOS] Update current page when source changes * [MacOS] More cleanup * [MacOS] Make sure we show the previous page when popping a Modal * [MacOS] Fix issue with sizing the Header and visibility, remove for now header renderer reuse * [MacOS] Clean CustomNSTableView * [MacOS] Share LabelRenderer with iOS * [MacOS] Share ResourcesProvider with iOS * [MAcoS] Share VisualElementPackager with iOS * [MacOS] Share ViewRenderer with iOS * [MacOS] Merge with VisualElementTracker from iOS * [MacOS] Merge with EventTracker from iOS * [MacOS] Merge with VisualElementRenderer of iOS * [MacOS] Make sure we always have a layer * [MacOS] Fix Tracker merge with iOS version * [MacOS] Fix bug with tabbed page on modal without navigation * [Core] Rever change on core * [MacOS] Clear renderers before setting them MDP * [MacOS] Update tabbedPage ContainerArea * [MacOS] Fix ListViewRenderer * [MacOS] Make sure we don’t pass null to TextField string value * [MacOS] Support for multiple clicks in same selected item on NSTableView * [MacOS] Support Focus on EntryRenderer * [MacOS] Fix index bug on TablevIewDataSource * [MacOS] Fix SelectedItem TableViewDataSource * [Nuget] Add Mac to Maps nuspec * [Nuget]Fix path * [macOS] Fixed Tab NSImage crash in TabbedPageRenderer (#705) * [macOS] Fixed Tab NSImage crash in TabbedPageRenderer * Coding Style * Coding Style * [MacOS] Fix previous merge with master * [MacOS] Possible simple fix for click on views overlapping * [MacOS] Rename to IsOnViewCell * [MacOS] Cleanup, Address feedback from Samantha’s review
2017-10-23[MacOS] Navigation Transition Style (#1168)Marko B. Ludolph4-20/+435
2017-10-23Merged DictionariesAdam Pedley1-0/+16
2017-10-23[C, iOS, Android] LayoutCompression (#1136)Stephane Delcroix2-0/+120
* [C, iOS, Android] LayoutCompression * fix docs * minor fixups
2017-10-23Revert "fix docs"Rui Marinho2-120/+0
This reverts commit 677f9381e726e73e1530ad75e48128d8cc0ace15.
2017-10-23fix docsStephane Delcroix2-0/+120
2017-10-18[*] Expose the Flags to the Core (#1181)Stephane Delcroix1-0/+45
* [*] Expose the Flags to the Core * docs * [C] Hide Device.Flags
2017-09-16Add iOS prototypical cell cache for LV RowHeight calcs (#1143)kingces955-0/+113
2017-07-25Update docsE.Z. Hart2-0/+179
2017-07-24Improved the API doc for Image.IsOpaque (#1025)Mike Norman1-4/+7
* Improved the API doc for Image.IsOpaque * update docs
2017-07-24Remove InternalsVisibleTo from Maps (#1019)Kangho4-45/+128
2017-06-27Docs param push 2 (#1018)Mike Norman185-980/+981
* More parameter descriptions in parameter-complete push. * More paremeter descriptions. * Remainder of parameter docs for Xamarin.Forms namespace * Straggler paramter complete file. * Marked all internal parameters as internal in docs. * Parameter summary complete * Update Docs
2017-06-23Parameter complete push for docs. (#1009)Mike Norman48-207/+209
* Parameter complete push for docs. * update docs
2017-06-22[iOS] decoupling UpdateText() on LabelRenderer (#950)Stephane Delcroix1-0/+27
* [iOS] decoupling UpdateText() on LabelRenderer * [iOS] do not update font and color on formattedstrings
2017-06-16Parameter complete drive and change to Trigger.xml (#992)Mike Norman8-139/+140
* Parameter complete drive and change to Trigger.xml * update docs
2017-06-14Fixed some broken links, added/updated examples in trigger-related docs (#989)Mike Norman6-22/+161
* Fixed some broken links and added/updated examples in trigger-related docs * Update docs
2017-06-13Updated some more code examples related to triggers and conditions. (#986)Mike Norman6-79/+124
* Updated some more code examples related to triggers and conditions. * Touchup docs
2017-06-06Bashing doc bugs. (#966)Mike Norman4-11/+16
* Bashing doc bugs. * Typo fix "developers" => "developers" * update docs
2017-06-01Updated example code in API docs for first few types in core. (#955)Mike Norman6-161/+125
* Updated example code in API docs for first few types in core, alphabetically.
2017-06-01Added missing/corrected malformed remarks sections in Aspect.xml (#954)Mike Norman1-4/+3
* Added missing/corrected malformed remarks sections in Aspect.xml
2017-05-16Remove VisualElement finalizer (#918)E.Z. Hart1-16/+0
* [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 Houts2-15/+15
* [All] Renamed Accessibility -> AutomationProperties * Update docs * Restore doc summaries * Revert unintended csproj changes
2017-05-10[Core] Accessibility works with XamlC (#911)Samantha Houts1-0/+164
* Add unit tests for a11y XAML parsing * [Core] Add Get/Set methods for XamlC * Update docs * Fix rogue blank line
2017-05-09Docs mop up (#908)Mike Norman53-168/+168
* Marked as internal those types that have EditorBrowsableState.Never * Small Device and FileImageSource doc changes & marked I*Controller topics internal * Mopped up few remaining missing summaries. * Run mdoc after build
2017-05-08TargetIdiom docs touchupChris King1-1/+1
2017-05-04Marked a bunch of API docs internal based on EditorBrowsableState (#900)Mike Norman18-72/+72
2017-04-28[Xaml] move ValueConverterProvider to Core (#890)Stephane Delcroix2-3/+3
* [Xaml] move ValueConverterProvider to Core * [docs] fix docs
2017-04-25Better error handling for image loading errors on iOS/Android (#849)E.Z. Hart2-0/+34
* 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[Xaml] OnPlatform.Default value (#873)Stephane Delcroix1-0/+16
* [Xaml] OnPlatform.Default value * docs
2017-04-11Map renderer extensibility (#844)jcmanke1-2/+17
* Added extensibility features to Maps Android MapRenderer: - Moved map initialization to protected virtual method OnMapReady, called by explicit implementation of IOnMapReady - Added protected virtual method CreateMarker for customization of pins iOS MapRenderer: - Added protected virtual method CreateAnnotation for customization of pins Pin: - Unsealed the Pin class - Made Label a bindable property * [Docs] Update docs
2017-04-11Marking exposed plumbing internal only in the docs. (#863)Mike Norman51-365/+365
* Marking exposed plumbing internal only in the docs. * Update docs
2017-04-11Implicit impl of controller ifaces (#807)kingces9523-756/+1510
* Simplify ICtrl callsites * Rebase fix
2017-04-11Spell correction of FromattedString (#864)Anders Rasmussen1-1/+1
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts29-49/+49
* [All] Normalize Obsolete attributes. Make sure we include the version in which the member was deprecated and consistent instructions for working around the deprecation, if applicable. * Update docs
2017-04-03Early april doc bugs (#854)Mike Norman4-167/+6
* Fixed: https://github.com/xamarin/documentation/issues/2071 Pulled dated and exuberant examples. * Fixed: https://github.com/xamarin/documentation/issues/2002 Also added content for Load method in HtmlWebViewSource.xml * Fixed: https://github.com/xamarin/documentation/issues/1959 * Fixed: https://github.com/xamarin/documentation/issues/1866
2017-03-27[Docs] Fix docs Scrollview IOS Specific (#843)Rui Marinho2-33/+78
2017-03-24[iOS] Platform specifics to control ScrollView content touch delay (#563)adrianknight891-0/+116
* can delay content touches optionally * revert bug fix * add back _tapGesture * remove extra declaration
2017-03-16Remaining XAML API summaries. (#813)Mike Norman7-19/+21
* Remaining XAML API summaries. * update docs
2017-03-16Resource loading (#815)Stephane Delcroix4-1/+41
* Resource Loader * Replace XamlLoader API by ResourceLoader for the Previewer * instruct generated IL to use the resourceLoader * [docs] update docs * oops * [docs] fix docs
2017-03-16Internal-only boilerplate for Xaml.Internals docs. (#817)Mike Norman7-27/+27
2017-03-09Add [EditorBrowsable(EditorBrowsableState.Never)] to public ↵kingces9555-460/+263
classes/interfaces in XF.Internals (#806)
2017-03-08PlatformConfiguration parameters and summaries. (Docs) (#805)Mike Norman5-85/+85
* PlatformConfiguration parameters and summaries. * Update index.xml
2017-03-08[Android] Small performance fixes to ListViewRenderer, PlatformSpecific ↵Rui Marinho2-0/+161
IsFastScrollEnabled (#797) * [Android] Enable fast scroll by default * [Android] Cache count for Listview * [Android] Add IsFastScrollEnabled AndroidSpecific and sample * [Android] Use count cache on GetCellsFromPosition * [Android] Fix default for platform specific IsFastScrollEnabled * [Docs]Fix docs * [Android] Don't used cached listCount when getting cell
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces9583-77/+9706
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2017-03-01[Docs] Fix formatting (#795)Rui Marinho1-32/+32
2017-03-01Remaining API docs for XF.Core (#794)Mike Norman22-147/+146
2017-02-28[docs] fix Pages docsStephane Delcroix1-0/+3