Stu Stirling

Results 13 comments of Stu Stirling

I think we will need to see your layout xml files to be able to see what is going on. It looks like the `PageIndicatorView` is working correctly but not...

In API 21+, do keys not get deleted? It was my understanding that not every device can provide the hardware-backed keystore and in those cases, if the keys are encrypted...

Also see the [comment from a Google engineer](https://tech.slashdot.org/story/16/07/07/1819233/android-keystore-encryption-scheme-broken) who says the following about the `setEncryptionRequired` method in API < 21: > (in the opinion of the Android security team) unnecessary...

@ozix managed to get it working. Here is how I did it #354

I also noticed this. I have two flavour dimensions, "tester" and "environment" in that order. What I notice from the trawled directories is that `environment` directories are not trawled on...

To follow the clean coding practice you should not have to worry about where the settings are stored and retrieved from. So in your domain layer you have your interface...

I'm no expert when it comes to clean coding so I can't give you a definitive answer like others probably can. My gut feeling is in this case it may...