From 66aa5ee3e5fe534b3aff94be67a2cd3a150e19b9 Mon Sep 17 00:00:00 2001 From: MM20 <15646950+MM2-0@users.noreply.github.com> Date: Sun, 30 Jan 2022 22:49:26 +0100 Subject: [PATCH] Remove unused resources --- app/src/main/res/anim/app_to_launcher_in.xml | 11 -- app/src/main/res/anim/app_to_launcher_out.xml | 11 -- .../main/res/anim/fast_out_extra_slow_in.xml | 3 - .../main/res/anim/ic_pause_to_play_path.xml | 9 -- .../main/res/anim/ic_pause_to_play_rotate.xml | 8 - .../main/res/anim/ic_play_to_pause_path.xml | 9 -- .../main/res/anim/ic_play_to_pause_rotate.xml | 8 - .../anim/preference_fragment_child_enter.xml | 9 -- .../anim/preference_fragment_child_exit.xml | 9 -- .../anim/preference_fragment_parent_enter.xml | 9 -- .../anim/preference_fragment_parent_exit.xml | 9 -- .../drawable-night/ic_permission_calendar.xml | 19 --- .../res/drawable-xxxhdpi/ic_about_mm20.webp | Bin 6964 -> 0 bytes app/src/main/res/layout/dialog_websearch.xml | 84 ---------- .../res/layout/fragment_card_settings.xml | 36 ----- .../main/res/layout/fragment_easteregg.xml | 26 ---- app/src/main/res/layout/fragment_license.xml | 59 ------- .../res/layout/preference_icon_shape_row.xml | 30 ---- app/src/main/res/values/arrays.xml | 107 ------------- .../res/xml/motion_calendar_event_view.xml | 19 --- app/src/main/res/xml/preferences_about.xml | 55 ------- .../main/res/xml/preferences_appearance.xml | 89 ----------- app/src/main/res/xml/preferences_badges.xml | 23 --- app/src/main/res/xml/preferences_calendar.xml | 21 --- app/src/main/res/xml/preferences_cards.xml | 27 ---- app/src/main/res/xml/preferences_main.xml | 38 ----- app/src/main/res/xml/preferences_search.xml | 145 ------------------ app/src/main/res/xml/preferences_services.xml | 29 ---- app/src/main/res/xml/preferences_weather.xml | 28 ---- .../main/res/drawable/ic_pause_to_play.xml | 11 -- .../main/res/drawable/ic_play_to_pause.xml | 11 -- i18n/src/main/res/values-de/strings.xml | 101 ------------ i18n/src/main/res/values/strings.xml | 102 ------------ .../res/anim/activity_start_fade_enter.xml | 7 - .../res/anim/activity_start_fade_exit.xml | 5 - .../activity_start_slide_bottom_enter.xml | 14 -- .../anim/activity_start_slide_bottom_exit.xml | 14 -- .../res/anim/activity_start_splash1_enter.xml | 9 -- .../res/anim/activity_start_splash1_exit.xml | 13 -- .../res/anim/activity_start_splash2_enter.xml | 8 - .../res/anim/activity_start_splash2_exit.xml | 8 - 41 files changed, 1233 deletions(-) delete mode 100644 app/src/main/res/anim/app_to_launcher_in.xml delete mode 100644 app/src/main/res/anim/app_to_launcher_out.xml delete mode 100644 app/src/main/res/anim/fast_out_extra_slow_in.xml delete mode 100644 app/src/main/res/anim/ic_pause_to_play_path.xml delete mode 100644 app/src/main/res/anim/ic_pause_to_play_rotate.xml delete mode 100644 app/src/main/res/anim/ic_play_to_pause_path.xml delete mode 100644 app/src/main/res/anim/ic_play_to_pause_rotate.xml delete mode 100644 app/src/main/res/anim/preference_fragment_child_enter.xml delete mode 100644 app/src/main/res/anim/preference_fragment_child_exit.xml delete mode 100644 app/src/main/res/anim/preference_fragment_parent_enter.xml delete mode 100644 app/src/main/res/anim/preference_fragment_parent_exit.xml delete mode 100644 app/src/main/res/drawable-night/ic_permission_calendar.xml delete mode 100644 app/src/main/res/drawable-xxxhdpi/ic_about_mm20.webp delete mode 100644 app/src/main/res/layout/dialog_websearch.xml delete mode 100644 app/src/main/res/layout/fragment_card_settings.xml delete mode 100644 app/src/main/res/layout/fragment_easteregg.xml delete mode 100644 app/src/main/res/layout/fragment_license.xml delete mode 100644 app/src/main/res/layout/preference_icon_shape_row.xml delete mode 100644 app/src/main/res/values/arrays.xml delete mode 100644 app/src/main/res/xml/motion_calendar_event_view.xml delete mode 100644 app/src/main/res/xml/preferences_about.xml delete mode 100644 app/src/main/res/xml/preferences_appearance.xml delete mode 100644 app/src/main/res/xml/preferences_badges.xml delete mode 100644 app/src/main/res/xml/preferences_calendar.xml delete mode 100644 app/src/main/res/xml/preferences_cards.xml delete mode 100644 app/src/main/res/xml/preferences_main.xml delete mode 100644 app/src/main/res/xml/preferences_search.xml delete mode 100644 app/src/main/res/xml/preferences_services.xml delete mode 100644 app/src/main/res/xml/preferences_weather.xml delete mode 100644 base/src/main/res/drawable/ic_pause_to_play.xml delete mode 100644 base/src/main/res/drawable/ic_play_to_pause.xml delete mode 100644 ui/src/main/res/anim/activity_start_fade_enter.xml delete mode 100644 ui/src/main/res/anim/activity_start_fade_exit.xml delete mode 100644 ui/src/main/res/anim/activity_start_slide_bottom_enter.xml delete mode 100644 ui/src/main/res/anim/activity_start_slide_bottom_exit.xml delete mode 100644 ui/src/main/res/anim/activity_start_splash1_enter.xml delete mode 100644 ui/src/main/res/anim/activity_start_splash1_exit.xml delete mode 100644 ui/src/main/res/anim/activity_start_splash2_enter.xml delete mode 100644 ui/src/main/res/anim/activity_start_splash2_exit.xml diff --git a/app/src/main/res/anim/app_to_launcher_in.xml b/app/src/main/res/anim/app_to_launcher_in.xml deleted file mode 100644 index 34fcc81e..00000000 --- a/app/src/main/res/anim/app_to_launcher_in.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/anim/app_to_launcher_out.xml b/app/src/main/res/anim/app_to_launcher_out.xml deleted file mode 100644 index 5af47f21..00000000 --- a/app/src/main/res/anim/app_to_launcher_out.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/anim/fast_out_extra_slow_in.xml b/app/src/main/res/anim/fast_out_extra_slow_in.xml deleted file mode 100644 index b70fb29a..00000000 --- a/app/src/main/res/anim/fast_out_extra_slow_in.xml +++ /dev/null @@ -1,3 +0,0 @@ - - diff --git a/app/src/main/res/anim/ic_pause_to_play_path.xml b/app/src/main/res/anim/ic_pause_to_play_path.xml deleted file mode 100644 index 025974cd..00000000 --- a/app/src/main/res/anim/ic_pause_to_play_path.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/anim/ic_pause_to_play_rotate.xml b/app/src/main/res/anim/ic_pause_to_play_rotate.xml deleted file mode 100644 index e4174dce..00000000 --- a/app/src/main/res/anim/ic_pause_to_play_rotate.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/anim/ic_play_to_pause_path.xml b/app/src/main/res/anim/ic_play_to_pause_path.xml deleted file mode 100644 index 3b0c626e..00000000 --- a/app/src/main/res/anim/ic_play_to_pause_path.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/anim/ic_play_to_pause_rotate.xml b/app/src/main/res/anim/ic_play_to_pause_rotate.xml deleted file mode 100644 index 4f7e9603..00000000 --- a/app/src/main/res/anim/ic_play_to_pause_rotate.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/anim/preference_fragment_child_enter.xml b/app/src/main/res/anim/preference_fragment_child_enter.xml deleted file mode 100644 index 2b84e6c0..00000000 --- a/app/src/main/res/anim/preference_fragment_child_enter.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/anim/preference_fragment_child_exit.xml b/app/src/main/res/anim/preference_fragment_child_exit.xml deleted file mode 100644 index 321e7762..00000000 --- a/app/src/main/res/anim/preference_fragment_child_exit.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/anim/preference_fragment_parent_enter.xml b/app/src/main/res/anim/preference_fragment_parent_enter.xml deleted file mode 100644 index bcaf0193..00000000 --- a/app/src/main/res/anim/preference_fragment_parent_enter.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/anim/preference_fragment_parent_exit.xml b/app/src/main/res/anim/preference_fragment_parent_exit.xml deleted file mode 100644 index 850ec0da..00000000 --- a/app/src/main/res/anim/preference_fragment_parent_exit.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable-night/ic_permission_calendar.xml b/app/src/main/res/drawable-night/ic_permission_calendar.xml deleted file mode 100644 index 616d46e0..00000000 --- a/app/src/main/res/drawable-night/ic_permission_calendar.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - diff --git a/app/src/main/res/drawable-xxxhdpi/ic_about_mm20.webp b/app/src/main/res/drawable-xxxhdpi/ic_about_mm20.webp deleted file mode 100644 index 7f8184e53bb758510e43f196d96806fc41a484cf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6964 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 DWK?r+ diff --git a/app/src/main/res/layout/dialog_websearch.xml b/app/src/main/res/layout/dialog_websearch.xml deleted file mode 100644 index a1ace7ef..00000000 --- a/app/src/main/res/layout/dialog_websearch.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_card_settings.xml b/app/src/main/res/layout/fragment_card_settings.xml deleted file mode 100644 index 1503873e..00000000 --- a/app/src/main/res/layout/fragment_card_settings.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_easteregg.xml b/app/src/main/res/layout/fragment_easteregg.xml deleted file mode 100644 index 660ac11c..00000000 --- a/app/src/main/res/layout/fragment_easteregg.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_license.xml b/app/src/main/res/layout/fragment_license.xml deleted file mode 100644 index 7c96a19a..00000000 --- a/app/src/main/res/layout/fragment_license.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/preference_icon_shape_row.xml b/app/src/main/res/layout/preference_icon_shape_row.xml deleted file mode 100644 index b27538f3..00000000 --- a/app/src/main/res/layout/preference_icon_shape_row.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml deleted file mode 100644 index 892bd7f6..00000000 --- a/app/src/main/res/values/arrays.xml +++ /dev/null @@ -1,107 +0,0 @@ - - - - 2 - 0 - 1 - 3 - - - @string/preference_theme_system - @string/preference_theme_light - @string/preference_theme_dark - @string/preference_theme_auto - - - @string/preference_icon_shape_circle - @string/preference_icon_shape_squircle - @string/preference_icon_shape_rounded_square - @string/preference_icon_shape_square - @string/preference_icon_shape_hexagon - @string/preference_icon_shape_triangle - - - 0 - 3 - 1 - 2 - 4 - 5 - - - - @string/preference_searchbar_behavior_fade_alpha - @string/preference_searchbar_behavior_always_visible - @string/preference_searchbar_behavior_hide - - - 0 - 1 - 2 - - - @string/websites_protocol_http - @string/websites_protocol_https - - - 0 - 1 - - - - @string/preference_legacy_icon_bg_none - @string/preference_legacy_icon_bg_color - @string/preference_legacy_icon_bg_white - - - 0 - 1 - 2 - - - - @string/provider_metno - @string/provider_openweathermap - @string/provider_here - - - 2 - 0 - 3 - - - 3 - 5 - 8 - 10 - - - - @string/preference_card_background_default - @string/preference_card_background_black - - - 0 - 2 - - - - @color/red - @color/pink - @color/purple - @color/deeppurple - @color/indigo - @color/blue - @color/lightblue - @color/cyan - @color/teal - @color/green - @color/lightgreen - @color/yellow - @color/amber - @color/orange - @color/deeporange - @color/brown - @color/bluegrey - - \ No newline at end of file diff --git a/app/src/main/res/xml/motion_calendar_event_view.xml b/app/src/main/res/xml/motion_calendar_event_view.xml deleted file mode 100644 index d7d33d58..00000000 --- a/app/src/main/res/xml/motion_calendar_event_view.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/xml/preferences_about.xml b/app/src/main/res/xml/preferences_about.xml deleted file mode 100644 index 3e10f72d..00000000 --- a/app/src/main/res/xml/preferences_about.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/xml/preferences_appearance.xml b/app/src/main/res/xml/preferences_appearance.xml deleted file mode 100644 index 09f88494..00000000 --- a/app/src/main/res/xml/preferences_appearance.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/xml/preferences_badges.xml b/app/src/main/res/xml/preferences_badges.xml deleted file mode 100644 index 8ad0dd71..00000000 --- a/app/src/main/res/xml/preferences_badges.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/xml/preferences_calendar.xml b/app/src/main/res/xml/preferences_calendar.xml deleted file mode 100644 index 5e2fd87b..00000000 --- a/app/src/main/res/xml/preferences_calendar.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/xml/preferences_cards.xml b/app/src/main/res/xml/preferences_cards.xml deleted file mode 100644 index 19c76d6d..00000000 --- a/app/src/main/res/xml/preferences_cards.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/xml/preferences_main.xml b/app/src/main/res/xml/preferences_main.xml deleted file mode 100644 index c049360d..00000000 --- a/app/src/main/res/xml/preferences_main.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/xml/preferences_search.xml b/app/src/main/res/xml/preferences_search.xml deleted file mode 100644 index 98bc15d2..00000000 --- a/app/src/main/res/xml/preferences_search.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/xml/preferences_services.xml b/app/src/main/res/xml/preferences_services.xml deleted file mode 100644 index b05f95cf..00000000 --- a/app/src/main/res/xml/preferences_services.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/xml/preferences_weather.xml b/app/src/main/res/xml/preferences_weather.xml deleted file mode 100644 index f9853bea..00000000 --- a/app/src/main/res/xml/preferences_weather.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/base/src/main/res/drawable/ic_pause_to_play.xml b/base/src/main/res/drawable/ic_pause_to_play.xml deleted file mode 100644 index 0577a3ed..00000000 --- a/base/src/main/res/drawable/ic_pause_to_play.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - \ No newline at end of file diff --git a/base/src/main/res/drawable/ic_play_to_pause.xml b/base/src/main/res/drawable/ic_play_to_pause.xml deleted file mode 100644 index 338bb7df..00000000 --- a/base/src/main/res/drawable/ic_play_to_pause.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - \ No newline at end of file diff --git a/i18n/src/main/res/values-de/strings.xml b/i18n/src/main/res/values-de/strings.xml index 1bb9aa69..90d03107 100644 --- a/i18n/src/main/res/values-de/strings.xml +++ b/i18n/src/main/res/values-de/strings.xml @@ -35,29 +35,18 @@ Dunkel Über Version - Entwickler Links Open-Source-Lizenzen Webseite öffnen Informationen zur App und Lizenzhinweise Personalisierung des Launchers - Provider, Einheiten, Standort Standort Automatischer Standort GPS und Ortungsdienste verwenden, um Standort automatisch zu ermitteln - Nicht gesetzt Standort Grad Fahrenheit und Meilen pro Stunde verwenden Imperiale Einheiten - °F - °C - %1$s mph - %1$s km/h - %1$s mm - Durchscheinende Karten Debug - Debug-Informationen exportieren - Exportiert nach %1$s https://de.wikipedia.org Aus Wikipedia Symbole @@ -66,12 +55,7 @@ Abgerundetes Quadrat Squircle Kreis - = %1$s Suchleiste - Auf Startbildschirm - Hintergrund ausblenden - Nichts tun - Ausblenden Verzeichnis Archiv-Datei Android-Paket-Datei @@ -83,7 +67,6 @@ Bild Datei %1$s-Datei - Auto (nach Tageszeit) Systemeinstellung verwenden Keine passende Anwendung installiert! Präsentation @@ -106,24 +89,6 @@ Paketname Min-SDK-Version Dienste - Favoriten - Favoriten anzeigen - Favoritenliste über allen Apps anzeigen - Häufig genutze Elemente - Häufig genutzte Elemente automatisch in den Favoriten anzeigen - Dateien - Wikipedia - Mobile Daten verwenden - Zusätzliche Kosten können anfallen - Webseiten - Standard Web-Protokoll - Standard-Protokoll, um Webseiten zu suchen, wenn nicht angegeben. Stellen Sie https:// oder http:// vor Ihre Suchanfrage, um das Protokoll explizit festzulegen - HTTP (unverschlüsselt) - HTTPS (verschlüsselt) - Taschenrechner - Probieren Sie „%1$s“ - Websuche - Websuchen bearbeiten Ort Google YouTube @@ -131,8 +96,6 @@ https://google.de/search?q=${1} https://www.youtube.com/results?search_query=${1} https://play.google.com/store/search?q=${1} - Websuche hinzufügen… - Löschen Name URL „${1}“ wird durch den eigentlichen Suchbegriff ersetzt. @@ -142,17 +105,8 @@ Wetterdienst OpenWeatherMap Deutscher Wetterdienst (nur Deutschland) - Von diesem Wetterdienst nicht unterstützt - EE, d. MMMM - %1$s • %2$s Keine Symbolpakete installiert Symbolpaket - Dynamischer Hintergrund - Hintergrundfarbe an Symbol anpassen - Widget - Kalender, Widgets - Berechtigung fehlt - %1$s\n%2$s Widgets bearbeiten Wetter Kalender @@ -166,17 +120,9 @@ An Favoriten anheften Aus Favoriten entfernen Zurück - Anruf - SMS - Telegram - WhatsApp - E-Mail %1$d Telefonnummern %1$d E-Mail-Adressen - Ort %1$d Postadressen - Kalender - Kontakte App-Info Verbundene Accounts und Dienste verwalten Google @@ -186,29 +132,20 @@ Zeichnung E-Book Formular - Schwarz Ausblenden Ausgeblendete Elemente Löschen Nicht ausblenden In Kalender-App anzeigen - BIN:\nOCT:\nHEX: Bilder anzeigen Erhöht den Datenverbrauch signifikant Sechseck Reuleaux-Dreieck - Teilnehmer - Beschreibung - Ort - Zeit Über Google anmelden Anmelden, um Google Drive durchsuchen zu können - Geben Sie den Auth-Code hier ein: - Google-Login fehlgeschlagen! Wird installiert… (%1$d%%) Von %1$s %1$s konnte nicht geöffnet werden - Anzahl der Termine MET Norway Schneeregenschauer Starker Schneeregen @@ -254,27 +191,18 @@ Schneeschauer Starkregen und Gewitter Unbekannt - Von diesem Wetterdienst nicht unterstützt - Einheitenrechner Symbol-Hintergrund Stil von Legacy-Icons - Keiner - Dynamisch - Weiß Hier gibt es keine Easter Eggs, es sei denn Ihr hättet sie mitgebracht. Bitte, hör auf, du verschwendest deine Zeit Ich werde es nicht noch einmal sagen: hier sind definitiv keine Easter Eggs versteckt. Tja, da sind Sie. Herzlichen Glückwunsch. War es das wert? - Easter Egg deaktiviert! - Easter Egg aktiviert! Kalender-Berechtigung gewähren, um Ihre nächsten Termine hier anzuzeigen. Kalender-Berechtigung gewähren, um Termine zu durchsuchen. Kontakt-Berechtigung gewähren, um Kontakte zu durchsuchen. Speicher-Berechtigung gewähren, um Fotos, Medien und Dokumente auf diesem Gerät zu durchsuchen. Schließen - Fortfahren Eigenes Symbol - Symbolfarbe wählen Höhe anpassen Entfernen Einstellungen @@ -295,30 +223,14 @@ Eine Plakette für Dateien, die in einer Cloud gespeichert sind anzeigen Für Shortcuts anzeigen, zu welcher App diese gehören Systemstandard - Datenbanken exportieren - Die exportierten Datenbanken beinhalten persönliche Daten und sollten nicht Dritten zugänglich gemacht werden. - Animationen - App-Start-Animation - Splashscreen 1 - Splashscreen 2 - Von unten gleiten - Blenden - Aus Symbol erweitern - Standard Microsoft Bei Microsoft anmelden Anmelden, um OneDrive durchsuchen zu können Bei Nextcloud anmelden Anmelden, um Ihren Nextcloud-Server durchsuchen zu können Status wird abgerufen… - Google Drive - OneDrive Telegram-Gruppe F-Droid-Repository - Plug-Ins - Plug-Ins aktivieren oder deaktivieren - Installierte Plug-Ins - Einstellungen für %1$s Favoriten bearbeiten Nicht angeheftet – häufig genutzt Angeheftet – automatisch sortiert @@ -328,9 +240,7 @@ Server-URL darf nicht leer sein. Nextcloud Diese URL verweist auf keine gültige Nextcloud-Installation - Angemeldet als %1$s. Anmelden - Anmeldung fehlgeschlagen: Nutzername oder Passwort ungültig Owncloud-Server-URL Owncloud Diese URL verweist auf keine gültige Owncloud-Installation @@ -350,18 +260,9 @@ Haftungsausschluss Wechselkurse so wie sie einmal täglich von der Europäischen Zentralbank herausgegeben werden. Alle Angaben sind ohne Gewähr. Es wird keine Haftung für die hier dargestellten Informationen übernommen.\n\nLetzte Aktualisierung: %1$s Alle anzeigen - Hintergrund - Standard - Weiß/schwarz - Farbig (aus Hintergrundbild) Farbschema Standard - MM20 - Aus Hintergrundbild - System / Material You Schwarz-Weiß - Benutzerdefiniert - Farbschema bearbeiten Heute Morgen Demnächst @@ -375,8 +276,6 @@ Lizenz Diese App ist freie Software. Lizenziert unter der GNU General Public License 3.0 - Diese Funktion ist in dieser Version von %1$s nicht verfügbar. - Uhr +%1$d laufender Termin aus vergangenen Tagen +%1$d laufende Termine aus vergangenen Tagen diff --git a/i18n/src/main/res/values/strings.xml b/i18n/src/main/res/values/strings.xml index f6a39972..c4f9cf6f 100644 --- a/i18n/src/main/res/values/strings.xml +++ b/i18n/src/main/res/values/strings.xml @@ -3,8 +3,6 @@ Kvæsitso Search - - %1$s,\n%2$s Preparing… @@ -64,41 +62,24 @@ Theme Light Dark - Black Color scheme Default - MM20 - From wallpaper - System / Material You Black and White - Custom - Edit color scheme About Version - Developer Links Open source licenses Open website App and license information Customize the look-and-feel - Provider, Units, location Location Automatic location Use GPS and location services to determine location automatically - Not set Location Use degrees Fahrenheit and miles per hour Imperial units - °F - °C - %1$s mph - %1$s km/h - %1$s mm - Translucent cards Debug - Export debug information - Exported to %1$s https://en.wikipedia.org From Wikipedia @@ -109,12 +90,7 @@ Squircle Reuleaux triangle Circle - = %1$s Search bar - On home screen - Hide background - Do nothing - Hide Directory Archive file Android package file @@ -147,27 +123,7 @@ Package name Min SDK version Services - Auto (by time of day) Follow system - Favorites - Show favorites - Show favorites above the app list - Frequently used items - Automatically add frequently used items to favorites - Files - Wikipedia - Allow mobile data usage - Additional fees may apply - Websites - Default web protocol - Default protocol for websites, if not given. You can explicate protocol by adding https:// or http:// in front of your search term - HTTP (unencrypted) - HTTPS (encrypted) - Unit converter - Calculator - Try \'%1$s\' - Web search - Edit web searches Location Google YouTube @@ -175,8 +131,6 @@ https://google.com/search?q=${1} https://www.youtube.com/results?search_query=${1} https://play.google.com/store/search?q=${1} - Add web search… - Delete Name URL \'${1}\' will be replaced by the actual search term. @@ -188,18 +142,10 @@ OpenWeatherMap Deutscher Wetterdienst (Germany only) HERE - Not supported by this provider - EE, MMMM d - %1$s • %2$s Themed icons Color icons with the application\'s color scheme Icon pack No icon packs installed - Dynamic background - Adjust background color to icon - Widget - Calendars, Widget settings - Permission denied Edit widgets Weather Calendar @@ -213,17 +159,9 @@ Pin to favorites Unpin Back - Call - Message - Telegram - WhatsApp - Email %1$d phone numbers %1$d email addresses - Location %1$d postal addresses - Calendar - Contacts App info Manage connected accounts and services Google @@ -239,43 +177,27 @@ Hidden items Delete Open in calendar app - BIN:\nOCT:\nHEX: Show pictures Significantly increases data usage Sign in with Google Sign in to search Google Drive - Enter the auth code here: - Google sing-in failed! Hexagon - Time - Description - Location - Attendees By %1$s Installation in progress… (%1$d%%) Couldn\'t open %1$s - Number of events - Not supported by this provider Icon background Legacy icon style - None - Dynamic - White There are no easter eggs here, unless you brought them with you. Please, stop it, you are wasting your time I won\'t say it again: there are absolutely no easter eggs hidden here Well, you found me. Congratulations. Was it worth it? - Easter egg enabled! - Easter egg disabled! Grant calendar permission to display upcoming appointments and events here. Grant calendar permission to search your calendar. Grant storage permission to search photos, media and document on this device. Grant contact permission to search your contact. Close - Continue Custom icon - Choose icon color Adjust height Remove Settings @@ -295,30 +217,14 @@ Shortcut badges Show a badge which indicates to which app a shortcut belongs System default - Export databases - The exported databases contain personal data and are not intended to be shared. - Animations - App start animation - Splash screen 1 - Splash screen 2 - Slide from bottom - Fade - Expand from icon - Default Microsoft Sign in with Microsoft Sign in to search OneDrive Sign in to Nextcloud Sign in to search your Nextcloud server Checking status… - Google Drive - OneDrive Telegram group F-Droid repository - Plugins - Enable or disable plugins - Installed plugins - Settings for %1$s Edit favorites Not pinned – frequently used Pinned – automatically sorted @@ -328,8 +234,6 @@ Server URL must not be empty Nextcloud This URL does not point to a valid Nextcloud installation - Logged in as %1$s. - Login failed: incorrect username or password. Owncloud server URL Owncloud @@ -351,10 +255,6 @@ Disclaimer "Exchange rates as published once per day by the European Central Bank. All information is provided \"as is\" without any kind of guarantee. No liability is assumed for these information.\n\nLast update: %1$s" Show all - Background - Default - White/black - Colored (from wallpaper) Today Tomorrow @@ -423,8 +323,6 @@ License This app is free software. Licensed under the GNU General Public License 3.0 - This feature is not available in this version of %1$s - Clock Grid Number of columns diff --git a/ui/src/main/res/anim/activity_start_fade_enter.xml b/ui/src/main/res/anim/activity_start_fade_enter.xml deleted file mode 100644 index d77231f4..00000000 --- a/ui/src/main/res/anim/activity_start_fade_enter.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/ui/src/main/res/anim/activity_start_fade_exit.xml b/ui/src/main/res/anim/activity_start_fade_exit.xml deleted file mode 100644 index 831c84c8..00000000 --- a/ui/src/main/res/anim/activity_start_fade_exit.xml +++ /dev/null @@ -1,5 +0,0 @@ - - \ No newline at end of file diff --git a/ui/src/main/res/anim/activity_start_slide_bottom_enter.xml b/ui/src/main/res/anim/activity_start_slide_bottom_enter.xml deleted file mode 100644 index 5b84acb6..00000000 --- a/ui/src/main/res/anim/activity_start_slide_bottom_enter.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - \ No newline at end of file diff --git a/ui/src/main/res/anim/activity_start_slide_bottom_exit.xml b/ui/src/main/res/anim/activity_start_slide_bottom_exit.xml deleted file mode 100644 index 7540c94e..00000000 --- a/ui/src/main/res/anim/activity_start_slide_bottom_exit.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - \ No newline at end of file diff --git a/ui/src/main/res/anim/activity_start_splash1_enter.xml b/ui/src/main/res/anim/activity_start_splash1_enter.xml deleted file mode 100644 index 22ea6e6e..00000000 --- a/ui/src/main/res/anim/activity_start_splash1_enter.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - \ No newline at end of file diff --git a/ui/src/main/res/anim/activity_start_splash1_exit.xml b/ui/src/main/res/anim/activity_start_splash1_exit.xml deleted file mode 100644 index 46f88248..00000000 --- a/ui/src/main/res/anim/activity_start_splash1_exit.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - \ No newline at end of file diff --git a/ui/src/main/res/anim/activity_start_splash2_enter.xml b/ui/src/main/res/anim/activity_start_splash2_enter.xml deleted file mode 100644 index 69625470..00000000 --- a/ui/src/main/res/anim/activity_start_splash2_enter.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - \ No newline at end of file diff --git a/ui/src/main/res/anim/activity_start_splash2_exit.xml b/ui/src/main/res/anim/activity_start_splash2_exit.xml deleted file mode 100644 index 3ae9a8cb..00000000 --- a/ui/src/main/res/anim/activity_start_splash2_exit.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - \ No newline at end of file