<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/android-mobile/res, branch v4.7.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-07-03T22:05:45Z</updated>
<entry>
<title>Android: add Suunto EON Steel as device</title>
<updated>2017-07-03T22:05:45Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-07-03T22:05:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8467e53f1178503de1d5bd5007e0361113d5f14b'/>
<id>urn:sha1:8467e53f1178503de1d5bd5007e0361113d5f14b</id>
<content type='text'>
This way plugging in an EON Steel should pop up a question if the
user wants to open Subsurface-mobile. Unfortunately, the download
doesn't work, yet, and worse, if the phone goes to sleep while an
EON Steel is plugged in, this appears to trigger a hard crash on
the EON Steel.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Subsurface-mobile on Android: add USB intent filter</title>
<updated>2017-05-30T03:37:18Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-05-30T03:37:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=c05fe9fc9b1c76bb447af8033f9917b1f5d10a1c'/>
<id>urn:sha1:c05fe9fc9b1c76bb447af8033f9917b1f5d10a1c</id>
<content type='text'>
With this a few FTDI based dive computers should be visible from the app.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Android build: remove references to ministro stuff</title>
<updated>2017-05-27T14:09:27Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-05-25T17:57:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3d8c0b27719ec6fd180c85608b241a53c123ca4c'/>
<id>urn:sha1:3d8c0b27719ec6fd180c85608b241a53c123ca4c</id>
<content type='text'>
First, Ministro (an app to help installing Qt dependencies on
the mobile platform) is not needed in Subsurface context, as all
dependencies are part of the distribution. Secondly, it breaks the
build as the strings (removed here) are also defined in Qt, and
apparently the Gradle build is detecting this double define.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>Subsurface-mobile on Android: change the splash screen methodology</title>
<updated>2016-01-19T20:42:58Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-01-19T20:42:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=04e994b57558ed9db0e5175c89c131f7f87d1bb7'/>
<id>urn:sha1:04e994b57558ed9db0e5175c89c131f7f87d1bb7</id>
<content type='text'>
This is based on post by Ben Laud
https://medium.com/@benlaud/complete-guide-to-make-a-splash-screen-for-your-qml-android-application-567ca3bc70af

It creates a theme that uses a splash drawable that Android will show
immediately when the application is launched. And then starts the QML
application with visibility set to false adn only makes it visible (and replace
the splash screen) once initialization is finished.

We still get a little flicker with the switch from splash to start page to dive
list, but over all the experience is hugely improved. And the bug that the
splash screen stays around when starting Subsurface-mobile in landscape also
appears to be fixed.

Fixes #994

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Subsurface-mobile: add title to splash</title>
<updated>2015-12-30T15:41:52Z</updated>
<author>
<name>Rick Walsh</name>
<email>rickmwalsh@gmail.com</email>
</author>
<published>2015-12-30T01:38:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=4ad090565a4e5073f7c37115f348d2726c9405f4'/>
<id>urn:sha1:4ad090565a4e5073f7c37115f348d2726c9405f4</id>
<content type='text'>
Add "Subsurface-mobile" to base of splash screen

Signed-off-by: Rick Walsh &lt;rickmwalsh@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Subsurface-mobile: capitalization of app name</title>
<updated>2015-12-30T01:30:54Z</updated>
<author>
<name>Rick Walsh</name>
<email>rickmwalsh@gmail.com</email>
</author>
<published>2015-12-30T01:03:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0aecb12ab1892fb8d3c68766ce979c46ad0059b8'/>
<id>urn:sha1:0aecb12ab1892fb8d3c68766ce979c46ad0059b8</id>
<content type='text'>
We call the app Subsurface-mobile most of the time, let's do so for the app
name too

Signed-off-by: Rick Walsh &lt;rickmwalsh@gmail.com&gt;

../android-mobile/res/drawable-xhdpi/subsurface_mobile_splash.9.png
../android-mobile/res/drawable-xxhdpi/subsurface_mobile_splash.9.png
../android-mobile/res/drawable-xxxhdpi/subsurface_mobile_splash.9.png
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Subsurface-mobile: Add 9-patch splash images</title>
<updated>2015-12-29T17:54:32Z</updated>
<author>
<name>Rick Walsh</name>
<email>rickmwalsh@gmail.com</email>
</author>
<published>2015-12-29T04:14:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=0624e882e48df623ea240e164b493c50c7887582'/>
<id>urn:sha1:0624e882e48df623ea240e164b493c50c7887582</id>
<content type='text'>
Adds 9-patch splash images, so that will not be distorted on different sized
and oriented displays.

Created with guidance from
https://software.intel.com/en-us/xdk/articles/android-splash-screens-using-
nine-patch-png

Signed-off-by: Rick Walsh &lt;rickmwalsh@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add splash screen for android-mobile</title>
<updated>2015-12-28T22:03:48Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2015-12-28T21:53:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bcdd5645a6477be5ac35b94d165e39c0adce9e84'/>
<id>urn:sha1:bcdd5645a6477be5ac35b94d165e39c0adce9e84</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add different icon for mobile app</title>
<updated>2015-07-09T23:37:43Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-07-09T23:37:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=cbda93ce11f14f853f6b618a347391da45dd5da1'/>
<id>urn:sha1:cbda93ce11f14f853f6b618a347391da45dd5da1</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
