<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/android-mobile/src/org/subsurfacedivelog/mobile, branch v4.9.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.9.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.9.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2018-08-11T18:14:22Z</updated>
<entry>
<title>Whitespace cleanup, extra braces, and null checks</title>
<updated>2018-08-11T18:14:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-08-11T04:43:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=9f94aaf450200d1aab1dd7aff43cd8cf58de57a5'/>
<id>urn:sha1:9f94aaf450200d1aab1dd7aff43cd8cf58de57a5</id>
<content type='text'>
Thanks to Lubomir for the review.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Android: fix function signature in java code</title>
<updated>2018-08-11T18:14:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-08-11T02:26:49Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=67fae6185dee31e5608f2df190bee8b096637f1c'/>
<id>urn:sha1:67fae6185dee31e5608f2df190bee8b096637f1c</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Android: only handle Intents after the app is initialized</title>
<updated>2018-08-11T18:14:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-08-09T14:14:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fd58441b085a55df6c6da75131eb75fb0a65a0a1'/>
<id>urn:sha1:fd58441b085a55df6c6da75131eb75fb0a65a0a1</id>
<content type='text'>
The old code happened to work because this function only got called if
the app was already running, but the correct thing to do is to always
wait until we have first called back from C++ code, indicating that the
app is indeed fully initialized.

This way we only process the Intent in one place in the Java code.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Android: add callback from Intent</title>
<updated>2018-08-11T18:14:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-06-30T20:40:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=aed7528443b68ce8aced14130fc3622ddf8ec866'/>
<id>urn:sha1:aed7528443b68ce8aced14130fc3622ddf8ec866</id>
<content type='text'>
Right now all this does is add the device string to the log.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Android: add Java class to receive Intents</title>
<updated>2018-08-11T18:14:22Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-06-29T20:51:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d27777790ee956c532be1dcefb59332e424bedd2'/>
<id>urn:sha1:d27777790ee956c532be1dcefb59332e424bedd2</id>
<content type='text'>
We want to be able to respond to a USB device being plugged in.
This simply logs the information we get from the device. Sadly the
really useful getProductName and getManufacturerName require API level
21 (so Android 5.0 or newer) and we still have a couple hundred users on
4.1-4.4.

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