talklittle / reddit-is-fun

OLD VERSION 1.3 of reddit is fun -- Android app to interact with reddit.com
GNU General Public License v3.0
372 stars 157 forks source link

Fixed subreddit intent filters #243

Closed blazeroni closed 12 years ago

blazeroni commented 12 years ago

The intent filter on ThreadsListActivity was missing the default category. Oddly, the intent filter on CommentsListActivity was picking up subreddit URLs instead. For the last tag, the host was being ignored and treated as reddit.com. Splitting the filter out fixed the issue.

talklittle commented 12 years ago

Thank you. I'm merging this into master, but the next version of the app I plan to release will no longer be based on this repo. I've also rewritten intent filters.