Stéphane Nicolas

Results 75 issues of Stéphane Nicolas

Hi all, we find this "issue" using GAP 3.1.0 Obsolete custom lint check butterknife-8.5.1.aar/.../lint.jar: Lint found one or more custom checks that could not be loaded. The most likely reason...

Solves issue #1440. The change is limited. * delay the creation of the processResourcesTask used in the generateR2 task. * the generate R2 task itself still has to be created...

This PR: * fixes issue #808. The BK AP can use a super class that was already compiled in a different module. It checks for the view binder of such...

Gradle 4.9 introduced Task Configuration Avoidance: https://docs.gradle.org/current/userguide/task_configuration_avoidance.html Butterknife doesn't use the new APIs and trigger the creation of most of tasks for most variants. I believe the only thing to...

Project using BK 9&10 need to bump compileSDK to 28, otherwise they can't process apps resources and the build will fail due to missing resources. ```bash .gradle/caches/transforms-1/files-1.1/design-27.1.1.aar/b86e7ac8a63a44eefd0fd8eff326b842/res/values/values.xml:96:5-202: AAPT: error: resource...

It looks broken when building it, it's not built on CI, not sure exactly what the state of the sample is atm. Is it documented somewhere how to build and...

Hi Pierre-Yves, here is the RoboSpice example we have been talking about in https://github.com/pyricau/CleanAndroidCode/issues/6 It is based on the Retrofit module of RoboSpice, I thought it might be more interesting...

Hi Pierre-Yves, we recently met at Devoxx fr 13 after talking on the [QAT](https://github.com/stephanenicolas/Quality-Tools-for-Android) issue board. Would you be interested in putting RoboSpice inside your sample project ? I have...

When 2 tests contain the same BoundBox annotation, they seem to overlap. If so, provide a merging mechanism to generate a boundBox with : - the highest maxSuperClass - a...

enhancement
question

Dart & Henson is not actively maintained anymore. It's Gradle plugin does not support configuration caching. We encourage users to switch to other solutions such as https://developer.android.com/guide/navigation. Clarifies: https://github.com/f2prateek/dart/issues/243