Pawel Kolodziejski
19bcd1f3bc
ALL: Sync with ScummVM
2016-11-12 12:59:06 +01:00
Pawel Kolodziejski
506d80e0da
ANDROID: synchronize template
2015-01-18 11:08:46 +01:00
Joel Teichroeb
c0ccf26b05
ANDROID: Fix support for non arm platforms
2015-01-11 14:51:13 -08:00
Pawel Kolodziejski
f727e0966d
ALL: upgrade version number for master
2014-12-21 13:22:37 +01: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
Joel Teichroeb
c88b9b6268
ANDROID: Remove old reference to removed ResidualVMApplication
2014-01-26 10:28:05 -08:00
poulpi
b4dea2d617
ANDROID: Add resources
2014-01-25 16:19:31 +01: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
748eb94a65
ANDROID: Remove proguard files
...
These are for obfuscation, which we don't need
2014-01-23 11:57:17 -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
5a2fd93774
ANDROID: Add missing res/ file
2013-06-17 23:48:20 +02:00
Dries Harnie
bc425be991
ANDROID: Access extra verbs by swiping from right
2013-06-02 15:27:55 +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
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
8b784de736
GUI: adjust android unpacker background gradient color
2012-04-30 19:11:31 +02:00
Tobias Gunkel
d651552230
ANDROID: replace resource images
2012-04-30 19:10:45 +02:00
Tobias Gunkel
f2b2ca5c6b
ANDROID: adjust resource strings and configs to ResidualVM
2012-04-30 19:07:52 +02:00
Tobias Gunkel
7a4acd8cd1
ANDROID: rename image resources
2012-04-30 19:06:46 +02:00
Tobias Gunkel
e6d3ae833f
ANDROID: import dists/android from ScummVM
2012-04-30 19:05:04 +02:00