[GitHub] cordova-plugin-file pull request #189: Fix .DS_Store bug on mac os #android

2016-07-22 Thread mnill
GitHub user mnill opened a pull request: https://github.com/apache/cordova-plugin-file/pull/189 Fix .DS_Store bug on mac os #android ### Platforms affected Android ### What does this PR do? On mac os gradle extras make .DS_Store files in cache, but they is

[GitHub] cordova-plugin-file pull request: Implementation of read only acce...

2015-06-29 Thread mnill
Github user mnill closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/84 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] cordova-plugin-file pull request: Implementation of read only acce...

2015-06-29 Thread mnill
Github user mnill commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/84#issuecomment-116716134 Pull request is outdated from master. But the problem is still there. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-plugin-file pull request: Implementation of read only acce...

2015-03-18 Thread mnill
Github user mnill commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/84#issuecomment-82798149 Hi!. Looks nice, but failed on some my tests. Doesn't works get directory entry. Sample: ```javascript document.addEventLis

[GitHub] cordova-plugin-file pull request: Implementation of read only acce...

2015-03-08 Thread mnill
Github user mnill commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/84#issuecomment-77792422 @ArnaudValensi enjoy, https://github.com/mnill/cordova-app-updater Just proof of concept. --- If your project is set up for it, you can reply to this email

[GitHub] cordova-plugin-file pull request: Implementation of read only acce...

2015-03-06 Thread mnill
Github user mnill commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/84#issuecomment-77524839 @ArnaudValensi you can look at https://github.com/markmarijnissen/cordova-app-loader My version is more simple and small. --- If your project is set up

[GitHub] cordova-plugin-file pull request: Implementation of read only acce...

2015-03-05 Thread mnill
Github user mnill commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/84#issuecomment-77478232 @ArnaudValensi my realization is simple. 1) copy all files from www to PERSISTENT storage. (if not be copy before); 2) download config.json from server

[GitHub] cordova-plugin-file pull request: Implementation of read only acce...

2015-03-05 Thread mnill
Github user mnill commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/84#issuecomment-77476072 @ArnaudValensi I will publish my realization of hotupdate on weekend or next week. --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-plugin-file pull request: Implementation of read only acce...

2015-03-05 Thread mnill
Github user mnill commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/84#issuecomment-77475566 Okay, i found another bug, but not with my fork. private JSONArray requestAllFileSystems in FileUtils.java not have error handler for IOException, like a

[GitHub] cordova-plugin-file pull request: Implementation of read only acce...

2015-03-05 Thread mnill
Github user mnill commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/84#issuecomment-77442515 @ArnaudValensi @dariosalviwork Can you provide sample of failed tests? please? --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-plugin-file pull request: Implementation of read only acce...

2014-10-08 Thread mnill
GitHub user mnill opened a pull request: https://github.com/apache/cordova-plugin-file/pull/84 Implementation of read only access to assets folder Hi there, I wrote cordova cloud updater for ours apps, and i have a problem like this: https://issues.apache.org/jira/browse/CB