<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/android/AndroidManifest.xml.template, branch master</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-09-20T04:49:46Z</updated>
<entry>
<title>Set Android minSdkVersion to 18</title>
<updated>2017-09-20T04:49:46Z</updated>
<author>
<name>Ruslan Mustakov</name>
</author>
<published>2017-09-20T04:49:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ea7223d18151700650ec18c13f440e35dd2cd58b'/>
<id>urn:sha1:ea7223d18151700650ec18c13f440e35dd2cd58b</id>
<content type='text'>
It's the minimum version where GLES 3 API is available. It is already
the version Godot binary is compiled with for Android, but the config
files were not updated in time.
</content>
</entry>
<entry>
<title>Several fixes to Android exporter and port.</title>
<updated>2017-03-23T23:14:12Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-03-23T23:14:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=efaeebab4d83e5657288b7b20db6ce4ccf987a01'/>
<id>urn:sha1:efaeebab4d83e5657288b7b20db6ce4ccf987a01</id>
<content type='text'>
Android seems to be working again!
</content>
</entry>
<entry>
<title>fix android support screen property for large screen</title>
<updated>2016-06-10T05:09:33Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-06-10T05:09:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4f64935ab62f7837c0a1cd6b8f069ef568928474'/>
<id>urn:sha1:4f64935ab62f7837c0a1cd6b8f069ef568928474</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix compatibility for Android API 14 with supporting API 23</title>
<updated>2016-05-24T02:22:35Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-05-24T02:22:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ff67c256f52b904bdabe17e755194149da9b219f'/>
<id>urn:sha1:ff67c256f52b904bdabe17e755194149da9b219f</id>
<content type='text'>
using ``NotificationCompat`` in ``support-v4`` library will increase APK filesize a little bit, but it guarantees to run OK with API 4+
tested with API 19 and 23 devices
</content>
</entry>
<entry>
<title>Renamed godot domain from com.android.godot (which was incorrect) to org.godotengine.godot</title>
<updated>2016-01-08T20:53:00Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-08T20:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=40ba22631bbb7fc4c6b88d01402e132dbaceaf2b'/>
<id>urn:sha1:40ba22631bbb7fc4c6b88d01402e132dbaceaf2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Removed ANT build system for Android, as it was deprecated by Google</title>
<updated>2016-01-08T16:36:44Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-08T16:36:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=401622cc229317bd218f070dd07a3bd8db582f16'/>
<id>urn:sha1:401622cc229317bd218f070dd07a3bd8db582f16</id>
<content type='text'>
-Added new Gradle build system, as it is the required build system
</content>
</entry>
<entry>
<title>change android install location to automatic, closes #1997</title>
<updated>2016-01-03T23:31:37Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-03T23:31:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e0eff65fc0a807ecabc86194e0888e52cf682100'/>
<id>urn:sha1:e0eff65fc0a807ecabc86194e0888e52cf682100</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Fixed android export options (screen sizes, orientation should work)</title>
<updated>2015-05-02T00:13:20Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-05-02T00:13:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1e422941c88105852cc376569b7aa92e7784f4cd'/>
<id>urn:sha1:1e422941c88105852cc376569b7aa92e7784f4cd</id>
<content type='text'>
-added functions to get mouse position in CanvasItem
</content>
</entry>
<entry>
<title>-Added android immersive mode, fixes #303</title>
<updated>2015-04-17T19:18:46Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-17T19:18:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b56badf77b652abca012dd4dbd4932a03e4139dd'/>
<id>urn:sha1:b56badf77b652abca012dd4dbd4932a03e4139dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merges from okam repo</title>
<updated>2015-03-03T17:39:13Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-03-03T17:39:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4d2198110b4af7f203eeef95697255569e49bce7'/>
<id>urn:sha1:4d2198110b4af7f203eeef95697255569e49bce7</id>
<content type='text'>
</content>
</entry>
</feed>
