axmol/cocos/platform/android/java
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
..
.settings Squashed commit of the following: 2014-05-16 14:36:00 -07:00
libs Fix compile problems. 2015-09-16 09:34:24 +08:00
res Squashed commit of the following: 2014-05-16 14:36:00 -07:00
src Add a buffer queue for Android Downloader to prevent out of memory 2015-12-01 16:25:50 +09:00
.classpath Squashed commit of the following: 2014-05-16 14:36:00 -07:00
.project Squashed commit of the following: 2014-05-16 14:36:00 -07:00
AndroidManifest.xml Squashed commit of the following: 2014-05-16 14:36:00 -07:00
ant.properties Squashed commit of the following: 2014-05-16 14:36:00 -07:00
build.xml Squashed commit of the following: 2014-05-16 14:36:00 -07:00
lint.xml issue #4895:Get events from controller to engine[android] 2014-06-30 03:20:22 +08:00
proguard-project.txt Squashed commit of the following: 2014-05-16 14:36:00 -07:00
project.properties Android properties back to 10 2014-09-09 18:46:47 -07:00