[Scummvm-cvs-logs] scummvm master -> 456b950c527da116e4132ed9e3e260419ac34ff0

fuzzie fuzzie at fuzzie.org
Sat Oct 22 21:01:49 CEST 2011


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ff3f4d9493 ANDROID: Fix plugins on Android 3.1+.
456b950c52 ANDROID: Add a shared user id.


Commit: ff3f4d9493d66b034119f0ff15657c9e8cd1b1a8
    https://github.com/scummvm/scummvm/commit/ff3f4d9493d66b034119f0ff15657c9e8cd1b1a8
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-10-22T11:45:15-07:00

Commit Message:
ANDROID: Fix plugins on Android 3.1+.

Android 3.1 changed the default behaviour for broadcasts so that it
doens't wake up non-running receivers, so we need to override that.

Changed paths:
    backends/platform/android/org/inodes/gus/scummvm/Unpacker.java




Commit: 456b950c527da116e4132ed9e3e260419ac34ff0
    https://github.com/scummvm/scummvm/commit/456b950c527da116e4132ed9e3e260419ac34ff0
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-10-22T11:47:02-07:00

Commit Message:
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.

Changed paths:
    dists/android/AndroidManifest.xml
    dists/android/AndroidManifest.xml.in
    dists/android/plugin-manifest.xml
    dists/android/plugin-manifest.xml.in








More information about the Scummvm-git-logs mailing list