Commit Graph

75 Commits

Author SHA1 Message Date
pelya
a44892d72e Unpack .zip.xz archives using liblzma and JNI instead of Java implementation, because Java heap is small and it crashes with out of memory error 2014-11-12 00:59:04 +02:00
pelya
a6ca9e6bef Support for Google Play expansion files 2014-11-09 23:24:45 +02:00
pelya
174dd4a5ad Set GCC toolchain version from AndroidAppSettings.cfg 2014-11-08 01:28:04 +02:00
Sergii Pylypenko
fad0e66666 Fixed bug in gamepad dpad processing, removed old unused trackball code, random 64-bit fixes 2014-10-23 23:31:29 +03:00
Sergii Pylypenko
7019f13274 Added android_support library from NDK for swprinf and wchar support, updated JA2 project 2014-10-13 21:22:35 +03:00
Sergii Pylypenko
69f78f4d4e Updated Debian noroot 2014-10-07 23:26:58 +03:00
Sergii Pylypenko
4eb83d3e61 changeAppSettings.sh will remove Play Services lib from project if it's not used, updated TODO 2014-10-06 23:00:39 +03:00
pelya
4e67c9afc3 Cloud save fixes and improvements 2014-08-26 01:28:42 +03:00
Sergii Pylypenko
c88babc14d Google Play Games sign in that actually works 2014-07-08 18:45:07 +03:00
Sergii Pylypenko
7b694f3d7a Support for linking with Google Play Services, also fixed Proguard config 2014-07-07 23:44:50 +03:00
pelya
48ee3af455 Floating on-screen joystick, which can be enabled in .cfg file 2014-06-22 01:32:17 +03:00
Sergii Pylypenko
8807d55630 Enabled GCC 4.8 for armeabi-v7a-hard, fixed x86 compilation with GCC 4.8 2014-05-30 20:52:24 +03:00
Sergii Pylypenko
08a4b61430 Refreshing screen on mouse click is back as an option in AndroidAppSettings.cfg, enabled by default 2014-05-15 22:47:50 +03:00
Sergii Pylypenko
6e320bc644 Cleaning up changeAppSettings.sh 2014-05-13 09:08:39 +03:00
Sergii Pylypenko
9bd847c0d1 Removed interactive mode from changeAppSettings.sh, no one will be using it anyway 2014-05-13 09:04:46 +03:00
pelya
e9f69da6d8 Screen orientation now fully depends on device sensors, even if user locked orientation in system settings 2014-04-24 00:22:14 +03:00
pelya
343bfe673a Move mouse with gyroscope, not tested yet. 2014-04-20 23:54:08 +03:00
pelya
5ab47cd410 Third on-screen joystick, overkill! 2014-03-02 19:05:52 +02:00
pelya
b40e28f3a7 Removed autofire for on-screen keyboard, the feature is unused and complicated 2014-03-01 18:45:03 +02:00
Sergii Pylypenko
700a1d88c7 Right mouse button long-press is not an option in AndoridAppSettings.cfg 2014-02-25 17:29:40 +02:00
pelya
e82df3c78f Xserver - start dummy service, so OS won't kill us 2014-02-23 20:37:49 +02:00
pelya
4bc6687d1a Support for hover events jitter filter, it doesn't work yet. Also updated translations 2014-02-23 00:39:26 +02:00
pelya
d29e780e9b Option to disable INTERNET permission in AndroidAppSettings.cfg 2014-02-16 18:03:11 +02:00
Sergii Pylypenko
332b8b9f6d Fix to immersive mode by awulms 2014-02-10 16:33:06 +02:00
Sergii Pylypenko
f2bcf09b26 Orientation now can be reverse landscape, small fix to keymap 2013-12-25 20:35:31 +02:00
Sergii Pylypenko
10a7732539 Immersive mode can be disabled in AndroidAppSettings.cfg 2013-12-23 23:24:49 +02:00
Sergii Pylypenko
2319578a79 Disable SDcard permission from AndroidAppSettigns.cfg 2013-12-23 22:47:05 +02:00
pelya
5699605e1f Added app_icon.png required by Ouya 2013-12-03 23:39:47 +02:00
pelya
bd6cbb1852 Removed redundant ouya_icon.png 2013-12-03 23:37:23 +02:00
pelya
e23be86346 Revert "Debuggable option added, because lately the store demands builds with no debugging symbols", because it's done inside build.sh
This reverts commit bdaad3ec14.

I feel like a RUTHLESS DICTATOR revering people commits, MWAHAHA
2013-11-17 19:19:43 +02:00
Gerhard Stein
bdaad3ec14 Debuggable option added, because lately the store demands builds with no debugging symbols 2013-11-17 15:33:00 +01:00
pelya
7930d0d1a0 GIMP package based on XServer 2013-11-09 19:54:10 +02:00
Sergii Pylypenko
26fab0d39f Fixed scripts with new AdMob 2013-11-07 23:17:26 +02:00
Sergii Pylypenko
a3ed6793ea Magnifying glass: cursor follows finger after timeout. 2013-11-07 22:06:39 +02:00
Sergii Pylypenko
60477063ff Crude support for custom Java code - put file named 'java.patch' to your app src directory. 2013-11-07 21:40:24 +02:00
Sergii Pylypenko
185def5931 Option to use SDL_UpdateRects optimization, updated XServer 2013-11-07 21:10:27 +02:00
pelya
06e6778145 Support for touch event history, for more accurate drawing. 2013-11-05 10:48:51 +02:00
pelya
82031cafa0 Fixed SDL 1.2 compilation, moved chmod/setenv/chdir helpers to separate lib 2013-10-17 21:16:53 +03:00
Gerhard Stein
3f0dd2e97a SDL2 for SDL_Main 2013-10-13 22:01:21 +02:00
Gerhard Stein
baac37cd08 Removed SDL 1.2 Java Based and added SDLActivity.java, now readding partially Pelya's framework to make it compatible. 2013-10-12 16:40:12 +02:00
Gerhard Stein
69976da427 Java for SDL2 Updates 2013-10-11 11:54:37 +02:00
Gerhard Stein
e7fa0c35d5 Extra java for SDL2 added, maybe later we can merge it back to one java source later 2013-10-11 09:11:24 +02:00
Gerhard Stein
b5889b81a0 Adding SDL 2.0 as another alternative 2013-10-11 07:00:06 +02:00
Sergii Pylypenko
03ac1128f2 Random fixes, updated todo 2013-10-07 21:59:51 +03:00
pelya
0b9c538fe3 Fixed wrong help text for screen keyboard theme 2013-09-21 23:07:13 +03:00
Sergii Pylypenko
6af0b66463 Updated keyboard themes description 2013-09-20 21:42:00 +03:00
pelya
ce055ae881 On-screen keys theme configurable in AndroidAppSettings.cfg 2013-09-20 12:32:47 +03:00
pelya
9211c7355d Added support for gamepad kays remapping to AndroidAppSettings.cfg 2013-08-10 17:35:27 +03:00
pelya
1527ebc27b VCMI: messing with code at random, it loads start menu but then crashes 2013-08-03 21:21:46 +03:00
Sergii Pylypenko
062c3ff22c Updated build scripts to support NDK r9, updated VCMI 2013-08-01 22:01:21 +03:00