Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 804 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 804 Bytes

Pineapple

This app is no longer being developed due to new Reddit API pricing. If you would like to use it, please create your own API key and build the app using instructions below 👇

Reddit client for Android highlighting Material Design 3 aspects, with dynamic color and a clean, more minimalistic design. (WIP)

Build notes

Before building, you must do the following steps so that OAuth and basic network functionality will work:

  1. Sign-in, and create a new client on https://www.reddit.com/prefs/apps
  2. Make sure the redirect URI is set to "pineapple://login"
  3. Copy the client secret, and paste in the gradle.properties file:
...

ClientSecret="PASTE CLIENT SECRET HERE"

...
  1. Build in Android Studio or using gradle on the command line