Project 'Librem5/gnome-contacts' was moved to 'Librem5/debs/gnome-contacts'. Please update any links and bookmarks that may still have the old path.
- Jan 17, 2020
-
-
Julian Sparber authored
-
- Jan 13, 2020
-
-
Julian Sparber authored
-
Julian Sparber authored
-
-
-
-
-
-
-
-
-
Dconf works now without any additional finish-args
-
We are using a different appid when building for development. By setting the profle=development meson changes the appid to the devel appid. This also changes the behavior of profile: always use `org.gnome.Contacts` and only when profile=development use the devel appid.
-
-
-
We lose the JUnit report integration, but that's a small disadvantage compared to the advantages we get instead.
-
-
- Provide a development variant of the app icon See https://gitlab.gnome.org/GNOME/Initiatives/issues/12 for more info. /label ~"9. Initiative: NightlyAppIcons"
-
-
-
* Replace `join_paths` with the `/` operator * Remove some unused config variables * Use `@BASENAME@` when it makes sense
-
-
-
-
-
-
-
- Jan 10, 2020
-
-
- Dec 13, 2019
-
-
Julian Sparber authored
Update the ui state also by individual change, the ui wasn't updated when only the individual changed, but not the overal ui_state.
-
-
Adrien Plazas authored
This makes moving back to the contacts list more comfortable on a phone.
-
- Dec 12, 2019
-
-
This better conveys the hierarchy of the panels, with the nice bonus of looking better.
-
-
- Dec 02, 2019
-
-
Julian Sparber authored
-
- Nov 29, 2019
-
-
Julian Sparber authored
-
- Nov 28, 2019
-
-
Julian Sparber authored
-
- Nov 20, 2019
-
-
Julian Sparber authored
We need to start the folks and prerpare it before we can open the Editor.
-
- Nov 07, 2019
-
-
Julian Sparber authored
-
- Nov 05, 2019
-
-
The API takes an array of (key, value) pairs. Supported keys: This can be specified multiple times "email-addresses", "notes", "phone-numbers" Only the last will be stored (because this properies are unique) "alias", "full-name", "nickname" Not all properites are supported for now because they can't be easily set via dbus because they arn't a string The API can be used via gdbus as well gdbus call --session --dest org.gnome.Contacts --object-path /org/gnome/Contacts --method org.gtk.Actions.Activate 'new-contact-data' '[<[("email-addresses", "julian@sparber.net"), ("phone-numbers", "+39333333"), ("email-addresses", "secondo@example.com")]>]' '{}'
-
- Nov 04, 2019