mrvivacious / PorNo-_Porn_Blocker

Porn blocker that redirects users from porn to positive, fulfilling websites

Home Page:http://pornblockeris.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add subreddit link in software

mrvivacious opened this issue · comments

Is your feature request related to a problem? Please describe.
Add subreddit link to facilitate discussion between users and me / other devs.

Describe the solution you'd like
Link to subreddit within chrome extension and android app

Describe alternatives you've considered
discord, but that could come in future as well

Additional context
n/a

Summary

As a dev
I want a place for users to communicate and post stuff asynchronously that i can engage with
So that we can get more info on how to make PorNo! better for every1

Work description

  • make subreddit r/ourlastpornblocker
  • Link it in chrEx. via icon? a text href? button?
  • Link in android app. menu button? Overhaul entire UI first?

Exit criteria

Subreddit is linked and user has ability to visit subreddit from within app.

Feature is released in ChrEx / Android update

Sample code for inspiration

<item
        android:id="@+id/donate"
        android:title="@string/menu_subreddit" 
        android:onClick="openUrlForDonations" />
// @string/menu_subreddit = "Subreddit"
 public void openUrlForDonations(MenuItem item) {
        openUrlInBrowser("https://www.reddit.com/r/ourlastpornblocker");
    }

Subreddit link added to chrome extension popup