This repository was archived by the owner on May 28, 2025. It is now read-only.
Develop merge 10 19#1190
Merged
Merged
Conversation
…eaders are now part of the main VS projects. (#1172)
* Save NSUserDefaults to local app data, not roaming app data. App preferences writes with kCFPreferencesAnyHost, which means we cannot use the host parameter to differentiate roaming vs local. The correct way to roam would be through ubiquitous store (which would have to be covered separately based on need). Fix #1167 * revert unwanted edits * CR feedback
* - Include AudioToolbox.dll in apps using middleware - Allow UIView animation with spring - Streamline app protocol activation via Safari view controller * Eliminate retain cycle in UIWebView
…Control properties from xib3/storyboard files (#1080)
Description: Consolidate uses of Ebr file functions to only where absolutely needed. This helps abstract any weird semantics we have to only a few locations and uses well defined APIs for foundation constructs like NSData and NSStream where possible. How verified: UTs and Full Build of internal apps to verify behavior hasn't changed Reviewed by: @rajsesh-msft @DHowett-MSFT @msft-Jeyaram
|
|
aballway
approved these changes
Oct 19, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merging from develop to pick up new clang formatter.