Guido Günther
dcb70a9b77
calls-ringer: Don't restart when feedback got ended explicitly
...
If a user e.g. lowers the gobal feedback level we don't want to
retrigger the events.
Without this calls assumes events ended naturally and restarts the
ringing without any events. As that is never ended even subsequent calls
don't receive any ringing.
(cherry picked from commit b5af7f5e7d
)
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/736 >
2024-06-28 20:57:22 +00:00
Guido Günther
43ce0e9ba0
sip: Don't crash when handles never got set up
...
Still need to figure out how we can end up there, see #580
(cherry picked from commit 13ebabfadb
)
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/736 >
2024-06-28 20:57:22 +00:00
Guido Günther
8e6f5a1e8e
mm-origin: Handle missing SIM case more gracefully
...
This avoids warnings like
gnome-calls[57992]: mm_sim_get_imsi: assertion 'MM_IS_SIM (self)' failed
gnome-calls[57992]: mm_sim_dup_emergency_numbers: assertion 'MM_IS_SIM (self)' failed
in the logs
(cherry picked from commit 93e0c72d9f
)
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/736 >
2024-06-28 20:57:22 +00:00
Guido Günther
672d523931
mm-origin: Don't crash when Modem has no location services
...
When no locationservice is available the API can return `NULL` without
setting an error.
Closes: https://gitlab.gnome.org/GNOME/calls/-/issues/641
(cherry picked from commit 34b68ec082
)
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/736 >
2024-06-28 20:57:22 +00:00
Evangelos Ribeiro Tzaras
e5532b9552
GNOME Calls v46.0
...
-----BEGIN PGP SIGNATURE-----
iQJNBAABCgA3FiEEuThlVLfdJmvLjimpkPDJsYprShkFAmX0FYUZHGRldnJ0ekBm
b3J0eXNpeGFuZHR3by5ldQAKCRCQ8MmximtKGeyFEACTfiFKCYYL+bT5FCZPeQH0
d6pRSO2Qxtm161v9xKOfBzEj6BL+FpVmmPJuId3PAX4gX04KoVwujzA89hYJtmpq
M69K8FHGeYTF5rhjTu2yjqCDTrmTVoiZE1+wwPgTP3n4Oo72xji4Mm5sJyaFVIRK
Y4wikmXpw44t8LGVjsQYWxvNvf40lAyPyRvqq9gned4SsU2tdEGF2TSStAMJQFSF
Gkl216qZ6je5cQHWK7YXfGB8xKX10EqXAMbEwbti14QAn5zDneJ1Quh/m68JUPEt
JNvUX1J3viFYfvXQwKbukGaFxZEilmwxk+p+/F/LguBXKN2+z/36rQU/5S+uNRWt
y5J45lrcEU1Sug29+CLSwVOFv/4gbbGFwHR9xIZ31Vp+/4wtDtXwdOpiOKZXA3/X
zJtrx5PK+RqQahoxf+KKlvNZ4FCUty7uPtylrIfr4a0oF0uNuAkYJV/urPDmDPzg
xuekU8tJh4mHXneT5owTt2bm4H6j/fF6LxeAxCjJgrJZyDCgtPRqZRbk6dqAOJ9C
RMIS3ksoSrtZKbw34BSRP41pBufb9EYh6aUCM0T0dfC/hmOrQY+8iGaC0JAelmLr
M/Xa9ciTRmfIP3Qz4dkBrgldjYi8l1BfNqVsudxpQBHVzhr7AUe06rG5ZLDK8V2N
nu4Xt7UQ13tGAHsyKCtYxQ==
=lj2P
-----END PGP SIGNATURE-----
Merge tag 'v46.0' into gnome-46-update
GNOME Calls v46.0
2024-06-28 17:52:55 +02:00
Pawan Chitrakar
852986d02f
Update Nepali translation
2024-06-03 09:00:43 +00:00
Scrambled 777
c336cfcf97
Update Hindi translation
2024-05-28 17:49:29 +00:00
Pawan Chitrakar
4f8c69bd03
Add Nepali translation
2024-05-28 15:14:17 +00:00
Scrambled 777
8a0d503d2e
Update Hindi translation
2024-04-22 18:06:01 +00:00
Aefgh Threenine
701b43f8e7
Add Thai translation
2024-03-31 03:18:01 +00:00
Rachida SACI
fa29d12c49
Update Kabyle translation
2024-03-29 09:46:23 +00:00
Athmane MOKRAOUI
78c4b21746
Update Kabyle translation
2024-03-17 10:40:38 +00:00
Athmane MOKRAOUI
48bb9d4abd
Add Kabyle translation
2024-03-17 10:25:50 +00:00
A S Alam
186c250677
Update Punjabi translation
2024-03-16 17:25:20 +00:00
Guido Günther
db9b771c19
Release 46.0
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/725 >
2024-03-13 18:01:42 +01:00
Sabri Ünal
e9c1a89f76
Update developer ID
...
Appstream decided to use reverse DNS for developer IDs.
> The element should have a id property, containing a unique ID to identify the component developer / development team. It is recommended to use a reverse-DNS name, like org.gnome or io.github.ximion, or a Fediverse handle (like @user@example.org) as ID to achieve a higher chance of uniqueness.
More information: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/724 >
2024-03-13 15:09:00 +00:00
Guido Günther
831741eecb
d/control: Don't require root for building
...
Helps in ci
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/723 >
2024-03-13 14:50:47 +00:00
Guido Günther
041921ca26
calls-manager: Connect listener past the list model filters
...
The list model filters connect signal handlers for item-changed to
refilter the list models.
In order to enable protocols based on what the origin supports
`on_origins_changed` needs these filtered results. Since it is a signal
handler by itself connect it late so it runs later in the filter chain.
Closes: https://gitlab.gnome.org/GNOME/calls/-/issues/601
2024-03-13 10:17:16 +00:00
Athmane MOKRAOUI
e2025dabfb
Add Kabyle translation
2024-03-11 08:52:55 +00:00
Bruce Cowan
bbcab898b6
Update British English translation
2024-03-05 11:36:33 +00:00
Rūdolfs Mazurs
10aa07d9b5
Add Latvian translation
2024-03-03 08:30:02 +00:00
Piotr Drąg
8b8e20cc19
Update Polish translation
2024-03-02 17:43:37 +01:00
Daniel Rusek
58d2474f28
emergency-call-types: Add Czech Republic
2024-02-28 09:11:45 +00:00
Rūdolfs Mazurs
4402a42cfa
Add Latvian translation
2024-02-27 21:52:36 +00:00
Daniel Șerbănescu
1a78609e8a
Update Romanian translation
2024-02-27 17:01:22 +00:00
Alan Mortensen
96cbf10191
Update Danish translation
2024-02-26 17:18:47 +00:00
Daniel Mustieles
0368241aeb
Updated Spanish translation
2024-02-26 14:09:27 +01:00
Irénée THIRION
d9e721e9ee
Update French translation
2024-02-25 15:18:48 +00:00
Asier Sarasua Garmendia
c1e6cc2891
Update Basque translation
2024-02-22 19:48:13 +00:00
Andi Chandler
60520f3982
Update British English translation
2024-02-21 19:52:46 +00:00
Sabri Ünal
9c5540e4d9
Update Turkish translation
2024-02-21 17:21:20 +00:00
Nathan Follens
c988db9580
Update Dutch translation
2024-02-18 16:30:20 +00:00
Matej Urbančič
f86c93912f
Update Slovenian translation
2024-02-17 06:54:00 +00:00
Balázs Úr
5310de6482
Update Hungarian translation
2024-02-16 21:04:54 +00:00
Yaron Shahrabani
e24049a118
Update Hebrew translation
2024-02-16 20:54:50 +00:00
Kukuh Syafaat
a7dd11c857
Update Indonesian translation
2024-02-15 07:20:00 +00:00
Jordi Mas i Hernandez
7464c019bb
Update Catalan translation
2024-02-15 06:25:06 +00:00
Fran Dieguez
0f8892f150
Update Galician translation
2024-02-15 02:23:23 +00:00
Vasil Pupkin
bbcc423c1d
Update Belarusian translation
2024-02-14 14:30:48 +00:00
Artur S0
fb0d5742dc
Update Russian translation
2024-02-13 16:32:26 +00:00
Anders Jonsson
31328e5123
Update Swedish translation
2024-02-13 13:57:46 +00:00
Marek Černocký
7b19072769
Update Czech translation
2024-02-13 11:55:17 +00:00
Sabri Ünal
4f8d39ea49
Update Turkish translation
2024-02-13 10:39:27 +00:00
Aurimas Černius
3906f115f6
Update Lithuanian translation
2024-02-12 21:06:54 +00:00
Danial Behzadi
30b4ab7694
Update Persian translation
2024-02-12 15:16:47 +00:00
Ekaterine Papava
a87f59a3aa
Update Georgian translation
2024-02-12 10:27:33 +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