OpenContacts is a fork of ReCon (Resonite Contacts) that is updated with improvements and new features.
Find a file
2023-05-11 18:00:00 +02:00
android Fix notification icon showing as blank 2023-05-06 20:44:11 +02:00
assets/images Add basic new message notifications 2023-05-05 11:29:54 +02:00
lib Fix broken user search caused by missing mClient 2023-05-11 18:00:00 +02:00
linux Adjust build settings 2023-05-05 18:01:46 +02:00
windows Add settings manager and move some things around 2023-05-03 21:55:34 +02:00
.gitignore Adjust build settings 2023-05-05 18:01:46 +02:00
.metadata Improve internal layout of message view 2023-05-02 18:22:18 +02:00
analysis_options.yaml Initial commit 2023-04-29 19:18:46 +02:00
LICENSE.txt Create LICENSE.txt 2023-05-05 17:02:42 +02:00
pubspec.lock Add session list and add support for formatted strings 2023-05-11 11:08:05 +02:00
pubspec.yaml Add session list and add support for formatted strings 2023-05-11 11:08:05 +02:00
README.md Update README.md 2023-05-08 23:15:41 +02:00

Contacts++

Messenger App for Neos VR contacts.

Get it here

What works

  • Real-time text chat with friends
  • Listening to voice-messages and viewing session invites, images and previews of other assets
  • Searching for users
  • Adding and removing friends

What's planned

  • Sending voice-messages, images and potentially arbitrary files
  • Background notifications
  • Global session-list and search
  • Viewing personal inventory

Building

This is a standard Flutter application, refer to the Flutter docs on how to build it.

Currently only Android is supported.

In theory this app should also build fine for desktop, though not every feature will be functional. For example, voice-messages and notifications are currently not supported on desktop builds.