summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.iOS/Renderers/TabletMasterDetailRenderer.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-04-11Implicit impl of controller ifaces (#807)kingces951-15/+13
* Simplify ICtrl callsites * Rebase fix
2017-01-09[iOS] Register effects for ScrollView and WebView (#641)adrianknight891-3/+1
* fix effects * move effect utilities to core * use core class * move to internals namespace * remove IEffectControlProvider from IVisualElementRenderer
2016-12-14Deprecate versions of iOS older than 8 (#630)Jason Smith1-9/+3
2016-12-09Revert "Deprecate iOS 8 and earlier (#626)"Jason Smith1-3/+9
This reverts commit c4b1c88f506ebf76a2a40f005b45ec9b24e46e1a.
2016-12-09Deprecate iOS 8 and earlier (#626)Paul DiPietro1-9/+3
2016-11-16Run multiple UI tests without restarting ControlGallery (#539)E.Z. Hart1-1/+1
* Allow UI tests to bypass "manual" navigation to isses pages * Add missing Preserve attribute * Make Issue198 test work with direct navigation * Remove empty UI tests * Fix error handling for iOS * Use navigation which works for subsequent TestNavigationPages on iOS * Fix race condition in 39530 test Remove master page nesting when doing direct nav for UI tests * Set up and run a single instance of Control Gallery for UI tests * Force NavigateToIssue to wait for main page appearing to deal with iOS timing * Move remaining UI tests into Issues namespace * Change the connection check URL so it'll work on iOS * Make Appearing Gallery tests work without restarting app * Prevent ContextActions tests from stepping on each other * Make context menu test more robust * Move ButtonExtensions back to Controls namespace * Have test 774 dismiss the action sheet before ending * Update UITest package to 2.0.0 stable * Make 2948 restore orientation when it's done * Null check on PageController before calling SendDisappearing * Adding a wait for the root page in the core tests * Add consecutive tests reset to prevent memory slog on older iOS devices
2016-11-16[iOS] Add Platform Specific features for ↵Paul DiPietro1-0/+9
PrefersStatusBarHidden/UIStatusBarAnimation (#463) * [iOS] Add Platform Specific features for PrefersStatusBarHidden/UIStatusBarAnimation * Update docs
2016-10-12Fix MasterDetailPage/NavigationPage leaks on iPad (#426)E.Z. Hart1-34/+45
* Remove Master page property changed handler to eliminate leak * Fix memory leaks with MasterDetailPage and NavigationPage on iOS
2016-09-14Remove iOS classic from CI system (#353)beta-2.3.3-pre2Rui Marinho1-5/+0
* [CI] Remove classic from build * [Build] Remove classic forwarder * [Nuget] Remove classic from Pages azure * [Build] Remove classic csproj * [IOS] Remove _UNIFIED_
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart1-5/+8
2016-05-04Add IMasterDetailPageController and update renderers (#146)E.Z. Hart1-8/+11
2016-04-13Page renderer effects (#85)Jason Smith1-1/+10
* [I]PageRenderer Effect support * [I]Add Effect supprt for NavigationPage * [I]Enable Effects on remaining pages
2016-04-11[iOS] Resolve Warning 0108 (#64)Samantha Houts1-30/+31
[iOS] Resolve warning 0114 `Selected` is overridable, but current behavior is to hide it, so we're going to add the `new` keyword. [iOS] Resolve warning 0618 [iOS] Resolve warning 0414, 0649, 0169 [iOS] Resolve warning 0105 Update dispose to override base dispose (#67) Add an optional extended description…
2016-03-22Initial importJason Smith1-0/+371