From 060c8867ea43dab7f74d4223b377a8abc6859e61 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Mon, 10 Aug 2015 13:39:37 +0200 Subject: [PATCH] Added "special thanks to Aidan Follestad" to the about dialog --- .../java/com/kabouzeid/gramophone/dialogs/AboutDialog.java | 2 ++ app/src/main/res/values/donottranslate.xml | 3 ++- app/src/main/res/values/strings.xml | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/kabouzeid/gramophone/dialogs/AboutDialog.java b/app/src/main/java/com/kabouzeid/gramophone/dialogs/AboutDialog.java index 67fb7b8c..558d0a38 100644 --- a/app/src/main/java/com/kabouzeid/gramophone/dialogs/AboutDialog.java +++ b/app/src/main/java/com/kabouzeid/gramophone/dialogs/AboutDialog.java @@ -33,6 +33,8 @@ public class AboutDialog extends LeakDetectDialogFragment { .iconRes(R.drawable.ic_launcher) .content(TextUtils.concat(getActivity().getResources().getText(R.string.credits_1), getActivity().getResources().getText(R.string.credits_2), + getActivity().getResources().getText(R.string.special_thanks_to), + getActivity().getResources().getText(R.string.special_thanks_names), getActivity().getResources().getText(R.string.credits_3), getActivity().getResources().getText(R.string.credits_4)) ) diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index 49b0eb2a..c61aa37f 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,5 +2,6 @@ Phonograph \u0020Cookicons - \u0020Karim Abou Zeid.\n\nGoogle+   Twitter\n\n + \u0020Karim Abou Zeid.\nGoogle+   Twitter\n\n + \u0020Aidan Follestad\n\n \ 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 66bd7913..40b3e4db 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -151,7 +151,7 @@ Playlist name Song "Only available on Lollipop." - The album art is shown on the lockscreen. You might have to restart Phonograph in order for changes to take affect. + The album art is shown on the lockscreen. "The notification is colored with the album cover\'s vibrant color." "Eliminates the gap between two songs. This can cause playback issues on some devices." Album art in the now playing view is forced to be squared. @@ -182,4 +182,5 @@ Grid List Colored footers + Special thanks to