2017-05-11 22:21:12 +02:00
|
|
|
## Friendiqa ##
|
2015-11-27 21:24:25 +01:00
|
|
|
|
2016-09-26 21:51:54 +02:00
|
|
|
QML based client for the Friendica Social Network.
|
2017-05-11 22:15:34 +02:00
|
|
|
Tabs for news (incl. Direct Messages), friends, photos and events.
|
|
|
|
OS: currently Linux and Android(4.3).
|
2017-11-07 21:57:40 +01:00
|
|
|
Source code is a QtCreator project.
|
|
|
|
|
2016-09-26 21:51:54 +02:00
|
|
|
## Screenshots ##
|
|
|
|
|
|
|
|
![Newstab](Screenshots/NewsTab.jpg)
|
|
|
|
![Friendstab](Screenshots/FriendsTab.jpg)
|
|
|
|
![Photostab](Screenshots/PhotoTab.jpg)
|
2017-11-07 21:57:40 +01:00
|
|
|
![Eventstab](Screenshots/EventsTab.jpg)
|
2016-09-26 21:51:54 +02:00
|
|
|
![Configtab](Screenshots/ConfigTab.jpg)
|
|
|
|
|
2015-11-27 21:24:25 +01:00
|
|
|
|
2016-09-26 21:39:46 +02:00
|
|
|
## Features ##
|
2015-11-27 21:24:25 +01:00
|
|
|
|
2016-09-26 21:39:46 +02:00
|
|
|
# News #
|
2016-09-26 21:51:54 +02:00
|
|
|
Currently supported:
|
2017-05-11 22:15:34 +02:00
|
|
|
* Shows Posts from friends, favorited messages, Direct Messages and Notifications
|
2017-11-07 21:57:40 +01:00
|
|
|
* Open links in external browser
|
2018-02-19 22:36:00 +01:00
|
|
|
*
|
|
|
|
Click on contact photo for contact details
|
2017-11-07 21:57:40 +01:00
|
|
|
* Click on like text for additional contact info
|
2017-05-11 22:15:34 +02:00
|
|
|
* Deletion, Reposting, Answering of Posts
|
|
|
|
* Liking, disliking, favoriting
|
2017-11-07 21:57:40 +01:00
|
|
|
* Attending for event posts
|
2017-05-11 22:15:34 +02:00
|
|
|
* Update fetches new posts (up to last 50) since last in local DB
|
2016-09-26 22:08:09 +02:00
|
|
|
* More shows older posts from local DB
|
2017-11-07 21:57:40 +01:00
|
|
|
* Create new Message with images or direct messages, Contact/Group access rights(can be stored), smileys
|
|
|
|
* Native Android image dialog
|
2016-09-26 21:39:46 +02:00
|
|
|
|
|
|
|
ToDo:
|
2017-11-07 21:57:40 +01:00
|
|
|
|
2018-02-19 22:36:00 +01:00
|
|
|
* Videos and other binary data as attachment (sending and receiving)
|
2017-11-07 21:57:40 +01:00
|
|
|
* More than one attachment (currently not supported in API)
|
|
|
|
* Rich text editing in Send Dialog
|
|
|
|
* Attachments for Direct messages (currently not supported in API)
|
|
|
|
|
2016-09-26 21:51:54 +02:00
|
|
|
|
2016-09-26 21:39:46 +02:00
|
|
|
# Friends #
|
2016-09-26 21:51:54 +02:00
|
|
|
Currently supported:
|
2017-11-07 21:57:40 +01:00
|
|
|
|
2018-02-19 22:36:00 +01:00
|
|
|
* Tabs for own profiles, friends, other contacts and groups
|
|
|
|
* Show profile(s) of user and change profile picture
|
2017-11-07 21:57:40 +01:00
|
|
|
* Grid of all known contacts with locally downloaded pictures
|
2018-02-19 22:36:00 +01:00
|
|
|
* Large friend item for additional information and functionality
|
2017-11-07 21:57:40 +01:00
|
|
|
* Show news of contact from local database
|
|
|
|
* Send direct message, if contact is following
|
2018-02-19 22:36:00 +01:00
|
|
|
* Show public and private (Friendica 3.6 required) pictures of contact (screenscraping of contact's website, works only with certain theme)
|
|
|
|
* Show public and private (Friendica 3.6 required) events of contact
|
|
|
|
* Show members of groups
|
2017-11-07 21:57:40 +01:00
|
|
|
* Open website of contact or connect page (for other contacts)
|
|
|
|
* Clean other contacts with no news
|
2016-09-26 21:51:54 +02:00
|
|
|
|
|
|
|
ToDo:
|
2018-02-19 22:36:00 +01:00
|
|
|
* More information for contact from description page, possibly private information for friends
|
|
|
|
(needs API change)
|
2016-09-26 22:08:09 +02:00
|
|
|
* Groups: create, change, delete
|
2018-02-19 22:36:00 +01:00
|
|
|
(needs API change)
|
2016-09-26 21:51:54 +02:00
|
|
|
|
|
|
|
|
2016-09-26 21:39:46 +02:00
|
|
|
# Images #
|
2016-09-26 21:51:54 +02:00
|
|
|
Currently supported:
|
2018-02-19 22:36:00 +01:00
|
|
|
* Download public and private own images to local directory
|
|
|
|
* Upload picture to album with descriptions(public)
|
|
|
|
* Delete own pictures and albums on client and server
|
2016-09-26 22:08:09 +02:00
|
|
|
* Show albums in grid, show images in album in grid and fullscreen
|
2018-02-19 22:36:00 +01:00
|
|
|
* Show public and private (Friendica 3.6 server required) albums and images of contacts
|
2017-11-07 21:57:40 +01:00
|
|
|
* Pinch to zoom, swipe to scroll
|
|
|
|
|
2016-09-26 21:51:54 +02:00
|
|
|
ToDo:
|
2018-02-19 22:36:00 +01:00
|
|
|
* Change name or album of existing picture
|
|
|
|
* Upload private images
|
2017-11-07 21:57:40 +01:00
|
|
|
|
|
|
|
|
|
|
|
# Events #
|
2018-02-19 22:36:00 +01:00
|
|
|
* Download own public events
|
|
|
|
* Show public and private events of Friendica contacts (Friendica 3.6 server required)
|
|
|
|
* List view of events of selected date
|
|
|
|
* Click on event to show details
|
2017-11-07 21:57:40 +01:00
|
|
|
|
|
|
|
ToDo
|
2018-02-19 22:36:00 +01:00
|
|
|
* Show own private events (needs API)
|
|
|
|
* Create events (needs API)
|
2017-11-07 21:57:40 +01:00
|
|
|
|
2016-09-26 21:51:54 +02:00
|
|
|
|
|
|
|
# Config #
|
|
|
|
Currently supported:
|
2016-09-26 22:08:09 +02:00
|
|
|
* Multiple accounts
|
2018-02-19 22:36:00 +01:00
|
|
|
* Maximum news (deleted after use of Quit button)
|
2017-11-07 21:57:40 +01:00
|
|
|
* View mode for news (tree or timeline)
|
2016-09-26 21:51:54 +02:00
|
|
|
|
|
|
|
ToDo
|
2016-09-26 22:08:09 +02:00
|
|
|
* OAuth?
|
2017-11-07 21:57:40 +01:00
|
|
|
|
2016-09-26 21:51:54 +02:00
|
|
|
|
|
|
|
# Other #
|
|
|
|
ToDo
|
2017-05-11 22:15:34 +02:00
|
|
|
* Video tab
|
2016-09-26 22:08:09 +02:00
|
|
|
* Translation
|
|
|
|
* Blingbling
|
2016-09-26 21:39:46 +02:00
|
|
|
|
2017-11-07 21:57:40 +01:00
|
|
|
|
|
|
|
# Translations #
|
2018-02-19 22:36:00 +01:00
|
|
|
* German, Spanish, Italian
|
|
|
|
|
2017-11-07 21:57:40 +01:00
|
|
|
|
2017-12-07 22:05:39 +01:00
|
|
|
# Install #
|
2018-02-19 22:36:00 +01:00
|
|
|
* F-Droid binary repository: [https://www.ma-nic.de/fdroid/repo](https://www.ma-nic.de/fdroid/repo)
|
|
|
|
* [Google Playstore](https://play.google.com/store/apps/details?id=org.qtproject.friendiqa)
|
|
|
|
|
|
|
|
|
2016-09-26 21:39:46 +02:00
|
|
|
## License ##
|
2018-02-19 22:36:00 +01:00
|
|
|
Pubished under the [GPL v3](http://gplv3.fsf.org) with the exception of the Openssl library, which is published under OpenSSL License.
|
2015-11-27 21:24:25 +01:00
|
|
|
|