Commit Graph

207 Commits

Author SHA1 Message Date
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
pelya
2e52b4488d Added Sun keyboard theme by Sirea (Martina Smejkalova) 2012-05-30 21:35:29 +03:00
pelya
9d33721361 Fix for Xperia Play touchpad 2012-05-29 20:04:24 +03:00
pelya
e0e24403ce Fixed build scripts for the case when NDK is referenced by a synlink 2012-05-14 13:50:21 +03:00
pelya
504522cf9c Fixed crash in DataDownloader.java 2012-03-03 12:24:13 +02:00
pelya
c0482e36e2 Updated fheroes2 project 2012-02-29 19:48:58 +02:00
pelya
300b16a1c0 Fixed crashing on Gingerbread 2012-02-29 15:42:22 +02:00
pelya
2185044162 Fixed ndk-gdb not showing symbols in libapplication.so 2012-02-28 17:55:25 +02:00
pelya
eadfb0ab82 patch by lmak: dim status bar on Honeycomb (it does not work on emulator for me, someone plz debug and fix) 2012-02-28 12:30:14 +02:00
pelya
d322747569 Fixed bug with XPeria Play touchpad support, added more robust external mouse detection 2012-02-16 16:25:52 +02:00
pelya
718a9bdd12 Added some todo 2012-02-15 16:05:19 +02:00
pelya
7739613731 HIGHLY EXPERIMENTAL AND UNTESTED support for Xperia Play touchpad 2012-02-15 15:27:03 +02:00
pelya
a9e742b7b6 Fix to my prev commit 2012-02-14 18:50:43 +02:00
pelya
5ad654500f Added option to remove specified file from SD card on upgrade 2012-02-14 16:44:29 +02:00
pelya
ea9f7b604e External mouse is still falsely detected if you tap the screen quickly, so now there is a 10 second timer for detecting it. 2012-02-07 14:13:16 +02:00
pelya
fa13f76061 Fixed the last bug with hardware mouse detection 2012-02-03 17:41:43 +02:00
pelya
d8e16a2b4f Fixed hardware mouse detection, fixed Ballfield example 2012-02-01 12:53:25 +02:00
pelya
c6489923f7 Some rudimentary support for hardware mouse 2012-01-31 18:48:16 +02:00
pelya
a4b406c424 Updated OpenTTD, fixed build scripts 2011-12-08 14:17:58 +02:00