Eugene Sandulenko
0930018045
RELEASE: This is 1.9.0git
2016-02-05 23:31:25 +01:00
Joel Teichroeb
59934881a1
ANDROID: Remove unpacker and fix support for non arm
2015-01-05 20:18:31 -08:00
Joel Teichroeb
563d837013
ANDROID: Modernize build system
...
Written originally by @Botje for ResidualVM
2014-07-22 16:57:30 -07:00
Marcus Comstedt
0adb9e7d9b
ANDROID: Reinstate overscan margin resource for OUYA/GoogleTV
...
This reverts commits 51cb7557
and 2648062d
.
Please note that Android SDK Platform Tools r06 or later is needed
to build ScummVM.
2014-07-01 22:14:57 +02:00
Eugene Sandulenko
3c6284a1c7
RELEASE: This is 1.8.0git
2014-06-30 23:55:38 +03:00
D G Turner
51cb755726
ANDROID: Really fix compilation.
...
The vanilla android toolchain even is unhappy when unknown folders are
present in the resources directory, so have moved the ouya specific
resources out to another directory.
2013-10-09 23:26:58 +01:00
Marcus Comstedt
7a1ffe8c59
ANDROID: Add some margins when screen is a TV
2013-08-18 15:21:18 +02:00
Marcus Comstedt
9a888ed1c8
ANDROID: Add OUYA icon and intent
2013-08-07 17:19:24 +02:00
Eugene Sandulenko
e10eb97126
RELEASE: This is 1.7.0git
2013-05-05 00:42:10 +03:00
Eugene Sandulenko
6387e3bca7
RELEASE: This is 1.6.0git
2012-07-08 22:30:05 +03:00
Tarek Soliman
b0f961924a
ANDROID: Fix mkplugin.sh freezing with bash
...
dash apparently works fine
2012-02-27 06:51:18 -06:00
Alyssa Milburn
1545745281
ANDROID: Fix sed escaping in mkplugin.sh.
...
(cherry picked from commit a836eb2cff9e631eac3ae4a0abc9952bc869d1c3)
2012-02-27 06:46:18 -06:00
Alyssa Milburn
44b7f3aed5
ANDROID: Move from org.inodes.gus to org.scummvm.
2011-10-25 21:18:42 +02:00
Alyssa Milburn
456b950c52
ANDROID: Add a shared user id.
...
Otherwise the plugins fail to run on modern Android because they're set
to run in-process but they're not allowed to do so.
2011-10-22 20:47:02 +02:00
Eugene Sandulenko
2c73500842
RELEASE: This is 1.5.0git
2011-10-20 12:39:29 +01:00
Christoph Mallon
23a0f5318c
JANITORIAL: Remove trailing empty lines.
2011-08-07 13:53:33 +02:00
Eugene Sandulenko
204a9c2e51
RELEASE: This is 1.4.0git
2011-05-01 14:44:20 +03:00
dhewg
b0351e1b85
ANDROID: Automate the Manifest's versionCode
2011-04-09 18:40:04 +02:00
dhewg
90f47c7b1d
ANDOID: Replace mkmanifest.pl with sh/sed code
...
Removes build dependencies like perl and its XML modules
2011-04-09 18:39:35 +02:00
dhewg
a565e63c48
ANDROID: Add multitouch support
2011-04-06 18:27:15 +02:00
dhewg
ae58ca42c5
ANDROID: Document Camera/Search mapping
2011-03-30 23:41:43 +02:00
dhewg
0e9af50d48
ANDROID: Add port specific README
...
First version, just describing the controls and related hacks
2011-03-19 19:52:01 +01:00
dhewg
3a38a97934
ANDROID: Reindent
2011-03-16 20:54:49 +01:00
dhewg
03347a25e1
ANDROID: Reindent manifest
2011-03-04 21:31:13 +01:00
dhewg
62c1c1b821
ANDROID: Remove 'persistent' from the manifest
...
That's a flag valid only for apps build into the system image
2011-03-04 21:31:13 +01:00
dhewg
be12529115
GIT: ./tools/update-version.pl 1 3 0 git
2011-02-14 11:21:27 +01:00
Eugene Sandulenko
9efa316a61
RELEASE: This is 1.3.0svn
...
svn-id: r52773
2010-09-17 19:13:47 +00:00
Angus Lees
b8778fc7c3
Switch Android toolchain prefix from arm-android-eabi to
...
arm-*-linux-androideabi, since this is what the upcoming gcc-4.6
change uses.
Work around Android 2.0 and newer dynamic linker bug by explicitly
linking plugins against the core libscummvm.so.
Mark Android packages as preferring to be on external storage.
Move -lm from LDFLAGS to LIBS.
svn-id: r50665
2010-07-05 01:00:59 +00:00
Angus Lees
82d0ee7f77
Update icons to versions with much softer anti-aliasing.
...
fingolfin++ for his good eyes.
svn-id: r50495
2010-06-29 13:16:07 +00:00
Angus Lees
580c9032f0
Add support for setFocusRectangle - enabled on 'small' Android screens.
...
svn-id: r49594
2010-06-11 10:54:49 +00:00
Angus Lees
b494d46fdd
chmod +x mkmanifest.pl
...
svn-id: r49526
2010-06-08 23:29:48 +00:00
Angus Lees
8a3837ff3a
Add png icon files that were too binary to be part of original Android patch.
...
svn-id: r49508
2010-06-08 13:38:47 +00:00
Angus Lees
fb73cef4d9
Add a few files mistakenly left out of initial Android patch :(
...
svn-id: r49502
2010-06-08 13:15:15 +00:00
Max Horn
46155b2c36
Add Android backend from patch #2603856
...
svn-id: r49449
2010-06-06 09:34:36 +00:00