kingces95
f482d6f555
Fix iOS clean build by removing extra XF.UITest.Validator nunit reference ( #199 )
2016-06-01 13:48:57 -07:00
Mike Norman
b20583ba83
Added note to effects docs about Effects vs. Behaviors. ( #201 )
2016-06-01 13:48:46 -07:00
Stephane Delcroix
071883ea17
Xaml werr ( #191 )
...
* [XamlC] get rid of 0219
* [XamlC] get rid of 0168
* [XamC] it's 436 time
* [XamlC] bye 108
* [XamlC] remove one though obsolete invocation
* [XamlC] no longer depend on any obsolete
* align the stars
2016-06-01 13:48:03 -07:00
Brian Donovan-Smith
3aa5d68e2e
fix Thickness.IsDefault. Bottom was ignored ( #200 )
2016-05-31 10:09:10 -07:00
Samantha Houts
f5bb474590
[A] TabbedPage text can be set back to Default ( #157 )
2016-05-27 10:51:59 -07:00
Adam
31ba696514
WinRT/UWP center crop image on AspectFill ( #190 )
2016-05-27 10:32:11 -07:00
Christian Schwarz
d1ab4e1ce8
[Xaml] Fix MarkupExtension not found in default namespace ( #183 )
...
* [Xaml] Fix MarkupExtension not found in default namespace
* Fixed indentation
* Added XamlC unit test
2016-05-27 12:58:21 +01:00
Jason Smith
bf7399d068
Fix android StartTimer race condition ( #196 )
2016-05-27 12:47:22 +01:00
Rui Marinho
2e75020b0f
[Android] UpdateToolbar when page is added before on non AppCompact ( #195 )
2016-05-27 12:17:38 +01:00
Christian Schwarz
89aee2a3c2
Added .editorconfig ( #192 )
2016-05-26 13:39:00 -07:00
kingces95
457b74f91a
XF.Pages MS.Bcl.Build v1.0.14 -> v1.0.21 ( #187 )
2016-05-26 12:26:13 -07:00
Paul DiPietro
b17cb55f57
[8.1/UWP] Fix PopToRootAsync functioning incorrectly ( #185 )
...
When using PopToRootAsync on 8.1/UWP, the stack was being cleared but
the actual page was not being set due to a missing event handler on the
NavigationPageRenderer.
2016-05-26 12:14:56 -07:00
Rui Marinho
349336dbf1
Fix margins on ViewCell ( #189 )
...
* [iOS] Set the frame of a cell NativeView using the calculated positions and size
* [UWP] Make wrapper of a ViewCell respect margins
2016-05-26 12:05:14 -07:00
Rui Marinho
c502f47980
[Android] Implement the AppIndexProvider on non-AppCompact, fix KeyValues on AppLinkEntry ( #166 )
...
* [Android] Set AppIndexingProvider on non AppCompact activity
* [Core] Fix AppLinkEntry KeyValues
2016-05-25 14:50:21 +01:00
kingces95
f1b6126095
Add .mdb files to nuget to enable iOS debugging using private packages ( #167 )
2016-05-24 16:07:09 -07:00
Shawn Castrianni
ae8bf9d41c
Protect against null Control ( #171 )
2016-05-24 11:48:09 -07:00
E.Z. Hart
fed153aa51
Turn off iOS version of 40333 UI test (broken for unrelated reasons) ( #177 )
2016-05-24 11:47:07 -07:00
Daniel Hindrikes
4cbe7e61e5
ixed bug with app resume for windows phone silverlight. Bug 41076 in bugzilla ( #184 )
2016-05-23 10:49:15 -07:00
Mike Norman
594d0e8d84
Initial add of Pages docs. ( #161 )
2016-05-12 11:23:37 +01:00
Maximo Piva
616e16a685
Forward Orientation Methods in PlatformRenderer and ModalWrapper ( #147 )
...
* PlatformRenderer and ModalWrapper are Wrappers around the real UIViewController, rotation and orientations methods are not correctly forwarded in IOS. Per example, you cannot programatically lock the rotation of the IOS screen. This changes will fix that.
* Changed spaces to tabs, as requested.
2016-05-12 11:22:11 +01:00
E.Z. Hart
82255d75d0
Add option to exclude category to Test Cloud uploader utility ( #162 )
...
* Add option to exclude UI test categories
* Better help messages
* Fix conflicting option
2016-05-11 07:48:07 -07:00
E.Z. Hart
40dcfd4808
Normalize docs ( #159 )
...
* 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-11 15:41:05 +01:00
E.Z. Hart
846c1dc0ec
Make RunningApp.Screenshot do nothing unless SCREENSHOTS symbol defined ( #169 )
...
* Make RunningApp.Screenshot do nothing unless SCREENSHOTS symbol is defined
* Replace IApp casts with conditional compilation directives
* Fix warning
* Remove EnableLocalScreenshots
* Add Ignore attributes to keep tests from "failing" in Test Cloud
2016-05-11 07:21:41 -07:00
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