scummvm/backends
antoniou 79acea3a18 ANDROID: use gradle's auto-align and set debuggable to false for release build
There were issues with manually aligning apks possibly due to upgrading gradle

The manual zipalign even though running with no fail message, would NOT align the apk properly anymore.
Command to manual verify alignment of an apk is:
Android/Sdk/tools/bin/zipalign -c -v 4 release/ScummVM-release-unsigned.apk
2020-10-18 13:42:44 +03:00
..
audiocd WIN32: Add override and final keywords 2020-10-16 18:32:08 +01:00
cloud ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
dialogs WIN32: Add override and final keywords 2020-10-16 18:32:08 +01:00
events BACKENDS: Fix reading window height in PSP2 events 2020-10-10 09:20:59 -05:00
fs WIN32: Add override and final keywords 2020-10-16 18:32:08 +01:00
graphics SDL: Refactor grabbing and locking the mouse (#2522) 2020-10-14 08:03:31 +02:00
graphics3d Merge pull request #2536 from lmerckx/virt-mous-pos 2020-10-17 18:11:13 +02:00
keymapper SYMBIAN: sync with 2.2.0 release. 2020-10-16 17:06:05 +02:00
log
midi WIN32: Add override and final keywords 2020-10-16 18:32:08 +01:00
mixer ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
mutex ANDROID: Add override keywords 2020-10-14 17:48:29 +01:00
networking ALL: Sync with ScummVM, rev: 1f25347dd5 2020-10-08 23:38:29 +02:00
platform ANDROID: use gradle's auto-align and set debuggable to false for release build 2020-10-18 13:42:44 +03:00
plugins WIN32: Add override and final keywords 2020-10-16 18:32:08 +01:00
presence/discord ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
saves WIN32: Add override and final keywords 2020-10-16 18:32:08 +01:00
taskbar WIN32: Add override and final keywords 2020-10-16 18:32:08 +01:00
text-to-speech WIN32: Add override and final keywords 2020-10-16 18:32:08 +01:00
timer ALL: Synced with ScummVM - rev: 33a47d23b8 2020-09-03 02:21:14 +02:00
updates WIN32: Add override and final keywords 2020-10-16 18:32:08 +01:00
vkeybd ALL: Synced with ScummVM - rev: d4db631f9b 2020-09-23 21:52:10 +02:00
base-backend.cpp BACKENDS: Drop getScreenPixelBuffer() as no longer needed. (#2521) 2020-10-13 22:30:39 +02:00
base-backend.h BACKENDS: Drop getScreenPixelBuffer() as no longer needed. (#2521) 2020-10-13 22:30:39 +02:00
modular-backend.cpp BACKENDS: Add missing function to ModularGraphicsBackend 2020-10-15 12:56:45 +01:00
modular-backend.h BACKENDS: Add missing function to ModularGraphicsBackend 2020-10-15 12:56:45 +01:00
module.mk ANDROID3D: Get it working again (#2529) 2020-10-15 09:59:11 +02:00