maniac103
maniac103
> There is one thing I don't understand: mobile/build.gradle contains compile 'com.github.BigBadaboom:androidsvg:418cf676849b200cacf3465478079f39709fe5b1' Will that result in your fork of SVGAndroid ? No, that one will use upstream. That's why I...
@mueller-ma This is an interesting idea ... certainly better than not showing any indication IMHO. But the comments above make it sound like you have found a solution? So what's...
Something like https://stackoverflow.com/questions/36553190/check-in-the-onreceivedsslerror-method-of-a-webviewclient-if-a-certificate-is but using the MTM keystore to validate against?
I somewhat disagree there. IMO a single list of 25 items is easier to 'parse' (when looking for an option) compared to manually going into 6 sub screens and checking...
I wouldn't consider keeping more than one open SSE connection a bug. The app is currently designed to keep pages in the back stack updated, so it opens one subscription...
OK, I checked the code a bit. To recap, the app currently for every new page does - create a new subscription - creates an event stream using that subscription...
> How many pages does it keep open in the background? Depends on navigation depth. There's no limit coded into the app itself, so the limit is the nesting depth...
> But this is not what I see in the logs - it seems that a new subscription is invariably created on every single page change, which definitely is not...
> When the client closes the connection this should be detected by the server (#2215 (comment)) and it will remove the subscription. But - if I understand that comment correctly...
@wborn So from the data we have, the pooling solution I suggested above is no longer necessary?