Anthony Mandra
Anthony Mandra
It worked, our company switched to 2-factor and broke any chance of this working the day after I submitted a PR, lol. But for a traditional situation I think the...
One major frustration with Google's solution is the android life cycle interrupting your activity to request permission which requires a manual restart of your write task or a awkward experience...
That's the least of the issues, I've built in the support to handle UriPermission instead of a preference so once you pull the permission my 'DocumentActivity' will retain and use...
Probably should mention the status of 'DocumentActivity'. I was close to being able to release it until I tested in 6.0. The wrapper I mentioned for 'DocumentFile' patches in a...
I vented some frustration on the forums, see if it actually garners any response from the designers: https://groups.google.com/forum/#!topic/android-platform/Nyby3g_gGzk
Turns out I spoke too soon about 6.0 permissions. I cleared my settings and forgot to manually grant the storage permission again and ended up spending a day trying to...
https://github.com/rcketscientist/DocumentActivity/ Please be aware it doesn't currently work. I realized when designing the sample activity that I don't properly correlate file:// schemes with the granted UriPermission. Nor am I entirely...
Have you found that DocumentFile.fromFile ONLY works on 4.4 and below. Even if I have the SAF permission it appears I can't use anything generated from `fromFile` in 5.0+. I...
Through heavy testing I've learned a lot about the Document API, and there's not much to like. I had a lot of misconceptions based on the assumption that things worked...that...
This should be ready for review. Could likely use another cleanup pass, but the logic is stable in my limited use case at least.