Commit Graph
15 Commits
Author SHA1 Message Date
Pawel Kolodziejski 19bcd1f3bc ALL: Sync with ScummVM 2016-11-12 12:59:06 +01:00
Pawel Kolodziejski f727e0966d ALL: upgrade version number for master 2014-12-21 13:22:37 +01:00
Joel Teichroeb c88b9b6268 ANDROID: Remove old reference to removed ResidualVMApplication 2014-01-26 10:28:05 -08:00
Joel Teichroeb 0afc2b8e0b ANDROID: Remove Unpacker and plugin related things
Also remove the splash screen that happend during unpacking.
2014-01-24 11:51:20 -08:00
Joel Teichroeb f8ab2183a5 ANDROID: Install to internal by default
Remove android:installLocation="preferExternal" as it is not needed for such a small app.
2014-01-22 09:10:00 -08:00
Joel Teichroeb 9742d97b68 ANDROID: Remove old feature requirements
These don't seem to work as intended as they cause the play store to limit us to 23 devices.
2014-01-22 09:08:59 -08:00
Joel Teichroeb e782168092 ANDROID: Remove INTERNET permission 2014-01-20 12:10:06 -08:00
Dries Harnie 4e135071fc ANDROID: Support OUYA platform & controller 2014-01-14 00:26:31 +01:00
Dries Harnie 135e0a569c ANDROID: Set target API level to 15; fix warnings 2014-01-13 19:36:44 +01:00
Dries Harnie 1272c4030c ANDROID: Switch renderer to GL ES2 2013-06-02 14:53:50 +02:00
Dries Harnie 8e7dfac024 ANDROID: Enable support for OpenGL ES2 2013-06-02 14:53:45 +02:00
Pawel Kolodziejski fe998186b9 ANDROID: few more updates 2012-05-03 06:52:42 +02:00
Tobias Gunkel 40e2cc4d96 ANDROID: increase required NDK and SDK version numbers
Android NDK 5 and SDK 7 (Android 2.1) are needed to provide full multitouch support. Otherwise MotionEvent.getPointerCount() and  MotionEvent.getX(int) are not available.

In addition GLES2 headers are only available in Android 2.1 and newer revisions.
2012-04-30 19:11:32 +02:00
Tobias Gunkel f2b2ca5c6b ANDROID: adjust resource strings and configs to ResidualVM 2012-04-30 19:07:52 +02:00
Tobias Gunkel e6d3ae833f ANDROID: import dists/android from ScummVM 2012-04-30 19:05:04 +02:00