Closed vanitasvitae closed 7 years ago
I will look into it.
@gsantner in which class I should define common constants? I can't find common constants class in the project?
what constant(s) are needed? Im not aware of an global constants file
@gsantner I need to provide authorities in FileProvider constructor. Currently, I am using BuildConfig.APPLICATION_ID for authorities. I think it would be better to define it at one place. Or if I should make a utility function for the same in which class I should do so? you can see my changes at following link https://github.com/Diaspora-for-Android/dandelion/pull/174/commits/5660787e57bd95410869a75a2b7aec1eda4f0edc What do you suggest?
what currently is in the pr looks very fine to me. I have to admit, do what you think fits best, no pteference here
@gsantner I have updated the pull request. Let me know if any changes are required. And let me know if you need help with any of the other bug-fixes or projects.
@v4-adi thanks for your help! currently I am not aware of a special crash, but maybe take a look at MemeTastic (MainActivity), and the one open PR (at MemeCreateActivity) if you find something bad related to e.g. this.
General information
Steps to reproduce
Expected result
What is the expected output? Dialog pops up for share target selection
What do you see instead? App crashes
According to this page the URI shared to other apps should not be a
file://
URI, but instead acontent://
. A fix would probably involve utilizing a content provider.