Commit Graph

52 Commits

Author SHA1 Message Date
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
52b03e4373 Failed attempts to get Menu button back 2012-06-01 21:01:10 +03: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
c6489923f7 Some rudimentary support for hardware mouse 2012-01-31 18:48:16 +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
caab1c07bb Updated OpenTTD, fixes for NDK r6. 2011-10-26 16:03:12 +03:00
pelya
16bd732515 Updated OpenTTD, updated readme 2011-10-10 18:17:56 +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
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
877654a2d4 Updated VCMI, fixed crash due to SDL_Image not supporting PCX format 2011-07-01 15:32:20 +03:00
pelya
4d3c771791 Changed license type to ZLIB for the Java source files 2011-06-24 11:43:07 +03:00
pelya
819febb3af Warn users of Telechips devices that app will crash with their broken libc 2011-06-22 16:43:22 +03:00
pelya
62fd0b2dd6 VCMI loads main menu on a device, but crashes right after click on any botton. Megadebug patch attached. 2011-06-16 19:57:53 +03:00
pelya
e8dd7d71d6 Fixes to new build system 2011-06-14 19:44:58 +03:00
pelya
538a0d0b3f Updated VCMI, added readme 2011-06-10 13:27:16 +03:00
pelya
22a4b5ac03 Added VCMI server, but it cannot be launched apparently, because VCMI just crash 2011-06-09 20:22:51 +03:00
pelya
3b0b8675eb New revamped startup dialog, with possibility to disable separate menu options or entire dialog through ChangeAppSettings.sh 2011-05-31 16:30:08 +03:00
pelya
b10fefba4f Fixed the NO_REMAP implementation, fixed few minor bg in Settings.java 2011-05-30 15:25:08 +03:00
pelya
3409066830 Patch to make volume keys change volume instead of in-game action, by lmak 2011-05-26 11:27:50 +03:00
pelya
6e9ca5f0bc SDL tries to load file "logo.png" from assets, and use it as a startup logo, if it fails it reverts to the usual SDL logo 2011-05-20 14:44:44 +03:00
pelya
c418f7da64 More modifications to SDL config dialog 2011-05-20 12:21:22 +03:00
pelya
50ef398490 Support Android 3.1 bluetooth/USB mouse (not tested!), added new option to choose mouse settings depending on the screen size 2011-05-19 14:00:56 +03:00
pelya
0742977a5e Fixed clashing lib names with system libraries 2011-04-22 16:12:36 -04:00
pelya
2bb4e56768 Changed random code in arbitrary places to fix mysterious crash 2011-04-21 21:09:52 -04:00
pelya
ea3df210c4 Added a license exception to permit custom startup config dialogs in closed-source projects. 2011-04-18 18:02:28 +00:00
pelya
5a91ed9723 Some failed attempts to make EditText widget without autocomplete and showing screen keyboard automatically. 2011-03-10 17:55:00 +02:00
pelya
f67db85103 Fixed bug in text input 2011-03-10 17:08:58 +02:00
pelya
418ab79db8 Do not send Backspace keycode for text input invoked with SDL_ANDROID_GetScreenKeyboardTextInput() 2011-02-28 11:16:47 +00:00
pelya
99f734c61c Added new API for toggling text input via Android EditText widget 2011-02-24 16:21:54 +00:00
pelya
be0552d7e9 Made SDL config menu better looking 2011-02-23 11:11:59 +00:00
pelya
4f3665edef app2sd support for shared libraries 2011-02-18 16:09:20 +00:00
pelya
858dd2fdb2 Option for calibrating touchscreen 2010-12-28 13:46:13 +00:00
pelya
278506fd45 Fixes for text input 2010-12-17 09:26:02 +00:00
pelya
d920a287ee Removed unneeded hack 2010-12-16 15:22:15 +00:00
pelya
1490b815af Fixes to text input 2010-12-10 17:25:26 +00:00
pelya
658bec6205 SDL keycodes now can be redefined by user 2010-12-10 16:42:55 +00:00
pelya
3dd4da9b0b Generic physical phone key to SDL key remapper, only dialog is implemented - it's not saved and not working yet 2010-12-07 20:05:52 +02:00
pelya
88b1174ef1 Pass delete events of text input field to SDL layer as backspace key 2010-12-02 17:11:29 +02:00
pelya
34c99e1f07 Less lag for audio, fixed high CPU usage in background mode 2010-11-23 20:48:36 +02:00
pelya
85617e94cb Fixed random crash 2010-11-15 11:38:54 +02:00
pelya
8f6f72b1fb Added advanced point-and-click features: right mouse click via several methods, left click configurable, and showing part of screen under finger in small window 2010-11-09 16:05:39 +02:00
pelya
fdb429bcfc Fixed lib dependencies, made text input send Enter key at the end 2010-11-04 19:31:00 +02:00
pelya
7f582a107b Added QWERTY on-screen keyboard input, using built-in Android virtual keyboard and EditText widget 2010-11-04 19:01:23 +02:00