<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dragonfireclient.git/android/native, branch master</title>
<subtitle>luanti cheat client
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=master</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/'/>
<updated>2022-05-21T15:49:41+00:00</updated>
<entry>
<title>Fixes to Android build + option to turn LuaJIT on/off for testing purposes (#12334)</title>
<updated>2022-05-21T15:49:41+00:00</updated>
<author>
<name>paradust7</name>
<email>102263465+paradust7@users.noreply.github.com</email>
</author>
<published>2022-05-21T15:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=371f21fb350a29ad1ade4ffaf38c07ca1742cd63'/>
<id>urn:sha1:371f21fb350a29ad1ade4ffaf38c07ca1742cd63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the codebase to C++14</title>
<updated>2022-02-26T13:39:41+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-02-23T19:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=04bd253390cc6c67a555e4837e7e48d524fdf014'/>
<id>urn:sha1:04bd253390cc6c67a555e4837e7e48d524fdf014</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fully remove bitmap font support (#11863)</title>
<updated>2022-01-08T13:53:25+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-01-08T13:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=76dbd0d2d04712dcad4f7c6afecb97fa8d662d6d'/>
<id>urn:sha1:76dbd0d2d04712dcad4f7c6afecb97fa8d662d6d</id>
<content type='text'>
Freetype is now a build requirement.</content>
</entry>
<entry>
<title>Update to Android target SDK 30 (#11746)</title>
<updated>2021-11-27T00:10:13+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2021-11-27T00:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=51cfb57b4da8e71e39380bf5bf3e19414c779e12'/>
<id>urn:sha1:51cfb57b4da8e71e39380bf5bf3e19414c779e12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Android to new dependency repo (#11690)</title>
<updated>2021-10-31T22:32:25+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-10-31T22:32:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=4114e3047bd2cc975d829f24d73991650817ad66'/>
<id>urn:sha1:4114e3047bd2cc975d829f24d73991650817ad66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use scoped app storage on Android (#11466)</title>
<updated>2021-10-15T16:14:48+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2021-10-15T16:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=6901c5fae54eafb05494823b60d4e26c14b342f1'/>
<id>urn:sha1:6901c5fae54eafb05494823b60d4e26c14b342f1</id>
<content type='text'>
From November 2021, the Play Store will no longer be accepting
apps which use the deprecated getExternalStorageDirectory() API.

Therefore, this commit replaces uses of deprecated API with the new
scoped API (`getExternalFilesDir()` and `getExternalCacheDir()`).
It also provides a temporary migration to move user data from the
shared external directory to new storage.

Fixes #2097,  #11417 and #11118</content>
</entry>
<entry>
<title>Switch MapBlock compression to zstd (#10788)</title>
<updated>2021-09-01T00:32:31+00:00</updated>
<author>
<name>lhofhansl</name>
<email>larsh@apache.org</email>
</author>
<published>2021-09-01T00:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=d1624a552151bcb152b7abf63df6501b63458d78'/>
<id>urn:sha1:d1624a552151bcb152b7abf63df6501b63458d78</id>
<content type='text'>
* Add zstd support.
* Rearrange serialization order
* Compress entire mapblock

Co-authored-by: sfan5 &lt;sfan5@live.de&gt;</content>
</entry>
<entry>
<title>Gettext support on Android (#11435)</title>
<updated>2021-08-08T16:59:07+00:00</updated>
<author>
<name>Pevernow</name>
<email>3450354617@qq.com</email>
</author>
<published>2021-08-08T16:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=c6eddb0bae32c43ffff46e9c1e3f293d0fd9ed73'/>
<id>urn:sha1:c6eddb0bae32c43ffff46e9c1e3f293d0fd9ed73</id>
<content type='text'>

Co-authored-by: sfan5 &lt;sfan5@live.de&gt;
Co-authored-by: =?UTF-8?q?Olivier=20Samyn=20=F0=9F=8E=BB?= &lt;code@oleastre.be&gt;</content>
</entry>
<entry>
<title>Move build/android directory to root of project (#11283)</title>
<updated>2021-06-21T19:51:42+00:00</updated>
<author>
<name>NeroBurner</name>
<email>pyro4hell@gmail.com</email>
</author>
<published>2021-06-21T19:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=a7143c2a8c48b234d78ec666193b942ae0b62ca3'/>
<id>urn:sha1:a7143c2a8c48b234d78ec666193b942ae0b62ca3</id>
<content type='text'>
</content>
</entry>
</feed>
