Skip to content
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

Fixes #446 Now photos can be selected using Google photos #504

Merged
merged 1 commit into from Feb 5, 2017

Conversation

anantprsd5
Copy link
Member

Fixes issue #446 : Wallpaper can now be selected using Google photos

Changes: Previously, the wallpaper selection using Google photos gave an error message "Unable to load image". Now it can be selected using the Google photos app. What i have tried is writing to temp file and return temp image URI, if it has authority in content URI.

Screen shots for the change:
ezgif com-d1d4b3b856

@@ -1,6 +1,7 @@
package org.fossasia.susi.ai.activities;

import android.Manifest;
import android.app.Activity;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anantprsd5 please remove the unwanted import statement it's unused as by @codacy-bot

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Abhi2424shek Yeah, will fix this asap. But do you have any idea why the circleci is failing?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anantprsd some errors with java.lang on the login screen there's a long log so i guess you should check it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants