<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/android/java/res, branch 3.0.1-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=3.0.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=3.0.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-05-17T17:53:59Z</updated>
<entry>
<title>Use new Godot icon consistently everywhere</title>
<updated>2017-05-17T17:53:59Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-05-17T17:03:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=519df0d34d823601b98e8e1838ee726a7801c248'/>
<id>urn:sha1:519df0d34d823601b98e8e1838ee726a7801c248</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Android: Rename values-zh to values-zh-rCN (#6063)</title>
<updated>2016-08-08T09:51:30Z</updated>
<author>
<name>Skyfrit</name>
</author>
<published>2016-08-08T09:51:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4f6a21b0df772804b67073dc65f000f571a4511e'/>
<id>urn:sha1:4f6a21b0df772804b67073dc65f000f571a4511e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Android: Add support for Traditional Chinese (HK) (#6061)</title>
<updated>2016-08-08T09:49:51Z</updated>
<author>
<name>Skyfrit</name>
</author>
<published>2016-08-08T09:49:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=664b5b5137b00c170968c688d880561ab294ae91'/>
<id>urn:sha1:664b5b5137b00c170968c688d880561ab294ae91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Android: Add support for Traditional Chinese (TW) (#6061)</title>
<updated>2016-08-08T09:49:35Z</updated>
<author>
<name>Skyfrit</name>
</author>
<published>2016-08-08T09:49:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8ab4acd17f06c31b9281c63232756c4d1a7b3a24'/>
<id>urn:sha1:8ab4acd17f06c31b9281c63232756c4d1a7b3a24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed iCCp chunk in pngs</title>
<updated>2016-06-22T19:13:29Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2016-06-22T18:44:02Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0ab05b09e4a950783c9bd95e65fdcee6b39dcc67'/>
<id>urn:sha1:0ab05b09e4a950783c9bd95e65fdcee6b39dcc67</id>
<content type='text'>
neccesary for libpng 1.6.27 to work silently
</content>
</entry>
<entry>
<title>fix android resource locale</title>
<updated>2016-06-22T13:32:03Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-06-22T13:32:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=591be5df25be713bfe9b34a93b72b33e6e6f989e'/>
<id>urn:sha1:591be5df25be713bfe9b34a93b72b33e6e6f989e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4729 from volzhs/android-23</title>
<updated>2016-06-07T07:45:24Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-06-07T07:45:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=aed547423825af99fbd5112c39c7e3c33fc2200f'/>
<id>urn:sha1:aed547423825af99fbd5112c39c7e3c33fc2200f</id>
<content type='text'>
Supporting Android API 23 (Android 6.0)</content>
</entry>
<entry>
<title>Icon: Remove more grey capsules behind official logo</title>
<updated>2016-05-29T22:41:42Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-05-29T22:41:42Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e6e878e139eb48f587bf4f6e111b08ebf0121749'/>
<id>urn:sha1:e6e878e139eb48f587bf4f6e111b08ebf0121749</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Supporting Android API 23 (Android 6.0)</title>
<updated>2016-05-20T13:57:49Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-05-20T13:57:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=160713d4d36ab4bd5f9b53d0d3e0c69d7e4960f7'/>
<id>urn:sha1:160713d4d36ab4bd5f9b53d0d3e0c69d7e4960f7</id>
<content type='text'>
If we update build gradle to use ``compileSdkVersion 23``,
``org.apache.http`` package causes error. (issue #4711)

We need to use ``useLibrary 'org.apache.http.legacy'`` to solve this problem.
To use ``useLibrary``, we need to use latest gradle also.

And now, we faced another problem with ``APK Expansion`` java sources.

```
/platform/android/java/src/com/google/android/vending/expansion/downloader/impl/DownloadNotification.java
137 :             mCurrentNotification.setLatestEventInfo(mContext, mCurrentTitle, mCurrentText, mContentIntent); // causes error
```

So, some of APK Expansion java sources are updated by referencing commits from https://github.com/danikula/Google-Play-Expansion-File
And dropped V3CustomNotification.java which was for android 3.0, since godot supports android 14 (4.0) above officially.

Unfortunately, another problem, The 'MissingTranslation' error was occurred.
So, build.gradle is updated to use ``disable 'MissingTranslation'``

Additionally, I updated ``buildToolsVersion``, ``targetSdkVersion`` to latest version.

I tested APK Expansion funtionality on Android 6.0 (Nexus 9, Nexus 6p) and Android 4.4 (Galaxy Note 2)  with Google Developer console.
</content>
</entry>
<entry>
<title>remove unused resources and add korean locale for android</title>
<updated>2016-04-19T02:10:55Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-04-19T02:10:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e94e710893960d9b6581c0c669a436173185d596'/>
<id>urn:sha1:e94e710893960d9b6581c0c669a436173185d596</id>
<content type='text'>
- remove unused resources in platform/android/java/res/values/strings.xml
- add korean language resource for apk expansion download screen
</content>
</entry>
</feed>
