Commit Graph

488 Commits

Author SHA1 Message Date
Sergii Pylypenko
b478e207fc SDL: fixed a crash in onTouchEvent on Android 2.3 devices 2016-06-01 23:07:14 +03:00
pelya
98f3642373 Updated .gitignore 2016-05-28 01:50:57 +03:00
Sergii Pylypenko
df92b2fc8b SDL: do not use VOICE_CALL audio source, it's only available during voice calls 2016-05-27 19:52:08 +03:00
Sergii Pylypenko
22e7f45f6f SDL: show Marshmallow permission dialog for recording audio
Updated SuperTux
2016-05-27 19:34:34 +03:00
Sergii Pylypenko
87e9b75d98 SDL: record audio using headset, if it's connected. 2016-05-27 18:20:30 +03:00
pelya
2bc39e57ba SDL: check that SD card is writable before writing there on fresh install 2016-05-17 13:14:17 +03:00
pelya
723e0524ac SDL: do not pause each frame if screen keyboard is shown without full-screen text input field, this makes built-in keyboard choppy 2016-05-16 01:02:21 +03:00
Sergii Pylypenko
922feec8b9 SDL: Replaced Apache HTTP with HttpURLConnection, to decrease app size and number of dependencies 2016-04-20 23:04:16 +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
60042293ae SDL: fixed custom installation path dialog 2016-04-08 21:29:17 +03:00
pelya
a33fd500a8 Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android
Conflicts:
	todo.txt
2016-03-17 12:20:07 +02:00
Sergii Pylypenko
d0be1c1ce1 SDL: truncate .obb file if Google Play downloads it again, happens all the time during updates 2016-03-16 22:48:13 +02:00
Sergii Pylypenko
751a7a3cae SDL: better menu to edit commandline parameters 2016-03-16 21:59:15 +02:00
pelya
033be3ee53 SDL: we always have permission to write to our own dir on SD card on KitKat 2016-03-13 22:51:55 +02:00
pelya
c9320ec1af SDL: option to disable TV borders 2016-03-12 15:31:35 +02:00
Sergii Pylypenko
90f4f25051 SDL: do not restart DummyService automatically, that does nothing good 2016-02-24 20:44:32 +02:00
pelya
abaf57d615 SDL: setenv("CARDBOARD_VR") if started from Google Cardboard app 2015-12-14 01:07:02 +02:00
Sergii Pylypenko
fb7e7ae217 SDL: Android TV support, preliminary for now. 2015-12-07 22:25:40 +02:00
Sergii Pylypenko
f4a9ecef6e SDL: Fixed Play game services not compiling 2015-12-04 17:13:19 +02:00
lubomyr
c7140793fc amiga keyboard layout uses new keyboard api 2015-11-27 20:41:30 +02:00
Sergii Pylypenko
dbc705d286 SDL: sticky modifier keys in built-in QWERTY keyboard 2015-11-25 23:11:26 +02:00
Sergii Pylypenko
1572f89fe3 SDL: improved gyroscope noise detection algorithm 2015-11-23 20:49:48 +02:00
pelya
1e66878da4 [SDL] Experimental adaptive algorithm for measuring gyroscope min/max values, removed the gyro calibration dialog 2015-11-14 02:19:21 +02:00
pelya
d2c473ee51 [SDL] Attempt to enable stylus hover events for Nvidia Note tablet 2015-11-13 14:50:08 +02:00
Sergii Pylypenko
b2061d76e8 SDL: pressing Back will hide built-in keyboard 2015-11-05 22:27:01 +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
ff19381225 SDL: yet another fix for downloads on 64-bit arches 2015-10-23 16:28:10 +03:00
Sergii Pylypenko
662a52da7e SDL: first version of Android to support PIE executables is 4.1 2015-10-20 18:06:20 +03:00
Sergii Pylypenko
1cbdbed64d SDL: do not show notification again if the app itself terminated 2015-10-20 03:39:12 +03:00
pelya
1d61f839ff SDL: CreateService=y will create a persistent notification, so app is never killed 2015-10-18 03:45:16 +03:00
Sergii Pylypenko
52117704d4 SDL: updated to Android 6.0 Marshmallow framework 2015-09-04 21:39:14 +03:00
Sergii Pylypenko
95e9866f60 SDL: do not show mandatory downloads in download selection dialog 2015-09-04 21:37:22 +03:00
Sergii Pylypenko
113be25399 SDL: fixed right mouse button acting as Back key on Acer tablets (same trick as for Samsung, but Acer is even more sneaky) 2015-08-31 22:24:52 +03:00
pelya
b4d9db9d72 Fixed inverted accelerometer axes in upside-down landscape mode 2015-08-19 02:49:16 +03:00
Sergii Pylypenko
96586aacd0 SDL: set env vars SDCARD_DOWNLOADS, SDCARD_MUSIC, SDCARD_PICTURES etc pointing to /sdcard/Download and so on 2015-08-04 20:35:49 +03:00
lubomyr
1abb5c3e8d added atari800 keyboard layout 2015-08-01 14:53:30 +00:00
Sergii Pylypenko
4b96594339 SDL: hide built-in keyboard with Back key 2015-07-29 16:37:21 +03:00
Sergii Pylypenko
762b1854a8 SDL: built-in text input keyboard with predefined layout, unfinished yet 2015-07-28 23:38:06 +03:00
Sergii Pylypenko
b7733367a3 Added orientation sensor support 2015-07-14 22:13:55 +03:00
Sergii Pylypenko
cdd6ad13ef SDL: Link to your own apk file as env var 2015-07-10 23:42:22 +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
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
8a747fc9ba Fixed right mouse button acting as Back key on Samsung devices with USB/Bluetooth mouse, bumped minimum Android version to Gingerbread. 2015-06-05 20:38:42 +03:00
Sergii Pylypenko
b5557d0be0 Spanish translation by luis393 2015-06-05 20:24:16 +03:00
Sergii Pylypenko
f527b89955 Fixed screen top cropped in non-immersive mode 2015-05-14 21:04:07 +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
Sergii Pylypenko
0a7ceeccea Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android 2015-03-20 18:54:36 +02:00