Friendiqa/README.md

84 lines
2.6 KiB
Markdown
Raw Normal View History

2016-09-26 21:39:46 +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.
Tabs for news (incl. Direct Messages), friends and photos.
OS: currently Linux and Android(4.4.4).
## Screenshots ##
![Newstab](Screenshots/NewsTab.jpg)
![Friendstab](Screenshots/FriendsTab.jpg)
![Photostab](Screenshots/PhotoTab.jpg)
![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:
2016-09-26 22:03:35 +02:00
* Shows Posts from friends, Direct Messages and Notifications
* Open links in external browser
* Deletion, Reposting, Answering of Posts
* Liking, disliking, favoriting
* Update fetches new posts since last in local DB
* More shows older posts from local DB
* New Message with images, also possible as DM, Contact selection
2016-09-26 21:39:46 +02:00
ToDo:
2016-09-26 22:03:35 +02:00
* Test new Aspargus features
* Nice symbols for liking, disliking and menu for deletion, reposting and answering (currently press on * * * Contact picture, press on news would interfere with external link functionality)
* Videos as attachment (sending and receiving)
* Rich text editing in Send Dialog
2016-09-26 21:39:46 +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:
2016-09-26 22:03:35 +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
2016-09-26 21:51:54 +02:00
ToDo:
2016-09-26 22:03:35 +02:00
* More information for contact from description page, possibly private information for friends
* Filter contacts for friends, forums,groups etc.
* 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:03:35 +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
2016-09-26 21:51:54 +02:00
ToDo:
2016-09-26 22:03:35 +02:00
* Better download mechanism for own images
* Private images of friends
* Support for all themes of friends
* Delete downloaded own images
2016-09-26 21:51:54 +02:00
# Config #
Currently supported:
2016-09-26 22:03:35 +02:00
* Multiple accounts
* Maximum news (deleted after use of Quit button)
2016-09-26 21:51:54 +02:00
ToDo
2016-09-26 22:03:35 +02:00
* OAuth?
* View mode for news (chronological or tree)
2016-09-26 21:51:54 +02:00
# Other #
2016-09-26 22:03:35 +02:00
* Friendstab and Newstab buggy after account change, restart helps
2016-09-26 21:51:54 +02:00
ToDo
2016-09-26 22:03:35 +02:00
* Calendar tab, video tab
* Photo upload to album (needs API change)
* Translation
* Blingbling
2016-09-26 21:39:46 +02:00
2016-09-26 21:51:54 +02:00
2016-09-26 21:39:46 +02:00
## License ##
Pubished under the [GPL v3](http://gplv3.fsf.org).
2015-11-27 21:24:25 +01:00