-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Improve playlist dialogs, use only one layout #3930
Conversation
@TobiGr that's unrelated from this PR, let's create an issue |
Add to playlist button make app crash :( Exception
Crash log
I think Log have problem |
Hi @domiuns , thank you for testing ;-) Since you have Android 4.4, would you like to join the testers (@mentioned in PRs needing tests on old devices)? If so, please add yourself here: https://github.com/TeamNewPipe/NewPipe/wiki/Testers |
Hi @Stypox the app crash happens in all sections, I just press add to the playlist (I loaded the zip file with the old configurations) but I also tried with a clean installation and the app continues to crash. try the feed section or the trend section. I have add my "name" to the tester list, i want help this project :) i'm not a programmer but I want to help you as much as I can. |
setReportSenderFactoryClasses() is deprecated, now extensions (ReportSenderFactory is an extension) should be registered using AutoService: https://github.com/ACRA/acra/wiki/Custom-Extensions#by-annotation
Use same class (by extending it) both to append an item to a playlist and to choose a playlist tab Fixes ui issues with select playlist tab dialog
@domiuns in #3982 I fixed the problem you had with missing stack trace. Could you test this new apk and provide me the bug report, which should now be non-empty? |
679bc75
to
2aeccc0
Compare
@Stypox |
This would have to be redone from scratch, as there have been changes in the meantime. Closing it |
Some cleanup will be done with #7194 |
What is it?
Description of the changes in your PR
Use the same class and the same layout both to append an item to a local playlist and to choose a local/remote playlist tab. The resulting
PlaylistDialog
class is the result of a merge between the oldlocal.dialog.Playlist*Dialog
andSelectPlaylistFragment
classes. In particular:SelectPlaylistFragment
has been kept, to allow for both local and remote items to exist in the listlocal.dialog.PlaylistDialog
Fixes ui issues with the select playlist tab dialog, which didn't show uploaders and stream counts, looked strange and had double title on Android 4.4.
Depends on
#3982 (due to bug report fix)
Testing apk
Tested on emulated Android 4.4 and device Android 7.0.
app-debug.zip
Agreement