Davide Cirillo
Davide Cirillo
When you use this library with a RecyclerView that sits inside a swipe to refresh layout, or any other layout that handles vertical scrolling (i.e. a bottom sheet behavior), if...
I've been using this library in one of my project but it appear to be not updated with gradle and android studio + seems to break in the CalendarAdapter that...
Daggraph need to be able to recognise constructor injected dependencies and add them to the graph. There are some open questions here: - Where should we put the class which...
### Description Would be nice to have a dialog that shows the dependencies for each dependency of the bubble chart.
If a dependency, a module or a component has a scope, we should be able to recognise it and save it under the correct object. @PerActivity, @Singleton, (i.e. Custom scopes...
If you have something like this, it doesn't pick up the last two dependency of Picasso. ``` protected Picasso providePicasso(Context context, AppAvailableFunctions appAvailableFunctions, OkHttpClientFactory okHttpClientFactory, @Named("reduced") List interceptors, @Named(PICASSO_CACHE) Cache...
This is WIP PR that is going to close #49. I'll need to add unit tests and instrumentation tests and i'll be ready. The functionality is already there. @smarques84
### Context When passing an empty list to the adapter and updating the last later on, through notifyDataSetChanged, the adapter will end up saving not all the list of items,...
Would you consider changing the way the library dispatches the click to the leaf nodes only by instead checking if non-leaf nodes have a click listener attached and giving priority...