Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Merge develop to CGD2D branch#1166

Merged
rajsesh merged 19 commits into
microsoft:CGD2Dfrom
rajsesh:merge_develop2
Oct 17, 2016
Merged

Merge develop to CGD2D branch#1166
rajsesh merged 19 commits into
microsoft:CGD2Dfrom
rajsesh:merge_develop2

Conversation

@rajsesh

@rajsesh rajsesh commented Oct 17, 2016

Copy link
Copy Markdown
Contributor

No description provided.

aballway and others added 19 commits October 11, 2016 09:56
* Fix bug where multiple runs in a line were drawn incorrectly

* Add comment explaining position adjustment

When multiple runs were present in a line we did not correctly adjust the x offset and were drawing them on top of eachother
#1118)

* Removed deprecated build definitions.
* Added support to explicitly specify source branch.
* Note: Source branch could probably be determined from upstream remote,
* but it is not very reliable.  Also, explicit parameter allows kicking
* off arbitrary builds.

Fix #1089
Add FileActivation Handler

Description:
This changes adds the ability to activate a WinObjC app via a file (typically registered for in the appx manifest. See https://msdn.microsoft.com/en-us/windows/uwp/launch-resume/handle-file-activation for more details on this process). This change wires up the activation to the UIApplicationDelegate. This approach was taken as opposed to the more conventional process described at https://developer.apple.com/library/content/documentation/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Articles/OpeningSupportedFileTypes.html#//apple_ref/doc/uid/TP40010412-SW1 because file activation can happen for multiple files, for a particular verb (open, upload, edit, etc) and can happen while the app is already in the foreground. These differences make the experience different enough that co-opting the other handler seemed inappropriate and would lose fidelity. 

How verified:
new tests

Reviewed by: 
aballway, mnithish
* Update all VS projects to target the RS1 SDK.
* Bring up TargetPlatformMinVersion to 10.0.10586.0 for a few missed projects.
…ivation (#1142)

* Our activation code is starting runloop synchornously in the main thread.
This turned out to be bad for some apps.  This change is to do an aysnc
task that sets up the runloop.

* Added comments on why runloop has to be done asynchronously

* Code review feedback

* Code review feedback

* Code review comments
#1137)

Bridge NS and CFStream as well as make CF components use Ebr functions for interoperabilty. 

Description:

Bridge NS and CFStream as well as make CF components use Ebr functions for interoperabilty. This is a prestep to unify the file handling mechanics through stream and data instead of direct reliance on Ebr functions. 

Works towards #1099
extend fopen to look for things in Windows.Storage.AccessCache is what this works towards. The basic steps are:
1. Bridge use of CF/NSStream
2. Consolidate Ebr usage across repo to use Stream
3. Enhance underlying support for storage file.

How verified: New UTs and old UTs

Reviewed-by: rajseh-msft, ms-jihua
Not officially part of the UIFont contract, but needed for our current implementation of UINibUnarchiver
…es that depend on the file support telemetry. (#1160)
* Updating cert with expiration date for another year.

* Updating keys for all the other apps as they are set to expire.
@rajsesh

rajsesh commented Oct 17, 2016

Copy link
Copy Markdown
Contributor Author

@DHowett-MSFT is added to the review. #Closed

@rajsesh

rajsesh commented Oct 17, 2016

Copy link
Copy Markdown
Contributor Author

@MSFTFox is added to the review. #Closed

@rajsesh

rajsesh commented Oct 17, 2016

Copy link
Copy Markdown
Contributor Author

@msft-Jeyaram is added to the review. #Closed

@DHowett-MSFT

Copy link
Copy Markdown

:shipit:

1 similar comment
@msft-Jeyaram

Copy link
Copy Markdown

:shipit:

@rajsesh

rajsesh commented Oct 17, 2016

Copy link
Copy Markdown
Contributor Author

technically i am merging CT-DW onto CGD2D.

@MSFTFox

MSFTFox commented Oct 17, 2016

Copy link
Copy Markdown
Member

:shipit:

@rajsesh rajsesh merged commit 0f7de5a into microsoft:CGD2D Oct 17, 2016
@rajsesh rajsesh deleted the merge_develop2 branch October 17, 2016 22:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.