-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Pushing, sharing messages prototype #122
Conversation
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.
Hey! Thanks for your contribution. I've added some remarks in sub comments.
app/src/main/java/com/github/gotify/messages/MessagesActivity.java
Outdated
Show resolved
Hide resolved
Hey @jmattheis , Thanks for the fast review! And sorry for my messy github usage, still learning :) |
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.
Made requested changes
I've made some more changes to use material ui text views. (I've made the changes because I didn't knew exactly what I wanted, so I tinkered a little). Also, I cleaned up some minor stuff. Can you look over the changes I made? |
Checked, looks great! :) |
Great. I've cleaned up the commit history to remove the pr commits. Thanks for your contribution! |
Hello everyone,
I've finished what @rorpage started implementing - message pushing/sharing functionality.
Still it would be great to get input about naming, and general order of the code.
Hope we can fix these fast and merge into master :)