<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/android/SCsub, branch 2.1.4-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/platform/android/SCsub?h=2.1.4-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/platform/android/SCsub?h=2.1.4-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-05-26T16:08:59Z</updated>
<entry>
<title>Android: avoiding duplicates in build.gradle</title>
<updated>2017-05-26T16:08:59Z</updated>
<author>
<name>Ramesh Ravone</name>
</author>
<published>2017-04-10T03:04:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=22c174bb71f74f2690b4a7b7434155bc41d9f746'/>
<id>urn:sha1:22c174bb71f74f2690b4a7b7434155bc41d9f746</id>
<content type='text'>
(cherry picked from commit f8309f86c2d9042789574ab5ec2ea37d38457574)
</content>
</entry>
<entry>
<title>Android: Support to change minSdkVersion (#8313)</title>
<updated>2017-05-26T16:08:26Z</updated>
<author>
<name>Ramesh Ravone</name>
</author>
<published>2017-04-09T21:35:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9028a754523fe379cbf66e1886afe9c36bcdb91b'/>
<id>urn:sha1:9028a754523fe379cbf66e1886afe9c36bcdb91b</id>
<content type='text'>
(cherry picked from commit 93b417fe17dd92e8fe22c3c4b72347d948ca128e)
</content>
</entry>
<entry>
<title>android: adding classpath and gradle plugins</title>
<updated>2017-03-18T23:44:13Z</updated>
<author>
<name>Ramesh Mani Maran</name>
</author>
<published>2017-03-06T10:04:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f2f2369db80fe9042e9fd5591bebf4e039720aab'/>
<id>urn:sha1:f2f2369db80fe9042e9fd5591bebf4e039720aab</id>
<content type='text'>
(cherry picked from commit 27c7d253aa1f2125e37344d7829b5b87a4b9a901)
</content>
</entry>
<entry>
<title>support for multiple maven url</title>
<updated>2017-03-18T19:21:49Z</updated>
<author>
<name>Ramesh Mani Maran</name>
</author>
<published>2017-03-05T10:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9b26e9c9acbe5e7458e5cb64b6f3d31e3c08df36'/>
<id>urn:sha1:9b26e9c9acbe5e7458e5cb64b6f3d31e3c08df36</id>
<content type='text'>
(cherry picked from commit aa7490ffd03149930a7526e4464f47a73496b32e)
</content>
</entry>
<entry>
<title>style: Fix PEP8 whitespace issues in Python files</title>
<updated>2016-11-02T21:28:28Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-02T21:28:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e259bf8bbb00c5555675892295ce50aa32695737'/>
<id>urn:sha1:e259bf8bbb00c5555675892295ce50aa32695737</id>
<content type='text'>
Done with `autopep8 --select=E2,W2`, fixes:

- E201 - Remove extraneous whitespace.
- E202 - Remove extraneous whitespace.
- E203 - Remove extraneous whitespace.
- E211 - Remove extraneous whitespace.
- E221 - Fix extraneous whitespace around keywords.
- E222 - Fix extraneous whitespace around keywords.
- E223 - Fix extraneous whitespace around keywords.
- E224 - Remove extraneous whitespace around operator.
- E225 - Fix missing whitespace around operator.
- E226 - Fix missing whitespace around operator.
- E227 - Fix missing whitespace around operator.
- E228 - Fix missing whitespace around operator.
- E231 - Add missing whitespace.
- E231 - Fix various deprecated code (via lib2to3).
- E241 - Fix extraneous whitespace around keywords.
- E242 - Remove extraneous whitespace around operator.
- E251 - Remove whitespace around parameter '=' sign.
- E261 - Fix spacing after comment hash.
- E262 - Fix spacing after comment hash.
- E265 - Format block comments.
- E271 - Fix extraneous whitespace around keywords.
- E272 - Fix extraneous whitespace around keywords.
- E273 - Fix extraneous whitespace around keywords.
- E274 - Fix extraneous whitespace around keywords.
- W291 - Remove trailing whitespace.
- W293 - Remove trailing whitespace.
</content>
</entry>
<entry>
<title>style: Start applying PEP8 to Python files, indentation issues</title>
<updated>2016-11-02T21:26:55Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-02T21:26:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=561c1f17a12a42b8263ce7dd40d90e1e9633c1de'/>
<id>urn:sha1:561c1f17a12a42b8263ce7dd40d90e1e9633c1de</id>
<content type='text'>
Done with `autopep8 --select=E1`, fixes:

- E101 - Reindent all lines.
- E112 - Fix under-indented comments.
- E113 - Fix over-indented comments.
- E115 - Fix under-indented comments.
- E116 - Fix over-indented comments.
- E121 - Fix a badly indented line.
- E122 - Fix a badly indented line.
- E123 - Fix a badly indented line.
- E124 - Fix a badly indented line.
- E125 - Fix indentation undistinguish from the next logical line.
- E126 - Fix a badly indented line.
- E127 - Fix a badly indented line.
- E128 - Fix a badly indented line.
- E129 - Fix a badly indented line.
</content>
</entry>
<entry>
<title>SCsub: Add python shebang as a hint for syntax highlighting</title>
<updated>2016-10-30T13:51:34Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-17T06:50:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5a49e45d213d57f82892c04b94497b37e9fa6229'/>
<id>urn:sha1:5a49e45d213d57f82892c04b94497b37e9fa6229</id>
<content type='text'>
Also switch existing shebangs to "better" /usr/bin/env python.

(cherry picked from commit fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163)
</content>
</entry>
<entry>
<title>Merge pull request #5077 from RandomShaper/improve-android-build</title>
<updated>2016-07-10T16:57:17Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-07-10T16:57:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d279d060e18fba43c83c77b0f91dcf2f6bfb3fd2'/>
<id>urn:sha1:d279d060e18fba43c83c77b0f91dcf2f6bfb3fd2</id>
<content type='text'>
Improve Android build</content>
</entry>
<entry>
<title>Add android_add_default_config for config.py</title>
<updated>2016-07-06T19:03:50Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-07-06T19:03:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=40d3234304535a3993b44c0a7cd55e18b14ced95'/>
<id>urn:sha1:40d3234304535a3993b44c0a7cd55e18b14ced95</id>
<content type='text'>
usage : env.android_add_default_config("applicationId 'com.godot.game'")
</content>
</entry>
<entry>
<title>Make Android build smarter (SCons + Gradle)</title>
<updated>2016-06-27T08:49:15Z</updated>
<author>
<name>Pedro J. Estébanez</name>
</author>
<published>2016-06-15T13:21:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e7b2626707457fe1d6af36da3d7a1ec3863cd52f'/>
<id>urn:sha1:e7b2626707457fe1d6af36da3d7a1ec3863cd52f</id>
<content type='text'>
Upgrade Gradle and Android plugin for Gradle
Disable all signing and zip-aligning for the export templates
Give correct names to generated APKs
Put .so files built by SCons right where Gradle has to pick them according to arch &amp; build type
Downgrade NDK platform to 14 to match minSdkVersion
</content>
</entry>
</feed>
