phonegap / phonegap-plugin-contentsync

Download and cache remotely hosted content
Apache License 2.0
206 stars 98 forks source link

Speed up copyRootApp on Android by providing a Manifest file #61

Closed macdonst closed 9 years ago

macdonst commented 9 years ago

Walking the assets directory on Android is very slow. Provide an optional manifest file in order to make the initial copy root app quicker.