Simon Schiller

Results 15 comments of Simon Schiller

I guess one advantage of my second proposed option is, that we are able to remove individual listeners: val onWatcher = textView.onTextChanged { /* Handle changes ... */ } val...

You are right, I did not think about that. I guess in that case the first option would be preferable, as it would only create one `TextWatcher`, whereas the second...

Is this PR worth keeping or should I close it? @JakeWharton @romainguy

What numbers does Android Studio report when you analyze the APK files with that? I suspect that this could have something to do with the way the APK is built...

Is this reproducible in some open source project where we can try it out? It would be interesting to see the differences for each file to see if all of...

Thanks for reporting this, we're actually facing the same problem internally. We spent some time to look into this and found that it's probably related to the fact that we...

Great idea! One thought I had - should they be differentiated at the same level as all other files (like you showed in your example)? Or should there be another...

Thanks for opening this issue! IIRC the reason why we didn't do this in the first place was that the Gradle plugin portal didn't allow us to publish artifacts in...

Thanks for the report! Is it the size of the HTML or the JSON report you're concerned about? Because the size of the HTML report should (more or less) always...

@ViktorPetrovski @botronic feel free to merge this once you adapted the required CI configs.