work in progress branch for gnome-contacts for adding custom ringtones
  • Vala 87.6%
  • C 5.8%
  • Meson 3.8%
  • Shell 1.3%
  • Python 0.9%
  • Other 0.6%
Find a file
Anonymous ced5228cb3 WIP
2026-09-23 11:59:04 -06:00
.gitlab ci: Add a check for potfiles 2023-02-10 10:27:51 +00:00
build-aux/flatpak flatpak: Switch away from vala-nightly 2026-09-20 02:24:44 +03:00
data Release stable version 51.0 2026-09-13 10:44:54 +02:00
docs docs: Fix sources in meson 2024-02-23 14:52:19 +01:00
po Add Norwegian Nynorsk translation 2026-09-12 08:41:41 +00:00
src WIP 2026-09-23 11:59:04 -06:00
tests vcard: Add birthday tests with different time zones 2024-03-23 10:21:55 +01:00
vapi Drop files related to libcheese 2024-12-29 12:28:01 +01:00
.editorconfig Add .editorconfig 2021-01-31 22:30:33 +01:00
.gitlab-ci.yml ci: Fix release service branch 2024-12-15 23:05:20 +01:00
COPYING Fixed FSF's address in COPYING file 2014-02-07 10:18:09 +01:00
gnome-contacts.doap doap: Replace old wiki link with apps.gnome.org page 2024-01-12 19:25:25 +01:00
meson.build Post-release version bump 2026-09-13 11:16:58 +02:00
meson_options.txt Make goa an optional dependency 2022-10-23 16:39:47 +02:00
README.md Point people to welcome.gnome.org 2024-03-01 16:46:47 +00:00

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.