-
Notifications
You must be signed in to change notification settings - Fork 124
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
base: master
Are you sure you want to change the base?
Wallofcoin Buying Wizard #8
Conversation
Added Wall of Coin Buying Wizard
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' |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
@@ -75,6 +77,21 @@ public void onRefresh() { | |||
} | |||
} | |||
); | |||
|
|||
imgEmptyView.setOnClickListener(new View.OnClickListener() { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
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
@furszy the good news is that the bulk of these changes are UI-building elements :) |
Added Wall of Coin Buying Wizard [Mainnet]
wallofcoins website