We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#49 & #51 adds the ability to add tags & performers
It might be useful to also be able to remove them (like undo). This might be doable with a long click, but it's a bit more complex to add a long click listener to a leanback fragment: https://stackoverflow.com/questions/30163902/how-to-implement-a-longclicklistener-on-browsefragment-android-leanback-library
Could instead add an Undo action if changes have been made, but this would require tracking the changes which is also not simple.
Originally posted by @damontecres in #3 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
#49 & #51 adds the ability to add tags & performers
It might be useful to also be able to remove them (like undo). This might be doable with a long click, but it's a bit more complex to add a long click listener to a leanback fragment: https://stackoverflow.com/questions/30163902/how-to-implement-a-longclicklistener-on-browsefragment-android-leanback-library
Could instead add an Undo action if changes have been made, but this would require tracking the changes which is also not simple.
Originally posted by @damontecres in #3 (comment)
The text was updated successfully, but these errors were encountered: