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 7b9df570..f34cff06 100644 --- a/app/src/main/java/com/kabouzeid/gramophone/dialogs/AboutDialog.java +++ b/app/src/main/java/com/kabouzeid/gramophone/dialogs/AboutDialog.java @@ -32,11 +32,24 @@ public class AboutDialog extends LeakDetectDialogFragment { .title(getActivity().getResources().getString(R.string.app_name) + " " + getCurrentVersionName(getActivity())) .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.karim_abou_zeid), + ".\n", + getActivity().getResources().getText(R.string.karim_abou_zeid_links), + "\n\n", getActivity().getResources().getText(R.string.special_thanks_to), - getActivity().getResources().getText(R.string.special_thanks_names), + " ", + getActivity().getResources().getText(R.string.aidan_follestad), + ".\n\n", getActivity().getResources().getText(R.string.credits_3), - getActivity().getResources().getText(R.string.credits_4)) + " ", + getActivity().getResources().getText(R.string.cookicons), + ".\n\n", + getActivity().getResources().getText(R.string.play_store_illustration_by), + " ", + getActivity().getResources().getText(R.string.maarten_corpel), + "." + ) ) .positiveText(android.R.string.ok) .neutralText(R.string.changelog) diff --git a/app/src/main/res/drawable-hdpi/ic_history_white_24dp.png b/app/src/main/res/drawable-hdpi/ic_history_white_24dp.png new file mode 100644 index 00000000..4b06ddee Binary files /dev/null and b/app/src/main/res/drawable-hdpi/ic_history_white_24dp.png differ diff --git a/app/src/main/res/drawable-mdpi/ic_history_white_24dp.png b/app/src/main/res/drawable-mdpi/ic_history_white_24dp.png new file mode 100644 index 00000000..cdc5ac0a Binary files /dev/null and b/app/src/main/res/drawable-mdpi/ic_history_white_24dp.png differ diff --git a/app/src/main/res/drawable-xhdpi/ic_history_white_24dp.png b/app/src/main/res/drawable-xhdpi/ic_history_white_24dp.png new file mode 100644 index 00000000..edf287c9 Binary files /dev/null and b/app/src/main/res/drawable-xhdpi/ic_history_white_24dp.png differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_history_white_24dp.png b/app/src/main/res/drawable-xxhdpi/ic_history_white_24dp.png new file mode 100644 index 00000000..773917c7 Binary files /dev/null and b/app/src/main/res/drawable-xxhdpi/ic_history_white_24dp.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/ic_history_white_24dp.png b/app/src/main/res/drawable-xxxhdpi/ic_history_white_24dp.png new file mode 100644 index 00000000..68f446bc Binary files /dev/null and b/app/src/main/res/drawable-xxxhdpi/ic_history_white_24dp.png differ diff --git a/app/src/main/res/layout/activity_about.xml b/app/src/main/res/layout/activity_about.xml new file mode 100644 index 00000000..7d8aacaf --- /dev/null +++ b/app/src/main/res/layout/activity_about.xml @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_playlist_detail.xml b/app/src/main/res/layout/activity_playlist_detail.xml index e819800f..75660d50 100644 --- a/app/src/main/res/layout/activity_playlist_detail.xml +++ b/app/src/main/res/layout/activity_playlist_detail.xml @@ -11,6 +11,7 @@ Phonograph - \u0020Cookicons - \u0020Karim Abou Zeid.\nGoogle+   Twitter\n\n - \u0020Aidan Follestad\n\n + Cookicons + Karim Abou Zeid + Google+   Twitter + Aidan Follestad + Maarten Corpel donation_1 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index dd229897..3ba872ae 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -177,4 +177,5 @@ back Support development Thank you! + Play Store illustration by