Christopher Jenkins

Results 329 comments of Christopher Jenkins

@keyboardsurfer is this hot-patchable to 3.6? we are having to disable tests in feature modules because of this.

> Not working for me even in Android Studio 4.2 Canary 7.. > > Also tried on AS 4.0.1 by adding the below line, but no luck > testRuntimeOnly(files("$projectDir/../app/build/intermediates/app_classes/internalDebug/classes.jar")) >...

@keyboardsurfer is there a new issue for this? As it shouldn't really be closed?

FYI for all of those struggling with this workaround: For library classes the path is different ``` testRuntimeOnly(files("${projectDir}/../..//build/intermediates/compile_library_classes_jar/< buildVariant >/classes.jar")) ```

Fixed in ViewPump, we worked around the issue, you'll need to upgrade to that.

> > Fixed in ViewPump, we worked around the issue, you'll need to upgrade to that. > > @chrisjenx exactly what changes are required to provide support for an old...

> > > > Fixed in ViewPump, we worked around the issue, you'll need to upgrade to that. > > > > > > > > > @chrisjenx exactly what...

> What about the crash that older target sdk version apps are facing, if they update to Calligraphy 3? No idea, but if it's problem still on ViewPump + Calligraphy...

> > migrate to [Calligraphy 3](https://github.com/InflationX/Calligraphy) > > Does it support lower versions like Android L,M ? Yes

Cool, thanks for the PR. I'm not a massive fan of having to define bold/italic etc. It should just work with the textStyle attr. I'll mull this over when I...