You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/05/20 20:50:58 UTC

[7/8] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation


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

Branch: refs/heads/master
Commit: 48af4c4d9f5d9e11304be58e0f509c57bff409f1
Parents: cb3612c 1ac2200
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Tue May 20 20:48:38 2014 +0200
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Tue May 20 20:48:38 2014 +0200

----------------------------------------------------------------------
 CONTRIBUTING.md                           |   16 +
 NOTICE                                    |    5 +
 RELEASENOTES.md                           |   12 +
 doc/index.md                              |   11 +
 plugin.xml                                |   74 +-
 src/android/CordovaLocationListener.java  |  251 ---
 src/android/GPSListener.java              |   50 -
 src/android/GeoBroker.java                |  205 --
 src/android/NetworkListener.java          |   33 -
 src/ios/CDVLocation.m                     |    2 +-
 src/ubuntu/geolocation.cpp                |  119 ++
 src/ubuntu/geolocation.h                  |   69 +
 src/windows8/GeolocationProxy.js          |    2 +-
 test/.DS_Store                            |  Bin 6148 -> 0 bytes
 test/autotest/html/HtmlReporter.js        |  101 -
 test/autotest/html/HtmlReporterHelpers.js |   60 -
 test/autotest/html/ReporterView.js        |  164 --
 test/autotest/html/SpecView.js            |   79 -
 test/autotest/html/SuiteView.js           |   22 -
 test/autotest/html/TrivialReporter.js     |  192 --
 test/autotest/index.html                  |   59 -
 test/autotest/jasmine.css                 |   81 -
 test/autotest/jasmine.js                  | 2530 ------------------------
 test/autotest/pages/.DS_Store             |  Bin 6148 -> 0 bytes
 test/autotest/pages/geolocation.html      |   71 -
 test/autotest/test-runner.js              |   62 -
 test/autotest/tests/.DS_Store             |  Bin 6148 -> 0 bytes
 test/autotest/tests/geolocation.tests.js  |  140 --
 test/cordova-incl.js                      |   72 -
 test/index.html                           |   65 -
 test/location/index.html                  |  169 --
 test/main.js                              |  163 --
 test/master.css                           |  164 --
 www/blackberry10/GeolocationProxy.js      |   34 +-
 34 files changed, 301 insertions(+), 4776 deletions(-)
----------------------------------------------------------------------