Commit Graph

2766 Commits

Author SHA1 Message Date
pelya
e93f0adfe9 Reverted max API version to Android N, because Android M pre-release SDK breaks Java version 2016-06-29 00:34:00 +03:00
pelya
fa42edbb62 Added arm64 build script to OpenSSL 2016-06-29 00:27:17 +03:00
Sergii Pylypenko
418d868a88 Merge branch 'sdl_android' of github.com:pelya/commandergenius 2016-06-28 22:21:50 +03:00
Sergii Pylypenko
a1da75bb25 SDL: clang support in setEnvironment scripts, set CLANG=1 envvar for it to work, you will also need to include -latomic to your libs for ARM builds 2016-06-28 22:18:38 +03:00
pelya
33623855a8 OpenArena: show SD card permission dialog when extracting data from .obb file 2016-06-27 01:52:43 +03:00
pelya
7e032dd40a SDL: request Marshmallow SD card runtime permission using SDL_ANDROID_RequestExternalStorageRuntimePermission() 2016-06-27 01:11:18 +03:00
pelya
58558aa892 SDL: timestamping debug builds makes no sense 2016-06-26 23:50:53 +03:00
pelya
dd90b7ec96 XSDL: fixed compilation with NDK r12 2016-06-26 23:12:01 +03:00
Gerhard Stein
29f07b59a5 Commander Genius update 2016-06-26 19:56:06 +02:00
Gerhard Stein
cd92475516 Updated Commander Genius version 2016-06-25 19:39:36 +02:00
Gerhard Stein
3a2d152573 Banner for Commander Genius 2016-06-25 18:13:43 +02:00
Sergii Pylypenko
7ce07f5bc0 Updated todo 2016-06-24 17:15:53 +03:00
Sergii Pylypenko
9dd28efb4b Updated todo 2016-06-13 23:25:49 +03:00
Sergii Pylypenko
badd98310b Updated todo 2016-06-13 22:51:03 +03:00
Sergii Pylypenko
f695b8ce93 Updated todo 2016-06-13 21:43:46 +03:00
Sergii Pylypenko
6013042b05 SDL: fixed setEnvironment scripts to use new names for libcrypto and libssl 2016-06-13 15:46:14 +03:00
Sergii Pylypenko
f78e2f5887 OpenArena: updated miniupnpc 2016-06-13 15:45:55 +03:00
Sergii Pylypenko
50d1e66e8f Pachi: bump version 2016-06-13 15:45:22 +03:00
pelya
4befac3638 OpenArena: added miniupnpc binaries 2016-06-13 00:01:59 +03:00
Sergii Pylypenko
87404faf36 SuperTux: bump version 2016-06-10 21:35:47 +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
ec408b555a SDL: graphics for TV borders, from https://pixabay.com/en/tile-background-image-graphic-1346111/ 2016-06-08 19:29:46 +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
305035d399 SuperTux: better TV banner 2016-06-07 15:58:16 +03:00
Sergii Pylypenko
34f4a4bea7 SuperTux: added TV banner 2016-06-06 23:31:45 +03:00
Sergii Pylypenko
ed2f31189c SDL: support for AndroidPostBuild.sh script, to customize .apk file after it was generated 2016-06-06 19:40:42 +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
1f245af78d SDL: Updated PhysFS to v2.0.3 2016-06-06 16:23:04 +03:00
Sergii Pylypenko
e3b53515aa Merge branch 'sdl_android' of github.com:pelya/commandergenius 2016-06-06 15:47:20 +03:00
pelya
02326b6526 SuperTux: bump version 2016-06-06 01:12:09 +03:00
Sergii Pylypenko
088fde5d51 SDL: updated the script to check static symbol size in the library 2016-06-03 22:00:25 +03:00
Lyubomyr Lisen
fec4ae7bc6 updated bugs.txt (one bug with performance of virtual keyboard fixed long time ago) 2016-06-03 01:24:53 +03:00
Sergii Pylypenko
9d68ae4fca updated todo 2016-06-01 23:19:43 +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
Sergii Pylypenko
acbfa9d4d7 SDL: Updated OpenSSL, removed BoringSSL. OpenSSL is now a shared library, because libcurl did not compile the other way. 2016-05-24 21:37:56 +03:00
Sergii Pylypenko
b3a5e10cfa curl: switched back to OpenSSL, updated to latest version 2016-05-24 20:20:46 +03:00
Sergii Pylypenko
4df7e9dae9 Updated TODO 2016-05-23 21:42:24 +03:00
Sergii Pylypenko
54889f6d38 XSDL: updated to compile on NDK r11c 2016-05-19 21:46:24 +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
pelya
3c2976aa03 OpenTTD: updated 2016-05-15 01:39:38 +03:00
Sergii Pylypenko
1f2adbb2d3 [SDL] Access to SD card is disabled by default now, for Android 4.3 and newer 2016-05-13 23:41:25 +03:00
pelya
49f70d7d5f Updated todo 2016-05-08 23:13:38 +03:00
lubomyr
056ac53e2d updated lbreakout2 2016-05-06 14:50:41 +03:00