Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 2.62 KB

README.md

File metadata and controls

62 lines (48 loc) · 2.62 KB

Quickddit

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

Quickddit is developed using Qt and currently available for MeeGo Harmattan (Qt 4.7.4) and Sailfish OS (Qt 5.1). The logic part is developed in C++ while the UI is developed in QML.

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.

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

TODO

Below is the list of TODOs I planned for future release, before going out of beta status.

  • Submit link and self post (require Captcha)
  • Compose new message (require Captcha)
  • View multireddit info, create, edit (description, visibility, add/remove subreddits) and delete multireddits
  • Save and unsave posts
  • View additional comments that are omitted from base comments tree (/api/morechildren)
  • View user profile
  • (Sailfish) Attached page for selecting section (not working in emulator)
  • Make comment collapsable (hide all children comments)
  • Support for more types of Imgur URL
  • Redesign CustomCountBubble
  • Upload to Jolla Harbour
  • Buy reddit gold

Download

License

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

Quickddit - Reddit client for mobile phones
Copyright (C) 2014  Dickson Leong

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