<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Arnaud Ferraris pushed to branch upstream/latest
at <a href="https://salsa.debian.org/DebianOnMobile-team/phosh">Debian On Mobile / phosh</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/c68c55fc076f261831c4d17905ffa28a7e59e941">c68c55fc</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-07T10:33:41+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">data: Add gsd-wwan to required components

This makes sure it's also started in systemd mode so the PIN request
happens.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/14b50b9546216921cbeea1774c86a008031d7a83">14b50b95</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-06-07T11:11:29+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'systemd-wwan' into 'master'

data: Add gsd-wwan to required components

See merge request Librem5/phosh!833</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/2ace5075b4ead883043d08056878dc1836e31ab4">2ace5075</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-12T17:33:03+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: Remove smoke test

It served us well initally but since we can now tests against
the headless compositor without extra setup.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/e3df183a4ccfbfce0bc87f3079f707b119ce2649">e3df183a</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-12T17:33:03+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">overview: Don't set CSS name twice

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/53661a3c8a5ad1da3e214856be4ace8b7fbafcf8">53661a3c</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-12T17:33:03+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">protocol: Sort wayland protocols alphabetically

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/0ff9d645a98f8ec024f00198dd9cc249fe0956f5">0ff9d645</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-12T17:33:03+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">phosh-wayland: Sort wayland protocol headers alphabetically

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b4a84b2f662c8b5dc3188b097869bb7f20bceffc">b4a84b2f</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-12T17:33:03+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">shell: Sort manager objects

Sort the ones that get created by the shell and those created on the fly
into separate sections and sort those alphabetically. Ideally we want
to distingiush the getters by name at some point.

