From eaeaa0042f14cfda9c05b4c7c1852a2d0270d37f Mon Sep 17 00:00:00 2001 From: pelya Date: Mon, 29 Oct 2012 18:21:41 +0200 Subject: [PATCH] Updated bugs.txt --- bugs.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bugs.txt b/bugs.txt index 3c13ca056..1a2b26187 100644 --- a/bugs.txt +++ b/bugs.txt @@ -11,15 +11,10 @@ Known bugs - 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. +- Support for resuming download of partially-downloaded files. - Perform a check for free space available on SD card before writing there, and write to the internal storage if SD card is unplugged.