An independent mobile and desktop client for Friendica written in Flutter
 
 
 
 
 
 
Go to file
Hank Grabowski 49864d4f97 Add initial paging architecture but only use paging responses on getting followers/following table 2023-01-23 22:37:09 -05:00
android Add initial rasterized icon Android icon set 2023-01-20 13:33:50 -05:00
icon Update iOS icons (again) for removing transparencies (top level copies) 2023-01-21 10:49:52 -05:00
ios Update iOS icons (again) for removing transparencies 2023-01-21 10:48:22 -05:00
lib Add initial paging architecture but only use paging responses on getting followers/following table 2023-01-23 22:37:09 -05:00
linux Change Linux App title 2023-01-19 23:25:32 -05:00
macos Add hardened runtime to allow macos upload 2023-01-20 19:03:41 -05:00
screenshots/v.0.1.0/windows Add screenshot 2023-01-21 15:59:46 -05:00
test Add initial paging architecture but only use paging responses on getting followers/following table 2023-01-23 22:37:09 -05:00
web Initial renaming pass 2023-01-19 22:37:00 -05:00
windows Fix capitalization of Windows app title etc. 2023-01-20 16:11:48 -05:00
.gitignore Fix for self signed certs issue (but only partially implemented dev-mode settings) 2022-11-20 10:06:44 -05:00
.gitlab-ci.yml Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist 2022-11-03 03:13:19 +00:00
CHANGELOG.md Update changelog for image viewer tweaks in PR#10 2023-01-21 21:38:16 -05:00
LICENSE Add MPL License 2022-11-03 03:13:54 +00:00
README.md Add screenshot 2023-01-21 15:59:46 -05:00
analysis_options.yaml Initial Commit 2022-11-02 23:25:29 -04:00
beta-program.md Update beta-program.md 2023-01-22 23:36:06 +00:00
developers.md Update developers.md to include Linux manual Flutter install instructions to address Issue #1 2023-01-22 01:31:51 +00:00
install.md Final documentation updates for initial 0.1.0 beta version 2023-01-21 15:39:32 -05:00
pubspec.lock Initial implementation of connections persistence 2023-01-18 00:15:52 -05:00
pubspec.yaml Update iOS icons (again) for removing transparencies 2023-01-21 10:48:22 -05:00

README.md

Relatica

A Flutter application for interfacing with the Friendica social network.

Relatica v0.1.0 on Windows Screenshot

Project Objectives

  • Have a native app client on mobile (Apple and Android) and desktop (Linux, Mac, and Windows)
  • Providing a simpler UX for people to interact with Friendica
  • Providing a better low-bandwidth environment experience than the web-app version running in a browser
  • Reduce server side loading in the new fediverse era by doing techniques like leveraging paging of comments, local caching, and lazy loading.
  • Provide more intuitive mechanisms for adding things like Content Warning/Spoiler text and image ALT-text

Current Status

The project is currently in an early-beta state. If you'd like to use it at this time please see the notes at Relatica Beta Testing Program.

It is possible to install it now by following the install instructions.

If you would like to contribute please see this Developers Notes section.

Community and Support

Relatica Community Matrix Discussion Room

Issue Tracker

Things I could use help from community on:

  • More coders and testers are always welcome
  • CI/CD
  • Packaging for Linux operating systems using Flatpak, Snap, etc. (or individual packages per operating system)
  • UI/UX cleaning up
  • Graphics design for logo, website art
  • Documentation
  • Spreading the word

License

Relatica is licensed with the Mozilla Public License 2.0 (MPL) copyleft license.