Commit Graph

254 Commits

Author SHA1 Message Date
lubomyr
27944784d8 added option UseGlshim in AndroidAppSettings.cfg 2016-01-09 19:23:05 +02:00
Sergii Pylypenko
fb7e7ae217 SDL: Android TV support, preliminary for now. 2015-12-07 22:25:40 +02: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
c8fc91b310 SDL: fixed keys @#+ not working with CompatibilityHacksTextInputEmulatesHwKeyboard=y 2015-09-24 21:21:27 +03:00
Sergii Pylypenko
ac73a0da4e SDL: Do not move floating joystick if finger moves too far 2015-09-17 22:52:12 +03: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
b7733367a3 Added orientation sensor support 2015-07-14 22:13:55 +03:00
pelya
eceb88a630 SDL: send Unicode keysym value even for ASCII keys, it's like this in PC version of SDL 2015-07-12 00:40:00 +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
b0bae5d24e Screen keys will not be shifted by system bar over the top of the screen 2015-06-08 22:20:56 +03:00
Sergii Pylypenko
adc8a27440 SDL_IsScreenKeyboardShown() will work with SDL_ANDROID_ToggleScreenKeyboardWithoutTextInput() 2015-06-05 23:28:33 +03:00
Sergii Pylypenko
81853f7ead Reworked keyboard input, so Korean text input won't crash SDL 2015-06-05 21:21:59 +03:00
Sergii Pylypenko
b416a6ea17 Gimp: updated to Jessie, new warning dialog about removing old installation, fixed infinite restart in SDL 2015-04-02 21:06:22 +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
546bbc3ea0 SDL: move mouse with right gamepad stick, added bounds checking to moving mouse with arrow keys 2015-03-22 22:21:35 +02:00
pelya
f0688ea027 SDL: Tentative fix for buggy keyboards that send ASCII symbols without keysym 2015-03-22 21:05:18 +02: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
bd2c959a17 Fixed Google Play Game Services bindings, added more Java keycodes 2015-03-12 22:51:24 +02:00
lubomyr
b1ec2921cd Fix for on-screen themes: dualshock and n64 2015-02-25 19:37:46 +00:00
lubomyr
4e26931de8 added new on-screen themes (n64, dualshock, snes, psx, gba) from retroarch 2015-02-20 13:56:41 +00:00
Sergii Pylypenko
3099e2b425 Fixed screen arrows being pressed in joystick mode 2015-01-19 22:03:37 +02:00
Sergii Pylypenko
635bc389c4 SDL: Fixed blend coefficient for diagonal presses on screen joystick 2015-01-19 21:45:50 +02:00
Sergii Pylypenko
4b91a33443 SDL: Retro keyboard theme by Santiago Radeff 2015-01-19 21:38:20 +02:00
Sergii Pylypenko
6353a5094c SDL: support for window resizing without restarting 2015-01-16 21:12:45 +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
50a6d7e253 Fixed following mouse cursor when keyboard is shown 2014-12-26 23:24:22 +02:00
Sergii Pylypenko
934f3981a9 Oops, fixed compilation 2014-12-25 17:17:23 +02:00
Sergii Pylypenko
2a21ba82ad XSDL: screen follows mouse cursor 2014-12-22 23:38:38 +02:00
Sergii Pylypenko
622966dd9b Fixed screen staying black sometimes after restoring app from background 2014-12-18 21:50:52 +02:00
pelya
96f7399976 Slightly larger on-screen keyboard 2014-11-10 00:29:33 +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
fad0e66666 Fixed bug in gamepad dpad processing, removed old unused trackball code, random 64-bit fixes 2014-10-23 23:31:29 +03:00
Sergii Pylypenko
3e4de48d10 Map on-screen keys to mouse buttons 2014-10-11 03:01:46 +03:00
Sergii Pylypenko
fc92bb86d1 Do not fire right mouse button when lifting fingers, if middle button was pressed 2014-10-10 22:24:50 +03:00
Sergii Pylypenko
c4eba6f2d0 Cloud save: fixed broken 64-bit integer type 2014-07-09 23:36:38 +03:00
Sergii Pylypenko
bfee524d25 Cloud save: working save/load dialog 2014-07-09 23:19:19 +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
pelya
283b1d6b3d Inverted axis for gyroscope mouse movement, because eh, why did I think inverted axes was a nice idea anyway? 2014-06-29 01:31:35 +03:00
Sergii Pylypenko
e7693951a2 Replaced spaces with tabs in Java code 2014-06-24 20:21:25 +03:00
Sergii Pylypenko
826a0d34ec Added function to enable/disable floating joystick 2014-06-23 20:26:28 +03:00
pelya
09fcc1728d Minor fixes to floating joystick 2014-06-22 02:24:25 +03:00
pelya
ed8e3457d0 Updated license text in all SDL 1.2 sources 2014-06-22 01:58:38 +03:00
pelya
48ee3af455 Floating on-screen joystick, which can be enabled in .cfg file 2014-06-22 01:32:17 +03:00
Sergii Pylypenko
2989e070d4 Move cursor to the center of the screen after changing video mode 2014-06-13 21:56:09 +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
81150d7cae Updated advertisements code to work with new Google Play SDK 2014-05-15 22:48:59 +03:00
Sergii Pylypenko
08a4b61430 Refreshing screen on mouse click is back as an option in AndroidAppSettings.cfg, enabled by default 2014-05-15 22:47:50 +03:00
Sergii Pylypenko
9accde7d6a Added API to read text Android clipboard 2014-05-13 03:24:09 +03:00