<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/mobile-widgets/qml, branch v4.9.8</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/mobile-widgets/qml?h=v4.9.8</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/mobile-widgets/qml?h=v4.9.8'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2020-11-05T22:22:15Z</updated>
<entry>
<title>mobile: add missing word to location warning</title>
<updated>2020-11-05T22:22:15Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-11-05T21:50:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=360123d432a9006913146072a2a0be541f2231f2'/>
<id>urn:sha1:360123d432a9006913146072a2a0be541f2231f2</id>
<content type='text'>
Thanks to Johan, one of our Swedish translators for noticing this
oversight.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile: show location service warning</title>
<updated>2020-10-24T16:47:37Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-10-07T03:04:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=28107efd30f87334641aab4753e4862961231cc7'/>
<id>urn:sha1:28107efd30f87334641aab4753e4862961231cc7</id>
<content type='text'>
Google play now requires that we show an explicit notification when turning
on background location. This is an attempt to fulfill that requirement - we
won't know if this is 'good enough' until we submit the app, though.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile: show text with location service icon</title>
<updated>2020-10-24T16:47:37Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-10-07T03:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4638936a2276e0b8aec4c1146539c64702f60a2d'/>
<id>urn:sha1:4638936a2276e0b8aec4c1146539c64702f60a2d</id>
<content type='text'>
I don't recall why we removed that text, but this makes it much clearer
that the service is active.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update translations from Transifex</title>
<updated>2020-10-06T21:58:21Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-10-06T21:58:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b3e28eed5d08cbbbcc640875f9b0f2e5f0af3506'/>
<id>urn:sha1:b3e28eed5d08cbbbcc640875f9b0f2e5f0af3506</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile/dive-edit: fix incorrect handling of multi tank gas mixes</title>
<updated>2020-08-16T23:23:19Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-08-15T18:42:25Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ebcfb46d8cec3adcb330cef32b4ff2f1c2d9b8a3'/>
<id>urn:sha1:ebcfb46d8cec3adcb330cef32b4ff2f1c2d9b8a3</id>
<content type='text'>
A silly copy and paste error caused us to overwrite the gas mixes for
all the tanks with the gas mix in the first tank.

Fixes #2913

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile/download: don't allow download without connection set</title>
<updated>2020-07-14T17:57:10Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-07-14T17:25:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4ec62441c172958156e36013f9dbf71e18a51dd1'/>
<id>urn:sha1:4ec62441c172958156e36013f9dbf71e18a51dd1</id>
<content type='text'>
It appears that multi line attributes silently fail. Without this change, the Download
button is enabled if vendor and product are chosen, even if there isn't a connection
selected. With this change (having all three conditions on the same line) the code
works as expected.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile: show sync state in menu plate</title>
<updated>2020-06-14T20:35:33Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-06-13T20:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5ff08598ca252b5caf05d3ad83b31ef21929708c'/>
<id>urn:sha1:5ff08598ca252b5caf05d3ad83b31ef21929708c</id>
<content type='text'>
This seems like the easiest way to show the state without disrupting the UI
elsewhere. Directly below the email address used for cloud storage.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile/dive-details: restrict width of tags field</title>
<updated>2020-06-08T19:27:50Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-06-08T18:03:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8a4a9382d39fc5074ca36d51b4730e77806e3405'/>
<id>urn:sha1:8a4a9382d39fc5074ca36d51b4730e77806e3405</id>
<content type='text'>
Having a lot of tags (or more precisely, a tags string that is very long) could
cause the width of the dive details view to extend past the width of the the
page. The txtTags label was missing a maximum width, and to make the result
more useful, I also added correct wrapping and elide to the mix (stupidly, we
had the wrap and width for the fixed name of the field ('Tags'), but not for
the user determined content of that field).

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile: add option to merge local cloud cache data</title>
<updated>2020-06-08T02:47:52Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-06-06T16:57:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e00e72d430b60f8b446d295f0aa7c19f91b82fea'/>
<id>urn:sha1:e00e72d430b60f8b446d295f0aa7c19f91b82fea</id>
<content type='text'>
The UI is ugly, and of course this is hidden in the developer options that have
to first be enabled in the advanced settings. As I mentioned in the previous
commit, I believe the actual risk that something gets damaged here is very low,
but still, explaining this so it makes sense to the casual user may be a bit...
difficult.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>mobile: tiny whitespace update</title>
<updated>2020-06-08T02:47:52Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2020-06-06T16:47:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8b167c14ad021e9835519ecd04b23ae6a9219a4b'/>
<id>urn:sha1:8b167c14ad021e9835519ecd04b23ae6a9219a4b</id>
<content type='text'>
Every time I edit main.qml, QtCreator fixes this for me. And then I filter it
from the commit to not mix white space and actual changes. So let's just get
this fixed and move on.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
