You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/03/31 19:58:14 UTC

[05/11] cordova-plugin-file git commit: CB-6428 Mention build-extras.gradle in README

CB-6428 Mention build-extras.gradle in README


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/a47709e5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/a47709e5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/a47709e5

Branch: refs/heads/old-ID
Commit: a47709e53844d0b690d0f18b5ebc2e3649d840e4
Parents: 7a84979
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Mar 17 13:09:40 2015 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Mar 17 13:09:40 2015 -0400

----------------------------------------------------------------------
 README.md | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/a47709e5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ed71b9e..a0030bb 100644
--- a/README.md
+++ b/README.md
@@ -228,6 +228,11 @@ unable to access their previously-stored files, depending on their device.
 If your application is new, or has never previously stored files in the
 persistent filesystem, then the `Internal` setting is generally recommended.
 
+### Slow recursive operations for /android_asset
+
+Listing asset directories is really slow on Android. You can speed it up though, by
+adding `src/android/build-extras.gradle` to the root of your android project (also
+requires cordova-android@4.0.0 or greater).
 
 ## iOS Quirks
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org