Home

Awesome

Quickddit

Quickddit is a free and open source Reddit client for mobile phones. Quickddit is not an official client of Reddit and is not affiliated with Reddit in any way.

Quickddit is developed using Qt and currently available for MeeGo Harmattan (Qt 4.7.4), Sailfish OS (Qt 5.6) and Ubuntu-touch (Qt 5.9). The logic part is developed in C++ while the UI is developed in QML.

The Harmattan port has been left at 1.0.0 feature level, and will not receive new features.

Features

FeatureSailfishOSUbuntu TouchNokia Harmattan (N9)
Browse anonymouslyYYY
Sign into RedditYYY
Multi accountYYY
Submit/edit new links and self-postsYYY
add, reply, edit, delete commentsYYY
Browse your messagesYYY
Send messagesYYY
Vote on comments and postsYYY
Save comments and postsYYY
Multireddit supportpartialpartialpartial
integrated image viewerYYY
integrated reddit gallery viewerYY
integrated Imgur album viewerYYY
integrated video playerYY
integrated webviewerYY
search postsYY
search subredditsYYY
inbox notificationsYY
watch clipboard for reddit linksYY
TORYY
Post flairpartialpartial
User flair
Friends
Moderator features

Reddit API client id and secret

If you want to build Quickddit with OAuth support, remember to get your own Reddit API client id and secret and fill it up in src/quickdditmanager.cpp or define REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET and REDDIT_REDIRECT_URL in project file or QtCreator.

Optionally you can also define IMGUR_CLIENT_ID with your own Imgur API client id.

TODO

Download

License

All files in this project are licensed under the GNU GPLv3+, unless otherwise stated.

Quickddit - Reddit client for mobile phones
Copyright (C) 2013-2014  Dickson Leong
Copyright (C) 2015-2020  Sander van Grieken

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see [http://www.gnu.org/licenses/].