-
Notifications
You must be signed in to change notification settings - Fork 27
Solved Issues: #3
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
base: master
Are you sure you want to change the base?
Conversation
1raghavmahajan
commented
Jun 6, 2017
- 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" /> |
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.
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" /> |
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.
Redundant: Can be removed
|
||
this.context = act; | ||
this.current_activity = act; | ||
imageAttachment_callBack = (ImageAttachmentListener) fragment; |
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.
Remove this line #87.