Commit Graph

58 Commits

Author SHA1 Message Date
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
ce74e0fee3 SDL: fixed CreateForegroundService permissions on Android 29 2019-09-09 18:24:46 +03:00
Sergii Pylypenko
31f306976f SDL: updated target Androidi API to Android Q API level 29 2019-08-31 19:03:36 +03:00
Sergii Pylypenko
de301f6c59 SDL: fixed NDK build warning 2018-10-10 23:17:26 +03:00
Sergii Pylypenko
7f4b9162ba SDL: separate permission to read OBB file 2018-07-02 18:14:27 +03:00
Sergii Pylypenko
fc1bedf1ca Android TV manifest improvements 2018-01-29 17:49:46 +02:00
Sergii Pylypenko
25a86103ec SDL: More Android TV features in manifest 2017-11-01 16:15:22 +02:00
Sergii Pylypenko
209a16fd9f SDL: fixed Google Play Game Services linking 2017-09-27 22:09:57 +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
lubomyr
132988b141 fixed app icon visibility and run from desktop when uses feature AppOpenFileExtension 2017-05-27 13:57:10 +03: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
Sergii Pylypenko
0f05accbd4 SDL: bump SDK version to Android 7.1, it seems to work 2017-01-04 23:00:19 +02:00
Sergii Pylypenko
9234f44b9f SDL: OUYA icon and manifest, for that one user who still got an OUYA in his living room and won't throw it away just because someone else decides that it's dead 2016-10-04 18:14:24 +03:00
Sergii Pylypenko
ee54f13f75 SDL: added GLES3 support 2016-08-22 21:46:35 +03:00
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
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
Sergii Pylypenko
e6d455cbe9 Removed Cardboard intent, because non-Cardboard games show up in Cardboard app 2016-01-11 20:27:42 +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
cc98874948 SDL: fixed manifest 2015-11-02 22:01:43 +02:00
Sergii Pylypenko
54de45e77c SDL: do not request SD card write access for Android 4.4 and above, unless enabled in AndroidAppSettings 2015-10-23 15:55:53 +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
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
abef3686fe SDL: Android 2.3 compatibility is back 2015-01-15 17:35:28 +02:00
pelya
8834abfcd3 Fixed Samsung multiwindow mode, apps can be started at any order now 2015-01-01 22:53:14 +02:00
pelya
f482591bea Half-assed support for Samsung MultiWindow, you neeed to enable "Autodetect screen orientation" to make it work, and launch SDL app as a second window 2015-01-01 20:21:46 +02:00
pelya
16da838bda Android 3.0 is now lowest supported version, because of new 'clipboard changed' notification in SDL_syswm.h, using SDL_SYSWMEVENT. 2015-01-01 04:43:30 +02:00
Sergii Pylypenko
934f3981a9 Oops, fixed compilation 2014-12-25 17:17:23 +02:00
Sergii Pylypenko
ae8a1bce1a Updated Android API version to Lollipop #holoyolomaterialswag 2014-10-23 20:04:13 +03:00
Sergii Pylypenko
c88babc14d Google Play Games sign in that actually works 2014-07-08 18:45:07 +03:00
Sergii Pylypenko
7b694f3d7a Support for linking with Google Play Services, also fixed Proguard config 2014-07-07 23:44:50 +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
81150d7cae Updated advertisements code to work with new Google Play SDK 2014-05-15 22:48:59 +03:00
pelya
e9f69da6d8 Screen orientation now fully depends on device sensors, even if user locked orientation in system settings 2014-04-24 00:22:14 +03:00
pelya
d29e780e9b Option to disable INTERNET permission in AndroidAppSettings.cfg 2014-02-16 18:03:11 +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
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
Sergii Pylypenko
f2bcf09b26 Orientation now can be reverse landscape, small fix to keymap 2013-12-25 20:35:31 +02:00
pelya
0366b60f1a Fixed crash with ShowMouseCursor=y, immersive mode for KitKat 2013-11-02 23:49:29 +02:00
Sergii Pylypenko
445516bb35 Fix to Google in-app billing lib by Aleksander Guryanov 2013-10-02 20:26:18 +03:00
pelya
6852234e92 WIP audio recording, it crashes yet. 2013-03-10 23:32:24 +02:00
Sergii Pylypenko
0f42d021ec Updated Ouya intent 2013-02-08 18:40:38 +02:00
pelya
ec136b0bc8 Some preliminary Ouya support 2013-01-28 19:27:32 +02:00
pelya
96e640f78e AdMob support added, you cannot yet hide or reposition the ad from the C code. Also did some cleanup on include files. 2012-09-05 21:26:35 +03:00
Bernhard Kaindl
49d8e7dbeb Initial commit of handling of onPause()
onPause() is called on ICS when the back button is pressed before the task lists
is shown. With this commit, opentyrian pauses an ongoing level and waits for a key
before continuing it.

It does however not silence the music, which may be desirable as well
(to be added with the next commit)
2012-08-07 14:03:20 +02:00
pelya
4e76076cb5 Added OpenArena project 2012-07-29 23:50:51 +03:00
pelya
532b652594 Merged fix that prevents killing background app after 30min timeout, by Bernhard Kaindl 2012-06-21 13:57:34 +03:00
pelya
7a38e82742 Removed vibrator permission from manifest, it is unused anyway 2012-06-19 17:58:42 +03:00