-
Notifications
You must be signed in to change notification settings - Fork 564
[Xamarin.Android.Build.Tasks] add $(_AndroidAllowDeltaInstall) support #4643
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
799f731
[Xamarin.Android.Build.Tasks] add $(AndroidAllowDeltaInstall) support
jonathanpeppers 7cb41b1
Add AndroidAllowDeltaInstall description to doc
1df04f5
Add new delta install dependencies to installer
c64be48
Add AndroidAllowDeltaInstall to KnownProperties
8926a3e
Add test case for AllowDeltaInstall=true
1d71ff0
Add Xamarin.Android.Deploy.Installer to XA NuGet.config
6c1ac44
Use "Assemblies" mode for delta install tests
2cb82fc
Updated NuGet feel for installer
5dc8cf7
Update feed name in NuGet.config
6df4fff
Bumped to latest monodroid deltainstall branch
83b0a78
Fixup test invocation
271a243
Added release notes for the experimental option
e511243
Updated release notes text
9df000b
Fix .external
6030801
Update installer paths to include lib directory
1978589
Remove option from doc, since we're adding the _ prefix
9f17d18
Rename AndroidAllowDeltaInstall => _AndroidAllowDeltaInstall
e3d3fd8
Bump to xamarin/monodroid/master@e795bcef
jonathanpeppers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| xamarin/monodroid:master@5849ea1078827543cad9c966d27e4ab9915e572d | ||
| xamarin/monodroid:master@e795bcef375bc77da0bbe995fc9e57560ed5ddc0 | ||
| mono/mono:2020-02@075c3f06197e3b969f4234d0f56a2e10ee6ee305 |
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this means we're redistributing
installer, this means that we need to update theThirdPartyNotices.txtthat we generate and include in the installers so that the licensing information forinstalleris available to our users.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per @garuma:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonathanpeppers do we need anything else for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonpryor is this existing license sufficient?
https://github.com/xamarin/xamarin-android/blob/bea063b939d7d8d5f166c50564665d62ab140417/build-tools/xaprepare/xaprepare/ThirdPartyNotices/Xamarin.Android.Build.Tasks.cs#L7-L16