pelya
ab8690eb85
Merge branch 'sdl_android' of github.com:pelya/commandergenius into android
2012-10-29 16:51:46 +02:00
pelya
a5c62580b1
SDL_ScreenKeyboard compatibility for SDL2, updated mxml and jpeg libraries
2012-10-29 16:50:15 +02:00
pelya
380a732f52
Setting some env variables like app path and display physical size
2012-10-21 22:09:48 +03:00
pelya
fef867ebcb
Toggled back mouse events ratelimiting, changed magnifying glass grag&drop to be more snappy, updated OpenTTD
2012-09-22 17:14:31 +03:00
pelya
7d04504ee5
Asynchronous SDL_ACTIVEEVENT, when you lose focus.
2012-09-20 17:40:41 +03:00
pelya
41fd185b16
Texture linear filtering is enabled by default, tiny tweak to Biniax2
2012-09-20 14:32:55 +03:00
pelya
517c71c317
Updated Biniax2 and translations
2012-09-19 14:42:09 +03:00
pelya
f342ad315c
Tentative fix for the ad misplacement when the app is restored from background, by slvn
2012-09-18 16:12:26 +03:00
pelya
6d059c046a
Tiny fix to data downloader
2012-09-18 10:06:44 +03:00
pelya
58ea082bd5
Do not show "Change device config" button at all, if startup button timeout is 0
2012-09-17 15:59:57 +03:00
pelya
17ea07d39d
Changed accelerometer/multitouch/joystick input once again, removed touch event ratelimiting for Froyo and newer.
2012-09-17 15:51:13 +03:00
pelya
aa462771e4
Merge branch 'sdl_android' of github.com:pelya/commandergenius into android
2012-09-12 13:34:14 +03:00
pelya
fb4ccea118
Updated description of advertisement API, added function to request new ad.
2012-09-12 13:32:45 +03:00
pelya
bfad9ca7b0
Fixed crash in Java code
2012-09-07 02:40:56 +03:00
pelya
6dec5b8a1e
Implemented moving/hiding ad from C code, updated admob test project with moving ad
2012-09-06 19:41:40 +03: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
pelya
046e36acd3
Put app data files into correct place instead of /sdcard/app-data/..
2012-08-13 23:08:28 +03:00
pelya
3ee1c890b1
Change to the Recent Apps button behavior on Android 4.X - now it will delete OpenGL context, and freeze the app.
2012-08-12 19:14:08 +03:00
pelya
4ccba0347a
Renamed a function
2012-08-12 18:01:16 +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
Bernhard Kaindl
267b9174eb
Show the soft keyboard provided by Android without a text field
...
for pure text input for editing the name of the savegame.
2012-08-07 13:28:55 +02:00
pelya
5c720fb3d9
Force SW video mode in SDL_SetVideoMode() if enabled in AndroidAppSettings.cfg
2012-08-06 17:05:40 +03:00
pelya
64cd8c425a
Minor fix to data downloader, updated OpenArena project
2012-08-03 16:34:43 +03:00
pelya
a6eb841030
Fixed invalid left button press event for USB mouse, added mousewheel events
2012-08-02 16:38:40 +03:00
pelya
0f478832a7
Fixed OpenAL eating CPU in background
2012-06-21 18:04:11 +03:00
pelya
96ef1e5edd
Do not perform a check for broken libc, because it crashes sometimes, when libraries are not yet loaded in a separate thread
2012-06-20 18:09:38 +03:00
pelya
f476666b4b
Re-enabled core to restore and save OpenGL state for on-screen keyboard, it just makes your life so much easier
2012-06-19 20:16:18 +03:00
pelya
7fcca2d408
Got a cryptic exception inside Java, this should probably fix it
2012-06-19 19:05:56 +03:00
pelya
1fe5b68fd0
Option for soft text input to emulate hw keyboard
2012-06-19 15:28:18 +03:00
pelya
289043098d
Fixed random bugs in Java code
2012-06-19 12:31:17 +03:00
pelya
ffbaa55e6d
Tentative fix for Xperia Play touchpad
2012-06-18 14:03:59 +03:00
pelya
d36833ddd8
Hacked a workaround for buggy Galaxy Note stylus
2012-06-18 13:35:24 +03:00
pelya
0e1a4897c1
Force proper screen orientation, that was broken in my last few commits
2012-06-18 13:12:51 +03:00
pelya
e38ade1e6b
Fixed button event for stylus
2012-06-15 19:07:11 +03:00
pelya
37ad9e446c
Removed some debug output
2012-06-14 18:26:04 +03:00
pelya
4957dc1899
Updated translations
2012-06-14 16:21:56 +03:00
pelya
6223e170df
Some support for Galaxy Note Gingerbread stylus
2012-06-13 20:17:26 +03:00
pelya
dd67bba742
Proper mouse/stylus support in Gingerbread and ICS
2012-06-13 19:35:29 +03:00
pelya
77a16225aa
Dimming ICS status bar that really works
2012-06-13 17:21:19 +03:00
pelya
b88fe18cf4
Disabled half-assed mouse detection
2012-06-13 13:27:06 +03:00
pelya
690a8c70f9
Added MOAR DIRTY HACKZ to the SDL compatibility mode, MilkyTracker now does not have any drawing glitches.
2012-06-12 20:52:42 +03:00
pelya
90211ac16e
Fix for nasty bug in multitouch events code
2012-06-12 14:06:24 +03:00
pelya
4e69f9645f
Disable keypress when stylus hovers over screen for Galaxy Note, also fixed bug in my prev commit
2012-06-08 19:32:46 +03:00
pelya
4175915a1c
Load shared libraries from a separate thread, that shuold improve app startup time somewhat
2012-06-08 16:07:13 +03:00
pelya
fad3e89f63
Sun by Sirea keyboard theme that works, also redesigned the keys layout
2012-06-07 21:09:03 +03:00
pelya
bf2d92464f
Sun theme, not yet finished, but not crashing anymore
2012-06-06 19:53:03 +03:00
pelya
ebb357e0d4
Disabled Sun theme more correct way, 'till ppl didn't start using it - it's still broken
2012-06-05 15:48:57 +03:00
pelya
6f634de0f1
Another fix for XPeria Play touchpad
2012-06-05 15:46:23 +03:00
pelya
52b03e4373
Failed attempts to get Menu button back
2012-06-01 21:01:10 +03:00
pelya
db35aca055
Temporary hack to disable new keyboard theme, because it won't run
2012-05-31 18:26:32 +03:00