-
Notifications
You must be signed in to change notification settings - Fork 727
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add view visibility checks to EpoxyVisibilityItem and decouple Recycl…
…erView (#1052) * Add view visibility checks for EpoxyVisibilityItem Make EpoxyVisibilityItem more generic so it can work with a ViewGroup instead of just a RecyclerView Fix docs in OnVisibilityStateChanged * Add more tests * Add last visibility check Co-authored-by: Peter Elliott <[email protected]>
- Loading branch information
Peter Elliott
and
Peter Elliott
authored
Sep 17, 2020
1 parent
f5f3dce
commit 6b243e0
Showing
7 changed files
with
482 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
epoxy-integrationtest/src/main/java/com/airbnb/epoxy/integrationtest/TestActivity.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.airbnb.epoxy.integrationtest | ||
|
||
import android.app.Activity | ||
|
||
/** | ||
* Empty activity used for view testing. | ||
*/ | ||
class TestActivity : Activity() |
Oops, something went wrong.