Added native image loader support for artist images. Automatically recreate activity onrResume when colors changed fixes issues #2 and #39. Also Butterknife should be used now everywhere #40
This commit is contained in:
parent
9c8cba612b
commit
8bdaf08a30
29 changed files with 485 additions and 521 deletions
|
|
@ -66,9 +66,10 @@
|
|||
<string name="added_title_to_playing_queue">"Added 1 title to the playing queue"</string>
|
||||
<string name="added_x_titles_to_playing_queue">Added %1$d titles to the playing queue</string>
|
||||
<string name="action_remove_from_playlist">Remove from playlist</string>
|
||||
<string name="new_playlist_action">New playlist…</string>
|
||||
<string name="action_grid_columns">Grid columns</string>
|
||||
<string name="action_grid_columns_land">Grid columns (Land)</string>
|
||||
<string name="action_view_as">View as</string>
|
||||
<string name="action_view_as_land">View as (Land)</string>
|
||||
<string name="inserted_x_songs_into_playlist">Inserted %1$d songs into this playlist</string>
|
||||
<string name="created_playlist_x">Created playlist %1$s</string>
|
||||
<string name="deleted_playlist_x">Deleted playlist %1$s</string>
|
||||
|
|
@ -90,7 +91,6 @@
|
|||
<string name="delete_playlists_title">Delete Playlists</string>
|
||||
<string name="clear_playlist_title">Clear Playlist</string>
|
||||
<string name="add_playlist_title">"Add to Playlist"</string>
|
||||
<string name="new_playlist_title">New Playlist</string>
|
||||
<string name="delete_warning">"Warning: This operation can not be undone"</string>
|
||||
<string name="action_shuffle_all">Shuffle All</string>
|
||||
<string name="action_shuffle_album">Shuffle Album</string>
|
||||
|
|
@ -180,4 +180,9 @@
|
|||
<string name="cancel_current_timer">Cancel current timer</string>
|
||||
<string name="sleep_timer_canceled">Sleep timer has been canceled</string>
|
||||
<string name="sleep_timer_set">Sleep timer set for %d minutes from now</string>
|
||||
<string name="new_playlist_action">New playlist…</string>
|
||||
<string name="new_playlist_title">New Playlist</string>
|
||||
<string name="grid">Grid</string>
|
||||
<string name="list">List</string>
|
||||
<string name="colored_footers">Colored footers</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue