GitHub user saurabhksingh opened a pull request: https://github.com/apache/incubator-cordova-android/pull/37
Code refactoring Please accept the changes if you find code refactoring and cleanup fine You can merge this pull request into a Git repository by running: $ git pull https://github.com/saurabhksingh/incubator-cordova-android master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-cordova-android/pull/37.patch ---- commit 1b0ff66707cee360e8431608dd5b99c62e9b8b10 Author: Saurabh Kumar Singh <saurabh.n...@gmail.com> Date: 2012-07-26T16:29:10-07:00 Removing the warnings, Using BufferedReader instead of DataInputStream to avoid performance hit if any and get rid of deprecated API call. commit 76783a3853df756342fbc6483713d3a80155ae9f Author: Saurabh Kumar Singh <saurabh.n...@gmail.com> Date: 2012-07-27T06:57:25-07:00 Refactoring code ----