mposch-Z

Results 9 comments of mposch-Z

Tried setTheme in the onCreate of the activity I'm trying to fake using Robo, still seeing the same error. My issue occurs when inflating a snackbar: Binary XML file line...

This issue seems valid. Note my workflow file is the same as WindFi except we are not specifying env: JAVA_HOME. Everything works fine when signing APKs exactly as depicted above,...

This issue seems valid. Note my workflow file is the same as WindFi (https://github.com/Tlaster/android-sign/issues/163) except we are not specifying env: JAVA_HOME. Everything works fine when signing APKs exactly as depicted...

I am also facing a similar issue for a .pfx file. The parsePkcs12 method is returning an invalid private key, it has an additional unexpected 20 characters at the end...

Updating my above comment, for reproduction export a PFX from Windows. The parsePkcs12 method returns a list of PEM certificates and if the 1st certificate (the private key) is utilized...

Just wanted to update what worked for me in the end. Essentially reconstructing the private key and converting back to PEM removed the optional additional sequence that is appended to...

* App is in release mode, running in the foreground WITH EXISTING WIFI network connection, call it wifi network A * App is minimized in order to open Settings Application...

> Yes, you already mention the problem with relying on a stream, even without the `distinct()` you are not properly receiving change events when the app is in the background...