wordpress-mobile / WordPress-Android

WordPress for Android
http://android.wordpress.org
GNU General Public License v2.0
2.99k stars 1.33k forks source link

Save posts for later - add 'save for later' button for items in the Posts list #7687

Closed malinajirka closed 6 years ago

malinajirka commented 6 years ago

Add a button to each item in the posts list (the button shouldn't be shown for posts without postId/blogId [posts on self-hosted sites without a JetPack plugin]).

Invoke action implemented in #7686 on button click.

Create wrapper around ReaderPostActions and add it into the Dagger graph, so we don't need to call static methods and the ReaderPostActionsWrapper can be mocked in unit tests.

khaykov commented 6 years ago

fixed in #7721