<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/build/android/patches, branch 5.1.0</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.1.0</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.1.0'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2018-09-23T12:03:05+00:00</updated>
<entry>
<title>Fix "Hunk #1 FAILED at 9 (different line endings)."</title>
<updated>2018-09-23T12:03:05+00:00</updated>
<author>
<name>Lourens-Rich</name>
<email>lourens@openmailbox.org</email>
</author>
<published>2018-09-11T16:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=65af7d2fb6a7e9537dedfb9d11e93c929030d71b'/>
<id>urn:sha1:65af7d2fb6a7e9537dedfb9d11e93c929030d71b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix many Android build issues</title>
<updated>2018-06-10T15:54:44+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2018-06-10T14:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=057f1574cba7ad66239fc28abb954b6b84df682f'/>
<id>urn:sha1:057f1574cba7ad66239fc28abb954b6b84df682f</id>
<content type='text'>
It remains one issue with MT itself and rtti
</content>
</entry>
<entry>
<title>Android: Update build system for ndk-r15x</title>
<updated>2017-12-04T02:20:32+00:00</updated>
<author>
<name>stujones11</name>
<email>stujones111@gmail.com</email>
</author>
<published>2017-11-15T19:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2507d32afe05c73bb27ed221c2a592b0894fdc68'/>
<id>urn:sha1:2507d32afe05c73bb27ed221c2a592b0894fdc68</id>
<content type='text'>
Add workarounds for ndk-r16.
</content>
</entry>
<entry>
<title>Android dependencies updates (#5755)</title>
<updated>2017-05-13T11:32:59+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-05-13T11:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0d4d35ab930ecb5b313f74ae430edddd0ee79d4d'/>
<id>urn:sha1:0d4d35ab930ecb5b313f74ae430edddd0ee79d4d</id>
<content type='text'>
* irrlicht ogles 5122 -&gt; 5145
* openssl 1.0.2j -&gt; 1.0.2k
* curl 7.52 -&gt; 7.54
* sqlite 3.15.2 -&gt; 3.18.0</content>
</entry>
<entry>
<title>Fix sqlite databases being read-only on 64bit Android by patching sqlite (#4871)</title>
<updated>2016-12-09T17:27:36+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rubenwardy@gmail.com</email>
</author>
<published>2016-12-09T17:27:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2886f0ccb06af04927d4cd661eaf82a253426c05'/>
<id>urn:sha1:2886f0ccb06af04927d4cd661eaf82a253426c05</id>
<content type='text'>
Fixes #4121</content>
</entry>
<entry>
<title>Fix android build by fixing patch line endings</title>
<updated>2016-05-14T14:46:46+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2016-05-14T14:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b25554c8d7260cdac6551c69900b78e24b0b48eb'/>
<id>urn:sha1:b25554c8d7260cdac6551c69900b78e24b0b48eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix locked hardware buttons on Android</title>
<updated>2016-05-14T13:42:36+00:00</updated>
<author>
<name>Maksim Gamarnik</name>
<email>MoNTE48@mail.ua</email>
</author>
<published>2016-05-14T13:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b906ed4e5902785ab6f15012666e344c98fabe14'/>
<id>urn:sha1:b906ed4e5902785ab6f15012666e344c98fabe14</id>
<content type='text'>
Fixes #2122
Fixes #1454

Addendum (est31)
According from its docs in android_native_app_glue.h (from the NDK), the
onInputEvent should "Return 1 if you have handled the event, 0 for any
default dispatching". Before, we always returned 1, meaning we blocked
all hardware keys to be given to the OS.
This broke the volume keys and has caused #2122 and #1454.

Although it bases on lots of guesswork, it can probably safely be said that
CGUIEnvironment::postEventFromUser returns true if the event was handled,
and false if not. Therefore, set the status variable depending on what
postEventFromUser returned.
</content>
</entry>
<entry>
<title>Upgrade Android build to Gradle build system</title>
<updated>2016-04-28T16:28:42+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2016-04-13T18:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e41673820ffe200df78b1ec185ccb9d9ca962ae1'/>
<id>urn:sha1:e41673820ffe200df78b1ec185ccb9d9ca962ae1</id>
<content type='text'>
The old Ant build system has been deprecated for a while and new development is focused on Gradle.
I also removed a hardcoded string that lint caught and moved the patch files to a subdirectory.
I left the JNI files in the root directory.
</content>
</entry>
</feed>
