carsonfarmer
carsonfarmer
Report of which underlying libs are requiring specific Android permissions. Most of this was obtained by combing through the `build/outputs/logs/manifest-merger-debug-report.txt` * Device & app history - [x] retrieve running apps...
Now the question becomes, can we remove any of these libs? * We should really try to avoid `android.permission.GET_TASKS`, as This permission was deprecated in API level 21. * I...
We have documented the required permissions here on the wiki: https://github.com/textileio/textile-mobile/wiki/Android-Permissions as issues are created to remove and/or modify a given permission, we can update the wiki to reflect this....
I'm going to close this given the above wiki page. Please reopen if you think this needs to be discussed further. The TL;DR here is that this will have to...
Thanks for the issue submission @hrdwdmrbl! We've kind of placed this lib on the back-burner for the time being, but plan to revisit it soon. We will report back here...
Ah almost forgot, I don't suppose this 'fix' helps you out at all: https://github.com/textileio/textile-facebook/issues/7?
Thanks! These are great suggestions. We definitely have plans to expose browser native APIs via both getFile and addFile, so your suggestions will help define what that will look like...
Building on this, I think I have a nice idea to make the API easier to use... see https://github.com/textileio/js-ipfs-lite/tree/carson/restructure/src/files which is where we could put all the nicer browser native...
@warren-bank, thanks for the request. I would indeed like to do this. We're about to do some major refactoring and will likely reduce the size of the lib substantially in...
Not nitpicky at all! This is a great suggestion 👍. And yes, I think you're right... just explored this a bit. I'll make sure we add the browser build step...