Implement new feed and subscriptions groups
- Introduce Groupie for easier lists implementations - Use some of the new components of the Android Architecture libraries - Add a bunch of icons for groups, using vectors, which still is compatible with older APIs through the compatibility layer
This commit is contained in:
parent
e8ab5aacc7
commit
20a4bb0936
143 changed files with 4099 additions and 1370 deletions
|
|
@ -36,7 +36,6 @@
|
|||
<string name="tab_bookmarks">Bookmarked Playlists</string>
|
||||
<string name="tab_new">New Tab</string>
|
||||
<string name="tab_choose">Choose Tab</string>
|
||||
<string name="fragment_whats_new">What\'s New</string>
|
||||
<string name="controls_background_title">Background</string>
|
||||
<string name="controls_popup_title">Popup</string>
|
||||
<string name="controls_add_to_playlist_title">Add To</string>
|
||||
|
|
@ -598,4 +597,17 @@
|
|||
<item quantity="one">%s second</item>
|
||||
<item quantity="other">%s seconds</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
|
||||
<!-- Feed -->
|
||||
<string name="fragment_whats_new">What\'s New</string>
|
||||
<string name="feed_whats_new_header_subtitle">Check out your feed groups</string>
|
||||
<string name="feed_last_updated">Last updated: %s</string>
|
||||
<string name="feed_notification_loading">Loading feed…</string>
|
||||
<string name="feed_processing_message">Processing feed…</string>
|
||||
<string name="feed_group_dialog_select_subscriptions">Select subscriptions</string>
|
||||
<string name="feed_group_dialog_selection_count">%d selected</string>
|
||||
<string name="feed_group_dialog_empty_selection">No subscription selected</string>
|
||||
<string name="feed_group_dialog_empty_name">Empty group name</string>
|
||||
<string name="feed_group_dialog_name_input">Name</string>
|
||||
<string name="feed_create_new_group_button_title">New</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue