-
Notifications
You must be signed in to change notification settings - Fork 117
Traffic Plugin #6
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
Conversation
|
@zugaldia I found the remaining issue (not having filters setup). |
ericrwolfe
left a comment
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.
I'll leave the final approval up to @zugaldia, but at a high level everything looks great to me.
Traffic.java looks simple to use by itself and straightforward to customize should someone need to.
Should we update the repo's readme with installation instructions and a short code snippet around usage, or will this get out of hand as we add more plugins? Are there better ways to deal with this on Android?
My suggestion would be to add |
plugins/app/build.gradle
Outdated
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.
Is this line necessary at all?
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.
Let's simply remove it?
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.
Let's call it Navigation in preparation for #12.
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.
nit: traffic
plugins/traffic/build.gradle
Outdated
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.
Remove too?
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.
Nit: traffic
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.
Let's ticket for version 0.2?
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.
Let's ticket for version 0.2?
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.
Could we call this class TrafficPlugin instead? This could be the only convention for now, all plugins should have the Plugin suffix.
plugins/traffic/build.gradle
Outdated
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.
Let's start with version 0.1 for now so that we aren't tied to SEMVER.
|
@tobrun Plugin is in great shape, I only added a few minor comments.
Agreed. Let's start with the basics, which is to list all the plugins in the @langsmith will be running point for the next iteration of docs and include them in the website. I'll ticket that separately. |
|
Rebased with master for PR with CI, review comments addressed and ready for review. |
|
Follow up ticket to handle the |
Closes #4