-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Migrate watch history to Jetpack Compose #11947
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
base: refactor
Are you sure you want to change the base?
Migrate watch history to Jetpack Compose #11947
Conversation
# Conflicts: # app/src/main/java/org/schabi/newpipe/local/history/StatisticsPlaylistFragment.java
# Conflicts: # app/src/main/java/org/schabi/newpipe/ui/components/items/stream/StreamMenu.kt
There should be a confirmation screen after "clear history" button clicked I guess |
135d560
to
e5882af
Compare
Would you please restore earlier default behavior of "sort by" to "date", it defaults to "views" in this PR. Also noticed a minor bug: last selected option isn't saved, it switches to sort by "views" even after manually changing it to sort by "date" after reopening the app. |
Okay.
That's because the selected option is not being persisted (the existing app doesn't do it, either). |
# Conflicts: # app/src/main/res/values-be/strings.xml
de7b8d3
to
451c89b
Compare
|
# Conflicts: # gradle/libs.versions.toml
# Conflicts: # app/src/main/java/org/schabi/newpipe/ui/components/video/RelatedItems.kt # app/src/main/java/org/schabi/newpipe/ui/emptystate/EmptyStateUtil.kt
|
Produces Error on data export, I can export with playlist fragment to Jetpack compose PR fine (as I am currently testing the two) It looks specific to this PR or Exception
Crash log
|
Yes, I had to update the Room version in this PR in order to use PagingSource. |
@ShareASmile It should be working now. |
Just did a quick test and now it works flawlessly. Thank you for all your efforts :). |
# Conflicts: # app/src/main/java/org/schabi/newpipe/ui/components/items/stream/StreamMenu.kt
# Conflicts: # app/src/main/java/org/schabi/newpipe/settings/BackupRestoreSettingsFragment.java # gradle/libs.versions.toml
063b88a
to
48d0ebf
Compare
# Conflicts: # app/src/main/java/org/schabi/newpipe/settings/BackupRestoreSettingsFragment.java
What is it?
Description of the changes in your PR
Before/After Screenshots/Screen Record
Screen_recording_20250311_110112.mp4
Fixes the following issue(s)
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.
Due diligence