Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/accumulator/Quickddit

Reddit client for Jolla's SailfishOS, Ubuntu Touch and Nokia N9
https://github.com/accumulator/Quickddit

harmattan qml qt4 qt5 reddit-client sailfishos ubuntu-touch

Last synced: 7 days ago
JSON representation

Reddit client for Jolla's SailfishOS, Ubuntu Touch and Nokia N9

Lists

README

        

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
========
| Feature | SailfishOS | Ubuntu Touch | Nokia Harmattan (N9) |
|------------------------|:----------:|:------------:|:--------------------:|
| Browse anonymously | Y | Y | Y |
| Sign into Reddit | Y | Y | Y |
| Multi account | Y | Y | Y |
| Submit/edit new links and self-posts | Y | Y | Y |
| add, reply, edit, delete comments | Y | Y | Y |
| Browse your messages | Y | Y | Y |
| Send messages | Y | Y | Y |
| Vote on comments and posts | Y | Y | Y |
| Save comments and posts | Y | Y | Y |
| Multireddit support | partial | partial | partial |
| integrated image viewer | Y | Y | Y |
| integrated reddit gallery viewer | Y | Y | |
| integrated Imgur album viewer | Y | Y | Y |
| integrated video player | Y | Y | |
| integrated webviewer | Y | Y | |
| search posts | Y | | Y |
| search subreddits | Y | Y | Y |
| inbox notifications | Y | | Y |
| watch clipboard for reddit links | Y | | Y |
| TOR | Y | | Y |
| Post flair | partial | partial | |
| 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](https://github.com/reddit/reddit/wiki/OAuth2) and fill it up in
[src/quickdditmanager.cpp](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
-----

- (Local) browse history
- bookmark users, locally or using reddit 'friend' feature.
- Add more filtering options, e.g. by flair
- Reddit Live and/or a method of 'live' following a post

Download
--------
- MeeGo Harmattan (Nokia N9/N950): [OpenRepos](https://openrepos.net/content/accumulator/quickddit)
- SailfishOS (Jolla): [OpenRepos](https://openrepos.net/content/accumulator/quickddit-0)
- Ubuntu-touch: [OpenStore](https://open-store.io/app/quickddit) or build with `clickable -c ubuntu-touch/clickable.json`

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/].