<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/android/res, branch v4.7.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.7.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.7.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-05-27T14:09:27Z</updated>
<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>Revert "Add a simple cp2130 libusb driver"</title>
<updated>2016-09-22T21:56:31Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-09-22T21:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=78dc3a3efe83c66a7cb31677704e1570bf8a3a4a'/>
<id>urn:sha1:78dc3a3efe83c66a7cb31677704e1570bf8a3a4a</id>
<content type='text'>
This reverts commit 93ef223a3131db838abc7c390ddce3fae8be5f7c.
</content>
</entry>
<entry>
<title>Add a simple cp2130 libusb driver</title>
<updated>2016-09-18T14:12:16Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2016-09-18T12:56:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=93ef223a3131db838abc7c390ddce3fae8be5f7c'/>
<id>urn:sha1:93ef223a3131db838abc7c390ddce3fae8be5f7c</id>
<content type='text'>
This adds a simple cp2130 userspace driver. Its probably unusable in the
real world but its a great base to build upon.

Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Open subsurface on attaching divecomputer</title>
<updated>2015-08-21T06:01:15Z</updated>
<author>
<name>Venkatesh Shukla</name>
<email>venkatesh.shukla.eee11@iitbhu.ac.in</email>
</author>
<published>2015-08-20T22:19:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=eb31b3b0759caf74708d5792d211c1f393c509e0'/>
<id>urn:sha1:eb31b3b0759caf74708d5792d211c1f393c509e0</id>
<content type='text'>
Added USB usage permissions in manifest.
Also added various FTDI based USB devices in xml/device_filter.xml. When any
device matching the VID and PID provided in the device_filter.xml is attached,
subsurface application is opened automatically. Also, the USB permissions are
granted to the application. This simplifies the USB file generation approach.

Signed-off-by: Venkatesh Shukla &lt;venkatesh.shukla.eee11@iitbhu.ac.in&gt;
Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Change the name of the Android app</title>
<updated>2015-01-13T20:34:18Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2015-01-13T20:34:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=418742122146a8c415150bec10d9b5674e819552'/>
<id>urn:sha1:418742122146a8c415150bec10d9b5674e819552</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Template for subsurface android package</title>
<updated>2014-06-25T05:50:21Z</updated>
<author>
<name>Venkatesh Shukla</name>
<email>venkatesh.shukla.eee11@iitbhu.ac.in</email>
</author>
<published>2014-06-23T11:48:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6e106156666ac2c107286a5bfd519474620cb8f9'/>
<id>urn:sha1:6e106156666ac2c107286a5bfd519474620cb8f9</id>
<content type='text'>
For modifications to the final source code of built android package
such as permission additions and inclusion of xml and java files, it
is necessary to maintain a template. The template is copied without
any modifications on top of qt android-template before building
subsurface libraries. Refer:
http://qt-project.org/doc/qt-5/deployment-android.html#qmake-variables

Files that are required to be directly copied to android package
would be included in directory android.
Icons for subsurface on android and string.xml are included.

Signed-off-by: Venkatesh Shukla &lt;venkatesh.shukla.eee11@iitbhu.ac.in&gt;
Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
