diff --git a/README.md b/README.md index 70647f4..8d10009 100644 --- a/README.md +++ b/README.md @@ -2,27 +2,28 @@ A Flutter application for interfacing with the Friendica social network. -Relatica v0.1.0 on Windows Screenshot +Relatica v0.2.0 on Linux Home Screen Screenshot + +Relatica v0.2.0 on Linux Home Expanded Drawer 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. +* 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](beta-program.md). +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](beta-program.md). It is possible to install it now by following the [install instructions](install.md). If you would like to contribute please see [this Developers Notes](developers.md) section. - ## Community and Support [Relatica Community Matrix Discussion Room](https://matrix.to/#/#relatica-community:myportal.social) @@ -30,6 +31,7 @@ If you would like to contribute please see [this Developers Notes](developers.md [Issue Tracker](https://gitlab.com/mysocialportal/relatica/-/issues) ### 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) @@ -39,4 +41,5 @@ If you would like to contribute please see [this Developers Notes](developers.md * Spreading the word ## License + Relatica is licensed with the [Mozilla Public License 2.0 (MPL)](LICENSE) copyleft license. \ No newline at end of file diff --git a/screenshots/v0.2.0/linux/relatica_v0.2.0_drawer.png b/screenshots/v0.2.0/linux/relatica_v0.2.0_drawer.png new file mode 100755 index 0000000..dfc6baa Binary files /dev/null and b/screenshots/v0.2.0/linux/relatica_v0.2.0_drawer.png differ diff --git a/screenshots/v0.2.0/linux/relatica_v0.2.0_home.png b/screenshots/v0.2.0/linux/relatica_v0.2.0_home.png new file mode 100755 index 0000000..08f1a69 Binary files /dev/null and b/screenshots/v0.2.0/linux/relatica_v0.2.0_home.png differ