Petr Dvořák
Petr Dvořák
Currently, you write in the README.md file: > If these projects helped you save development time, you can support my work on Patreon or buy me a cup of coffee......
To simplify a crash log analysis during the app operation, the tool should produce [a mapping file (`mapping.txt`)](https://developer.android.com/studio/build/shrink-code) alongside the resulting obfuscated application. Since the app may already be obfuscated...
Currently, the `KeychainWrapper.swift` uses `Data` type as a "key" to store records. We got our head scratching for quite some time and we could not find any actual benefit of...
... so that "+" button can be green and "X" button can be red... ;-) - Add "setCircleColor:forButtonType:" method - Add "setLineColor:forButtonType:" method
I create a floating button like a pro... ;-) ``` objc CGRect floatingFrame = CGRectMake(self.view.frame.size.width - 84, self.view.frame.size.height - 84, 64, 64); _floatingActionButton = [[LiquidFloatingActionButton alloc] initWithFrame: floatingFrame]; _floatingActionButton.enableShadow =...
There is a lot of work we need to do to make the documentation a bit more comprehensive. Most of the information dates back to the original protocol version. Since...
In several places in code (for example, when decoding private/public keys from bytes), we currently catch regular exceptions and not the runtime exceptions. These can occur, however, for example in...
Currently, we use an ECIES algorithm with fixed keys (master server public key, device public key) that are stored on the mobile device and client-side ephemeral keys. This is good,...
You can now use tokens instead of certificates for the APNS service. Check out WWDC 2016 for details: https://developer.apple.com/videos/play/wwdc2016/724/