diff --git a/project/jni/application/openarena/AndroidAppSettings.cfg b/project/jni/application/openarena/AndroidAppSettings.cfg index 37750e5f8..0fcac8fd5 100644 --- a/project/jni/application/openarena/AndroidAppSettings.cfg +++ b/project/jni/application/openarena/AndroidAppSettings.cfg @@ -7,10 +7,10 @@ AppName="OpenArena" AppFullName=ws.openarena.sdl # Application version code (integer) -AppVersionCode=08825 +AppVersionCode=08826 # Application user-visible version name (string) -AppVersionName="0.8.8.25" +AppVersionName="0.8.8.26" # Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...' # If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu @@ -24,7 +24,7 @@ AppDataDownloadUrl="!Game data|:baseoa/pak0.pk3:pak0.pk3|:baseoa/pak0.pk3:http:/ ResetSdlConfigForThisVersion=n # Delete application data files when upgrading (specify file/dir paths separated by spaces) -DeleteFilesOnUpgrade="libsdl-DownloadFinished-10.flag baseoa/z_oacmp-volume1-v3.pk3" +DeleteFilesOnUpgrade="libsdl-DownloadFinished-10.flag" # baseoa/z_oacmp-volume1-v3.pk3 # Here you may type readme text, which will be shown during startup. Format is: # Text in English, use \\\\n to separate lines (that's four backslashes)^de:Text in Deutsch^ru:Text in Russian^button:Button that will open some URL:http://url-to-open/ diff --git a/project/jni/application/openarena/engine b/project/jni/application/openarena/engine index 68f5ee655..8e5fbda12 160000 --- a/project/jni/application/openarena/engine +++ b/project/jni/application/openarena/engine @@ -1 +1 @@ -Subproject commit 68f5ee655fb91a84fd7333bd64e198f3b4af1995 +Subproject commit 8e5fbda1211f2f04d4d4d1ad96231042470bbc5c diff --git a/todo.txt b/todo.txt index 9d003760b..9bdd09d9e 100644 --- a/todo.txt +++ b/todo.txt @@ -1,8 +1,6 @@ Requested features, might never get implemented =============================================== -- Use finger hover events for mouse emulation. - - Select between normal mouse input and magnifying glass/relative input automatically, based on screen size. - Show/hide screen controls with longpress on Text Edit button. @@ -19,16 +17,9 @@ Requested features, might never get implemented - Support of libjnigraphics (it will disable on-screen keyboard, only SW SDL screen surface supported). This is not relevant already, as every device around is fast enough with GL. -- Cloud save support. +- GIMP: x86 architecture support. -TODO, which will get actually done -================================== - -- SDL: support for finger hover events. - -- OpenArena: fix gamepad support. - -- OpenArena: Text input with console open does not send Enter keypress. +- UfoAI: huge huge update. - OpenArena: chat text input should be faster. @@ -36,10 +27,25 @@ TODO, which will get actually done - OpenArena: When entering with USB keyboard into chatbox, first 't' disappears. +TODO, which will get actually done +================================== + +- OpenArena: navigate game menu with analog joystick. + +- SDL: support for finger hover events for mouse emulation. + - XSDL: Android clipboard support. - GIMP: Ctrl/Alt/Shift toggles in the taskbar. - SuperTux: Update, enable OpenGL renderer, add touchscreen jump helper. -- UfoAI: huge huge update. +- UQM-HD: on-screen buttons reappear while using gamepad. + +- UQM-HD: navigate game menu with analog joystick. + +- TeeWorlds: infinite loop while trying to enter chat text. + +- TeeWorlds: navigate UI with gamepad. + +- SDL: cloud save support.