OpenContacts is a fork of ReCon (Resonite Contacts) that is updated with improvements and new features.
Find a file
Nutcake e97e0a52af Move copy message snackbar to top of view
On Android 13 or newer there is an operating system integrated message
bubble that pops up and shows you any automated clipboard changes at the
bottom left of the screen. This bubble obscures the message text of the
snackbar so I've moved it to the top of the screen when on Android.

It might make sense to do more accurate version checking in the future
to only show the snackbar if on Android < 13 or iOS but we'd need to pull in the
device_info_plus package or similar for that.
2023-11-11 11:02:13 +01:00
android Add adaptive monochrome icon 2023-10-31 21:50:16 +01:00
assets/images Replace visual references and metadata with new branding 2023-10-03 19:47:43 +02:00
lib Move copy message snackbar to top of view 2023-11-11 11:02:13 +01:00
linux Upgrade dependencies 2023-10-31 21:50:47 +01:00
windows Upgrade dependencies 2023-10-31 21:50:47 +01: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 Upgrade dependencies 2023-10-31 21:50:47 +01:00
pubspec.yaml Fix inventory viewer always downloading thumbnail despite selection 2023-11-01 15:22:58 +01:00
README.md Update README.md 2023-10-03 19:53:09 +02:00

ReCon

A Resonite Contacts App for Android

Get it here

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.

Screenshots