Syntactec / subreddify-android

An Android app that notifies the user when new content is posted to a subreddit.
MIT License
1 stars 0 forks source link

User notifications contain a link to the relevant subs #4

Open thomaskeschl opened 7 years ago

thomaskeschl commented 7 years ago

As a user, I want to be able to open a subreddit directly from a notification so that I don't have to open my default Reddit app and navigate to the sub manually.

Acceptance

thomaskeschl commented 7 years ago

After some initial investigation, adding a link isn't as straightforward as I thought. I was hoping I could just include a web style link in the text and let the OS determine what to do when clicked. Instead, I can attach a handler for when a notification is clicked on, but can only take one action on this. This may have to be a feature for after I have per subreddit settings.