Commit Graph

127 Commits

Author SHA1 Message Date
pelya
56141f19f0 Small fix to gyroscope config setting 2013-05-06 19:25:51 +03:00
pelya
f47aaaea8e Updated readme with info about SDL joystick API 2013-05-06 12:42:06 +03:00
pelya
ed5f401e3f Replaced System.out.println() with proper Log.i() across Java files 2013-05-04 23:32:37 +03:00
pelya
9cb04ba9d9 More fixes to on-screen keyboard 2013-05-04 20:06:16 +00:00
Sergii Pylypenko
384574b880 Fixes for on-screen keyboard layout dialog 2013-04-26 21:09:50 +03:00
Sergii Pylypenko
df8da1adee Put on-screen keys to their places in the screen keyboard layout dialog 2013-04-25 17:24:57 +03:00
Sergii Pylypenko
7d66c0353c Fixes to screen keyboard layout dialog. 2013-04-24 21:19:00 +03:00
Sergii Pylypenko
ffeed8d227 Merge branch 'sdl_android' of github.com:pelya/commandergenius into sdl_android 2013-04-24 20:54:16 +03:00
Sergii Pylypenko
cd89365cac Redesigned on-screen key layout config dialog, readme text option now supported by default, updated translations 2013-04-24 20:53:17 +03:00
pelya
5dd93c9667 Fixed compilation 2013-04-14 02:14:50 +03:00
Sergii Pylypenko
ed99bfee21 Added ANDROID_VERSION envvar 2013-04-12 21:25:55 +03:00
pelya
7c1805a9b8 Optino to reset SDL config, and show user a message if gyroscope is absent 2013-03-09 15:40:42 +02:00
pelya
a54f508150 Added names to keys in screen keyboard layout dialog 2013-03-09 15:14:14 +02:00
pelya
ff13e17cb8 Removed some archaic options from SDL config 2013-03-08 15:39:21 +02:00
Sergii Pylypenko
f46c8f3743 Updated ViceC64, courtesy of Lubomyr 2013-03-04 20:56:15 +02:00
pelya
5088caf2e6 Ineased gyroscope event scale, so that it won't send two events too often 2013-02-02 22:30:59 +02:00
pelya
0ea01bface Dialog to calibrate gyroscope 2013-02-02 21:50:14 +02:00
pelya
45128c67b4 Removed Ouya detection, it does not work anyway 2013-01-29 16:34:05 +02:00
pelya
ec136b0bc8 Some preliminary Ouya support 2013-01-28 19:27:32 +02:00
pelya
06ee4ffa40 More fixes to key remap dialog 2013-01-15 21:03:54 +02:00
pelya
20a8f192d9 Slightly better on-screen key layout customization dialog 2013-01-15 20:42:49 +02:00
pelya
6d0e74e992 Fixed bug with deleting files on upgrade one extra time 2012-12-21 21:20:32 +02:00
pelya
47f86119d3 Fixed dialog to configure on-screen buttons 2012-12-11 19:57:00 +02:00
pelya
dd34270766 Fixed leftover "app-data" path in SDL settings 2012-12-11 18:08:07 +02:00
pelya
646303f7b8 Remove files and SD config also when app version is older 2012-11-30 22:35:49 +02:00
pelya
92626da1a4 Fixes, fixes 2012-11-21 22:12:55 +02:00
pelya
766fd3503c Support for readme in Java 2012-11-21 21:23:16 +02:00
pelya
cfe64d0792 Fixed warning message 2012-11-10 19:47:33 +02:00
pelya
627f618ba0 Generate left mouse click without delay, even if two-button mouse is used, this needed for UfoAI 2012-11-09 18:02:48 +02:00
pelya
8e9c49b884 Option to warn user if the device does not have enough RAM 2012-10-30 18:22:36 +02:00
pelya
04fa2ee4e4 Fix to my prev commit 2012-10-29 18:00:44 +02:00
pelya
0376665f5c Some downloadable items can be made mandatory, by issuing "!!" at the beginning 2012-10-29 17:27:05 +02:00
pelya
4ea9e8fc3d Option to sleep in audio thread, to prevent audio chopping, by ZX81 2012-10-29 17:25:07 +02:00
pelya
380a732f52 Setting some env variables like app path and display physical size 2012-10-21 22:09:48 +03:00
pelya
41fd185b16 Texture linear filtering is enabled by default, tiny tweak to Biniax2 2012-09-20 14:32:55 +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
bfad9ca7b0 Fixed crash in Java code 2012-09-07 02:40:56 +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
5c720fb3d9 Force SW video mode in SDL_SetVideoMode() if enabled in AndroidAppSettings.cfg 2012-08-06 17:05:40 +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
289043098d Fixed random bugs in Java code 2012-06-19 12:31:17 +03:00
pelya
e38ade1e6b Fixed button event for stylus 2012-06-15 19:07:11 +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
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
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
2e52b4488d Added Sun keyboard theme by Sirea (Martina Smejkalova) 2012-05-30 21:35:29 +03:00
pelya
2185044162 Fixed ndk-gdb not showing symbols in libapplication.so 2012-02-28 17:55:25 +02:00