Files
commandergenius/bugs.txt
2012-07-09 12:41:04 +03:00

44 lines
1.8 KiB
Plaintext

Known bugs
==========
- With 4:3 screen aspect ratio the on-screen buttons are not shown on the inactive part of screen.
- Calling SDL_SetVideoMode() with SDL 1.3 several times makes it crash.
- Calling SDL_Init()/SDL_Quit() several times will make SDL 1.2 crash.
- SDL_FillRect() does not work with SDL 1.2 in HW mode (and probably with SDL 1.3 too).
- 32-bpp color mode does not work with SW video surface, 24-bpp and 32-bpp mode does not work with SDL_HWSURFACE.
- Audio is not paused on Android 4.0 when user presses "Recent apps" button.
Requested features
==================
- Support for advertisement frameworks (AdMod most likely), and C interface to control them.
- Change data install path and app working directory to getExternalCacheDir() instead of /sdcard/app-data/...
Also Settings.java will need to check if app data is already installed to the app-data, and move it to correct location.
- Perform a check for free space available on SD card before writing there, and write to the internal storage if SD card is unplugged.
- Force SW video mode from AndroidAppSettings.cfg, ignore SDL_HWSURFACE if app does not explicitly support it.
- Split Settings.java into several files
- Show/hide screen controls with longpress on Text Edit button.
- Support of libjnigraphics (it will disable on-screen keyboard, only SW SDL screen surface supported)
- Floating on-screen joystick - initially invisible, it appears when you touch the screen,
centered on your finger, then it slides with your finger if you bump the joystick edge.
- Export phone vibrator to SDL - interface is available in SDL 1.3
- Control screen brightness with SDL_SetGamma()
- Zoom in-out whole screen in SW mode with some SDL key -
much like the "On-screen magnifying glass" feature (lazy porter's golden hammer)