-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CB-13307: (Android) Fixed issue when unable to load image with mime t… #286
base: master
Are you sure you want to change the base?
CB-13307: (Android) Fixed issue when unable to load image with mime t… #286
Conversation
…ype "image/*", and failing to recognize new contentprovider uri authority.
I'm cool with it, but I can't even test if this fixes it because I don't even have the ability to pull from Google Photos when I test it. Did that break on Android P? |
I have not done any testing on Android P, and do not have access to it. |
Hey @DavidBriglio , there seems to be a merge conflict now. Could you maybe fix this? Thanks. |
Merge original repo into fork
And another rebase/merge from |
also accept terms for android sdk `android-27`
@janpio Tests are now passing! |
probably caused by merge and rebase
Jippieh! I removed some unwanted changes to README that somehow made their way into this via merge/rebase. Now "only" waiting for review and merge. |
…ype "image/*", and failing to recognize new contentprovider uri authority.
Platforms affected
Android
What does this PR do?
Allows for image mimetype "image/*" to be accepted as a valid image.
Allows for google photos uri authority ".contentprovider" to be recognized.
What testing has been done on this change?
When running "npm test" results in "invalid config loglevel='notice'".
When running "npm run test-build" results in "missing script: test-build".
Manual testing has been done on Android 8.0 Google Pixel with cordova cli 6.5.0.