epoxy icon indicating copy to clipboard operation
epoxy copied to clipboard

Epoxy is an Android library for building complex screens in a RecyclerView

Results 113 epoxy issues
Sort by recently updated
recently updated
newest added

Details on the problem can be found in this issue: https://github.com/airbnb/epoxy/issues/1305 Currently StickyHeaderLinearLayoutManager.kt doesn't take into account recycler orientation when computing offset for scrollToPosition method. This commit fixes the issue.

Here you can find a fix of my teammate https://github.com/airbnb/epoxy/pull/1304 I have simple demo project for bug reprodusing https://github.com/ardmn/EpoxyHorizontalStickyHeaderBugSample It has next view configuration(_epoxy 4.6.3_ but bug reproduces on epoxy's...

I simply have a EpoxyRecyclerView initialized programmatically in kotlin code and set have set manager as LinearLayoutManager. then just added models into a Carousel by overriding the layoutmanager with LinearLayoutManager....

Hello everyone, I am facing a problem with my chat application. Epoxy: `4.2.0` **Reported from Firebase crashlytics** ``` Fatal Exception: com.airbnb.epoxy.IllegalEpoxyUsage Can only call this when inside the `buildModels` method...

EPoxy currently supports only synchronous layout inflation with most of the time during first layout is spent on the inflation of the views. To make the first layout faster, we...

I am a bit confused by the documentation of `DoNotHash` and `OnModelClickListener`. I would like to start by saying the documentation goes from talking about `Animals` to talking about `Listings`:...

This is a race condition in EpoxyViewHolder that, when the child view contains Dagger DI. Potentially, it complains UninitializedPropertyAccessException lateinit property xxxxxx has not been initialized. It's 0.7% chance to...

I'm seeing Firebase crashes in a couple of Fragments that are using `EpoxyRecyclerView.withModels {...}` Stacktrace is usually as follows: ``` Fatal Exception: java.lang.IllegalStateException Fragment d{4cc615e} (3fe66274-2caa-4a54-9698-137ed7497410) not attached to a...

We use `setItemSpacingDp` for some grids in our app. When items removed, they jump like if there is no spacing added for them How it looks: ![ezgif-4-3931abe96f16](https://user-images.githubusercontent.com/7599577/99156340-92590b80-26d9-11eb-9016-c759ecd2ffb6.gif) it's reproducible with...