index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
android
/
jni.cpp
Age
Commit message (
Expand
)
Author
2019-09-24
ANDROID: Use _system->destroy() instead of just delete in JNI::Destroy()
Thanasis Antoniou
2019-09-23
ANDROID: Remove duplicate _system->quit() from JNI::Destroy()
Thanasis Antoniou
2019-09-23
ANDROID: Fix crash when exiting a game (Blade Runner)
Thanasis Antoniou
2019-09-08
ANDROID: Rewrite to make use of OpenGLGraphicsManager (#1695)
Cameron Cawley
2019-08-20
ANDROID: Add a button to show the virtual keyboard
Cameron Cawley
2019-07-23
ANDROID: Fix some Codacy warnings
Cameron Cawley
2019-05-09
ANDROID: Make pushEvent take 7 parameters instead of 6
Cameron Cawley
2018-11-03
ANDROID: Fix a -Wformat-security warning
Cameron Cawley
2018-10-05
ANDROID: Implement clipboard support
Cameron Cawley
2016-08-24
JANITORIAL: Remove spaces at the end of the line
Alexander Tkachev
2016-08-24
CLOUD: Add Networking::Connection::isLimited()
Alexander Tkachev
2016-08-24
CLOUD: Add openurl-android.cpp
Alexander Tkachev
2015-01-05
ANDROID: Remove unpacker and fix support for non arm
Joel Teichroeb
2014-02-18
ANDROID: Make GPL headers consistent in themselves.
Johannes Schickel
2013-05-16
ANDROID: Disable parachute slot 0 saves.
Alyssa Milburn
2011-10-25
ANDROID: Move from org.inodes.gus to org.scummvm.
Alyssa Milburn
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-06-23
ANDROID: Allow use of abort() in JNI class
Littleboy
2011-06-01
ANDROID: Revert stable-only changes from commit cf41ac0f which I accidentally...
Max Horn
2011-06-01
Merge branch 'branch-1-3-0' into master
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-03
ANDROID: Fix various forbidden symbol clashes
Max Horn
2011-05-01
ANDROID: Disable the savegame parachute
dhewg
2011-04-28
ANDROID: Another attempt at compilation fix
Ori Avtalion
2011-04-28
ANDROID: Fix compilation
Ori Avtalion
2011-04-03
ANDROID: Log the ScummVM version
dhewg
2011-03-16
ANDROID: Input system overhaul
dhewg
2011-03-13
ANDROID: Add support for video feature flags
dhewg
2011-03-07
ANDROID: Save the game when the process is paused
dhewg
2011-03-03
ANDROID: Remove an indirection when pausing
dhewg
2011-03-03
ANDROID: Formatting/whitespaces
dhewg
2011-03-02
ANDROID: Respect the pause level.
dhewg
2011-03-02
ANDROID: On pause, put all threads in a coma
dhewg
2011-03-02
ANDROID: Implement pause/resume
dhewg
2011-03-02
ANDROID: Merge FIND_METHODs
dhewg
2011-03-02
ANDROID: Move swapBuffers to the native side
dhewg
2011-03-02
ANDROID: Untangle JNI interweaving
dhewg
2011-03-02
ANDROID: Don't use warning() in JNI functions
dhewg
2011-02-27
ANDROID: Remove dead code
dhewg
2011-02-27
ANDROID: Remove unnecessary code
dhewg
2011-02-27
ANDROID: Pause the AudioTrack when possible
dhewg
2011-02-27
ANDROID: Rework audio system
dhewg
2011-02-24
ANDROID: Move rest of everything JNI
dhewg
2011-02-24
ANDROID: Wrap JNI code in a class
dhewg
2011-02-24
ANDROID: Move the global back reference to jni.cpp
dhewg
2011-02-24
ANDROID: Remove unused jmethod Object.wait()
dhewg
2011-02-24
ANDROID: Split code into multiple files
dhewg