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

Solved Issues: #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

1raghavmahajan
Copy link

  • The API didn't actually take the picture after asking for permission unless clicked again.
  • Added support for custom file names while implementing the listener.
  • Added support for inline listeners as opposed to Activity/Fragment implementation.
  • Added support for higher API Fragment.
  • Updated Build.Gradle files.

- The API didn't actually take the picture after asking for permission unless clicked again.
- Added support for custom file names while implementing the listener.
- Added support for inline listeners as opposed to Activity/Fragment implementation.
- Added support for higher API Fragment.
@@ -3,6 +3,8 @@
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/ImageAttachment.iml" filepath="$PROJECT_DIR$/ImageAttachment.iml" />
<module fileurl="file://$PROJECT_DIR$/ImageAttachment.iml" filepath="$PROJECT_DIR$/ImageAttachment.iml" />
Copy link
Author

Choose a reason for hiding this comment

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

Redundant: Can be removed

@@ -3,6 +3,8 @@
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/ImageAttachment.iml" filepath="$PROJECT_DIR$/ImageAttachment.iml" />
<module fileurl="file://$PROJECT_DIR$/ImageAttachment.iml" filepath="$PROJECT_DIR$/ImageAttachment.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
Copy link
Author

Choose a reason for hiding this comment

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

Redundant: Can be removed


this.context = act;
this.current_activity = act;
imageAttachment_callBack = (ImageAttachmentListener) fragment;
Copy link
Author

@1raghavmahajan 1raghavmahajan Jun 6, 2017

Choose a reason for hiding this comment

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

Remove this line #87.

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