Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set packageid to com.airbnb.epoxy.viewbinder #1172

Merged

Conversation

eboudrant
Copy link
Contributor

@pmecho, minor update for the package id in the new module

Copy link
Collaborator

@pmecho pmecho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, thanks for the fix!

@pmecho pmecho merged commit 8a6e416 into airbnb:pmecho-view-binder Apr 20, 2021
pmecho added a commit that referenced this pull request May 8, 2021
* Initial addition of view binder classes

* Hook up visibility tracking
Add view binder to kotlin sample

* EpoxyViewBinder update - add epoxyView / optionalEpoxyView to ViewGroup (#1165)

* Add epoxyView shortcut to ViewGroup

* Add optionalEpoxyView for activity and view (with a minor refactor for less copy/paste)

* switch to `androidx.core.app.ComponentActivity`

Co-authored-by: Emmanuel Boudrant <eboudrant@netflix.com>

* [View Binder] Add visibility tracker tests and API tweaks (#1168)

* Add view binder visibility tests

* Add basic unit tests for the view binder

* Gradle clean up

* Can't use ComponentActivity directly with the current dependency version

Co-authored-by: Peter Elliott <peter.elliott@airbnb.com>

* Set packageid to com.airbnb.epoxy.viewbinder (#1172)

* package="com.airbnb.epoxy.viewbinder"

* import com.airbnb.epoxy.viewbinder.R

* Doc cleanup and refactors for line length

* Move some extension functions to new file
Some documentation tweaks

* Add tests
Add try/catch and fix up dependencies

* Fix dependency mismatch
Add newline

* Add model update test

* Apply suggestions from code review

Co-authored-by: Eli Hart <eli.hart@airbnb.com>

* Convert to ModelCollector
Add exception handler
Misc improvements based on PR comments

* Fix comment and lint failures

* Don't use debugImplementation as CI runs release tests

* Fix tests due to model collector swap

Co-authored-by: Peter Elliott <peter.elliott@airbnb.com>
Co-authored-by: Emmanuel Boudrant <emmanuel.boudrant@gmail.com>
Co-authored-by: Emmanuel Boudrant <eboudrant@netflix.com>
Co-authored-by: Eli Hart <eli.hart@airbnb.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants