Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions devtools_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
description: This file stores settings for Dart & Flutter DevTools.
documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states
extensions:
2 changes: 2 additions & 0 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -7230,6 +7230,8 @@
"alwaysOn": "Always on.",
"replaceSkipOutroWithNextUpDisplay": "Replace Skip Outro with Next Up Display",
"replaceSkipOutroWithNextUpDisplaySubtitle": "Show the Next Up overlay instead of the Skip Outro button.",
"nextUpIgnoreRemainingContentDisplay": "Next Up Forced (Ignore Remaining Content After Outro)",
"nextUpIgnoreRemainingContentDisplaySubtitle": "Trigger Next Up pop-up even if there's remaining content after outro.",
"playerRouting": "Player Routing",
"preferSoftwareDecoders": "Prefer software decoders",
"preferSoftwareDecodersSubtitle": "Use FFmpeg (audio) and libgav1 (AV1) before hardware decoders. Disable if HDMI audio passthrough breaks.",
Expand Down
12 changes: 12 additions & 0 deletions lib/l10n/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13678,6 +13678,18 @@ abstract class AppLocalizations {
/// **'Show the Next Up overlay instead of the Skip Outro button.'**
String get replaceSkipOutroWithNextUpDisplaySubtitle;

/// No description provided for @nextUpIgnoreRemainingContentDisplay.
///
/// In en, this message translates to:
/// **'Next Up Forced (Ignore Remaining Content After Outro)'**
String get nextUpIgnoreRemainingContentDisplay;

/// No description provided for @nextUpIgnoreRemainingContentDisplaySubtitle.
///
/// In en, this message translates to:
/// **'Trigger Next Up pop-up even if there\'s remaining content after outro.'**
String get nextUpIgnoreRemainingContentDisplaySubtitle;

/// No description provided for @playerRouting.
///
/// In en, this message translates to:
Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_af.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7692,6 +7692,14 @@ class AppLocalizationsAf extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Wys die Next Up-oorleg in plaas van die Skip Outro-knoppie.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Spelerroetering';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_ar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7640,6 +7640,14 @@ class AppLocalizationsAr extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'قم بإظهار تراكب Next Up بدلاً من زر Skip Outro.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'توجيه اللاعب';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_be.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7715,6 +7715,14 @@ class AppLocalizationsBe extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Паказваць накладанне Next Up замест кнопкі Skip Outro.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Маршрутызацыя гульцоў';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_bg.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7757,6 +7757,14 @@ class AppLocalizationsBg extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Показване на наслагването Next Up вместо бутона Skip Outro.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Насочване на играчи';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_bn.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7678,6 +7678,14 @@ class AppLocalizationsBn extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Skip Outro বোতামের পরিবর্তে Next Up ওভারলে দেখান।';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'প্লেয়ার রাউটিং';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_ca.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7798,6 +7798,14 @@ class AppLocalizationsCa extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Mostra la superposició Next Up en lloc del botó Salta Outro.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Encaminament del jugador';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_cs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7696,6 +7696,14 @@ class AppLocalizationsCs extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Zobrazte překryvnou vrstvu Next Up namísto tlačítka Skip Outro.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Směrování hráčů';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_cy.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7710,6 +7710,14 @@ class AppLocalizationsCy extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Dangoswch y troshaen Next Up yn lle\'r botwm Skip Outro.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Llwybro Chwaraewr';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_da.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7682,6 +7682,14 @@ class AppLocalizationsDa extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Vis Next Up-overlejringen i stedet for knappen Spring Outro over.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Spillerruting';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_de.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7751,6 +7751,14 @@ class AppLocalizationsDe extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Zeigen Sie das Next Up-Overlay anstelle der Schaltfläche „Outro überspringen“ an.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Spielerrouting';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_el.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7801,6 +7801,14 @@ class AppLocalizationsEl extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Εμφάνιση της επικάλυψης Next Up αντί για το κουμπί Skip Outro.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Δρομολόγηση παίκτη';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7628,6 +7628,14 @@ class AppLocalizationsEn extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Show the Next Up overlay instead of the Skip Outro button.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Player Routing';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_eo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7674,6 +7674,14 @@ class AppLocalizationsEo extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Montru la kovraĵon Sekva Supre anstataŭ la butonon Saltu Outro.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Ludanta Vokado';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_es.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7760,6 +7760,14 @@ class AppLocalizationsEs extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Muestra la superposición Siguiente en lugar del botón Omitir salida.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Enrutamiento del jugador';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_et.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7698,6 +7698,14 @@ class AppLocalizationsEt extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Kuvage ülekate Next Up (Järgmine üles) nupu Skip Outro asemel.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Mängija marsruutimine';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_fa.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7647,6 +7647,14 @@ class AppLocalizationsFa extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'به جای دکمه Skip Outro، روکش Next Up را نشان دهید.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'مسیریابی بازیکن';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_fi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7710,6 +7710,14 @@ class AppLocalizationsFi extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Näytä Next Up -peittokuva Ohita Outro -painikkeen sijaan.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Pelaajien reititys';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_fr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7782,6 +7782,14 @@ class AppLocalizationsFr extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Afficher la superposition Next Up au lieu du bouton Ignorer Outro.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Routage des joueurs';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_gl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7783,6 +7783,14 @@ class AppLocalizationsGl extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Show the Next Up overlay instead of the Skip Outro button.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Player Routing';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_he.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7582,6 +7582,14 @@ class AppLocalizationsHe extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Show the Next Up overlay instead of the Skip Outro button.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Player Routing';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_hi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7664,6 +7664,14 @@ class AppLocalizationsHi extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Show the Next Up overlay instead of the Skip Outro button.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Player Routing';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_hr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7708,6 +7708,14 @@ class AppLocalizationsHr extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Show the Next Up overlay instead of the Skip Outro button.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Player Routing';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_hu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7751,6 +7751,14 @@ class AppLocalizationsHu extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Show the Next Up overlay instead of the Skip Outro button.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Player Routing';

Expand Down
8 changes: 8 additions & 0 deletions lib/l10n/app_localizations_id.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7696,6 +7696,14 @@ class AppLocalizationsId extends AppLocalizations {
String get replaceSkipOutroWithNextUpDisplaySubtitle =>
'Show the Next Up overlay instead of the Skip Outro button.';

@override
String get nextUpIgnoreRemainingContentDisplay =>
'Next Up Forced (Ignore Remaining Content After Outro)';

@override
String get nextUpIgnoreRemainingContentDisplaySubtitle =>
'Trigger Next Up pop-up even if there\'s remaining content after outro.';

@override
String get playerRouting => 'Player Routing';

Expand Down
Loading
Loading