axmol/cocos/platform/android
Ce Zheng d174a98afa Add a buffer queue for Android Downloader to prevent out of memory
When the AssetManagerEx start downloading, it used to create all the
download tasks all at once. When the app has a large number of asset
files, it is likely to crash due to out of memory when creating
threads for each of the download tasks. This commit adds a buffer
queue to the downloader to use the `countOfMaxProcessingTasks`
property from hints, preventing all the tasks from starting all at once.
2015-12-01 16:25:50 +09:00
..
ControllerManualAdapter [ci skip]Replace tab with spaces. 2015-07-10 20:47:21 +08:00
java Add a buffer queue for Android Downloader to prevent out of memory 2015-12-01 16:25:50 +09:00
jni Added Application::getVersion() to get the app version. 2015-10-28 17:57:57 +00:00
libcocos2dx CCDownloader-android implements File Task Download. 2015-09-10 15:56:06 +08:00
libcocos2dx-with-controller [ci skip]Android Studio projects:Fixed compile error. 2015-06-15 14:42:45 +08:00
Android.mk Add enhance service API 2015-05-15 14:29:22 +08:00
CCApplication-android.cpp Added Application::getVersion() to get the app version. 2015-10-28 17:57:57 +00:00
CCApplication-android.h Added override keyword to getVersion 2015-10-29 08:36:03 +00:00
CCCommon-android.cpp compiles and runs on linux 2014-09-09 17:41:49 -07:00
CCDevice-android.cpp Merged changes from "Vibrate support in v4" into v3 branch. 2015-06-26 01:02:44 +02:00
CCEnhanceAPI-android.cpp Fix memory leak in Enhance-API 2015-10-24 14:26:59 +02:00
CCEnhanceAPI-android.h Replace tab with spaces 2015-08-14 21:17:51 +08:00
CCFileUtils-android.cpp Merge v3 branch. 2015-07-10 16:39:36 +08:00
CCFileUtils-android.h fix typos and syntax error. A thorough check by tool VSSpellChecker. 2015-09-22 16:08:23 +08:00
CCGL-android.h Replace tab with spaces 2015-08-14 21:17:51 +08:00
CCGLViewImpl-android.cpp Fix memory leak in GLViewImpl 2015-10-19 19:46:45 +09:00
CCGLViewImpl-android.h Compiles on Android 2014-09-09 17:53:08 -07:00
CCPlatformDefine-android.h Compiles on Android 2014-09-09 17:53:08 -07:00
CCStdC-android.h Compiles on Android 2014-09-09 17:53:08 -07:00
javaactivity-android.cpp Fix "TextureCache Test" in js-test crash under Android 2015-11-06 09:49:19 +08:00