Commit Graph

501 Commits

Author SHA1 Message Date
Sergii Pylypenko
ee54f13f75 SDL: added GLES3 support 2016-08-22 21:46:35 +03:00
lubomyr
454dbd7045 added transparency to built-in virtual keyboard 2016-08-19 18:47:22 +03:00
Sergii Pylypenko
c8f0ab02c8 SDL: updated Google Play Games build scripts, removed Google+ stuff 2016-08-15 21:54:57 +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
Sergii Pylypenko
ea704ddbb4 SDL: yet another Android 2.3 fix 2016-07-07 19:23:21 +03:00
pelya
a6756d410f SDL: oops, forgot to bump OpenSSL version in Java code 2016-07-03 03:08:53 +03:00
pelya
7e032dd40a SDL: request Marshmallow SD card runtime permission using SDL_ANDROID_RequestExternalStorageRuntimePermission() 2016-06-27 01:11:18 +03:00
Sergii Pylypenko
cbd8374185 SDL: renamed libcrypto and libssl to avoid clashing with system libraries, fixed crashes in SD card Java code 2016-06-10 19:43:32 +03:00
Sergii Pylypenko
90cc2821a6 SDL: mosaic TV borders, do not show dull grey, or Google will reject the app 2016-06-08 20:49:55 +03:00
Sergii Pylypenko
026495e13d SDL: Better commandline dialog in options 2016-06-08 18:38:35 +03:00
Sergii Pylypenko
d1b9f16f93 SDL: fixed a bug with deleting files on update, when the app is installed on external SD card 2016-06-07 20:45:53 +03:00
Sergii Pylypenko
608c89d692 SDL: copy assets from AndroidData recursively, this allows app to put it's data dir into .apk file and use libzzip or libphysfs to read it from getenv("ANDROID_MY_OWN_APP_FILE") 2016-06-06 16:26:09 +03:00
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