Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Move butter knife and renderers to the sample #73

Merged
merged 13 commits into from Jun 1, 2016

Conversation

luis-ibanez
Copy link
Contributor

Fixes #70

@pedrovgs
Copy link
Contributor

pedrovgs commented Jun 1, 2016

Thanks @luis-ibanez the repository is not passing in Travis-CI due to compile errors.

@pedrovgs
Copy link
Contributor

pedrovgs commented Jun 1, 2016

@luis-ibanez can you review the build output? The code is not compiling!

@pedrovgs
Copy link
Contributor

pedrovgs commented Jun 1, 2016

Thank you so much! 👍

@pedrovgs
Copy link
Contributor

pedrovgs commented Jun 1, 2016

@Serchinastico can you review this PR?

View view = inflater.inflate(layoutId, container, false);
ButterKnife.bind(this, view);
return view;
return inflater.inflate(layoutId, container, false);
Copy link
Contributor

Choose a reason for hiding this comment

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

To be consistent I'd add an onPrepareFragment method to let clients bind their views from their fragments as well. Include the view as a parameter.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was told no to do that and initialise it in onCreateView of the Fragment, I really don't have any preference in any of those solutions. @pedrovgs ?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think the current implementation is good enough :) IMHO we can already merge this PR :)

@Serchinastico
Copy link
Contributor

Besides the fragment method, it LGTM

@luis-ibanez
Copy link
Contributor Author

Until we decide what to do with the Fragments, I cleaned a little bit the PR

@pedrovgs pedrovgs merged commit 0000c3c into Karumi:master Jun 1, 2016
@luis-ibanez luis-ibanez deleted the move_libraries branch June 1, 2016 15:35
Serchinastico pushed a commit that referenced this pull request Mar 6, 2017
This reverts commit 0000c3c, reversing
changes made to 756ae9e.
Serchinastico pushed a commit that referenced this pull request Mar 6, 2017
This reverts commit 686d897.

Revert "release 2.1.1"

This reverts commit 687dd62.

Revert "New list in UseCaseHandler to retain error adapters in a non-weak reference (#84)"

This reverts commit 44ccdb5.

Revert "Update README.md"

This reverts commit 41e3756.

Revert "Typo fix :) (#78)"

This reverts commit 46d1b6a.

Revert "Merge pull request #73 from luis-ibanez/move_libraries"

This reverts commit 0000c3c, reversing
changes made to 756ae9e.
@Serchinastico Serchinastico mentioned this pull request Mar 6, 2017
Serchinastico pushed a commit that referenced this pull request Mar 6, 2017
This reverts commit 0000c3c, reversing
changes made to 756ae9e.
Serchinastico added a commit that referenced this pull request Mar 6, 2017
Serchinastico pushed a commit that referenced this pull request Mar 6, 2017
Serchinastico added a commit that referenced this pull request Mar 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants