-
Notifications
You must be signed in to change notification settings - Fork 169
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
Add voting arrows and score to posts in "List" view mode #472
Add voting arrows and score to posts in "List" view mode #472
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.
Looks good, can we have a settings toggle for this?
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.
Tested and seems to work as intended. May want to consider waiting for localization to merge.
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.
Sorry about that, one minor tweak
Don't bump db version - keep as part of db version 11
All done, let me know if you need anything else. 👍 |
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.
Looks good, thx!
@@ -361,6 +375,7 @@ abstract class AppDB : RoomDatabase() { | |||
MIGRATION_8_9, | |||
MIGRATION_9_10, | |||
MIGRATION_10_11, | |||
MIGRATION_11_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.
👍
Add voting arrows and score to posts in "List" view mode. Looks like this, basically what Boost and BaconReader does: