Commit Graph
19 Commits
Author SHA1 Message Date
Joel Teichroeb c0ccf26b05 ANDROID: Fix support for non arm platforms 2015-01-11 14:51:13 -08:00
Dries Harnie bd07459667 Merge pull request #825 from PoulpiFr/running-manny
ANDROID: Quick changement to the touchcontrols to let Manny run + Overlay buttons on screen
2014-02-09 23:02:21 +01:00
Joel Teichroeb 91667132f5 ANDROID: Use custom_rules.xml instead of build.xml
The build.xml was getting ignored, so we need to actually override rules
2014-01-27 10:13:25 -08:00
poulpi a50bf59195 ANDROID: Add control buttons on the Android screen
ANDROID: Removing some logging
2014-01-25 15:29:45 +01: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 38c22e3c70 ANDROID: Don't install source files to apk
If ant is let loose on backends/platform/android it copies everything it can into the final apk file, which we obviously don't want. This changes it so that it will only see the java files which it compiles puts the results into the apk.
2014-01-23 10:08:13 -08:00
Joel Teichroeb 465c91a8b4 ANDROID: Make androidrelease use ant release 2014-01-20 14:17:57 -08:00
Dries Harnie 8e8c9c32df ANDROID: Bundle shaders with assets 2014-01-14 00:26:39 +01:00
Dries Harnie 4e135071fc ANDROID: Support OUYA platform & controller 2014-01-14 00:26:31 +01:00
Dries Harnie 308fd295a0 BUILD: Refactor Android build 2014-01-13 19:36:44 +01:00
Pawel Kolodziejski 068ff94d20 ALL: synced with ScummVM 2013-07-07 15:29:33 +02:00
Dries Harnie 471e4748b3 ANDROID: Support swipe-based virtcontrols
Touching and holding the left side of the screen functions as a
joystick.
Swiping the middle side allows fine control over arrow keys (eg.
dialogues), tapping it sends an enter key.
Swiping the right side up/down sends pageup/pagedown.
2013-06-02 15:27:55 +02:00
Dries Harnie 5dac6fec49 ANDROID: Don't compress assets, skip asset header 2013-06-02 14:53:50 +02:00
Dries Harnie 15644d32fc ANDROID: Unpack library from lib/... instead of mylib 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
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 7b668875ea ANDROID: disable compression of zip-files in apk
Do not compress zip-files added to the apk archive. This is very slow on android 2.3 devices if the zip-file is big (e.g. modern.zip theme) and devices with android < 2.3 do not support assets with an uncompressed size greater than 1 MB at all.

As most zip-file entries (like themes) are just stored and not compressed, zip-file assets are recompressed before adding them to the apk to avoid wasting space.
2012-04-30 19:11:32 +02:00
Tobias Gunkel 45ca17f122 ANDROID: adjust Android backend files for ResidualVM 2012-04-30 19:09:34 +02:00
tobias 654ccc883c ANDROID: import backends/platform/android from ScummVM 2012-04-30 19:04:24 +02:00