(There's a third type (singletons) which we dont' bother about here and
which we're reducing bit by bit)

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/7352708ccefa417b0681ec071a4ef489c07dc8a4">7352708c</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-12T17:33:03+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">phosh-wayland: Get virtual-keyboard-manager

This is only used in the tests.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/2c8d13de3c60300003a135ec759f4582ccf1d914">2c8d13de</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-12T17:33:03+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: Allow to inject virtual keyboard events

That's fairly minimal at the moment but sufficient to test
dialogs, etc.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b3aa782146e4b29f4507ee039e67721bc472eead">b3aa7821</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-12T17:33:03+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">system-modal-dialog: Allow to get and remove buttons

Add API to query the current buttons and remove them. This just
proxies to GtkContainer.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/fb67988389caa8f8ec8dad13c54fb0c4eb1ace72">fb679883</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-12T17:33:03+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Implement most parts of org.Gtk.MountOperationHandler

This allows to mount e.g. LUKS encrypted volumes via nautilus.

Closes: #158

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/2ca82ddbe6d08524d9153be7275db983c78a1053">2ca82ddb</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-06-12T18:10:19+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'org-gtk-mounthandler' into 'master'

mount operation handler bits

Closes #158

See merge request Librem5/phosh!670</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/5c73c25a15a5eb0ae3c9ad9afc73754d1456592c">5c73c25a</a></strong>
<div>
<span>by ZenWalker</span>
<i>at 2021-06-14T18:44:07+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">brightness: 'g_warning' instead 'g_error'
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/d3b1db5fa39db10e0c9c7b7efa62cc39a3c9cd3c">d3b1db5f</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-06-17T14:14:50+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'gwarning' into 'master'

brightness: 'g_warning' instead 'g_error'

See merge request Librem5/phosh!817</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/86dad1dfcc20b56add8a1dff5c4637ce51a0ec69">86dad1df</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-21T08:20:52+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">data: Add Phosh to DestkopNames

This adds 'Phosh' to XDG_CURRENT_DESKTOP

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/0a411bed5431b3efa94b9b1c432e80a62e52bedc">0a411bed</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-21T08:20:52+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">data: Only apply gsetting overrides to Phosh session

This makes sure we don't e.g. messup settings for GNOME like
enabling the OSK.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/dc96bdb3f183ad9a4c9cd5631c4e6147a04b6952">dc96bdb3</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-06-21T09:01:12+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'phosh-gsettings' into 'master'

data: Add Phosh to DestkopNames

See merge request Librem5/phosh!834</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/168cec96fc528cfa1c880067d9bb328913bc4d14">168cec96</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T09:30:30+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">screenshot-manager: Remove opaque handler in dispose

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/3d2864f0c597fab0f5471e46fad572b8a1150ef1">3d2864f0</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T09:30:30+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">screenshot-manager: Actually set fader_id

It got cleared but never set.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b96496a6b0590a692491ff4edb505c2c7815ab98">b96496a6</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T09:30:30+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">lockscreen-manager: Shorten property enum values

This is what we recommend in Hacking.md.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/ce1c9074720343912bdfd2d9712f6a8446b11a6f">ce1c9074</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T09:30:30+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">proximity: Fix function spacing

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/81863089ef54bbc1f0a9e7e4054b3e60f772743e">81863089</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T09:30:30+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">lockscreen: Drop style class

We set it in the ui file already.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/187deecd1da9774cc04271159fcbb7313d220f5d">187deecd</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T09:30:30+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drop HANDY_USE_UNSTABLE_API

Libhany's API isn't unstable anymore

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/65472c75c6d3e8630bd86618845b25eb77572bf4">65472c75</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T09:30:30+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add calls manager

This tracks ongoing calls via the sm.puri.Calls DBus interface.
This can be used to (e.g. activate the proximity sensor and to
unblank the screen on incoming calls).

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b7c4a17e773716c634aef94734f268a86c9ec107">b7c4a17e</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T09:30:30+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">lockscreen-manager: Unblank on incoming calls

Do it here instead of in lockscreen-manager since
is where we'd also switch to the calls page later on.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/e08b852d19e88b2214507d997541e3b675d3c303">e08b852d</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T09:30:30+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">proximity: Only use proximity sensor on active calls

See https://source.puri.sm/Librem5/calls/-/issues/175

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/731952e7b79432a03dd1fd5ee492e21b810c4ac2">731952e7</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T09:30:30+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">debian: Add breaks relationship on older calls

This makes sure calls we don't try to run against a calls without
the DBus interface.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/c73cd52c2d8a83503ac4cf35e41d5275b82135c1">c73cd52c</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-06-25T10:08:23+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'calls' into 'master'

Unblank screen on incoming calls and only enable proximity on active calls

Closes calls#175

See merge request Librem5/phosh!777</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/ad9c1855cdf7d8bc07b01e869d34523ad11b9abe">ad9c1855</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T10:59:46+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">libhandy API isn't unstable anymore

So drop HANDY_USE_UNSTABLE_API.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/31b83beb67e521ac0408008ad788db97a40aa773">31b83beb</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T10:59:46+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">overview: sort includes

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/2de6686001c49333ea037bf7b8b6f9fc8b68195e">2de66860</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T10:59:46+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">shell: Shorten property names

This is what we recommend in HACKING.md

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/970d9d8f4bc86e9a2a63bbbc9333e088b3a5e1b5">970d9d8f</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T10:59:46+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">overview: Add missing G_{BEGIN,END}_DECLS

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/758b9ca8db661b393bb5e50d3976a2fb254f2819">758b9ca8</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-25T10:59:46+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">app-grid: Unref sorted model

The following gtk_filter_list_model_new() takes a ref on its own.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/7ec05e57e61da8b4c1df673bd6e7e288abccb197">7ec05e57</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-06-25T11:53:09+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'cleanups' into 'master'

Cleanups from "only-adaptive-apps"

See merge request Librem5/phosh!836</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/3c805add9ab18debffa0faca31d8c2dcc038b6bb">3c805add</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-26T16:35:35+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gitlab-ci: Build against PureOS byzantium

Debian currently lacks recent enough kernel headers

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/791dfcb98ccd66d2e95171ea79550ec0b0e3586c">791dfcb9</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-26T16:35:35+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">data: Always set `hidden_under_systemd`

This avoids a meson warning

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/73a2c304e678477598828e404e6a579a63beac3e">73a2c304</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-26T16:35:35+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build: Set include dirs explicitly

Otherwise we might end up with the toplevel include dir pretty late in
the search path and pick up GVCs config.h.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/aa4046f90f3d9b8efe3011b232daaedc5af6ff70">aa4046f9</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-26T16:35:35+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build: Drop -I. from project_arguments

root_inc handles this for us.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/4b47814ae21e6451640d6d9c366b015ff7ae48ba">4b47814a</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-26T16:35:35+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">hks-manager: Fix typo

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/415970a8873deb10532c9cbbab5624974c289254">415970a8</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-26T16:35:35+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">hks-manager: Don't assert but rather use unknown opration type

Getting odd info from /dev/rfkill is not worth crashing the shell.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/39eb14fe9068320dc1bfe550649e55c7f1e91c0c">39eb14fe</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-26T16:35:35+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build: Write config.h later

This allows us to use more results from feature detection.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/6034dc768d1d610f90a0a6de8e5b6745f0b269bb">6034dc76</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-26T16:35:35+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">hks-manager: Use rfkill_event_ext when available

This makes sure we parse two consecutive results correctly. If the
header is not available fall back to rfkill_event which works correctly
on kernels that don't expose this field.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b6c1243b70f03c22caf5e9a41c0cf5238cee2c85">b6c1243b</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-26T16:35:35+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">debian: Build-depend on recent kernel headers

These provide rfkill_event_ext

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/05aa0770d2dfbc0e10869b847bb800dcb6c63163">05aa0770</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-26T16:35:35+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">hks-manger: Don't leak list

Allthough we had a `_and_free()` funciton we didnt' clean it up.
Instead of cleaning up within that rather use automatic cleanup.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/380fb14c515b50334452c48af71ccd8a35abd711">380fb14c</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-06-26T17:10:56+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'hks-ext' into 'master'

Handle newer rfkill structs

See merge request Librem5/phosh!835</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/96f3a2121078a7380a8b24b52766679cc1a66400">96f3a212</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-28T15:18:44+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">home: Reveal whole home-bar instead of only arrow

This gives us 40px more vertical space when there's no open applications
and removes the somewhat odd looking black bar.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/55cb5d9144607b170209c71095c3c110f0220733">55cb5d91</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-06-28T15:58:59+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'overview-vert-space' into 'master'

home: Reveal whole home-bar instead of only arrow

See merge request Librem5/phosh!837</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/79f899deca4f57c6b2638a68119f9764091fc209">79f899de</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-28T16:41:18+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">home: Add getter for overview

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/f2da97d2303bcffa23cf6ee2ca6ddddef0377f34">f2da97d2</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-28T16:41:18+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">overview: Add getter for the app-grid

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/74475b237289abf362e855e5c5a2a46f97f0b4cb">74475b23</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-28T16:41:18+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">app-grid: Allow to filter for adaptive apps only

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/956bc0c9db47525cc1dafa72c04638f99395504f">956bc0c9</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-28T16:41:18+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">app-grid: Allow for a configured list of adaptive apps

This will help to avoid frustration until apps are tagged as such.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/05822465946ed7d5d10894a7fd742e1e06282612">05822465</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-28T16:41:18+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">app-grid: Move signal enum above class

This makes it match the proposed layout in HACKING.md

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/8d41206426d69094d1bd255c60794fabea02619b">8d412064</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-28T16:41:18+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">app-grid: Allow to toggle adaptive app filtering via setter and property

This allows other parts of the shell to turn adaptive app filtering on
or off.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/bf4bdb9a0db9c4cdf3b22faa9875282d5281ff42">bf4bdb9a</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-28T16:41:18+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">app-grid: Move object cleanup to dispose()

Otherwise we get a reference cycle between self->actions and
and self disposal which keeps the app-grid around a bit longer
and just long enough to make app-list-model emit another items-changed.
Since `priv->search` is then gone we fail the 'priv->search != NULL'
check in search_apps.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/96c66872ed0b6fd19d7e07c1946d50ce27d8eea2">96c66872</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-28T16:41:18+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">app-grid: Add menu button to toggle adaptive app filtering

Add a menu next to the search bar that allows to filter adaptive apps

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b2b8baabccd604857fe7c5fdb5fd818a5eb1a443">b2b8baab</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-28T16:41:18+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">shell: Sync adaptive app filtering with docked mode

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/8d8b36f12fd0c58e69c32be668908cd3ea325c73">8d8b36f1</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-28T16:41:18+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Allow to toggle app filtering globally

This allows to turn of adaptive app filtering completely.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/19ebe2ec3a0df741b6935ac37de610b3c5e01117">19ebe2ec</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-28T16:41:18+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">data: Update adaptive app defaults

Add those from phosh's default set that aren't marked yet
but are adaptive and drop those that are and had a release.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/d4ffcadc4dd3f2072a4b83f10fa3e91263f99e3d">d4ffcadc</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-06-28T17:29:31+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'only-adaptive-apps' into 'master'

Only show adaptive apps when not docked

Closes #367

See merge request Librem5/phosh!639</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/ec9cef047238dcddc73fd20ca392945e8e455def">ec9cef04</a></strong>
<div>
<span>by Yuri Chornoivan</span>
<i>at 2021-06-29T08:33:44+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: Update Ukrainian translation
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/108b12690acca21cad15e4fab74398c9c012a1b2">108b1269</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-06-29T07:18:28+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'update_uk17' into 'master'

po: Update Ukrainian translation

See merge request Librem5/phosh!841</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/6df693045ea739f60671dc8d825961673fab94eb">6df69304</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-29T12:11:45+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">calls-manager: Add alerting to "active" state

We also want to blank in that case.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/25e185c97ff7f743716f33cd21b1db87ba31b0c7">25e185c9</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-06-29T13:59:56+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'call-state-allerting' into 'master'

calls-manager: Add alerting to "active" state

See merge request Librem5/phosh!843</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/30bd895f9f498632fd45ac8acf1f3db1a7eeaf45">30bd895f</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-30T07:55:34+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/changelog: Remove duplicate entry

This got added accidentally before 0.6.0

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/8fc8770cf45fbe36f2ccdc2db52542cf4fe14958">8fc8770c</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-30T07:55:34+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add NEWS file

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/c76a799bdf4f815ecf4cb548f264c28f98be1819">c76a799b</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-30T07:55:34+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Document changes and release 0.12.0
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/aff609eda4949f47d8493897706d0bef4ace9e65">aff609ed</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-06-30T09:00:13+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'rel-0.12.0' into 'master'

Release 0.12.0

See merge request Librem5/phosh!842</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/0e37786317ff89008f9b815d9a4f463e44795365">0e377863</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-30T11:06:17+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/changelog: Bump version to 0.12.0

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/7aa55f62623936779a4714cd716fd991fd18c9e4">7aa55f62</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-06-30T12:08:57+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: Bump phoc recommends

Recommend a version that allows us to bind all the interesting
keys.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/40bf03fdb39d7fb76041e92ca725d03af6526645">40bf03fd</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-06-30T12:45:55+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' into 'master'

d/control: Bump phoc recommends

See merge request Librem5/phosh!844</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b3c7961498c718cc0ee372f7e305e4c786ac0990">b3c79614</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-02T08:03:00+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">rotation-manager: Clarify debug message

Otherwise it can be confused with the rotation mode

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/09d530404d06fc773493ce267d6fbd9f236e7857">09d53040</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-02T08:03:00+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">rotation-manager: Don't claim accelerometer with orientation-lock

This reduces the work for iio-sensor-proxy a lot improving battery life.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/cf8fe2755e4b8faebdd777d3aeb318f723a5e620">cf8fe275</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-07-02T12:54:29+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'accel-claim' into 'master'

rotation-manager: Don't claim accel when orientation is locked

See merge request Librem5/phosh!838</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/971581375a3bb73067621799c87caf7d41d7da4d">97158137</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-04T16:18:41+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">shell: Move public functions to the end of the file

This makes it consistent with HACKING.md

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/a66a000114119bb3eaf3c97499899594fd3f9d7a">a66a0001</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-04T16:18:41+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">shell: Add guards to public functions

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/e4d7555ed1f22ce558f0b5f5cdcb4294d9dcf0c5">e4d7555e</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-04T16:18:41+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">shell: Protect against lockscreen-manager not being up yet

We get the monitors very early and the lockscreen_manager is not yet
created. Avoid a critical (and potential crash if we wiggle code around
later on).

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/00d1bb81c2a714097fc5fc278e7d2f30e85f7646">00d1bb81</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-04T16:18:41+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">overview: Only lookup activity if needed

No need to lookup the activity if the toplevel didn't get activated.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/944d76ce7aada7df64a131f3c3ee5afc270bd27a">944d76ce</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-04T16:18:41+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">overview: Change activity type

This avoids some casting

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/9c2e3b09a13360f5469c78b6db0ad50ae8f2cf29">9c2e3b09</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-04T16:18:41+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">overview: Unset activity when toplevel goes away

This prevents us from trying to set a focus on an
inexistent activity in phosh_overview_reset.

Fixes: 009177fac12b41d780ffc255bbb1105915407ead

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/675a75db822b7813ee765b875942378d7151b0fc">675a75db</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-07-04T17:19:17+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'fix-criticals' into 'master'

Fix criticals

See merge request Librem5/phosh!839</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/1551ad656888b179b2fd5fdf72cc70742fea03b8">1551ad65</a></strong>
<div>
<span>by Sebastian Krzyszkowiak</span>
<i>at 2021-07-06T01:39:34+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Revert "data: Update adaptive app defaults"

The commit intended to update adaptive app list, but it actually
changed the default favorites.

This reverts commit 19ebe2ec3a0df741b6935ac37de610b3c5e01117.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/562da7817cccd390943a1ce49161665a3717519f">562da781</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-07-06T06:54:20+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'schema' into 'master'

Revert "data: Update adaptive app defaults"

See merge request Librem5/phosh!846</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/c4bf7917dd4475cc3edf2749db2113d557b20dce">c4bf7917</a></strong>
<div>
<span>by Sebastian Krzyszkowiak</span>
<i>at 2021-07-06T07:01:10+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">data/phosh.service: Add Phosh to XDG_CURRENT_DESKTOP

Commit 86dad1dfcc20b56add8a1dff5c4637ce51a0ec69 has already done
that for the Wayland session, but missed adding a similar change
to the systemd service.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/bd8b8ee197a09950e25c6b9d3a14801b71244127">bd8b8ee1</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-07-06T07:49:57+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'desktop' into 'master'

data/phosh.service: Add Phosh to XDG_CURRENT_DESKTOP

See merge request Librem5/phosh!847</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/d84e75bbf34515a0392375296c8a97c1b72c4dfe">d84e75bb</a></strong>
<div>
<span>by Sebastian Krzyszkowiak</span>
<i>at 2021-07-06T07:57:16+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">style: Adjust search bar spacing

This brings it back to how it looked before introducing
app filtering, which was closer to the mockups.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/6f46a2feb33b09fb73b860257517ba6a0db5d115">6f46a2fe</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-07-06T08:56:14+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'margins' into 'master'

style: Adjust search bar spacing

See merge request Librem5/phosh!848</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/f227be4ae0df9b7251fa7a79e040acbf5c6c73ee">f227be4a</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">location-manager: Unref dbus proxy

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b322b52f9395e1f50f0344bdacc791806c353248">b322b52f</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">bt-manager: Unref dbus proxy

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/99771f00ccdf619a229fd91a07cdda6945bb58f6">99771f00</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">wwan-mm: Unref modem dbus proxies

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/eb94a39f61eace15908e524adda1d27b1af29dfc">eb94a39f</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">wwan-mm: Simplify chain up

Use same pattern as elsewhere

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/7d4b7757144004a4fa80651458d7254efb114056">7d4b7757</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">lockscreen-manager Unref session-presence proxy

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/84a223a5cf6a8f8764adcd50754588ba40a009ba">84a223a5</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">screenshot-manager: Don't hold ref when acquiring the bus

Otherwise we never dispose since the ref would only be dropped
on g_bus_unown_name which is called in dispose.

Since the manager stays around until shell shutdown this isn't a
problem.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/dc77f9d67b69018a52bbccc169f15b4462a10b31">dc77f9d6</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">location-manager: Don't hold a ref during name watching

Since the unwatch happens in dispose only we'd never drop that ref.

Since the manager stays around during the shell's lifetime this
is not a problem.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/27fb2f9c5585ad85976274aa3e6a0c6224b07a0c">27fb2f9c</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">torch-manager: Cancel proxy creation on dispose

This makes sure there's no lingering async callbacks.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/488393b05d8ef95b1d953ce0d084da3478204ac6">488393b0</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">monitor-manager: Adjust DBus naming

Use DBus instead of Dbus as with all other protocols and drop
use PhoshDBus as namespace which we want to use for all protocols
that don't need an object manager.

Reindent the interface function arguments while at that.

Fixes: a749990f0c37c7e361f6c1df945053b0432d0415
Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/59e8d4e3a055981af2d9507d818bcff32ad4e877">59e8d4e3</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">mode-manager: Avoid warning when DBus operation got cancelled

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/7683082315d3fe6ac74a92b59b7215d6580491aa">76830823</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: Fix alphabetic ordering

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/ad53b26cf3678360f324103f308012ce2ca6cde3">ad53b26c</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">testlib: Simplify getting a useful shell object

This adds functions to get a compositor, shell and isolated
session bus for testing which allows us to deduplicate some
code.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/13ceba4cdcfbedd6cef8431d3772d896fa39a1c7">13ceba4c</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">test-notify-manager: Use testlib helpers

Simplifies the code.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/3105ac262477474471b5cac24268c420d6691922">3105ac26</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">test-monitor-manager: Use testlib helpers

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/3cf9ac3db288005819285a8a8f860d6e1201904f">3cf9ac3d</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-06T09:09:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">test-screenshot-manager: Use testlib helpers

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/1daefd2e603bbe40fa61ce35e2dc3560ffe7acb3">1daefd2e</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-07-06T09:53:41+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'test-cleanups-and-resource-fixes' into 'master'

Simplify writing tests, (mostly) use private session bus and fix leaks found by that

See merge request Librem5/phosh!840</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/03ab793155addcfb3e823bf6b521e0ca09ff3984">03ab7931</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T12:31:44+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">calls-manager: Move state enum to header file

This makes it useable in the tests

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/10c28acf67beede6b51e7a509fe1389d4f42802e">10c28acf</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T12:31:44+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">calls-manager: Don't clear calls hash when name owner goes away

gio's object-manager sends us proper remove signals for each object.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/38ff0a7487a9096d808cfb7420730d56d0cef6f1">38ff0a74</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T12:31:44+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gcovr: Exclude subprojects from coverage

We don't bother about glib or gvc test coverate

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/d20f7e90d038caacc3827854e1340aa5554e82d1">d20f7e90</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T12:31:44+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add support for using glib as a subproject

This allows us to run the tests that have our object manager fixes.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/f7a6fe22a5dc7104719de725212cfb98cd8821eb">f7a6fe22</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T12:31:44+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gitlab-ci: Run extended tests on bullseye

Don't bother for the crossbuild since we don't run tests there and this
would just make build times longer.

Since we dont't want to build documentation for glib we need to do an
extra build for gtk-doc that uses system glib.

This gets simpler again once the next glib is released.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/108c9bf8eb26c0ba532817d1230cd597e6cf40aa">108c9bf8</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T12:31:44+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">calls-manager: Add test

We need to preserve DISPLAY for xvfb and set XDG_RUNTIME_DIR since
g_test_dbus_up unsets those via g_test_dbus_unset.

This needs https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2120
to not deadlock.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/a3f7074c4dd7501893e103a0ae0c2890ef892232">a3f7074c</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-07-08T11:33:52+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'calls-manager-test' into 'master'

Add calls-manager-test

See merge request Librem5/phosh!845</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/710a96e7b2dc409c37b790810831b3f5ef8a359f">710a96e7</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T14:19:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build: It's phosh, not libhandy

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/4a80d067f3adcf073ef0e67db417df840c8ea305">4a80d067</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T14:19:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">phosh-wwan: Return NULL not boolean

The operator is a string.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b229acd828b4c7c9d9d6c7f7eaa9a497aa93a47f">b229acd8</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T14:19:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">check-po: Check for ui files too

Use an extended regexp so we don't miss ui files

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/75e36107bca20d9565800091f49523d1cb6ccb0a">75e36107</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T14:19:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: Add gtk-mount-prompt.ui

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/0343af09dd5fe5ca38e85d9b43e2e4e78b0ec482">0343af09</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T14:19:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: Use wildcard to ignore subprojects

This makes sure we don't have to catch up when the subproject changes

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/5daa7bdc9f36165d9b0b50c8a9da1f3bc24a944a">5daa7bdc</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T14:19:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">docs: Add calls DBus protocol

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/06f100dde340e0bbacb3d2a6895f27497fcd4ec3">06f100dd</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T14:19:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">HACKING: document that we prefer css names over style classes

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/0c3b8c585242243993cb15e487bfc6e728ef41b9">0c3b8c58</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T14:19:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">lockscreen: Drop style class

We use gtk_widget_class_set_css_name so don't need an additional
style class.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/deef235beb51275c42c056cc1695a5f6fc178fa9">deef235b</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T14:19:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">lockscreen: Use enum for page names

It quickly becomes confusing otherwise

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b0128a0dba369f6d1e63c2c55479115acfce07c1">b0128a0d</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T14:19:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">lockscreen: Fix indentation

Bring this in line with current coding standards.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/e035253ac0ddfc015fe3155fedb1c60d0af5c0e3">e035253a</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-08T14:19:20+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">lockscreen: Use g_clear_handle_id ()

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/dcea8d88fdec8b69addbf0fe51fccb6804eb450a">dcea8d88</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-07-09T14:21:56+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'cleanups' into 'master'

Cleanups from !780

See merge request Librem5/phosh!849</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/178d49b491baab0b20235f9e470d9f59c14e7b8b">178d49b4</a></strong>
<div>
<span>by Vittorio Monti</span>
<i>at 2021-07-10T12:26:02+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: Update Italian translation
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/bcbf00585904676137e8231131e7fbf0b3cca8e0">bcbf0058</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-07-10T11:28:40+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'po-it' into 'master'

po: Update Italian translation

See merge request Librem5/phosh!851</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/4731af0aa7a1b2ee4d67c0c5d180056e2cac1a0d">4731af0a</a></strong>
<div>
<span>by Yuri Chornoivan</span>
<i>at 2021-07-11T16:31:36+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: Update Ukrainian translation
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/c2caa63e88f5f1bb665dc3625f0a4efd0fb409a9">c2caa63e</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-07-12T07:09:19+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'update_uk18' into 'master'

po: Update Ukrainian translation

See merge request Librem5/phosh!852</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/dc61d0924fe2d91e426f07f668e297d3455c8fd0">dc61d092</a></strong>
<div>
<span>by Anders Jonsson</span>
<i>at 2021-07-12T07:09:58+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: Update Swedish translation
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/13bb0d2cfb1d043b9c5ab79a5b060974059d97ed">13bb0d2c</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-07-12T08:28:06+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'l10n-sv' into 'master'

po: Update Swedish translation

See merge request Librem5/phosh!853</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/7be901c6418f19750e14a29948adebbb6021883e">7be901c6</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-07-12T16:09:33+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Document changes and release 0.12.1
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/f10df68ebf4c93fa186711f66e36526039d29c03">f10df68e</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2021-07-14T11:55:36+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'rel-0.12.1' into 'master'

Document changes and release 0.12.1

See merge request Librem5/phosh!854</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
.gitignore
</a>
</li>
<li class="file-stats">
<a href="#587d266bb27a4dc3022bbed44dfa19849df3044c">
.gitlab-ci.yml
</a>
</li>
<li class="file-stats">
<a href="#0c39c6a7c54e5d668d208665d6e5ccecdd3bb246">
HACKING.md
</a>
</li>
<li class="file-stats">
<a href="#9f621eb5fd3bcb2fa5c7bd228c9b1ad42edc46c8">
<span class="new-file">
+
NEWS
</span>
</a>
</li>
<li class="file-stats">
<a href="#980c4659e480ee35ac0a137fa08ea0c9e7088254">
config.h.in
</a>
</li>
<li class="file-stats">
<a href="#c4c801e51ba992259470cd2e8bd7701f3f0bb990">
data/00_sm.puri.Phosh.gschema.override
</a>
</li>
<li class="file-stats">
<a href="#324fe022d6adf6fa83beeabd08e4dcc1c42be108">
data/meson.build
</a>
</li>
<li class="file-stats">
<a href="#4903c5bdf6a4a3386262b8c0f735bfc08ac67b92">
data/phosh.service
</a>
</li>
<li class="file-stats">
<a href="#7a801cb6170bc21afa8fbfc627f6a28c73d8c6c0">
data/sm.puri.phosh.gschema.xml
</a>
</li>
<li class="file-stats">
<a href="#49b964c87a8a8961f76089bf87948e9c6bf3326b">
data/wayland-sessions/phosh.desktop
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
debian/control
</a>
</li>
<li class="file-stats">
<a href="#c98ad904536c0a87c0e327cb066dc77cf3667612">
docs/phosh-docs.xml
</a>
</li>
<li class="file-stats">
<a href="#c8a5a13e553e134db7c66553f02641f39193030e">
gcovr.cfg
</a>
</li>
<li class="file-stats">
<a href="#0cc1139e3347f573ae1feee5b73dbc8a8a21fcfa">
meson.build
</a>
</li>
<li class="file-stats">
<a href="#ca9bb7eff80503c97c83505e8acea4002fd87ac6">
meson_options.txt
</a>
</li>
<li class="file-stats">
<a href="#1f35254eafd260ef7262c1165537916497a1d165">
po/POTFILES.in
</a>
</li>
<li class="file-stats">
<a href="#a863f5a48a5c228ecdb316f5929e14c29d9059f8">
po/POTFILES.skip
</a>
</li>
<li class="file-stats">
<a href="#327aa0bc550fa884acca79a3295e722b622f7559">
po/it.po
</a>
</li>
<li class="file-stats">
<a href="#4a5c1cf4e30bce97baf810ad306a537239e2c52e">
po/sv.po
</a>
</li>
<li class="file-stats">
<a href="#b51f8cbe35a8772efe6f023fc1673b635dca1f80">
po/uk.po
</a>
</li>
<li class="file-stats">
<a href="#6b5f9b057f2fa05dc7d3e0745ac4768207de494e">
protocol/meson.build
</a>
</li>
<li class="file-stats">
<a href="#699c74b7afe528825f1a3e8c321d80a502fd7a84">
<span class="new-file">
+
protocol/virtual-keyboard-unstable-v1.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#e4df0eabaf6674e01bdd62648d693d21a2a92ea3">
src/app-grid.c
</a>
</li>
<li class="file-stats">
<a href="#1426a0b746e879817b90430d631162f4a3da8cd0">
src/app-grid.h
</a>
</li>
<li class="file-stats">
<a href="#59fe2ddf20f614b5fa25a06f476753d7e6385b26">
src/bt-manager.c
</a>
</li>
<li class="file-stats">
<a href="#d18e867784cbf78e0f08969a7eb7ea1a8ca3e24f">
<span class="new-file">
+
src/calls-manager.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#9783e8b7f944009c77e447c61d9de97b7246179e">
<span class="new-file">
+
src/calls-manager.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#151522ff4e4a637c277c537abe5bf8e78959d922">
src/dbus/meson.build
</a>
</li>
<li class="file-stats">
<a href="#5047a8bd1986fe5d48d18fe2236ad83b26b92d50">
<span class="new-file">
+
src/dbus/org.Gtk.MountOperationHandler.xml
</span>
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
<a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/compare/22d86963b4f95bf759d5d6495f26dd94b39504d8...f10df68ebf4c93fa186711f66e36526039d29c03">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>