godot/platform
volzhs 160713d4d3 Supporting Android API 23 (Android 6.0)
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.
2016-05-20 22:57:49 +09:00
..
android Supporting Android API 23 (Android 6.0) 2016-05-20 22:57:49 +09:00
bb10 Move export GUI debug toggle to export settings window 2016-04-28 16:13:26 +02:00
haiku remove trailing whitespace 2016-03-09 00:00:52 +01:00
iphone disabled appirater 2016-04-29 13:03:46 -03:00
isim Remove trailing spaces 2016-04-02 20:26:12 +02:00
javascript Move export GUI debug toggle to export settings window 2016-04-28 16:13:26 +02:00
osx OS.get_screen_size now returns the correct value on OSX 2016-05-11 11:44:10 -03:00
server Remove trailing spaces 2016-04-02 20:26:12 +02:00
windows Working even when re-entering window. 2016-05-09 15:46:05 +02:00
winrt Remove trailing spaces 2016-04-02 20:26:12 +02:00
x11 x11: Flush the X output buffer after changing mouse mode 2016-04-12 16:20:28 +02:00