Added "special thanks to Aidan Follestad" to the about dialog
This commit is contained in:
parent
e052650602
commit
060c8867ea
3 changed files with 6 additions and 2 deletions
|
|
@ -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))
|
||||
)
|
||||
|
|
|
|||
|
|
@ -2,5 +2,6 @@
|
|||
<resources>
|
||||
<string name="app_name">Phonograph</string>
|
||||
<string name="credits_4">\u0020<a href="http://cookicons.co/">Cookicons</a></string>
|
||||
<string name="credits_2">\u0020<b>Karim Abou Zeid</b>.\n\n<a href="https://plus.google.com/+KarimAbouZeid23697">Google+</a>   <a href="https://twitter.com/karim23697">Twitter</a>\n\n</string>
|
||||
<string name="credits_2">\u0020<b>Karim Abou Zeid</b>.\n<a href="https://plus.google.com/+KarimAbouZeid23697">Google+</a>   <a href="https://twitter.com/karim23697">Twitter</a>\n\n</string>
|
||||
<string name="special_thanks_names">\u0020<a href="https://google.com/+AidanFollestad">Aidan Follestad</a>\n\n</string>
|
||||
</resources>
|
||||
|
|
@ -151,7 +151,7 @@
|
|||
<string name="playlist_name_empty">Playlist name</string>
|
||||
<string name="song">Song</string>
|
||||
<string name="pref_only_lollipop">"Only available on Lollipop."</string>
|
||||
<string name="pref_summary_album_art_on_lockscreen">The album art is shown on the lockscreen. You might have to restart Phonograph in order for changes to take affect.</string>
|
||||
<string name="pref_summary_album_art_on_lockscreen">The album art is shown on the lockscreen.</string>
|
||||
<string name="pref_summary_colored_notification">"The notification is colored with the album cover\'s vibrant color."</string>
|
||||
<string name="pref_summary_gapless_playback">"Eliminates the gap between two songs. This can cause playback issues on some devices."</string>
|
||||
<string name="pref_summary_force_square_album_art">Album art in the now playing view is forced to be squared.</string>
|
||||
|
|
@ -182,4 +182,5 @@
|
|||
<string name="grid">Grid</string>
|
||||
<string name="list">List</string>
|
||||
<string name="colored_footers">Colored footers</string>
|
||||
<string name="special_thanks_to">Special thanks to</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue