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

Wallofcoin Buying Wizard #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sujalBandhara
Copy link

Added Wall of Coin Buying Wizard [Mainnet]
wallofcoins website

Added Wall of Coin Buying Wizard
@furszy
Copy link
Contributor

furszy commented May 22, 2018

First comment: Fuck, 17k changes?. :P

Will review it in parts.

app/build.gradle Outdated
compile 'com.squareup.okhttp3:logging-interceptor:3.3.1'
compile 'com.squareup.okhttp:logging-interceptor:2.7.5'
compile 'com.google.code.findbugs:jsr305:2.0.3'
compile 'org.dashj:dashj-core:0.14.4.3'
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are you using dashj and not the pivxj that is already in the project? This will cause a lot of redundant dependencies

Choose a reason for hiding this comment

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

We have removed dependency of 'org.dashj:dashj-core:0.14.4.3' now.

359d68e

@@ -75,6 +77,21 @@ public void onRefresh() {
}
}
);

imgEmptyView.setOnClickListener(new View.OnClickListener() {
Copy link
Contributor

Choose a reason for hiding this comment

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

This class is called BaseRecyclerFragment, don't add specific logic here. Move your logic down in the class hierarchy.

Choose a reason for hiding this comment

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

We have removed logic "imgEmptyView.setOnClickListener" from BaseRecyclerFragment now.

359d68e

1) Move logic  "imgEmptyView.setOnClickListener " from BaseRecyclerFragment
2) Remove dependancy of 'org.dashj:dashj-core:0.14.4.3' from gradle.
Removed intermediate files & unused files
@rgenito
Copy link

rgenito commented Jun 5, 2018

@furszy the good news is that the bulk of these changes are UI-building elements :)

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.

5 participants