Paul Schaub

Results 145 comments of Paul Schaub

It happens to me after fresh install. I start the app and click "create rule". When I try to scroll in the list that opens up, the activity crashes and...

I got huge improvements after enabling [the mesa shader cache](https://www.phoronix.com/scan.php?page=news_item&px=Intel-Help-Test-Shader-Cache) on mesa 18.0.0 (intel graphics).

@g0ga this has likely nothing to do with your SSD. On older mesa versions starting CSGO takes some time due to the shaders being recompiled. Updating mesa fixed the problem...

@g0ga it doesn't matter if your driver has shader cache support if mesa doesn't make use of it. For the record: Updating mesa shortened my startup time both on my...

@g0ga I'm running the same mesa version. Did you [activate](https://github.com/ValveSoftware/csgo-osx-linux/issues/608#issuecomment-379687793) the mesa shader cache?

I added `isIntegrityProtected()` to `PGPEncryptedDataList`. Before, it was not possible to determine whether a `PGPEncryptedDataList` was integrity-protected if the list of methods was empty. The `PGPEncryptedDataList` is probably the better...

I like your proposal better than my solution :+1:.

Hey! Having support for keys on hardware would be an awesome feature indeed. I have no idea how to implement that using Bouncycastle though, so some research needs to be...

Interesting, I haven't yet looked into hwsecurity, but it appears to be worth doing so! :D One issue I see is that hwsecurity seems to be bound to Android, which...

Do you happen to know, what information a downstream application (e.g. Android Password Store) has when setting up decryption? I.e. does the application know beforehand, which keys are available on...