Friendiqa/README.md

104 lines
2.7 KiB
Markdown
Raw Normal View History

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).
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-05-11 22:21:12 +02: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
* Open links in external browser
* Click on contact photo for contact details
2017-03-25 23:36:14 +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
* Attending for event posts
* 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-05-11 22:15:34 +02:00
* Create new Message with images or direct messages, Contact/Group access rights(can be stored), smileys
2017-03-25 23:36:14 +01:00
* New image dialog
2016-09-26 21:39:46 +02:00
ToDo:
2017-05-11 22:15:34 +02:00
* Videos and other binary data as attachment (sending and receiving)
* More than one attachment
* Rich text editing in Send Dialog
* Attachments for Direct messages (currently not supported in API)
2017-05-11 22:15:34 +02:00
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-05-11 22:15:34 +02:00
2017-01-26 21:55:31 +01:00
* Tabs for friends, other contacts and groups
2017-05-11 22:15:34 +02:00
* Grid of all known contacts with locally downloaded pictures
* Large friend item for addional information and functionality
* Show news of contact from local database
* Send direct message, if contact is following
* Show public pictures of contact (screenscraping of contact's website, works only with certain theme)
* Open website of contact or connect page (for other contacts)
2016-09-26 21:51:54 +02:00
ToDo:
2016-09-26 22:08:09 +02:00
* More information for contact from description page, possibly private information for friends
* Groups: create, change, delete
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:
2016-09-26 22:08:09 +02:00
* Download all own images to local directory
* Show albums in grid, show images in album in grid and fullscreen
* Show albums and images of contacts
2017-03-25 23:36:14 +01:00
* Pinch to zoom, swipe to scroll
2017-05-11 22:15:34 +02:00
2016-09-26 21:51:54 +02:00
ToDo:
2016-09-26 22:08:09 +02:00
* Private images of friends
* Support for all themes of friends
* Delete downloaded own images
2016-09-26 21:51:54 +02:00
2017-05-11 22:15:34 +02:00
# Events #
* download own public events and public events of Friendica contacts
* list view of events of selected date
* click on event to show details
ToDo
* private events
2016-09-26 21:51:54 +02:00
# Config #
Currently supported:
2016-09-26 22:08:09 +02:00
* Multiple accounts
* Maximum news (deleted after use of Quit button)
2017-01-26 21:55:31 +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-05-11 22:15:34 +02: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
* Photo upload to album (needs API change)
* Translation
* Blingbling
2017-05-11 22:15:34 +02:00
2016-09-26 21:39:46 +02:00
2017-05-11 22:15:34 +02:00
# Translations #
* German
2016-09-26 21:51:54 +02:00
2016-09-26 21:39:46 +02:00
## License ##
2017-05-11 22:15:34 +02:00
Pubished under the [GPL v3](http://gplv3.fsf.org).
2015-11-27 21:24:25 +01:00