Commit Graph

393 Commits

Author SHA1 Message Date
Sergii Pylypenko
e7693951a2 Replaced spaces with tabs in Java code 2014-06-24 20:21:25 +03:00
Sergii Pylypenko
0a1b80a9dd Fixed SDL not sleeping while in background. It's actually a serious bug, but it wasn't that obvious, because all devices are multicore now. 2014-06-24 19:09:57 +03:00
Sergii Pylypenko
7da700e625 Made screen orientation, BPP, immersive mode and sub-frame touch events a user configurable options 2014-06-23 23:42:07 +03:00
Sergii Pylypenko
51389e0f0f User-configurable option for on-screen joystick 2014-06-23 22:39:23 +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
4d28892810 Auto-select SD card with most free space on KitKat 2014-06-13 22:21:51 +03:00
Sergii Pylypenko
4d60192c29 Minor optimization to Java code 2014-05-27 21:18:02 +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
pelya
b127b04a7b Fixed disabling finger hover, updated Gimp 2014-05-02 22:27:21 +03:00
pelya
61f565890e Save package name to env variable in Java code 2014-05-02 19:56:59 +03:00
pelya
38652a483a Xserver: fixed bugs with vertical screen orientation 2014-04-24 04:49:12 +03:00
pelya
6017a2ba4d Force screen refresh when hovering finger leaves the screen, to remove magnifier window 2014-04-24 01:10:38 +03:00
pelya
ccd7126a82 Oops eh 2014-04-24 00:39:20 +03:00
pelya
5bd59d9847 Fixed my previous commit 2014-04-24 00:37:32 +03:00
pelya
47ae380720 Option to disable finger hover in SDL settings 2014-04-24 00:17:07 +03:00
pelya
0c5df7594c Fixed gyroscope calibration not saved to settings file, fixes to gyroscope mouse input - it still does not work with finger hover 2014-04-21 20:30:52 +03:00
pelya
343bfe673a Move mouse with gyroscope, not tested yet. 2014-04-20 23:54:08 +03:00
Sergii Pylypenko
6a5c58516a Replace <ARCH> with ABI string inside data download URL 2014-03-31 22:32:06 +03:00
Sergii Pylypenko
30c4b9edb5 Tweak delay value for hiding system bar 2014-03-27 21:39:48 +02:00
Sergii Pylypenko
7e7ea919f7 Auto-hide system navigation buttons after hiding screen keyboard 2014-03-27 21:38:43 +02:00
Sergii Pylypenko
3061223a9c Replaced shared ICU libs with static - shared ones do not work because of exceptions 2014-03-13 21:17:34 +02:00
pelya
fae805d48f Fixed my prev commit once again 2014-03-02 21:32:15 +02:00
pelya
403456b033 Fixed my prev commit 2014-03-02 21:31:30 +02:00
pelya
5ab47cd410 Third on-screen joystick, overkill! 2014-03-02 19:05:52 +02:00
pelya
3ceac1c8a1 Fixed screen orientation not restored in TeeWorlds 2014-03-02 19:03:30 +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
6837d5e0f1 Fixed shameful crash 2014-02-26 23:40:20 +02:00
Sergii Pylypenko
ad584d6f17 Changed international text input handling, which hopefully will stop crashes 2014-02-26 19:19:10 +02:00
Sergii Pylypenko
62c3f4b4a4 Fix to "Change device config" dialog by xyzz 2014-02-25 18:13:02 +02:00
Sergii Pylypenko
700a1d88c7 Right mouse button long-press is not an option in AndoridAppSettings.cfg 2014-02-25 17:29:40 +02:00
pelya
e82df3c78f Xserver - start dummy service, so OS won't kill us 2014-02-23 20:37:49 +02:00
pelya
6691181f21 Magnifying glass when hovering finger near display 2014-02-23 20:09:32 +02:00
pelya
881a7daf70 Fixed international text input in XServer 2014-02-23 19:26:20 +02:00
pelya
0b4b82b969 Working hiver jitter filter 2014-02-23 14:47:55 +02:00
pelya
4bc6687d1a Support for hover events jitter filter, it doesn't work yet. Also updated translations 2014-02-23 00:39:26 +02:00
Sergii Pylypenko
4383b9d5fb Split mouse handling code into several small functions, removed 'tiny' screen size 2014-02-22 01:14:55 +02:00
Sergii Pylypenko
ac3137e8f7 Fixed bug in extracting excutables for wrong arch from assets/binaries-<ARCH>.zip 2014-02-17 20:23:57 +02:00
pelya
e793409cd1 Press "Change device config" button with gamepad keys 2014-02-16 16:54:09 +02:00
Sergii Pylypenko
8ed0ab07d3 Disabled unnecessary debug message 2014-02-11 20:47:02 +02:00
pelya
04aec7cae0 Auto-detect buggy touch panels, improved finger hover support 2014-02-08 21:08:45 +02:00
Sergii Pylypenko
64953e7c00 Damn stupid buggy Chinese tablets, who send bogus input events 2014-02-04 21:34:46 +02:00
Sergii Pylypenko
66acfa2a16 Moved check to ignore touch events with [0, 0] coordingates from MTK-specific to generic code 2014-02-04 20:43:56 +02:00
pelya
fb02e91dc7 Support for Samsung's finger hover events, which require their own intent to get received 2014-02-03 00:33:50 +02:00
Sergii Pylypenko
6be28fdf53 Enabled horizontal mouse wheel in SDL, updated XServer to support X86 and MIPS 2014-01-30 13:28:00 +02:00
Sergii Pylypenko
7aa473d26d Revert "Prevent app from restarting when display resolution changes (external displayy was plugged etc)"
This reverts commit 50656161c7.
2014-01-11 00:10:01 +02:00
Sergii Pylypenko
50656161c7 Prevent app from restarting when display resolution changes (external displayy was plugged etc) 2014-01-09 22:13:16 +02:00
pelya
bdde59bfa6 Fixed SDL_HideScreenKeyboard() not restoring immersive mode and not hiding the SDL_ANDROID_ToggleScreenKeyboardWithoutTextInput() keyboard. 2014-01-06 02:20:34 +02:00