Bradley Campbell

Results 28 comments of Bradley Campbell

I have a pretty hacky idea for working around this if you're interested @mattprecious. If `readerScanning` is `true`, you could authenticate a stub fingerprint callback, cancel it straight away, and...

@danh32 if you remove the logcat filter for your app, do you see the following logs from the system: ``` Rejecting your.package.name. ; not in foreground cancelAuthentication(): reject your package...

Hello, new Sentry Android developer chiming in here 👋 For mobile engineers, it does not ever make sense to use the general Resolve button, yet it's extremely prominent in Sentry's...

That button works, it allows us to search for the release we want to resolve it in. It's actually the option we use today. But it's a lot of clicks...

FYI: the fix on master is broken. The [filter here](https://github.com/f2prateek/rx-preferences/blob/master/rx-preferences/src/main/java/com/f2prateek/rx/preferences2/RealPreference.java#L47) will filter out any null key emissions, meaning that the default value won't actually be emitted as #141 intended.

I came here to log this exact issue. Really pleased to see you have it tracked for the beta. To elaborate more, the issue I'm facing is that when I...

Hmm. But when you background the app, the key dispatcher doesn't get called, so you can't call save() on the hierarchy. Then when the REPLACE call happens, the incomingState has...

That works, so thanks @Zhuinden, I'll use this workaround/hack until this issue is resolved