-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
CB-14240 - Cherry pick some android fixes from master to 7.1.x #469
Conversation
Keep waiting for emulator when connection fails with "device still connecting" error
#450 as well maybe? |
I tried and git told me it was already there, checked the code and it seems that it's really there, and git log in 7.1.x branch also shows it there. Not sure why when you do a branch compare it shows it as not included. |
Codecov Report
@@ Coverage Diff @@
## 7.1.x #469 +/- ##
==========================================
+ Coverage 44.02% 44.24% +0.21%
==========================================
Files 17 17
Lines 1708 1695 -13
Branches 316 312 -4
==========================================
- Hits 752 750 -2
+ Misses 956 945 -11
Continue to review full report at Codecov.
|
Oh, fun. Cherry picking is a surprising pain sometimes. |
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.
Good changes
#450 already was part of the last release |
I would personally favor marking 7.1.2-dev before cherry-picking the changes, like I did in GH-454, apache/cordova-ios#379, and other places. I think this should be fixed in cordova-coho doc. |
Isn't it that way for |
Merged by rebase now that I marked 7.1.2-dev in GH-470. |
Yes.
Until now, yes. |
Then it probably makes sense to be fixed in coho. |
I just raised https://issues.apache.org/jira/browse/CB-14249, don't know when I will get a chance to take care of this one. Further discussion should probably be there or on mailing list. |
Platforms affected
android
What does this PR do?
cherry pick some master fixes to 7.1.x branch
What testing has been done on this change?
Checklist