Skip to content
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 showing additional parts #1775

Merged
merged 4 commits into from Jul 8, 2022

Conversation

dspencer001
Copy link
Contributor

Changes
Adds showing Additional parts above Cast / Crew for Movies. Includes what translations I could get from jellyfin-web. I have very limited Android app experience, so this is mostly copied from how the specials and suggestions are retrieved and displayed. Tested with Lord of the Rings extended editions on an Nvidia Shield TV Pro.

@@ -279,6 +281,14 @@
queryType = QueryType.Specials;
}

public ItemRowAdapter(Context context, AdditionalPartsQuery query, Presenter presenter, ArrayObjectAdapter parent) {

Check notice

Code scanning / Android Lint

Unknown nullness

Unknown nullability; explicitly declare as @Nullable or @NonNull to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations
@@ -279,6 +281,14 @@
queryType = QueryType.Specials;
}

public ItemRowAdapter(Context context, AdditionalPartsQuery query, Presenter presenter, ArrayObjectAdapter parent) {

Check notice

Code scanning / Android Lint

Unknown nullness

Unknown nullability; explicitly declare as @Nullable or @NonNull to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations
@@ -279,6 +281,14 @@
queryType = QueryType.Specials;
}

public ItemRowAdapter(Context context, AdditionalPartsQuery query, Presenter presenter, ArrayObjectAdapter parent) {

Check notice

Code scanning / Android Lint

Unknown nullness

Unknown nullability; explicitly declare as @Nullable or @NonNull to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations
@@ -279,6 +281,14 @@
queryType = QueryType.Specials;
}

public ItemRowAdapter(Context context, AdditionalPartsQuery query, Presenter presenter, ArrayObjectAdapter parent) {

Check notice

Code scanning / Android Lint

Unknown nullness

Unknown nullability; explicitly declare as @Nullable or @NonNull to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations
@dspencer001
Copy link
Contributor Author

Do you want me to add the @NonNull annotations to the ItemRowAdapter?

Copy link
Member

@nielsvanvelzen nielsvanvelzen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need, it looks fine like this. Thanks!

@nielsvanvelzen nielsvanvelzen added this to In progress in v0.14.0 via automation Jul 8, 2022
@nielsvanvelzen nielsvanvelzen merged commit 8d7fbcc into jellyfin:master Jul 8, 2022
v0.14.0 automation moved this from In progress to Done Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v0.14.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants