Граф коммитов

8633 Коммитов

Автор SHA1 Сообщение Дата
E.Z. Hart ad3a6f68f0 Remove unused UI test (#163) 2016-05-11 07:03:20 -07:00
Shawn Castrianni 7ae7dbaa96 Fix Bug 39486 (#153) 2016-05-11 11:07:23 +01:00
Jason Smith 2c62350cde Fix build 2016-05-10 10:37:16 -07:00
E.Z. Hart 5acafedb8e [Android] Isolate fragment management for children of MasterDetailPage (#136)
* Isolate fragment management for children of MasterDetailPage in AppCompat
If a MasterDetailPage hosts NavigationPages or TabbedPages in either the
Master or Detail sections, wrap those pages in their own Fragment (and
ChildFragmentManager) to isolate their Fragment management operations and
avoid recursive entry into the executePendingTransactions method
Also fix a disposal bug in the custom MDP renderer in Control Gallery

* Remove MDP Split setting that breaks test on iPad
2016-05-10 10:15:47 -07:00
Rui Marinho d4a5bb8dfc Set InternalsVisibleTo CarouselView (#164) 2016-05-06 12:17:54 -07:00
E.Z. Hart a8acdcc117 Add IMasterDetailPageController and update renderers (#146) 2016-05-04 15:22:34 +01:00
E.Z. Hart 8d383746ca Remove empty UI tests (#160)
* Use WaitForElement instead of Thread.Sleep to cut down on idle time

* Remove empty UI tests
2016-05-04 15:16:42 +01:00
E.Z. Hart 5b9094241b Prep StreamImageSource for removal of InternalsVisibleTo 2016-05-04 14:08:54 +01:00
E.Z. Hart a2148444ba Add INavigationPageController (#149) 2016-05-04 13:18:40 +01:00
Paul DiPietro e7d8c5aa57 Update README.md 2016-05-03 16:52:51 -04:00
E.Z. Hart 5f8f47ff7c Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141) 2016-05-02 15:19:12 -07:00
E.Z. Hart 70d0e406ec Make IButtonController public (#151) 2016-05-02 14:56:34 -06:00
E.Z. Hart d11bc09e75 Prep Image for removal of InternalsVisibleTo (#140) 2016-05-02 14:56:03 -06:00
E.Z. Hart 93f22aaf28 Prep SearchBar for removal of InternalsVisibleTo (#137) 2016-05-02 14:55:43 -06:00
Jason Smith 2231302a18 Fix license copy 2016-04-29 13:41:50 -04:00
Rui Marinho 26ec592d5c Add license file 2016-04-29 11:46:10 -04:00
E.Z. Hart ed80514659 Remove empty UI test for control which no longer exists (#152) 2016-04-28 19:10:25 -04:00
Miguel de Icaza 2a68d44588 Update README.md 2016-04-28 11:16:25 -04:00
Rui Marinho f80dc797f2 Add Xamarin.Forms.Pages.Azure nuspec to sln (#148) 2016-04-27 17:10:59 -04:00
Nick Gamroth 6b9adc7459 Removed hard reference to StatusBar, changed to type name to prevent crash when StatusBar type is not present (#144) 2016-04-27 14:58:24 -04:00
Jason Smith 8a00a96ffb Azure support (#143)
* 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-27 14:48:28 -04:00
E.Z. Hart 2d9288eee6 Prep Entry for removal of InternalsVisibleTo (#139)
* Prep Entry control for removal of InternalsVisibleTo

* Update docs
2016-04-27 07:55:09 -04:00
Rui Marinho 35eea1dc77 Remove CarouselView from index.xml 2016-04-27 00:12:43 -04:00
Jason Smith 409e105284 Carousel clean (#135)
CarouselView moving to preview repo
2016-04-26 15:35:52 -04:00
E.Z. Hart 9ae4ea3c82 Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)
* Move PreserveAttribute to Internals to prep for removal of InternalsVisibleTo

* Update docs
2016-04-26 11:20:55 -04:00
Samantha Houts 8fd53765e6 Ignore TabsStudio file 2016-04-25 16:09:52 -07:00
Stephane Delcroix 1a7a25fd76 Multi style classes (#134)
* [C] StyleClass is IList<string>

* fix docs

* this might be required
2016-04-25 15:03:33 -07:00
E.Z. Hart 843bc4727a Make core Ticker abstract and public (#116)
* 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-25 15:57:44 -04:00
E.Z. Hart 07df05ced2 Remove ToolBar from Core; Remove ToolBar renderers and unit tests (#124) 2016-04-25 12:52:48 -04:00
E.Z. Hart 6c0c11960b Prep WebView and renderers for removal of InternalsVisibleTo (#120)
* 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-25 12:26:40 -04:00
kingces95 ee5654f8fe Enable Warnings as Errors on all plat|cfg of XF.Core.UnitTests (#95)
* Enable Warnings as Errors on all plat|cfg of XF.Core.UnitTests

* Fix build errors
2016-04-24 18:58:46 -04:00
E.Z. Hart 053b7c272a Detect docs for new types in update-docs.ps1 (#122)
* Detect docs for new types in update-docs.ps1

* Add check for missing DLLs before running
2016-04-24 18:58:27 -04:00
Mike Norman f578efa39f Fixed typo in Aspect.xml (#126) 2016-04-24 17:37:00 -04:00
Rui Marinho 94ec5e7d9e [Nuget] Add modernhttpclient to pages nuspec (#132) 2016-04-24 15:50:53 -04:00
Jason Smith 5907152c50 Evolve feature branch (#117)
* 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 12:25:26 -04:00
Rui Marinho feac1ba3ed [iOS] Fix issue with WebView dispose and resizing (#128) 2016-04-24 09:38:40 -04:00
E.Z. Hart 45eff313ed Update vssettings file to turn on Wrapping_PreserveSingleLine (#115)
Update vssettings file to turn off Wrapping_KeepStatementsOnSingleLine
2016-04-24 05:56:36 -07:00
Samantha Houts af38e6f20a [Android] Add constructor to MasterDetailContainer (#123) 2016-04-24 02:17:40 -04:00
E.Z. Hart 462d132f6f Allow renderers to specify whether native controls should be eagerly disposed (#129) 2016-04-24 02:13:27 -04:00
Samantha Houts 3b589b7f2a Fix margin issue (#130) 2016-04-23 15:17:21 -07:00
kingces95 e0c3f48777 Windows.UI.Xaml.dll on X64 Windows.UI.Xaml.Setter.get_Value is NYI (#93)
* Windows.UI.Xaml.dll on X64 Windows.UI.Xaml.Setter.get_Value is NYI

* Add comment
2016-04-22 13:34:13 -07:00
Jason Smith 92ad48bbdf Add an optional extended description… 2016-04-20 15:20:44 -07:00
Samantha Houts b91cc14b23 [Android] Add missing 23.3.0 package dependencies 2016-04-20 12:06:48 -07:00
Samantha Houts c0baf7fc3e [A] Don't set TabbedPage BarTextColor to nothing (#113) 2016-04-19 09:53:02 -07:00
Rui Marinho ecf0e47ad6 [Android] Fix registering of default AppCompact renderers (#112) 2016-04-19 09:33:14 -07:00
E.Z. Hart a98f3fb2aa Add TextColor Property to Picker, TimePicker, DatePicker (#84)
* 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-19 00:01:58 -07:00
E.Z. Hart 89a50d4bc1 Use style resources when calling SetTextAppearance (#108)
* Use style resources in SetTextAppearance calls

* Set to styles which match previous defaults
2016-04-18 23:58:37 -07:00
E.Z. Hart e2d3adcdaf Create more helpful version of docs update script (#107) 2016-04-18 23:58:16 -07:00
kingces95 d51b17aece Whitespace fixes (#110) 2016-04-18 23:57:22 -07:00
Jérémie Laval 279e4b01a3 [Android] Allow designer to disable asynchronicity in image loading. (#111)
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 23:55:42 -07:00