Igor Wojda

Results 68 comments of Igor Wojda

Thx @Gabrix94. Glad that you like it. UI tests are someware on my backlog, but TBH it will take me a while to add them as I have different priorities....

This is on my roadmap. Happy to prioritize it.

I was experimenting with jacoco. There is [jacoco Gradle plugin](https://docs.gradle.org/current/userguide/jacoco_plugin.html), but it looks that it needs a bit of additional configuration for Kotlin and Android. It is not always that...

thx for the project, I will take a look. This comparison between `Codacy` and `Codecov` is a nice catch - I will take a closer look at this as well....

thx for the info Can you open PR please?

Actually, I discovered that error checks are performed, but checkstyle errors are not marked in code ![image](https://user-images.githubusercontent.com/530122/32572156-aba24cbe-c4c1-11e7-9528-608bcef0d015.png) BTW It is related to https://github.com/jshiell/checkstyle-idea/issues/356

It looks like Android studio does not accept all the attributes inside svg. You should display error message instead of creating file

To be honest I havent noticed the log and feeld a little bit confusing, when 'empty' VectorDrawable was created - there is no point of creating it. Also I have...

Sure, so basically there are different _product favours_ inside android application (product flavour is used to create different branding e.g. different logo or free/paid versions - basically the same app...

Generally yes although I am not sure if there is a point of adding resources to 'test' folders, so I am 90% sure they should not be on the list....