QuantumBadger / RedReader

An unofficial open source Android app for Reddit.
GNU General Public License v3.0
1.91k stars 477 forks source link

Subreddit subscription management #47

Open untitaker opened 11 years ago

untitaker commented 11 years ago

Maybe using this + swipe-to-remove inside the subreddit list view:

https://github.com/bauerca/drag-sort-listview

nodiscc commented 11 years ago

I think unsubscribing should be done from the top right menu from inside the subreddit. Inadvertently swiping on a sub in the subreddits list and having it deleted would be a pain. The menu entry should display "subscribe" if you're not subscribed yet, as requested in https://github.com/QuantumBadger/RedReader/issues/6 , which is consistent, and does not require new libraries.

having the unsubscribe and subscribe actions in different places is confusing in my opinion.

QuantumBadger commented 11 years ago

unsubscribing should be done from the top right menu from inside the subreddit

This is how I'm planning to implement it. There will also be a way to manage them in the list.

untitaker commented 11 years ago

Something similar to managing threads in JB's SMS app is IMO the best way.

quite commented 9 years ago

Would this be similar to subreddit "bookmarks"? What I really want to get rid of is having to repeatedly type my subreddit in "custom subreddit".

sharkwouter commented 4 years ago

This seems to have already been implemented