- Vala 87.6%
- C 5.8%
- Meson 3.8%
- Shell 1.3%
- Python 0.9%
- Other 0.6%
| .gitlab | ||
| build-aux/flatpak | ||
| data | ||
| docs | ||
| po | ||
| src | ||
| tests | ||
| vapi | ||
| .editorconfig | ||
| .gitlab-ci.yml | ||
| COPYING | ||
| gnome-contacts.doap | ||
| meson.build | ||
| meson_options.txt | ||
| README.md | ||
GNOME Contacts
Contacts organizes your contacts information from all your online and offline sources, providing a centralized place for managing your contacts.
Building
You can build, test and install Contacts using Meson:
meson setup _build
meson compile -C _build
meson test -C _build
meson install -C _build
Changelog
Starting Contacts 3.25.4, we provide release notes (including unstable releases) through the AppData file, so app stores (like GNOME Software) can show release notes to users.
Human-readable textual output (similar to this file) can still be generated with the following command:
$ appstreamcli metainfo-to-news _build/data/org.gnome.Contacts.appdata.xml NEWS
Contributing
The code and issue tracker of Contacts can be found at the gnome-contacts repository on GNOME's GitLab instance.
If you're interesting in help out, please take a look at https://welcome.gnome.org/app/Contacts/ to get started.
Contacts also has its own web page on https://apps.gnome.org/Contacts.
To discuss issues with developers and other users, you can post to the
GNOME Discourse instance with the
contacts tag, or join the #contacts
Matrix channel.