-
-
Notifications
You must be signed in to change notification settings - Fork 521
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 support for vertical grids #475
Conversation
Grade A poetry, love the juxtaposition of horizontal and vertical in the instanceof repetitio. |
Unfortunately the grid presenters don't implement an interface for their shared functionality :( |
f04afa5
to
ca9b4e3
Compare
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.
app/src/main/java/org/jellyfin/androidtv/browsing/StdGridFragment.java
Outdated
Show resolved
Hide resolved
app/src/main/java/org/jellyfin/androidtv/browsing/StdGridFragment.java
Outdated
Show resolved
Hide resolved
app/src/main/java/org/jellyfin/androidtv/preferences/UserPreferences.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/jellyfin/androidtv/preferences/UserPreferences.kt
Outdated
Show resolved
Hide resolved
Looks good now! Just a minor conflict that needs fixed! |
733e281
to
b552d3a
Compare
Here is an overview of what got changed by this pull request: Complexity increasing per file
==============================
- app/src/main/java/org/jellyfin/androidtv/ui/GridFragment.java 9
Clones removed
==============
+ app/src/main/java/org/jellyfin/androidtv/browsing/StdGridFragment.java -1
See the complete overview on Codacy |
This adds some more poetry and spaghetti to the grid code to allow vertical grids! A user preference is added and will default to the new vertical view.
Changes
Issues