1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-29 07:09:29 +00:00
Commit graph

1920 commits

Author SHA1 Message Date
Evangelos Ribeiro Tzaras 3069a4af50 sip-origin: Always include the transport parameter in sip URLs
This simplifies the code as well as fixes issues with newer sofia
requiring the 'transport=tls' to be present for SIPS.

Closes: #482
2024-02-12 09:20:16 +00:00
Evangelos Ribeiro Tzaras 1cff3a46cb sip-origin: Use STR_IS_NULL_OR_EMPTY 2024-02-12 09:20:16 +00:00
Evangelos Ribeiro Tzaras e6cbf5b634 sip-origin: Do not mark "sip" protocol as supported unconditionally
When using "sips" "sip" should not be reported as supported.
2024-02-12 09:20:16 +00:00
Evangelos Ribeiro Tzaras 65556efe93 sip-origin: Remove unused variable 2024-02-12 09:20:16 +00:00
Evangelos Ribeiro Tzaras 0106f43715 sip-origin: Only use NUTAG_URL for the sip case (not sips)
When configured to use sips (TLS) we don't want to listen for
unencrypted traffic.

Fixes: #454
2024-02-12 09:20:16 +00:00
Evangelos Ribeiro Tzaras d28831dd14 sip-util: Prefer case insensitive string compare 2024-02-12 09:20:16 +00:00
Evangelos Ribeiro Tzaras 957d17bf44 sip-origin: Sort includes alphabetically 2024-02-12 09:20:16 +00:00
Yuri Chornoivan 59dc1b3ad4 Update Ukrainian translation 2024-02-11 17:36:21 +00:00
Jürgen Benvenuti bf2facbd6e Update German translation 2024-02-11 14:36:06 +00:00
Sabri Ünal 6ee081283a appdata: Improve appdata for AppStream 1.0
- Add the `<developer><name>` tag
- Mark the `<developer_name>` tag as deprecated
2024-02-10 16:45:41 +00:00
Guido Günther 3a467d85ad emergency-call-types: Add EU countries
They all support 112.
2024-02-10 17:10:14 +01:00
Guido Günther e49cd86035 emergency-calls-manager: Use network code to get emergency numbers
By far not all sims have emergency numbers and we want to respect the
users current location anyway.

We use a hash to avoid duplicates.
2024-02-10 17:10:10 +01:00
Guido Günther 678a41bade emergency-calls-manager: Move contact adding to separate function
Improves readability and will be get another call site soon.
2024-02-10 17:09:59 +01:00
Guido Günther 9c0acdd560 emergency-calls-manager: Fix object name 2024-02-10 17:09:57 +01:00
Guido Günther edb46acfa5 emergency-call-types: Add location source
We named it fallback but location is a better name as we get it
from the current country code.
2024-02-10 17:09:48 +01:00
Guido Günther 4951cf5b3b emergency-call-types: Use hash for flag lookups too 2024-02-10 17:09:45 +01:00
Guido Günther aaefc0443a emergency-call-types: Allow to lookup emergency numbers by country code
We build a hash as cache to speed up lookups. As this is a one time
thing we just do it once and don't bother to free it up.

We currently assume that all numbers can be used for the location based
lookups. Should that change we want to add a flag indicating that.
2024-02-10 17:09:37 +01:00
Guido Günther 6aa356590b mm-origin: Notify emergency number change when we get a location
Technically the emergency numbers exported by the origin doesn't change
but it's enough to trigger the DBus signal so clients see the updated
numbers.
2024-02-10 17:09:37 +01:00
Guido Günther fd4b796742 mm-origin: Get 3gpp network country code when available
We currently don't enable location gathering explicitly so we rely
on other services (like geoclue) to do so. Use

    mmcli -m 0 --location-enable-3gpp

