Migrate watch history to Jetpack Compose#11947
Migrate watch history to Jetpack Compose#11947Isira-Seneviratne wants to merge 51 commits intoTeamNewPipe:refactorfrom
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
# 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
# Conflicts: # app/build.gradle # app/src/main/java/org/schabi/newpipe/database/history/dao/StreamHistoryDAO.java # app/src/main/java/org/schabi/newpipe/database/stream/StreamStatisticsEntry.kt # app/src/main/java/org/schabi/newpipe/database/stream/dao/StreamStateDAO.kt # app/src/main/java/org/schabi/newpipe/settings/BackupRestoreSettingsFragment.java # app/src/main/java/org/schabi/newpipe/ui/components/items/stream/StreamUtils.kt # gradle/libs.versions.toml
# Conflicts: # app/src/androidTest/java/org/schabi/newpipe/database/FeedDAOTest.kt # app/src/main/java/org/schabi/newpipe/local/feed/FeedDatabaseManager.kt # app/src/main/java/org/schabi/newpipe/local/feed/service/FeedLoadManager.kt # app/src/main/java/org/schabi/newpipe/settings/BackupRestoreSettingsFragment.java # app/src/main/java/org/schabi/newpipe/ui/components/about/LicenseDialog.kt # app/src/main/java/org/schabi/newpipe/ui/components/items/ItemList.kt # app/src/main/java/org/schabi/newpipe/ui/components/items/playlist/PlaylistListItem.kt # app/src/main/java/org/schabi/newpipe/ui/components/items/stream/StreamThumbnail.kt # app/src/main/java/org/schabi/newpipe/ui/components/video/RelatedItems.kt



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