Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-03 | ANDROID: Fix a -Wformat-security warning | Cameron Cawley | |
2018-10-05 | ANDROID: Implement clipboard support | Cameron Cawley | |
2018-07-29 | ANDROID: Use the dedicated GUI option for enabling the touchpad mode | Cameron Cawley | |
2018-07-29 | ANDROID: Replace getPixelFormatName function with PixelFormat::toString | Cameron Cawley | |
2017-11-25 | ANDROID: Fix illegal-in-C++11 narrowing conversions | Colin Snover | |
2017-11-19 | EVENTS: Rename synthetic to kbdRepeat | Bastien Bouclet | |
2017-10-15 | BACKENDS: Constify PaletteManager::grabPalette implementations | Colin Snover | |
2016-09-10 | CLOUD: Move openUrl to OSystem | Thierry Crozat | |
2016-08-30 | Merge pull request #433 from klusark/assets | Eugene Sandulenko | |
ANDROID: Update the asset archive code to use AAssets | |||
2016-08-24 | JANITORIAL: Remove spaces at the end of the line | Alexander Tkachev | |
I knew there were some, but I wanted to fix them once, instead of doing it all the time. | |||
2016-08-24 | CLOUD: Add Networking::Connection::isLimited() | Alexander Tkachev | |
`false` everywhere by default, but works on Android (`true` if not Wi-Fi). | |||
2016-08-24 | CLOUD: Add openurl-android.cpp | Alexander Tkachev | |
2016-05-31 | ANDROID: Set version code to 16. 15 was 1.8.1 | Eugene Sandulenko | |
2016-05-23 | ANDROID: Build against android-23 platform. | Alyssa Milburn | |
We seem to need this for the new manifest elements. | |||
2016-05-22 | ANDROID: Add support for ScummVM menu on Android TV devices | Matthew Garrett | |
Android TV devices don't have menu buttons. Remotes should have a play/pause button (which may send individual play and pause events rather than a combined event) and gamepads should have a Y button. Use these to open the menu. | |||
2016-05-22 | ANDROID: Add support for Leanback Launcher on Android TV | Matthew Garrett | |
Android TV needs some modifications to the manifest and a new icon in order for apps to appear in the launcher. | |||
2016-02-15 | JANITORIAL: Typos detected with lintian & grep | Alexandre Detiste | |
2015-01-18 | ANDROID: Remove plugins/unpacker from makefile. | Alyssa Milburn | |
2015-01-05 | ANDROID: Remove unpacker and fix support for non arm | Joel Teichroeb | |
2015-01-05 | ANDROID: Update the asset archive code to use AAssets | Joel Teichroeb | |
The AAssets API was added in android 2.3, so it also requires using the android-9 toolchain. Using this gives a rather large speedboost to starting the ScummVM application. | |||
2015-01-04 | Merge pull request #425 from klusark/android | Eugene Sandulenko | |
ANDROID: Modernize build system | |||
2014-11-15 | ANDROID: Delay deleting a local ref until it's no longer used | Matthew Hoops | |
Should fix bug #6741 | |||
2014-07-22 | ANDROID: Modernize build system | Joel Teichroeb | |
Written originally by @Botje for ResidualVM | |||
2014-07-01 | ANDROID: Reinstate overscan margin resource for OUYA/GoogleTV | Marcus Comstedt | |
This reverts commits 51cb7557 and 2648062d. Please note that Android SDK Platform Tools r06 or later is needed to build ScummVM. | |||
2014-06-28 | Merge pull request #461 from digitall/vkeybdFix | David Turner | |
Add trigger for Virtual Keyboard on long press of Middle Mouse Button | |||
2014-06-18 | ANDROID: Allow build with non-ancient SDK | Marcus Comstedt | |
2014-06-18 | ANDROID: Hide system mouse pointer on OUYA | Marcus Comstedt | |
2014-06-07 | ANDROID: Fix casting away const | Matthew Hoops | |
2014-05-05 | ANDROID: Fix correct keycode in keymapper for virtual keyboard trigger. | D G Turner | |
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. However, due to the complexity of this code, directly calling the virtual keyboard trigger event could have side effects, so have instead just added the CTRL modifier to fix this. This should be fixed if possible to use EVENT_VIRTUAL_KEYBOARD. | |||
2014-03-31 | ANDROID: Make transparent cursor pixels all 0 in 16bit cursor mode. | Johannes Schickel | |
Since the Android backend uses glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA) we need to make the transparent cursor pixels all 0 otherwise we might get artifacts from blending. | |||
2014-03-26 | ANDROID: Fix color key handling for 16bit mouse cursors. | Johannes Schickel | |
This should fix a issue similarly to bug #6108: "WII: Zak FM-TOWNS mouse cursor encased in blue box". | |||
2014-02-27 | ANDROID: Fix Android pre3.1 compatibility. | D G Turner | |
This was broken by a50ede203b0424d800d2a1d4460121f9f1de8e7a. | |||
2014-02-22 | ANDROID: Slight formatting fix. | Johannes Schickel | |
2014-02-21 | ANDROID: Fix runtime failure on earlier versions of Android. | D G Turner | |
getAxisValue() is only present from Android 3.1 onwards and usage causes a runtime failure on earlier versions of Android. This bug was introduced by a50ede20 with addition of OUYA support. This solution is as recommended on the Android developer portal. | |||
2014-02-18 | ANDROID: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-27 | ANDROID: Fix a race condition | Joel Teichroeb | |
setSurface is done in a different thread than the one that starts the scummvm main. The main thread would then wait until the setSurface thread notifies. The setSurface thread would notify before it actually calls setSurface, meaning if the thread is preemted before calling setSurface, initSurface will assert, causing the app to crash. | |||
2014-01-23 | ANDROID: Add 32bpp support. | Alyssa Milburn | |
We still prefer 16bpp for performance reasons. | |||
2014-01-10 | ANDROID: Set correct blending function | Marcus Comstedt | |
Overlays with alpha channel in ScummVM use pre-multiplied alpha. Thus, is it necessary to set the source blend function to ONE, not SOURCE_ALPHA. While there is no firm decision on the texture format to be used to cursors, make sure to set the key color to R=G=B=A=0.0, so that it can be used with either pre-multiplied or non-pre-multiplied blending. | |||
2013-10-09 | ANDROID: Really fix compilation. | D G Turner | |
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 | ANDROID: Fix compilation. | D G Turner | |
The aapt throws an "invalid resource directory name" if the resource directory name is not known to the tools. Unfortunately, "values-television" is an OUYA specific addition and thus breaks with the standard vanilla Android toolchain. | |||
2013-10-08 | Merge pull request #372 from zeldin/ouya | David Turner | |
Basic OUYA support | |||
2013-08-18 | ANDROID: Add some margins when screen is a TV | Marcus Comstedt | |
2013-08-08 | ANDROID: Enter main menu on middle mouse press | Marcus Comstedt | |
2013-08-08 | ANDROID: Add support for joystick motion | Marcus Comstedt | |
2013-08-08 | ANDROID: Add gamepad button support | Marcus Comstedt | |
2013-08-07 | ANDROID: Add OUYA icon and intent | Marcus Comstedt | |
2013-08-06 | ANDROID: Do not access Surface::pixels directly. | Johannes Schickel | |
2013-07-04 | Merge pull request #331 from sev-/gsoc2012-eventsrecorder | Eugene Sandulenko | |
GSoC2012: Event Recorder (reworked) | |||
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2013-05-16 | ANDROID: Disable parachute slot 0 saves. | Alyssa Milburn | |