miguel.horta
eadbd04f81
fix: Name clash between jni.h and error_func.h
...
Openttd newly included file error_func.h defines two new macros named
FatalError() and UserError(). FatalError() unfortunatly colides with a
method declared in jni.h
jni.h makes its way into Openttd code by being present at SDL_android.h;
Since knownledge of jni.h is not needed for Openttd code the adopted
solution was to remove jni.h from SDL_android.h and forward declare any
of its usages. Akin to pimpl pattern.
2024-04-07 13:51:20 +01:00
lubomyr
34824e3300
implemented api for setSystemMousePointerVisibility
2017-09-18 19:51:17 +03:00
lubomyr
d050f3d3cd
added getter for mouse emulation mode
2017-01-28 23:01:23 +02:00
Sergii Pylypenko
c23b64cdaf
SDL: API to change mouse mode on the fly
2017-01-27 22:57:06 +02:00
pelya
fe7c6be644
SDL: fixed multithreaded video rendering crashing
2016-08-14 23:51:11 +03:00
pelya
b4cbc0aa75
SDL: ask for SD card permission right after launch, removed SDL_ANDROID_RequestExternalStorageRuntimePermission() API
2016-08-14 22:50:37 +03:00
pelya
7e032dd40a
SDL: request Marshmallow SD card runtime permission using SDL_ANDROID_RequestExternalStorageRuntimePermission()
2016-06-27 01:11:18 +03:00
pelya
493530112e
SDL: new API SDL_ANDROID_SetConfigOption() to configure SDL Android-specific options, such as video depth (which requires app restart)
2016-04-17 01:06:27 +03:00
Sergii Pylypenko
97c256b03d
SDL: new method SDL_ANDROID_RestartMyself() that will restart current app
2015-06-25 23:07:25 +03:00
Sergii Pylypenko
4fc05b347f
Gimp: warn user about deleting files during upgrade, removed old cruft
2015-03-31 23:33:11 +03:00
pelya
e3082701a5
SDL: New API SDL_ANDROID_OpenExternalWebBrowser() to open URL in Android web browser or relevant app such as Youtube
2015-03-15 22:54:13 +02:00
Sergii Pylypenko
c4eba6f2d0
Cloud save: fixed broken 64-bit integer type
2014-07-09 23:36:38 +03:00
Sergii Pylypenko
8e2ad620d8
Cloud save: working implementation, no dialog to select your games yet
2014-07-09 20:50:16 +03:00
Sergii Pylypenko
ed57fac3c9
Cloud save: more stubs, using Biniax as a sample app
2014-07-08 23:44:09 +03:00
Sergii Pylypenko
ada2888471
Random fixes
2013-04-01 21:56:44 +03:00
pelya
6852234e92
WIP audio recording, it crashes yet.
2013-03-10 23:32:24 +02:00
pelya
a6a9e0a43a
Added back SDL_ANDROID_JniEnv() function
2012-09-17 16:18:22 +03:00
pelya
fb4ccea118
Updated description of advertisement API, added function to request new ad.
2012-09-12 13:32:45 +03:00
pelya
6dec5b8a1e
Implemented moving/hiding ad from C code, updated admob test project with moving ad
2012-09-06 19:41:40 +03:00
pelya
96e640f78e
AdMob support added, you cannot yet hide or reposition the ad from the C code. Also did some cleanup on include files.
2012-09-05 21:26:35 +03:00