Commit Graph

183 Commits

Author SHA1 Message Date
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
pelya
2fe92bdcf9 Another small fix to data downloader 2011-11-29 20:08:59 +02:00
pelya
9ed305398c Fixed progress message in data downloader 2011-11-29 17:48:03 +02:00
pelya
8407008d6c Lame support for multipart archives in assets, added XRick game 2011-11-29 14:22:29 +02:00
pelya
baa8ac0731 Updated translations 2011-11-25 12:41:32 +02:00
pelya
c1e5111158 Reordered screen zoom settings, so the smallest display comes on top 2011-11-24 17:22:34 +02:00
pelya
b8627ed0c9 Added more screen zoom modes 2011-11-23 20:02:24 +02:00
pelya
88dac36db5 French translation updated by slvn. 2011-11-23 12:50:09 +02:00
pelya
1ba2a44423 Moved French translation back 2011-11-21 11:54:05 +02:00
pelya
db20fa20fb Ratelimiting touch events is always enabled now, because without it we will get mouse movement lag. 2011-11-17 17:56:12 +02:00
pelya
6e6b2e4a96 Disabled deutsch, finnish and french translations, because there's noone to maintain them 2011-11-17 17:15:12 +02:00
pelya
90014495ee Option to clean up SDL config left from the old app version 2011-11-16 18:29:19 +02:00
pelya
d5313cb08e Toggling text input shows screen keyboard automatically, updated fheroes2 2011-11-16 15:10:52 +02:00
pelya
585ac4140e Added system mouse cursor support 2011-10-31 14:49:07 +03:00
pelya
caab1c07bb Updated OpenTTD, fixes for NDK r6. 2011-10-26 16:03:12 +03:00
pelya
b610a03e67 Tentative fix for a regression when rendering became slow on certain devices 2011-10-12 16:16:33 +03:00
pelya
16bd732515 Updated OpenTTD, updated readme 2011-10-10 18:17:56 +03:00
pelya
975294dc68 Fixed GFX errors on newer Tegra devices, due to improper choosing GL config in Java code 2011-09-02 16:28:51 +03:00
pelya
136d307c1b Added hack to enforce relative mouse movement mode, for PUAE 2011-08-30 15:01:55 +03:00
pelya
39457725f6 Small fix to suspend/resume 2011-08-29 18:17:57 +03:00
pelya
f3193e8fd2 Fixed nasty bug in "touch near cursor to click" mouse emulation mode,
also validated on-screen keyboard with 10-point touchscreen, no issues found.
2011-08-11 19:36:06 +03:00
pelya
c4aecd807b Do not ratelimit touch events on Froyo/Gingerbread, they are already ratelimited by OS 2011-08-09 14:34:50 +03:00
pelya
16f757970a Fixed new code, added GLES2 example - I'm not sure that it works correctly, but it reports that GLES 2 is initialized 2011-08-02 13:20:32 +03:00
pelya
6caefe96a5 Load shared GLESv2 library 2011-07-29 18:44:49 +03:00
pelya
69de188e16 Added GLES2 support, and support for 24bpp and 32bpp - NOT TESTED,
it's only for OpenGL and for pure SW mode, HW SDL surfaces won't work
2011-07-29 17:41:27 +03:00