Mark Murphy
Mark Murphy
> These do not work They probably do not handle `content` `Uri` values well. That's surprising, since it is 2020 and `file` `Uri` values have been being phased out for...
> So lets say we have a phone, which has an internal storage of 128 gb and can extend its storage with a 64 gb sd card. From a space...
> Why does google not provide the ability to directly access pdf/etc files from the asset folder and start and intent? I imagine that they believe the purpose of assets...
> Question 1 The details will depend on where you are downloading the PDF to (internal storage? external storage that you can use with filesystem APIs like `getExternalFilesDir()`? `ACTION_OPEN_DOCUMENT_TREE`?). >...
May be some hooks in the APK Expansion File Library to get `AssetFileDescriptor` for arbitrary ZIP content: http://stackoverflow.com/posts/comments/63772806 Figure out how that is done, genericize.
If you're taking requests... [cache interceptors](https://github.com/square/okhttp/issues/1605#issuecomment-162013369) and/or [pluggable storage implementations](https://github.com/square/okhttp/issues/2554) would help with security. IMHO, anywhere OkHttp writes to disk, ideally there is a hook for app developers to supply...
Perhaps the ping delivery/pong requirement rules could be driven by a pluggable strategy implementation. The current strategy (`pingInterval` + pong received by the time of the next ping) would be...
OK, that makes sense. Do you want to consider this a duplicate of #30?
More specifically, we get this: ``` Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://try.kotlinlang.org/kotlinServer?type=getKotlinVersions. (Reason: CORS request did not succeed) ``` which then results...
No, sorry.