Daniel Ocampo

Results 12 comments of Daniel Ocampo

Yeah, we are not using Gradle 3.4 just yet. Though I am not sure how it would work this new feature regarding merging the reports for all the different modules....

I understand. Is there any way I can debug this and see if app is actually part of the projects included when building the reports? I see that in the...

I discovered that actually the issue goes beyond app module, and affects every module that is an android module (either application or library). I assume the plugin needs some customisation...

Not exactly sure how to integrate this into the lib, but will try to figure it out at some point (or someone else can do too), but I have been...

@renefloor do you have any update on this?

In case anyone is interested, I implemented this by creating a custom view that combines 3 recyclerviews with different layout managers. One for the row headers that uses a Vertical...

@Jogan hey, sorry for the delay in the response, I did it with this library: https://github.com/stoyicker/AligningRecyclerView I synched the vertical scrolling with recyclerview of the row headers and the horizontal...

Hey @Bradleycorn, this was quite some time ago and I am not working in that project anymore, but the issue I remember having was that the header recycler would be...

@Bradleycorn that's a good investigation. I haven't really worked much with LayoutManagers either so I don't think I can help in this one. I just saw that I actually created...

@shihaohong Is it planned to get the rest of the localizations fixed? Particularly interested in en_GB that still has the wrong date format for the dateHelpText. Didn't want to create...