Commit Graph

55 Commits

Author SHA1 Message Date
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
fec0bae740 SDL: new API SDL_ANDROID_SetScreenKeyboardPreventButtonOverlap() to force only one screen button to process each touch 2017-01-07 06:40:54 +02:00
Sergii Pylypenko
1258d54afa SDL: SDL_ANDROID_GetScreenKeyboardTextInputAsync() for anychronous text input without buggy synthetic keypresses 2016-10-31 21:22:27 +02:00
pelya
2f0b2b5d65 SDL: Compatibility with Android 4.4, when compiled with Android 5.0 platform headers 2016-10-23 01:06:21 +03:00
Sergii Pylypenko
ee54f13f75 SDL: added GLES3 support 2016-08-22 21:46:35 +03: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
84765b2f5c SDL: new API to show built-in SDL keyboard, fixed built-in QWERTY keyboard 2015-11-02 21:57:22 +02:00
Sergii Pylypenko
b205003403 SDL: new API SDL_ANDROID_SetAndroidKeycode() to set SDL keycodes to Volume keys and other hardware keys. 2015-07-31 21:47:09 +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
pelya
16da838bda Android 3.0 is now lowest supported version, because of new 'clipboard changed' notification in SDL_syswm.h, using SDL_SYSWMEVENT. 2015-01-01 04:43:30 +02:00
Sergii Pylypenko
064f685983 Minor update to OpenArena, small x64 fixes to random headers 2014-10-24 21:50:08 +03: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
826a0d34ec Added function to enable/disable floating joystick 2014-06-23 20:26:28 +03:00
Sergii Pylypenko
8807d55630 Enabled GCC 4.8 for armeabi-v7a-hard, fixed x86 compilation with GCC 4.8 2014-05-30 20:52:24 +03:00
pelya
2853920e98 Added support for armeabi-v7a-hard architecture, it seems to be buggy, because Ballfield launches but does not draw anything. To be fixed later. 2014-05-29 13:16:00 +03:00
Sergii Pylypenko
9accde7d6a Added API to read text Android clipboard 2014-05-13 03:24:09 +03:00
pelya
5ab47cd410 Third on-screen joystick, overkill! 2014-03-02 19:05:52 +02:00
pelya
c06af51a92 Option for touchscreen keyboard to keep buttons pressed, to emulate Ctrl/Alt/Shift 2014-03-01 22:52:41 +02:00
pelya
b40e28f3a7 Removed autofire for on-screen keyboard, the feature is unused and complicated 2014-03-01 18:45:03 +02:00
pelya
419c94d516 Fixed hiding nav bars in immersive mode with on-screen keyboard, updated Xserver. 2014-01-05 21:34:47 +02:00
pelya
9211c7355d Added support for gamepad kays remapping to AndroidAppSettings.cfg 2013-08-10 17:35:27 +03:00
Sergii Pylypenko
e9feb051e1 Added SDL_ANDROID_SetScreenKeyboardButtonShown() to hide/show individual buttons 2013-08-01 19:14:47 +03:00
Sergii Pylypenko
831ac9f0e4 Renamed SDL_ANDROID_set_java_gamepad_keymap to SDL_ANDROID_SetGamepadKeymap, removed C and Z buttons - they do not exist on most gamepads 2013-07-30 21:10:25 +03:00
Bob the Hamster
fdbcb421c2 Also allow remap of Left and Right Thumb buttons (analog stick clicks) 2013-07-30 20:57:28 +03:00
pelya
437a7c017d Second joystick support 2013-05-11 01:40:52 +03:00
Sergii Pylypenko
ada2888471 Random fixes 2013-04-01 21:56:44 +03:00
pelya
68271a596a Enabled dummy CDROM in SDL 2013-03-22 13:39:49 +02:00
pelya
6852234e92 WIP audio recording, it crashes yet. 2013-03-10 23:32:24 +02:00
pelya
c5a14a2dc5 Fixed memleak in JNI code, added API to resize on-screen button image 2013-03-08 01:47:40 +02:00
pelya
05847089d3 Application can modify text input hint message 2013-03-08 00:30:59 +02:00
pelya
5a68d9a803 Option to pass touch events to both on-screen keyboard and application, used for Fire button in OpenArena 2012-12-22 04:19:27 +02:00
pelya
a5c62580b1 SDL_ScreenKeyboard compatibility for SDL2, updated mxml and jpeg libraries 2012-10-29 16:50:15 +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
pelya
4ccba0347a Renamed a function 2012-08-12 18:01:16 +03:00
Bernhard Kaindl
267b9174eb Show the soft keyboard provided by Android without a text field
for pure text input for editing the name of the savegame.
2012-08-07 13:28:55 +02:00
pelya
e1852b42ff Updated Ur-Quan Masters port 2012-06-11 20:07:59 +03:00
pelya
04a4375565 Compilation fixes for SDL 1.3/2.0, Alien Blaster compiles but does not start 2012-05-23 19:23:32 +03:00
Garen J. Torikian
ba5ec36dfd Revert JNI calls passed through SDL_main() 2011-09-01 21:43:25 -07:00
Garen J. Torikian
972d6c3039 Provide support for JNI calls 2011-08-19 23:47:27 -07:00