Commit Graph

557 Commits

Author SHA1 Message Date
Sergii Pylypenko
d863f8f2fe SDL: do not delete .obb file data 2021-05-16 01:55:34 +03:00
pelya
46826b2d17 SDL: fixed scroll wheel input for Bluetooth mouse 2021-02-13 23:47:06 +02:00
pelya
8746ad9623 SDL: updated Google Play Games API wrapper code 2021-01-01 01:48:37 +02:00
pelya
1d6b705ff3 SDL: removed touch event ratelimit hack, it introduces random input lag 2020-07-22 18:55:19 +03:00
pelya
70f933c12a SDL: updated Gradle and Play Games library, this fixes cloud saves 2020-04-16 23:07:01 +03:00
Sergii Pylypenko
bb09438e1b SDL: SDL_WarpMouse() will move cursor coordinates for captured mouse on Android O 2020-02-27 21:09:39 +02:00
Sergii Pylypenko
ddd9b70af3 SDL: capture mouse input on Android O, so notification bar won't pop up every time mouse cursor hits top of screen 2020-02-26 21:47:29 +02:00
Sergii Pylypenko
a1f3b803f3 SDL: removed filtering from relative mouse touch input, becasue it makes input laggy 2020-01-06 21:04:45 +02:00
Sergii Pylypenko
3b33a27350 Debian: updated build scripts 2020-01-06 20:47:17 +02:00
Sergii Pylypenko
ae4e375c8e Debian: updated postinstall script 2019-12-31 19:54:17 +02:00
Sergii Pylypenko
8b8597fbc3 SDL: permission dialog in start menu to write to external storage / SD card / USB stick 2019-11-07 21:57:37 +02:00
Sergii Pylypenko
7c88857742 SDL: copy executable binaries to lib dir in apk, according to https://issuetracker.google.com/issues/128554619 2019-10-15 17:57:55 +03:00
Sergii Pylypenko
89ecc43d8f SDL: fixed crash on Android 4 2019-05-13 23:09:10 +03:00
Sergii Pylypenko
d0f0e4cfea SDL: better logs 2019-04-25 18:47:16 +03:00
Sergii Pylypenko
3bed7f054e SDL: better logs when loading library 2019-04-25 18:41:09 +03:00
Sergii Pylypenko
d9ce299843 SDL: put binaries.zip to lib/<ARCH>/ so Play Store will (maybe, not tested) strip binaries for unsupported architectures 2019-02-25 21:26:54 +02:00
Sergii Pylypenko
639a2e7e69 SDL: fixed service notification on Android 8 2019-02-20 20:22:13 +02:00
Sergii Pylypenko
d431337433 SDL: fixed on-screen key layout customization dialog in SDL settings 2019-02-06 23:19:39 +02:00
Sergii Pylypenko
da55d86723 SDL: account for rounded screen corners for text input 2018-12-13 20:49:08 +02:00
Sergii Pylypenko
bf0eb74ea8 SDL: fix for loading libiconv 2018-12-05 19:49:59 +02:00
Sergii Pylypenko
bef5f545c5 SDL: fixed SdlVideoResizeKeepAspect=y messing up mouse position after restoring app from background 2018-09-20 21:01:04 +03:00
Sergii Pylypenko
40b87eb9ac SDL: Added sqlite3-sdl to Java library mapping 2018-08-10 18:20:51 +03:00
Sergii Pylypenko
372a73207b SDL: fixed built-in emulated keyboard 2018-07-02 22:13:24 +03:00
Sergii Pylypenko
7f4b9162ba SDL: separate permission to read OBB file 2018-07-02 18:14:27 +03:00
Sergii Pylypenko
52cda7c82f SDL: fixed command-line editor dialog 2018-07-02 17:49:02 +03:00
Sergii Pylypenko
ed9446c4a3 SDL: set env variable ANDROID_OBB_DIR to the directory with OBB files 2018-06-27 23:38:15 +03:00
pelya
16f944d3c6 SDL: disabled autodetecting screen orientation, multiwindow mode is broken anyway 2018-04-22 00:30:47 +03:00
Sergii Pylypenko
5452ff026f SDL: fixed libexpat renamed to libexpat-sdl 2018-03-06 17:39:25 +02:00
pelya
e000bf3ea4 SDL: better main thread name 2018-02-03 21:25:16 +02:00
Sergii Pylypenko
f02e93636f SDL: bigger screen buttons touch area, smaller button images 2017-11-10 22:09:50 +02:00
Sergii Pylypenko
49fb9a98e8 Liero: disabled readme text for TV 2017-11-09 20:50:52 +02:00
Sergii Pylypenko
b742ebaf72 SDL: unfinished support for multiple gamepads 2017-11-03 23:49:24 +02:00
Sergii Pylypenko
f5570a7dae SDL: fixed several bugs in text input window by disabling custom onKey handlers 2017-11-02 22:07:12 +02:00
Sergii Pylypenko
2a60bdec8a SDL: Fixed OK button not focused for readme dialog 2017-11-01 18:11:16 +02:00
Sergii Pylypenko
54c1b4b0b8 SDL: Fixed key remap dialog 2017-10-31 23:46:46 +02:00
Sergii Pylypenko
95ebb73426 SDL: refactoring of input event code 2017-10-31 23:36:22 +02:00
Sergii Pylypenko
d378ee692f SDL: redefine gamepad Start/Select and DPAD keycodes in AndroidiAppSettings.cfg 2017-10-31 19:49:49 +02:00
Sergii Pylypenko
5af764f5ff SDL: reverted useless code 2017-09-27 22:50:01 +03:00
Sergii Pylypenko
fb9d42b6f5 Fixed compilation 2017-09-27 22:49:06 +03:00
Sergii Pylypenko
3a9b31a41f SDL: random fix to text input that does not work 2017-09-27 22:31:38 +03:00
Sergii Pylypenko
b8c5dd1d70 SDL: better text input soft keyboard code 2017-09-27 22:25:43 +03:00
Sergii Pylypenko
4701548e01 SDL: switched build system from Ant to Gradle, because Google forced this piece of shit on me with SDK update
If you are getting build errors, delete the directory project/app/build
2017-09-26 23:30:34 +03:00
Sergii Pylypenko
5223f423d8 SDL: Attempt to fix async text input 2017-09-26 22:27:53 +03:00
lubomyr
34824e3300 implemented api for setSystemMousePointerVisibility 2017-09-18 19:51:17 +03:00
gyf9835
2cc2d7bca5 Update strings.xml
Update
2017-07-11 23:36:30 +08:00
Sergii Pylypenko
5ab39a579a SDL: new option AppOpenFileExtension to open a file with specific extension using the app 2017-05-26 20:45:04 +03:00
pelya
d94bfa11f7 SDL: new option HideSystemMousePointer for hiding Android system mouse pointer when USB mouse is used, tested only on emulator so might not work at all 2017-05-14 23:03:14 +03:00
Sergii Pylypenko
5edfb74432 SDL: re-create download outdir if SD card is replaced 2017-02-24 17:01:23 +02:00
Gerhard Stein
a877155344 CRC workaround for older versions 2017-01-29 20:38:36 +01:00
Sergii Pylypenko
fc3265c289 SDL: option for desktop mouse mode / no touch filtering, added back backspace key handler hack to text input window 2017-01-27 22:24:08 +02:00