Jason Smith
3716c57aab
Remove overload causing backwards compatibility issues
2016-12-15 10:48:00 -08:00
Kangho
1c5de53573
Add Tizen to TargetPlatform ( #590 )
...
* Add Tizen to TargetPlatform
* Adds Device.OnPlatform methods having Tizen
2016-12-14 13:24:59 -08:00
Stephane Delcroix
20e2e12dce
[C] detach Behaviors and Triggers on VE finalization ( #555 )
...
* [C] detach Behaviors and Triggers on VE finalization
* update docs
2016-12-06 12:15:32 +00:00
Mike Norman
c612398bd2
Typos bug sweep. ( #613 )
...
Just typos.
2016-12-05 12:12:31 -06:00
Stephane Delcroix
17280b260f
[Xaml] revert namespace change for XmlnsDefAttr ( #610 )
...
* [Xaml] revert namespace change for XmlnsDefAttr
* fix
2016-12-05 10:32:28 +01:00
Mike Norman
5b892512ab
Catch-up in Xamarin.Forms.[Core|Pages|Xaml] ( #606 )
2016-12-04 19:29:50 -06:00
Stephane Delcroix
4f4fae659c
[Xaml] change namespace for [XmlnsDef] and make it internal ( #557 )
...
* [Xaml] change namespace for [XmlnsDef] and make internal
* fix docs
2016-12-04 22:13:54 +01:00
Mike Norman
7c2f8155a8
Last of Xamarin.Forms namespace internal items. ( #589 )
2016-12-01 15:55:02 -06:00
Stephane Delcroix
3ff3487d4f
[XamlC] provide backward compat for ProvideValueTarget without Target… ( #583 )
...
* [XamlC] provide backward compat for ProvideValueTarget without TargetProperty
* docs
2016-12-01 22:40:20 +01:00
Paul DiPietro
b2e2a8ff2a
Platform specifics naming adjustments ( #526 )
2016-11-18 13:38:30 +01:00
Mike Norman
efceb9e5ac
API docs: typo fixes in button nested classes docs ( #542 )
2016-11-17 15:04:03 -06:00
Mike Norman
e485c7fd4c
API work. ( #534 )
...
* Button and Cell doc updates.
* Configuration<T1, T2> API docs.
* ConstraintExpression API doc changes.
* API docs: Some new APIs; Marked many interfaces "internal for renderers"
2016-11-17 14:30:30 -06:00
Stephane Delcroix
054ecf2704
[Xaml] cleanup xmlns usage, add XmlnsDefinition ( #531 )
...
* [Xaml] cleanup xmlns usage, add XmlnsDefinition
* docs
2016-11-17 20:31:05 +01:00
Samantha Houts
20adf7ec74
[iOS] Add Platform Specific option to not adjust the status bar text color 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 12:14:00 -08:00
Stephane Delcroix
e5af21fdc3
[C] Use a Binding for ItemsSource object selection
2016-11-16 12:03:13 -08:00
Stephane Delcroix
d97dfe91b2
[XamlC] use correct filePath for XamlC error reporting ( #513 )
...
* [XamlG] decorate partial classes with [XamlFile] attribute
* [XamlC] use correct filePath for XamlC error reporting
* [docs] update docs
2016-11-16 11:51:53 -08:00
Paul DiPietro
98235e0eea
[iOS] Add Platform Specific features for PrefersStatusBarHidden/UIStatusBarAnimation ( #463 )
...
* [iOS] Add Platform Specific features for PrefersStatusBarHidden/UIStatusBarAnimation
* Update docs
2016-11-16 11:02:54 +01:00
Stephane Delcroix
0d883f64cb
[C] Add cornerRadius validation, docs
2016-11-15 11:56:03 -08:00
Stephane Delcroix
a6bbed029c
[XamlC] TypedBindings, some tests, a compiler, ... ( #489 )
2016-11-15 11:39:48 -08:00
adrianknight89
04cc360a39
[Android] Show keyboard on app resume if control has focus ( #480 )
...
* show keyboard on resume if control has focus
* refactor
* changed property name
2016-11-15 11:30:23 -08:00
Mike Norman
c800735ab2
Marked all I___Controller interfaces as for internal use by renderers in docs. ( #522 )
2016-11-14 14:31:47 +01:00
Mike Norman
ecbec03443
Applinks API docs, and a link fix in BindableProperty.xml. ( #519 )
2016-11-09 18:21:18 -06:00
Mike Norman
ceb09daf2d
On<t> summaries. ( #492 )
2016-10-30 16:57:15 -05:00
Paul DiPietro
8d03598812
[iOS] Add Platform Specific feature for setting AdjustsFontSizeToFitWidth on Entry ( #429 )
...
* [iOS] Add Platform Specific feature for setting AdjustsFontSizeToFitWidth on Entry
* Update docs
2016-10-20 15:17:00 -05:00
Paul DiPietro
4042f39f00
[Android] Add Platform Specific features for setting TabbedPage swipe paging and OffscreenPageLimit ( #409 )
...
* [Android] Add Platform Specific feature for setting TabbedPage swipe paging
* [Android] Add Platform Specific feature for OffscreenPageLimit
* Update docs
2016-10-20 15:01:50 -05:00
Samantha Houts
d16f3550dc
[Android App Compat] Can opt out of sending Appearing/Disappearing events on Resume/Pause ( #450 )
...
* Add reproduction for 40722
* [Core] Add Android AppCompat PS props ...
... to disable sending Disappearing/Appearing events on Pause/Resume
respectively.
* [Android] Allow user to disable Pause/Resume evts
* Revise repro to use new PS option
* Update docs
2016-10-12 12:57:15 -07:00
Samantha Houts
46b57aaa0e
Update docs
2016-10-11 16:19:48 -07:00
adrianknight89
44397cb57d
Full feature compatibility with WPF's Colors class ( #393 )
...
Added color definitions to match X11 color table.
Warning: the saturation of Pink was changed lightly
2016-10-11 20:57:15 +02:00
Samantha Houts
c83c830c68
[UWP/WinRT] ListView UI virtualization works without explicit height on Cell/Row ( #367 )
...
* Add repro for 41271
* [UWP/WinRT] ListView virtualization works without explicit height on Cell/Row
* Adjust repro to clear ItemsSource OnDisappearing.
* Update docs
2016-09-27 14:43:17 +01:00
Stephane Delcroix
75dd25db62
fix docs
2016-09-23 16:24:49 +02:00
Jason Smith
170f165bb2
Update docs
2016-09-13 09:57:19 -07:00
Stephane Delcroix
85426c5d94
Native Bindings ( #278 )
...
* [C, I, A, W] Support Native Bindings
* fix tabs
2016-09-08 11:39:05 -07:00
Jason Smith
1d87e80d25
Fix docs
2016-08-30 22:01:42 -07:00
Samantha Houts
5e553f6195
Platform Specifics ( #301 )
...
* 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-30 10:46:14 -07:00
Mike Norman
417f7493d2
Fixed SinInOut description. ( #319 )
2016-08-25 11:11:01 -05:00
Mike Norman
0390ea0346
Added note about line endings to Page.xml. ( #300 )
2016-08-12 14:39:02 -05:00
Kangho
ba29e59d20
Add Orange color to Color ( #290 )
...
* Add Orange color to Color
2016-08-11 11:39:32 +02:00
Mike Norman
b60fa6acf8
identifer => identifier in ExportEffectAttribute.xml ( #276 )
2016-08-03 12:33:44 -05:00
Mike Norman
2d0add9c49
Fixed https://github.com/xamarin/documentation/issues/1508 ( #275 )
2016-08-03 12:14:59 -05:00
Stephane Delcroix
f304f25df2
[Xaml] allow the Previewer to provide their own Xaml files for any type ( #262 )
...
* [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-18 16:17:29 -07:00
E.Z. Hart
272033723e
Windows image loader error handling ( #260 )
...
* 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-18 16:16:47 -07:00
Rui Marinho
54e9fe2180
Update docs for PoppedToRootEventArgs ( #253 )
2016-07-12 11:24:04 -07:00
E.Z. Hart
c08027804e
Restore incorrectly renamed InvalidateMeasure method ( #251 )
...
* Restore incorrectly renamed InvalidateMeasure method
* Update docs
2016-07-11 12:28:36 -07:00
Johan Karlsson
09ff935532
Added PoppedToRootEventArgs to track popped pages when calling PopToRoot ( #229 )
2016-07-11 11:39:11 -07:00
Samantha Houts
eb84f968f2
[All] Crash fixes for ListViews ( #243 )
...
* [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-07-01 21:51:38 +01:00
Samantha Houts
925fc0aa58
Prep Cell & friends for removal of InternalsVisibleTo ( #142 )
...
* 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-17 11:10:18 +01:00
E.Z. Hart
d5be2f0144
Prep Page for removal of InternalsVisibleTo ( #150 )
2016-06-16 16:45:09 +01:00
Mike Norman
939bb478f7
Fixed typos in ContentPage.xml ( #222 )
2016-06-14 14:06:21 -05:00
Mike Norman
e7be3c5504
DataPages docs. ( #212 )
...
* DataPages docs.
* Summary complete for Pages docs.
* Type fixes per samhouts.
* Typos in Pages docs.
2016-06-09 13:34:41 -05:00
Mike Norman
67511ed858
Fixed code in Scrollview doc. Removed bug note in Easing. ( #219 )
2016-06-09 10:54:53 -07:00