diff --git a/app/src/main/java/code/name/monkey/retromusic/activities/AlbumDetailsActivity.kt b/app/src/main/java/code/name/monkey/retromusic/activities/AlbumDetailsActivity.kt index 9be1bf63..5ec3e634 100644 --- a/app/src/main/java/code/name/monkey/retromusic/activities/AlbumDetailsActivity.kt +++ b/app/src/main/java/code/name/monkey/retromusic/activities/AlbumDetailsActivity.kt @@ -190,7 +190,7 @@ class AlbumDetailsActivity : AbsSlidingMusicPanelActivity(), AlbumDetailsView { override fun moreAlbums(albums: ArrayList) { moreTitle.show() moreRecyclerView.show() - moreTitle.text = String.format("More from %s", album.artistName) + moreTitle.text = String.format(getString(R.string.label_more_from), album.artistName) val albumAdapter = HorizontalAlbumAdapter(this, albums, false, null) moreRecyclerView.layoutManager = GridLayoutManager(this, 1, GridLayoutManager.HORIZONTAL, false) diff --git a/app/src/main/res/color/text_field_background.xml b/app/src/main/res/color/text_field_background.xml deleted file mode 100644 index 9089c1a7..00000000 --- a/app/src/main/res/color/text_field_background.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable-xxxhdpi/np_classic.webp b/app/src/main/res/drawable-xxxhdpi/np_classic.webp deleted file mode 100644 index c1587c56..00000000 Binary files a/app/src/main/res/drawable-xxxhdpi/np_classic.webp and /dev/null differ diff --git a/app/src/main/res/drawable-xxxhdpi/np_slide.webp b/app/src/main/res/drawable-xxxhdpi/np_slide.webp deleted file mode 100644 index fd317077..00000000 Binary files a/app/src/main/res/drawable-xxxhdpi/np_slide.webp and /dev/null differ diff --git a/app/src/main/res/drawable/background_image.xml b/app/src/main/res/drawable/background_image.xml deleted file mode 100644 index 3e55dfa0..00000000 --- a/app/src/main/res/drawable/background_image.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/flat_shadow_thumb.xml b/app/src/main/res/drawable/flat_shadow_thumb.xml deleted file mode 100644 index 377369b2..00000000 --- a/app/src/main/res/drawable/flat_shadow_thumb.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_discord_white_24dp.xml b/app/src/main/res/drawable/ic_discord_white_24dp.xml deleted file mode 100644 index 807fe077..00000000 --- a/app/src/main/res/drawable/ic_discord_white_24dp.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_format_color_fill.xml b/app/src/main/res/drawable/ic_format_color_fill.xml deleted file mode 100644 index ead2a834..00000000 --- a/app/src/main/res/drawable/ic_format_color_fill.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_person_white_24dp.xml b/app/src/main/res/drawable/ic_person_white_24dp.xml deleted file mode 100644 index f8a999aa..00000000 --- a/app/src/main/res/drawable/ic_person_white_24dp.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_search_white_24dp.xml b/app/src/main/res/drawable/ic_search_white_24dp.xml deleted file mode 100644 index a035c8c5..00000000 --- a/app/src/main/res/drawable/ic_search_white_24dp.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_text_fields_black_24dp.xml b/app/src/main/res/drawable/ic_text_fields_black_24dp.xml deleted file mode 100644 index 51bf61f1..00000000 --- a/app/src/main/res/drawable/ic_text_fields_black_24dp.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/app/src/main/res/drawable/ic_time_lapse_white_24dp.xml b/app/src/main/res/drawable/ic_time_lapse_white_24dp.xml deleted file mode 100644 index 33025b21..00000000 --- a/app/src/main/res/drawable/ic_time_lapse_white_24dp.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_timer_white_24dp.xml b/app/src/main/res/drawable/ic_timer_white_24dp.xml deleted file mode 100644 index 53eef814..00000000 --- a/app/src/main/res/drawable/ic_timer_white_24dp.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/material_design_outline.xml b/app/src/main/res/drawable/material_design_outline.xml deleted file mode 100644 index 3eb8f3d7..00000000 --- a/app/src/main/res/drawable/material_design_outline.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/navigation_item_background.xml b/app/src/main/res/drawable/navigation_item_background.xml deleted file mode 100644 index a545ab6e..00000000 --- a/app/src/main/res/drawable/navigation_item_background.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/navigation_item_checked.xml b/app/src/main/res/drawable/navigation_item_checked.xml deleted file mode 100644 index 8efba42f..00000000 --- a/app/src/main/res/drawable/navigation_item_checked.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable/play_icon.png b/app/src/main/res/drawable/play_icon.png deleted file mode 100644 index b8b879c6..00000000 Binary files a/app/src/main/res/drawable/play_icon.png and /dev/null differ diff --git a/app/src/main/res/layout/activity_equalizer.xml b/app/src/main/res/layout/activity_equalizer.xml deleted file mode 100644 index bec891ad..00000000 --- a/app/src/main/res/layout/activity_equalizer.xml +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/app_rating.xml b/app/src/main/res/layout/app_rating.xml deleted file mode 100644 index 5bdcd9d1..00000000 --- a/app/src/main/res/layout/app_rating.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/dialog_add_to_playlist.xml b/app/src/main/res/layout/dialog_add_to_playlist.xml deleted file mode 100644 index 11174b32..00000000 --- a/app/src/main/res/layout/dialog_add_to_playlist.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/dialog_changelog.xml b/app/src/main/res/layout/dialog_changelog.xml deleted file mode 100644 index 6cad1730..00000000 --- a/app/src/main/res/layout/dialog_changelog.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/src/main/res/layout/dialog_promotional_offer.xml b/app/src/main/res/layout/dialog_promotional_offer.xml deleted file mode 100644 index 2f953757..00000000 --- a/app/src/main/res/layout/dialog_promotional_offer.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/item_collage.xml b/app/src/main/res/layout/item_collage.xml deleted file mode 100644 index caf0760f..00000000 --- a/app/src/main/res/layout/item_collage.xml +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/layout_notification_collapsed.xml b/app/src/main/res/layout/layout_notification_collapsed.xml index 87a7ad54..619a069c 100644 --- a/app/src/main/res/layout/layout_notification_collapsed.xml +++ b/app/src/main/res/layout/layout_notification_collapsed.xml @@ -86,6 +86,7 @@ android:ellipsize="end" android:lines="1" android:singleLine="true" + android:textAppearance="@style/Theme.RetroMusic.Notification" android:textStyle="bold" tools:text="@tools:sample/lorem/random" /> @@ -96,6 +97,7 @@ android:ellipsize="end" android:lines="1" android:singleLine="true" + android:textAppearance="@style/Theme.RetroMusic.Notification.Title" tools:text="@tools:sample/lorem/random" /> @@ -111,41 +113,46 @@ android:layout_marginEnd="48dp" android:orientation="horizontal"> - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/layout_notification_expanded.xml b/app/src/main/res/layout/layout_notification_expanded.xml index bd8de1fd..79d18062 100644 --- a/app/src/main/res/layout/layout_notification_expanded.xml +++ b/app/src/main/res/layout/layout_notification_expanded.xml @@ -79,6 +79,7 @@ android:paddingStart="16dp" android:paddingEnd="0dp" android:singleLine="true" + android:textAppearance="@style/Theme.RetroMusic.Notification" android:textStyle="bold" tools:text="@tools:sample/lorem/random" /> @@ -91,6 +92,7 @@ android:paddingStart="16dp" android:paddingEnd="0dp" android:singleLine="true" + android:textAppearance="@style/Theme.RetroMusic.Notification.Title" tools:text="@tools:sample/lorem/random" /> - - - - diff --git a/app/src/main/res/layout/notification.xml b/app/src/main/res/layout/notification.xml deleted file mode 100644 index cdc4f997..00000000 --- a/app/src/main/res/layout/notification.xml +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/notification_big.xml b/app/src/main/res/layout/notification_big.xml deleted file mode 100644 index 9ed51a13..00000000 --- a/app/src/main/res/layout/notification_big.xml +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/retro_seekbar.xml b/app/src/main/res/layout/retro_seekbar.xml deleted file mode 100644 index f8e78215..00000000 --- a/app/src/main/res/layout/retro_seekbar.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/menu/menu_expanded_controller.xml b/app/src/main/res/menu/menu_expanded_controller.xml deleted file mode 100644 index b38fb6c1..00000000 --- a/app/src/main/res/menu/menu_expanded_controller.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_background.png b/app/src/main/res/mipmap-hdpi/ic_launcher_background.png deleted file mode 100644 index 8538bed3..00000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_background.png and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_background.png b/app/src/main/res/mipmap-mdpi/ic_launcher_background.png deleted file mode 100644 index a92ccfaf..00000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_background.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png deleted file mode 100644 index 3ba37c9e..00000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png deleted file mode 100644 index 07f6de5a..00000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png deleted file mode 100644 index 5ae3008f..00000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png and /dev/null differ diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index f87d9864..392e1d4f 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -31,7 +31,6 @@ اعادة تسمية حفظ قائمة التشغيل الحالية فحص - مسار الفحص بحث تعيين تشغيل @@ -97,7 +96,6 @@ https://play.google.com/store/apps/details?id=%s اغلاق لون لون - مضيء ومظلم(اختباري) الوان \u0644\u0627\u064a\u0645\u0643\u0646 \u0625\u0646\u0634\u0627\u0621 \u0642\u0627\u0626\u0645\u0629 \u062a\u0634\u063a\u064a\u0644 "\u0644\u0627\u064a\u0645\u0643\u0646 \u062a\u0646\u0632\u064a\u0644 \u063a\u0644\u0627\u0641 \u0627\u0644\u0628\u0648\u0645 \u0645\u062a\u0637\u0627\u0628\u0642." @@ -216,7 +214,6 @@ https://play.google.com/store/apps/details?id=%s الصور شاشة القفل " قوائم التشغيل" - "متاح فقط على لوليبوب" استخدم غلاف ألبوم الأغنية قيد التشغيل حاليًا كخلفية لشاشة القفل خفض مستوى الصوت عند تشغيل صوت نظام أو تلقي إشعارات ظبابية غطاء الألبوم على شاشة القفل . يمكن أن يسبب مشاكل في تطبيقات وويدجت الطرف الثالث @@ -455,16 +452,12 @@ https://play.google.com/store/apps/details?id=%s السمات لتطبيق ريترو ميوزك بتعديل اعدادات الصوت الفريق, الروابط للتواصل اعدادات اختبارية متقدمة - تفعيل - حدد مسبقا - الترقية إلى الإصدار الكامل قائمة تشغيل جديدة إنهاء الأغنية الأخيرة الصورة المتدرجة التكدس مرحبا, - الحصول على الإصدار الكامل تشغيل الآن السمات ، وتأثير التكدس ، وموضوع اللون وأكثر من ذلك .. تشغيل الكل أبدا بتشغيل الموسيقى. diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index 82e18ce0..06d1e683 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -44,7 +44,6 @@ Запази опашката Сканирай - Сканирай директория Търси @@ -432,7 +431,6 @@ Натисни за или плъзни за без прозрачна навигация на екрана с песен Натисни или плъзни - "Наличен единствено в Lollipop." Ефект на валящ сняг diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 670cbab0..f9eb381a 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -184,7 +184,6 @@ Zvuk Obrázky Obrazovka uzamčení - "K dispozici pouze na Lollipop." Používá současný obal alba písní jako tapetu zámku. Oznámení, navigace atd. Blur obal alba na uzamčení obrazovky. Může způsobit problémy s aplikacemi třetích stran a widgety. diff --git a/app/src/main/res/values-de-rDE/strings.xml b/app/src/main/res/values-de-rDE/strings.xml index 897eed6c..bb895880 100644 --- a/app/src/main/res/values-de-rDE/strings.xml +++ b/app/src/main/res/values-de-rDE/strings.xml @@ -49,7 +49,6 @@ Warteschleife abspeichern Scannen - Verzeichnis scannen Suchen @@ -214,8 +213,6 @@ Ziemlich Dunkel - Tag-Nacht - Kein Songtext Wiedergabeliste löschen @@ -422,8 +419,6 @@ Passe den Abspielbildschirm an Mehr als 10 Abspiel-Themes - An - Nur über WLAN Erweiterte Testfunktionen @@ -488,8 +483,6 @@ Tippen oder wischen, um den Abspielbildschirm zu öffnen. Ist Wischen aktiv, kann die Navigationsleiste nicht transparent sein. Wischgesten - "Nur auf Lollipop verfügbar." - Schneefall-Effekt Nutzt das Albumcover des derzeitigen Songs als Sperrbildschirmhintergrund. @@ -555,8 +548,6 @@ Lautstärkesteuerung Nutzerinfo - Premium kaufen - Primärfarbe Die Primärfarbe, standardmäßig blau/grau, funktioniert nun auch mit dunklen Farben @@ -638,8 +629,6 @@ Banner-Foto auswählen - Wähle eine Voreinstellung - Ausgewähltes beschriftet Crashlogs senden @@ -755,8 +744,6 @@ Aktualisieren... - Upgrade auf Premium - Benutzername Version diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index b132edca..45bad171 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -269,8 +269,6 @@ Sperrbildschirm Playlist - "Nur unter Android Lollipop verfügbar." - Aktuelles Album-Cover als Sperrbildschrim verwenden. Benachrichtigungen, Benachrichtigung etc. Verunschärft das Album-Cover des Sperrbildschirm. Kann Probleme mit anderen Apps und Widgets verursachen. diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index a4e5439f..76d00a4d 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -277,7 +277,6 @@ Οθόνη Κλειδώματος Playlists - "Διαθέσιμο μόνο στο Android Lollipop." Χρησιμοποιεί το εξώφυλλο του τρέχων κομματιού ως φόντο οθόνης κλειδώματος. Ειδοποιήσεις, πλοήγηση, κλπ. diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index 8c9d90a3..df981f63 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -49,7 +49,6 @@ Guardar cola de reproducción Escanear - Escanear directorio Buscar @@ -214,8 +213,6 @@ Algo oscuro - Día Noche (alpha) - No hay letras Eliminar lista de reproducción @@ -486,8 +483,6 @@ Toca para abrir con o desliza sin la barra de navegación transparente de la pantalla de reproducción Hacer clic o deslizar - "Sólo disponible en Lollipop." - Efecto de caída de nieve Utiliza la portada del álbum de la canción que se está reproduciendo como fondo de la pantalla de bloqueo @@ -553,8 +548,6 @@ Controles de volumen Información del usuario - Obtener premium - Color primario El color de tema primario, azul grisáceo por defecto, por ahora funciona con colores oscuros @@ -636,8 +629,6 @@ Elegir una foto de portada - Seleccionar preset - Seleccionado Enviar registro de depuración @@ -753,8 +744,6 @@ Actualizando... - Mejorado a premium - Nombre de Usuario Versión diff --git a/app/src/main/res/values-es-rUS/strings.xml b/app/src/main/res/values-es-rUS/strings.xml index e2fb3e3e..99e34189 100644 --- a/app/src/main/res/values-es-rUS/strings.xml +++ b/app/src/main/res/values-es-rUS/strings.xml @@ -44,7 +44,6 @@ Guardar cola de reproducción Escanear - Escanear directorio Buscar @@ -432,8 +431,6 @@ Click para abrir con o sin navegación transparente de la pantalla de reproducción actual Hacer Clic o Deslizar - "Sólo disponible en Lollipop" - Efecto \"Snow Fall\" Utiliza la portada del álbum de la canción que se reproduce como fondo de pantalla de bloqueo diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 7c663277..534819c7 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -46,7 +46,6 @@ Guardar lista de reproducción Escanear - Escanear directorio Buscar @@ -432,7 +431,6 @@ Toca para abrir con o desliza sin la barra de navegación transparente de la pantalla de reproducción Toca o desliza - "Solo disponible en Lollipop." Efecto de nevada diff --git a/app/src/main/res/values-eu-rES/strings.xml b/app/src/main/res/values-eu-rES/strings.xml index 4e8836dd..7c05123f 100644 --- a/app/src/main/res/values-eu-rES/strings.xml +++ b/app/src/main/res/values-eu-rES/strings.xml @@ -44,7 +44,6 @@ Erreprodukzio ilara gorde Eskaneatu - Direktorioa eskaneatu Bilatu @@ -430,8 +429,6 @@ Orain erreproduzitzen pantailaren nabigazio gardena irekitzeko klikatu, irristatu gardentasunik gabeko nabigaziorako Klikatu edo irristatu - "Lollipop-en bakarrik eskuragarri" - Elur efektua Erabili erreproduzitzen ari den abestiaren azala blokeo-pantailako horma-paper gisa diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index dab6baf7..bd9d948e 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -49,7 +49,6 @@ Enregistrer la file d\'attente Scanner - Scanner le dossier Rechercher @@ -214,8 +213,6 @@ Plutôt Sombre - De Nuit par jour(alpha) - Pas de Paroles Supprimer la liste de lecture @@ -422,8 +419,6 @@ Personnaliser l\'écran de lecture 9+ thèmes d\'écran de lecture en cours - Sur - Uniquement via Wi-Fi Fonctions de test avancées @@ -488,8 +483,6 @@ Cliquez pour ouvrir avec ou glisser à sans navigation transparente de l\'écran de lecture Cliquez ou balayez - "Seulement disponible sur Lollipop." - Effet chute de neige Utiliser la couverture d\'album de la piste en cours de lecture comme fond sur l\'écran de verrouillage @@ -555,8 +548,6 @@ Contrôles de volume Informations utilisateur - Obtenir La Prime - Couleur primaire La couleur de thème primaire, par défaut bleu-gris, fonctionne maintenant avec les couleurs sombres @@ -638,8 +629,6 @@ Choisir la bannière photo - Sélection préréglage - Sélectionné Envoyer le journal du crash @@ -755,8 +744,6 @@ Mise à jour... - Mise à niveau vers premium - Nom d\'utilisateur version diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 4b21024a..4f6d4ce9 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -44,7 +44,6 @@ Spremi red reproduciranja Skeniraj - Skeniraj direktorij Traži @@ -434,8 +433,6 @@ Dodirnite za otvaranje ili klizanje bez prozirne navigacije zaslona za reprodukciju Klik ili klizanje - "Dostupno samo na Lollipop-u." - Efekt padanja snijega Koristite omot albuma trenutne pjesme kao pozadinu zaključanog zaslona. diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 919ba048..f1e7fa57 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -44,7 +44,6 @@ Lejátszási sor mentése Letapogatás - Szkennelési könyvtár Keresés @@ -389,8 +388,6 @@ Vedd figyelembe hogy ha bekapcsolod ezt gyorsabban fog merülni a telefonod. Tartsa bekapcsolva a képernyőt - "Csak a Lollipopon elérhető." - A jelenlegi zeneszámok albumborítóját zárolt háttérképként használja. Értesítések, navigáció stb. Blokkolja az album borítóját a zárolás képernyőjén. Problémákat okozhat harmadik féltől származó alkalmazásokkal és kütyükkel. diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-id/strings.xml index 2384cd20..3047bbf2 100644 --- a/app/src/main/res/values-id/strings.xml +++ b/app/src/main/res/values-id/strings.xml @@ -48,7 +48,6 @@ Simpan antrean pemutar Pindai - Pindai direktori Cari @@ -476,7 +475,6 @@ anda dapat berdonasi disini Klik atau geser untuk membuka layar sedang diputar Klik atau geser - "Hanya tersedia di Lollipop" Efek salju jatuh @@ -622,8 +620,6 @@ anda dapat berdonasi disini Pilih foto banner - Pilih Preset - Terpilih Kirim catatan kerusakan diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml index 77ca8fd0..c2c1c962 100644 --- a/app/src/main/res/values-in/strings.xml +++ b/app/src/main/res/values-in/strings.xml @@ -204,8 +204,6 @@ Gambar Layarkunci - "Hanya tersedia pada Lollipop." - Menggunakan gambar album sebagai latar layarkunci. Pemberitahuan, navigasi, dll. Kaburkan gambar album pada layarkunci. Dapat menyebabkan masalah pada apl pihak ketiga dan widget. diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index d9c2737a..ad5361cc 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -49,7 +49,6 @@ Salva coda Scansiona - Scansiona cartella Cerca @@ -214,8 +213,6 @@ Tipo buio - Chiaro Scuro (alpha) - Nessun testo Elimina playlist @@ -422,8 +419,6 @@ Personalizza la schermata riproduzione Più di 9 schermate di riproduzione - Acceso - Solo tramite Wi-fi Funzionalità avanzate @@ -488,8 +483,6 @@ Premi per aprire o scorri nella schermata di riproduzione Premi o scorri - "Disponibile solo con Lollipop" - Effetto neve Imposta la copertina del brano riprodotto come sfondo del blocco schermo @@ -555,8 +548,6 @@ Controlli volume Info utente - Ottieni premium - Colore primario Il colore primario del tema, blu-grigio di default, per ora funziona con colori scuri @@ -638,8 +629,6 @@ Seleziona la foto del banner - Seleziona preimpostato - Selezionato Invia registro errori @@ -755,8 +744,6 @@ Aggiornamento... - Passa a premium - Nome utente Versione diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index c681223b..2a185e6e 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -46,7 +46,6 @@ 再生キューを保存 スキャン - ディレクトリをスキャン 検索 @@ -466,8 +465,6 @@ 現在再生中の画面に移動せずに、クリックまたはスライドして開く クリックもしくはスライド - "Lollipop バージョンでのみ利用できます" - スノーフォールエフェクト 再生中のジャケットをロック画面の壁紙に適用する diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index a52f7d3b..651a09ee 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -310,8 +310,6 @@ 잠금 화면 재생목록 - "안드로이드 롤리팝에서만 사용할 수 있습니다." - 현재 재생 중인 노래의 앨범 커버를 잠금 화면 배경화면으로 사용합니다. 알림, 탐색 등 잠금 화면의 앨범 커버에 흐림 효과를 적용합니다. 서드 파티 앱 및 위젯에서 문제가 생길 수 있습니다. diff --git a/app/src/main/res/values-land/dimens.xml b/app/src/main/res/values-land/dimens.xml index 6c3a3c44..489db133 100644 --- a/app/src/main/res/values-land/dimens.xml +++ b/app/src/main/res/values-land/dimens.xml @@ -1,6 +1,4 @@ - 52dp 52dp - 52dp \ No newline at end of file diff --git a/app/src/main/res/values-land/integers.xml b/app/src/main/res/values-land/integers.xml index e6db0711..a6b3daec 100644 --- a/app/src/main/res/values-land/integers.xml +++ b/app/src/main/res/values-land/integers.xml @@ -1,4 +1,2 @@ - - 96 - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/values-ms/strings.xml b/app/src/main/res/values-ms/strings.xml index abc6ddae..ffdaaead 100644 --- a/app/src/main/res/values-ms/strings.xml +++ b/app/src/main/res/values-ms/strings.xml @@ -280,7 +280,6 @@ Skrin kunci Senarai main - "Hanya tersedia pada Lollipop." Menggunakan kulit album lagu semasa sebagai hias latar skrin kunci Pemberitahuan, pandu arah dan lain-lain. diff --git a/app/src/main/res/values-night/is_dark_mode.xml b/app/src/main/res/values-night/is_dark_mode.xml deleted file mode 100644 index 584f8e3f..00000000 --- a/app/src/main/res/values-night/is_dark_mode.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - true - \ No newline at end of file diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index c76ed717..28348d25 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -265,8 +265,6 @@ Vergrendelscherm Afspeellijsten - "Alleen beschikbaar op Lollipop" - Gebruik de huidige cover als vergrendelscherm achtergrond. Notificaties, bediening etc. Vervaagt de album cover op het vergrendelscherm. Kan problemen veroorzaken met apps van derde en widgets/ diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 15ac130e..8fdbf7e5 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -49,7 +49,6 @@ Zapisz kolejkę Skanuj - Przeszukaj katalog Szukaj @@ -418,8 +417,6 @@ Dostosuj panel aktualnie odtwarzanych 9+ motywów Teraz odtwarzane - Włącz - Tylko przez Wi-Fi Zaawansowane funkcje eksperymentalne @@ -484,7 +481,6 @@ Kliknij aby otworzyć z lub przesunąć do przezroczystej nawigacji ekranu teraz odtwarzane Kliknij albo przesuń - "Dostępne tylko na Androidzie Lolipop" Efekt spadającego śniegu @@ -551,8 +547,6 @@ Sterowanie głośnością Informacje użytkownika - Kup Premium - Kolor podstawowy Główny kolor motywu, domyślnie niebieski, działa teraz z ciemnymi kolorami @@ -634,8 +628,6 @@ Wybierz zdjęcie banera - Wybierz zdefiniowane - Zaznaczone Zgłoś awarię @@ -751,8 +743,6 @@ Aktualizowanie... - Sięgnij po wersję Premium - Nazwa użytkownika Wersja diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 956aacf4..893d1c14 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -49,7 +49,6 @@ Salvar fila de reprodução Escanear - Escanear diretório Pesquisar @@ -214,8 +213,6 @@ Meio escuro - Day Night(alpha) - Sem letras Excluir playlist @@ -422,8 +419,6 @@ Personalizar tela de reprodução Incríveis 9 temas para a interface do reprodutor - Ligado - Apenas com Wi-Fi Recursos avançados em teste @@ -488,8 +483,6 @@ Clique para abrir ou deslizar sem a navegação transparente da tela que está sendo reproduzida agora Clique ou deslize - "Disponível apenas no Android Lollipop" - Efeito de neve caindo Usar a capa do álbum da música em reprodução como papel de parede na tela de bloqueio @@ -555,8 +548,6 @@ Controles do volume Informação do usuário - Obtenha o Premium - Cor primária A cor principal do tema por padrão é cinza azulado, por enquanto funciona com cores escuras @@ -638,8 +629,6 @@ Selecione a foto do mural - Selecionar predefinição - Selecionado Enviar log de falha @@ -756,8 +745,6 @@ Atualizando... - Atualize para o premium - Nome de usuário Versão diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index e57513c2..ee2ac001 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -310,8 +310,6 @@ Ecran de blocare Playlist-uri - "Valabil doar pe Lollipop" - Folosește coperta de album curentă ca imagine de fundal pe ecranul de blocare. Notificațiile, navigarea etc. Spălăcește coperta de album pe ecranul de blocare. Poate cauza probleme cu alte aplcicatii sau widget-uri. diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 4f2d6236..d7c0bab3 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -49,7 +49,6 @@ Сохранить очередь воспроизведения Сканировать - Сканирование каталога Поиск @@ -474,8 +473,6 @@ Нажмите, чтобы открыть экран воспроизведения с прозрачной навигации или проведите чтобы открыть без прозрачной навигации Нажмите или Проведите - "Доступно только на Lollipop." - Эффект снегопада Использовать обложку альбома текущей песни в качестве обоев на экране блокировки. diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index c762a3cd..dabfcc26 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -276,8 +276,6 @@ Zakljucan ekran Plejliste - "Dostupno samo na Android Lollipop-u" - Koristi omot albuma kao pozadinu kada se reprodukuje muzika Obavestenja, navigacija itd. Zamuti omot albuma na zakljucanom ekranu. (moze izazvati probleme sa drugim aplikacijama i vidzetima) diff --git a/app/src/main/res/values-sw600dp-land/dimens.xml b/app/src/main/res/values-sw600dp-land/dimens.xml deleted file mode 100644 index 507db6dc..00000000 --- a/app/src/main/res/values-sw600dp-land/dimens.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - 128dp - \ No newline at end of file diff --git a/app/src/main/res/values-sw600dp/dimens.xml b/app/src/main/res/values-sw600dp/dimens.xml deleted file mode 100644 index 4900bde3..00000000 --- a/app/src/main/res/values-sw600dp/dimens.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - 600dp - 32dp - \ No newline at end of file diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index b19033d2..bd920f5b 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -49,7 +49,6 @@ Oynatma kuyruğunu kaydet Tara - Tarama rehberi Ara @@ -214,8 +213,6 @@ Koyu - Gündüz Gece (alpha) - Şarkı sözü yok Çalma listesini sil @@ -422,8 +419,6 @@ Şimdi oynatılıyor ekranını özelleştirin 9+ şimdi oynatılıyor temaları - Açık - Sadece Wi-Fi ile Gelişmiş test özellikleri @@ -488,8 +483,6 @@ Çalmakta olan ekrana şeffaf gezinme olmadan açmak veya kaydırmak için tıklayın Tıkla veya Kaydır - "Sadece Lollipop'da kullanılabilir." - Kar yağışı efekti Çalmakta olan şarkı albüm kapağını kilit ekranı duvar kağıdı olarak kullanın @@ -555,8 +548,6 @@ Ses kontrolleri Kullanıcı bilgisi - Premium\'u al - Ana renk Ana tema rengi, varsayılanı mavi griye, şimdilik koyu renklerle çalışıyor @@ -638,8 +629,6 @@ Afiş fotoğrafını seçin - Ön ayar seç - Seçilmiş Çökme raporu gönder @@ -756,8 +745,6 @@ Güncelleniyor ... - Premium\'a yükselt - Kullanıcı Adı Sürüm diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 5941de59..4b2768e1 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -49,7 +49,6 @@ Lưu hàng đợi phát Quét - Quét thư mục Tìm kiếm @@ -481,8 +480,6 @@ tiếp tục xảy ra hãy \"Xóa dữ liệu ứng dụng\" Nhấp hoặc trượt để mở mà không cần điều hướng của màn hình đang phát Nhấp hoặc Trượt - "Chỉ có trên phiên bản Lollipop" - Hiệu ứng tuyết rơi Sử dụng ảnh bìa album bài hát đang phát làm ảnh nền màn hình khóa. @@ -548,8 +545,6 @@ tiếp tục xảy ra hãy \"Xóa dữ liệu ứng dụng\" Điều khiển âm lượng Thông tin người dùng - Nâng cấp Premium - Màu chủ đạo Màu sắc chủ đạo, mặc định là màu xanh xám, bây giờ hoạt động với màu tối @@ -629,8 +624,6 @@ tiếp tục xảy ra hãy \"Xóa dữ liệu ứng dụng\" Chọn ảnh biểu ngữ - Chọn Preset - Đã chọn Gửi bản ghi lỗi @@ -744,8 +737,6 @@ tiếp tục xảy ra hãy \"Xóa dữ liệu ứng dụng\" Đang cập nhật... - Nâng cấp lên Premium - Tên người dùng Phiên bản diff --git a/app/src/main/res/values-xlarge/dimens.xml b/app/src/main/res/values-xlarge/dimens.xml index cecf6e52..0e0dab15 100644 --- a/app/src/main/res/values-xlarge/dimens.xml +++ b/app/src/main/res/values-xlarge/dimens.xml @@ -5,5 +5,4 @@ 64dp 16dp 72dp - 128dp diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index f4618170..6f817ecc 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -1,5 +1,5 @@ - + 团队,社交链接 主题色 @@ -46,7 +46,6 @@ 保存播放队列 扫描 - 目录扫描 搜索 @@ -73,7 +72,7 @@ 添加歌词 - 添加\n头像 + 添加\n头像 "添加到播放列表" @@ -116,9 +115,9 @@ 自动 - 基础颜色主题 + 基础颜色主题 - 低音增强 + 低音增强 个性签名 @@ -144,7 +143,7 @@ 请输入问题标题 请输入您有效的 GitHub 用户名 出错了,如一直崩溃请尝试清除应用数据或发送邮件给开发者 - 提交此报告 + 提交此报告 使用 GitHub 帐户发送 取消 @@ -157,13 +156,13 @@ 卡片 - 圆盘传送带 + 圆盘传送带 在播放界面使用轮播效果 层叠 - 投射 + 投射 更新日志 @@ -171,7 +170,7 @@ 圆形 - 古典 + 古典 清空 @@ -188,7 +187,7 @@ 颜色 - 颜色 + 颜色 更多颜色 @@ -211,7 +210,7 @@ 暗夜黑 - 暂无歌词 + 暂无歌词 删除播放列表 %1$s 吗?]]> @@ -247,7 +246,7 @@ 编辑 - 编辑专辑封面 + 编辑专辑封面 空空如也 @@ -280,7 +279,7 @@ 在GitHub上克隆项目 - 加入Google+社区获得帮助或者更新信息 + 加入Google+社区获得帮助或者更新信息 1 2 @@ -325,7 +324,7 @@ 最后一首 - 来点音乐吧! + 来点音乐吧! 音乐库 @@ -426,7 +425,7 @@ 从本地选取 - 选择图片 + 选择图片 Pinterest 在 Pintrest 页面关注 Retro Music 的设计灵感 @@ -444,7 +443,7 @@ 播放列表 - 专辑详细风格 + 专辑详细风格 应用于模糊主题,数值越低加载越快 模糊值 @@ -462,12 +461,11 @@ 请注意,启用此功能可能会降低电池续航时间 保持屏幕常亮 - 点击打开或者滑动到非正在播放界面的透明导航栏 - 单击或划动 + 点击打开或者滑动到非正在播放界面的透明导航栏 + 单击或划动 - "仅在Android 5.x(Lollipop)上可用" - 降雪效果 + 降雪效果 将正在播放的歌曲专辑封面设置为锁屏壁纸 系统音响起或消息提醒时降低音量 @@ -479,19 +477,19 @@ 使用经典通知栏设计 背景色以及控件色跟随正在播放界面的专辑封面变化 将快捷方式颜色更改为强调色,每次颜色更改后需要切换一下该设置才能生效 - 修改导航栏颜色为主调色 + 修改导航栏颜色为主调色 "\u4ee5\u5c01\u9762\u7684\u4e3b\u8272\u8c03\u914d\u7f6e\u901a\u77e5\u680f\u989c\u8272" 从专辑封面或艺术家图中选取主色调 给迷你播放器添加额外控件 "在一些设备上可能会播放异常" - 切换流派标签 + 切换流派标签 切换主页横幅样式 可以提高封面质量,但加载时间较慢 (建议只在不满意图片分辨率过低时开启) 使用Retro Music的自定义锁屏 开源许可详情 使应用边角圆滑 - 切换底部导航栏的标签标题 + 切换底部导航栏的标签标题 沉浸式 检测到耳机后自动播放 播放新列表时关闭随机播放 @@ -507,20 +505,20 @@ 自动下载艺术家图片 黑名单 模糊专辑封面 - 选择均衡器 + 选择均衡器 经典通知栏设计 自适应颜色 带颜色的通知栏 额外控件 无间隙连续播放 应用主题 - 显示流派标签 + 显示流派标签 主页艺术家网格 主页横幅 忽略多媒体商店封面 上次添加播放列表到现在的间隔 全屏控件 - 带颜色的导航栏 + 带颜色的导航栏 播放主题 开源许可 边角 @@ -528,20 +526,20 @@ 轮播效果 主色调 全屏应用 - 标签标题 + 标签标题 音频播放 随机播放 音量控件 - 用户信息 + 用户信息 - 主颜色 - 默认蓝灰色为主要颜色,目前使用深色 + 主颜色 + 默认蓝灰色为主要颜色,目前使用深色 个人概况 购买 - *购买前请先考虑,不要征询退款。 + *购买前请先考虑,不要征询退款。 队列 @@ -585,7 +583,7 @@ 恢复购买中 ... - Retro Music 均衡器 + Retro Music 均衡器 Retro Music高级版 @@ -630,9 +628,9 @@ 睡眠定时已取消 睡眠定时器设置为%d分钟。 - 滑动 + 滑动 - 小专辑 + 小专辑 社交 @@ -655,9 +653,9 @@ 搜索媒体库 - 建议 + 建议 - 仅仅在主页上显示你的名字 + 仅仅在主页上显示你的名字 支持开发者 @@ -665,7 +663,7 @@ 滚动歌词 - 系统均衡器 + 系统均衡器 Telegram @@ -685,15 +683,15 @@ 标题 - 仪表盘 + 仪表盘 - 下午好 - 美好的一天 - 傍晚好 - 早上好 - 晚上好 + 下午好 + 美好的一天 + 傍晚好 + 早上好 + 晚上好 - 你的名字是什么 + 你的名字是什么 今日 @@ -728,7 +726,7 @@ 垂直滚动 - 虚拟器 + 虚拟器 网络搜索 diff --git a/app/src/main/res/values-zh-rHK/strings.xml b/app/src/main/res/values-zh-rHK/strings.xml index 9cebc4a8..adeb57cf 100644 --- a/app/src/main/res/values-zh-rHK/strings.xml +++ b/app/src/main/res/values-zh-rHK/strings.xml @@ -49,7 +49,6 @@ 儲存播放清單 掃描 - 掃描資料夾 搜尋 @@ -214,8 +213,6 @@ 暗黑 - 夜間模式(Alpha) - 沒有歌詞 移除播放清單 @@ -422,8 +419,6 @@ 個人化現在播放界面 9+ 現在播放介面主題 - 開啟 - 僅透過Wi-Fi 進階測試功能 @@ -488,8 +483,6 @@ 點擊或滑動開啟無透明現在播放導航欄 點擊或滑動 - "只適合於Lollipop。" - 雪花效果 使用現在播放歌曲的專輯圖片來用作鎖定畫面背景圖片 @@ -555,8 +548,6 @@ 音量控制 使用者資料 - 獲得Premium - 原色 主原色預設為灰藍色,現在適用於深色色彩 @@ -638,8 +629,6 @@ 選擇橫幅圖片 - 選擇預定設置 - 已選 傳送報告 @@ -755,8 +744,6 @@ 更新中... - 升級至Premium - 用戶名稱 版本 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index a9909f8f..fcb8c208 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -233,8 +233,6 @@ 圖片 鎖定螢幕 - "只適用於 Lollipop。" - 將播放中歌曲的專輯封面設為鎖定螢幕背景。 通知鈴聲、導航語音等。 在鎖定畫面上模糊化專輯圖片。第三方程式和小工具可能不正常運作。 diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index a628637b..15178800 100755 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -102,9 +102,6 @@ never - - @layout/activity_album - @string/today @@ -174,29 +171,9 @@ https://cdn.techjuice.pk/wp-content/uploads/2016/07/1.png - - @string/system_equalizer - @string/retro_equalizer - - - - system - retro - - - - @string/normal - @string/small - @layout/activity_album - - 0 - 1 - - - \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index fda58cdb..d1335b93 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -9,8 +9,6 @@ #121212 #2C2D30 #121212 - #1E1E1E - #000000 #FFFFFF #202020 diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 66325418..42c15480 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -2,7 +2,6 @@ 0dp 4dp - 16dp 2dp @@ -11,30 +10,12 @@ 48dp - 5dp - 4dp - 16dp - - - 20sp - 112dp - - - - - 8dp 48dp - - - 96dp 96dp 250dp @@ -50,24 +31,18 @@ http://developer.android.com/guide/topics/appwidgets/index.html#CreatingLayout 56dp 250dp - 64dp 128dp 2dp 12dp 32dp - 0dp - 0dp 104dp 30dp - 56dp - 4dp 8dp 48dp 0dp 52dp 10dp 4dp - 8dp 14dp diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 37ac3ee4..d83ae81b 100755 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -11,9 +11,7 @@ Retro Music - Google Plus GitHub - Social Buttons @string/last_added diff --git a/app/src/main/res/values/integers.xml b/app/src/main/res/values/integers.xml index 5f560a32..3402473b 100644 --- a/app/src/main/res/values/integers.xml +++ b/app/src/main/res/values/integers.xml @@ -12,5 +12,4 @@ 6 200 - 240 \ No newline at end of file diff --git a/app/src/main/res/values/is_dark_mode.xml b/app/src/main/res/values/is_dark_mode.xml deleted file mode 100644 index ef08b381..00000000 --- a/app/src/main/res/values/is_dark_mode.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - false - \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a0710b71..c4715a46 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -35,7 +35,6 @@ Rename Save playing queue Scan - Scan directory Search Start Set as ringtone @@ -66,7 +65,6 @@ The title or artist is empty. Albums - Albums Always @@ -84,7 +82,6 @@ Artist Artists - Artists Audio focus denied. Change the sound settings and adjust the equalizer controls @@ -177,8 +174,6 @@ Kinda Dark - Day Night(alpha) - No Lyrics Delete playlist @@ -248,7 +243,6 @@ Genre Genres - Genres Fork the project on GitHub @@ -267,7 +261,6 @@ Hinge History - History Home @@ -363,8 +356,6 @@ Customize the now playing screen 9+ now playing themes - On - Only on Wi-Fi Advanced testing features @@ -402,7 +393,6 @@ Playlist name Playlists - Playlists Album detail style Amount of blur applied for blur themes, lower is faster @@ -423,7 +413,7 @@ Keep the screen on Click to open with or slide to without transparent navigation of now playing screen Click or Slide - "Only available on Lollipop." + Snow fall effect Use the currently playing song album cover as the lockscreen wallpaper Lower the volume when a system sound is played or a notification is received @@ -489,8 +479,6 @@ Volume controls User info - Get Premium - Primary color The primary theme color, defaults to blue grey, for now works with dark colors @@ -502,7 +490,6 @@ *Think before buying, don\'t ask for refund. Queue - Queue Rate the app Love this app? Let us know in the Google Play Store how we can make it even better @@ -551,8 +538,6 @@ Select your SD card in navigation drawer Do not open any sub-folders Tap \'select\' button at the bottom of the screen - File access required. Pick %s - SD card access required. Please pick root directory of SD card File write failed: %s Save @@ -573,7 +558,6 @@ Select all Select banner photo - Select preset Selected @@ -658,7 +642,6 @@ Top albums Top artists - Top Tracks "Track (2 for track 2 or 3004 for CD3 track 4)" Track number @@ -679,8 +662,6 @@ Updating… - Upgrade to premium - Username Version @@ -709,4 +690,6 @@ You will be forwarded to the issue tracker website. Your account data is only used for authentication. + + More from %s diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 5ba325cd..713d6170 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -48,14 +48,6 @@ 0.0125 - - - - - - - - - - - - - - - - - - - - @@ -213,11 +149,6 @@ @font/circular - - - - - - - - - - - - - - - - - -