QuantumBadger
QuantumBadger
Hmm, it looks like the same thing happens on the web version: https://old.reddit.com/user/QuantumBadger/comments/?sort=top&t=year We could report this to Reddit, or just remove the option from the app.
@nascentt / @pcamilo89 I think there are three separate requests here, the linked reddit thread is about posts in the post list.
Yeah, they're three different features in different parts of the codebase, and they all need a different response: 1. This ticket (bigger tappable area in actionbar) -- the current behaviour...
@dsibilio Ah, thank you for the clarification, I'd misunderstood the report. That's a bug, it looks like the view which we actually want to set the click listener on has...
Thanks for the suggestion! The difficult part of this would be how to handle switching from light to dark (or vice versa) when an activity is currently open. That would...
@Septolum That would be a good idea as we can be reasonably sure there are no dialogs/menus showing at that point. Obviously we'd still need change the theme of the...
It looks like this is still an issue unfortunately. If it's not feasible/desirable to make breaking API changes, perhaps it's worth adding new functions with different names, e.g. `offset_x_f64()` and...
Hi @dnlsndr, I was using a mouse, with the page zoomed in so that the physical pixels were smaller than the page's pixels. It's interesting that using a stylus results...
There's some example code here for using a SOCKS proxy with an Android WebView: https://github.com/guardianproject/NetCipher/blob/master/sample-webviewclient/src/sample/netcipher/webviewclient/GenericWebViewClient.java#L56 We'll also need to update the OkHTTP code, possibly to use a custom socket factory.
This was the original reason why a SOCKS proxy wasn't used: https://github.com/square/okhttp/issues/2315