diff --git a/android/java/AndroidManifest.xml b/android/java/AndroidManifest.xml index 90bfd4961d7..dd276118b35 100644 --- a/android/java/AndroidManifest.xml +++ b/android/java/AndroidManifest.xml @@ -213,6 +213,14 @@ + + + - Add any media from any website. Look for the + button in your address bar and tap it to add. + Add your favorite content. Look for the + button in the lower right part of your screen. Browse for media - New Playlist + New playlist Playlist name - Untitled Playlist + Untitled playlist Cancel @@ -3732,7 +3732,7 @@ If you don't accept this request, VPN will not reconnect and your internet conne Next - Tap, long press or drag + Tap, long press, or drag Add to Playlist @@ -3744,7 +3744,7 @@ If you don't accept this request, VPN will not reconnect and your internet conne Add media - Save videos with Brave Playlist and watch later, even offline + Add videos to Brave Playlist and watch later, even offline Make playlists of your favorite audio and videos, and play anytime, anywhere. @@ -3786,10 +3786,10 @@ If you don't accept this request, VPN will not reconnect and your internet conne Remove all offline data - Download playlist for offline use + Keep playlist for offline use - Download all playlists for offline use + Keep all playlists for offline use Delete playlist @@ -3831,7 +3831,7 @@ If you don't accept this request, VPN will not reconnect and your internet conne Playlist item is not cached.\nPlease cache the item for offline mode. - Content expired. Wait a few seconds then try playing again. + Content expired. Try again in a few seconds. diff --git a/build/android/config.gni b/build/android/config.gni index 56fe5cfa9e9..0cb0a318bc1 100644 --- a/build/android/config.gni +++ b/build/android/config.gni @@ -62,7 +62,6 @@ brave_chrome_java_deps = [ "//third_party/androidx:androidx_lifecycle_lifecycle_livedata_core_java", "//third_party/androidx:androidx_lifecycle_lifecycle_livedata_java", "//third_party/androidx:androidx_lifecycle_lifecycle_viewmodel_java", - "//third_party/androidx:androidx_room_room_runtime_java", "//url/mojom:url_mojom_origin_java", ] diff --git a/third_party/android_deps/BUILD.gn b/third_party/android_deps/BUILD.gn index c7cfa16d173..d7393b7773f 100644 --- a/third_party/android_deps/BUILD.gn +++ b/third_party/android_deps/BUILD.gn @@ -109,6 +109,7 @@ android_aar_prebuilt("com_brave_playlist_java") { bytecode_rewriter_target = "//build/android/bytecode:fragment_activity_replacer" resource_overlay = true + ignore_manifest = true } android_aar_prebuilt("com_google_android_exoplayer_exoplayer_core_java") { diff --git a/third_party/android_deps/libs/com_brave_playlist/playlist_release.aar b/third_party/android_deps/libs/com_brave_playlist/playlist_release.aar index fa8fea55908..62bec6806a1 100644 Binary files a/third_party/android_deps/libs/com_brave_playlist/playlist_release.aar and b/third_party/android_deps/libs/com_brave_playlist/playlist_release.aar differ