We could enable for a short time when there's an explicit emergency
number request.
2024-02-10 17:09:19 +01:00
Guido Günther c4630a2647 origin: Add network country code
This is technically only useful for mobile networks.
2024-02-10 17:09:10 +01:00
Guido Günther 4695f81f5c dbus: Fix typo 2024-02-10 17:09:01 +01:00
Guido Günther 66254fcad4 po: Ignore generated files 2024-02-10 17:08:54 +01:00
Guido Günther 7f81b0197b dir-locals: Ease formatting of CSS, meson and ui files 2024-02-10 17:08:45 +01:00
Guido Günther 6a5790dd34 dir-locals: Avoid tabs in C mode 2024-02-10 17:08:24 +01:00
zayar lwin d22a8b894a Add Burmese translation 2024-02-03 10:29:16 +00:00
Guido Günther fc15ba2e58 ci: Switch to a trixie based base image
Debian Bookworm doesn't get any GNOME updates and we want to ensure
we build and run against latest.
2024-01-14 10:36:37 +01:00
Guido Günther bfeabe09d0 ci: Switch to package test to trixie
PureOS Byzantium tracks Debian oldstable which isn't suitable for an
upstream test. Track Debian testing instead which has recent GNOME.
2024-01-13 12:25:56 +01:00
Jiri Grönroos a4f971c835 Update Finnish translation 2023-11-02 06:21:38 +00:00
Sabri Ünal 15be52fc06 Update Turkish translation 2023-10-25 13:30:09 +00:00
Марко Костић 44e1be3df3 Update Serbian translation 2023-10-24 03:53:20 +00:00
Eugenio Paolantonio (g7) c9c6ca05d8 ofono: Implement empty emergency call property
See 75cbc30dc0.

Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu>
2023-10-17 14:08:46 +00:00
Sabri Ünal c59fb54a13 Update Turkish translation 2023-10-14 06:55:33 +00:00
Sabri Ünal a51213622e appdata: add vcs-browser support
This URL is visible on Flathub and GNOME Control Center.

More information: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-url
2023-10-12 11:24:41 +03:00
Evangelos Ribeiro Tzaras 936d362873 Document and release 45.0 2023-09-24 07:21:29 +02:00
Kristjan SCHMIDT 4cc20a3060 Update Esperanto translation 2023-09-14 11:18:36 +00:00
Leônidas Araújo 42c6176a7c Update Brazilian Portuguese translation 2023-09-12 14:10:08 +00:00
Irénée THIRION 25528219c1 Update French translation 2023-09-11 19:30:28 +00:00
Changwoo Ryu e4146d173d Update Korean translation 2023-09-07 16:58:50 +00:00
Nathan Follens 3a9b24c429 Update Dutch translation 2023-09-03 13:29:25 +00:00
Evangelos Ribeiro Tzaras 471f3ec4cd Document and release 45~rc.0 2023-09-02 11:24:04 +02:00
Alan Mortensen b38d2050c7 Update Danish translation 2023-09-01 18:17:07 +00:00
Amn Alam b8c659fa37 Add Punjabi translation 2023-08-20 18:35:00 +00:00
Anders Jonsson 6395f22d82 Update Swedish translation 2023-08-18 21:49:05 +00:00
Jiri Grönroos 2f13695d4d Update Finnish translation 2023-08-17 10:46:18 +00:00
Sabri Ünal e1dbc7280c Update Turkish translation 2023-08-16 18:37:44 +00:00
Aurimas Černius 277b1ed514 Update Lithuanian translation 2023-08-15 19:26:33 +00:00
Fran Dieguez 610b39ced5 Update Galician translation 2023-08-11 20:01:22 +00:00
Kukuh Syafaat 72236378f1 Update Indonesian translation 2023-08-09 13:00:05 +00:00
Daniel Mustieles 4e9939434a Updated Spanish translation 2023-08-08 08:14:57 +02:00
Daniel Șerbănescu 07e7bc2488 Update Romanian translation 2023-08-07 16:09:20 +00:00