Mark Murphy

Results 45 comments of Mark Murphy

Thanks! I will implement something akin to this in the next book update.

Partially implemented -- `file` scheme for a single file should work, but directory support (via some `RawDocumentFile`/`TreeDocumentFile` mashup) is not yet implemented.

> Do you know if it's possible to disable the android:networkSecurityConfig element at runtime? I cannot think of a way to accomplish that. That's a limitation of the native network...

OkHttp 3.10.0 through 3.12.3 result in failing tests. OkHttp 3.13.1 onwards results in a compile error. I will be working on addressing these. Please, in the future, for questions, use...

I have no means of helping you with this, as I have no means of reproducing your problem. Perhaps your pin expired, since it is set to expire sometime this...

> Is it possible that if my pin expired it would still work on majority of devices and fail on others? The pin-checking algorithm uses the device time, so if...

Note that this is an issue tracker. It is not a support board. I describe [multiple ways of getting support](https://github.com/commonsguy/cwac-netsecurity#questions) in the project `README`. If you are referring to non-HTTPS...

@yashasvigirdhar At the moment, I have no plans to try to add support for non-HTTPS in this library, mostly because I have no scenarios for it and no idea how...

The only way that could happen is if the saved instance state `Bundle` does not contain the array of `PageDescriptor` objects, yet we are restoring from that state. I have...

I don't quite get the "tracking positions without `entries`" bit. That being said, I don't see any particular problems with that method. Tags need to be unique anyway, so the...