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 2013/09/27 00:26:18 UTC

[1/6] git commit: CB-4889 renaming org.apache.cordova.core.geolocation to org.apache.cordova.geolocation

Updated Branches:
  refs/heads/master b8faed2aa -> fee70656e


CB-4889 renaming org.apache.cordova.core.geolocation to org.apache.cordova.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/065e36d9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/065e36d9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/065e36d9

Branch: refs/heads/master
Commit: 065e36d954071e909b17e820e4c8aa49506b1e78
Parents: 8840c93
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:26:28 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:26:28 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/065e36d9/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0572a4f..064ca9c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,8 +3,8 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:rim="http://www.blackberry.com/ns/widgets"
 xmlns:android="http://schemas.android.com/apk/res/android"
-           id="org.apache.cordova.core.geolocation"
-      version="0.3.1-dev">
+           id="org.apache.cordova.geolocation"
+      version="0.3.1">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>


[3/6] git commit: Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation into dev

Posted by st...@apache.org.
Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation into dev


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/7db39371
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/7db39371
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/7db39371

Branch: refs/heads/master
Commit: 7db39371fbe97871fe990dc1d70801a75cdb14e8
Parents: 065e36d 7ddbd8f
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 17:36:07 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 17:36:07 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/7db39371/plugin.xml
----------------------------------------------------------------------


[2/6] git commit: [BlackBerry10] removed uneeded permission tags in plugin.xml

Posted by st...@apache.org.
[BlackBerry10] removed uneeded permission tags in plugin.xml

Reviewed by Rowell Cruz <rc...@blackberry.com>


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/7ddbd8f8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/7ddbd8f8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/7ddbd8f8

Branch: refs/heads/master
Commit: 7ddbd8f84bd2615c7fce3c6d552b35f3cf861a05
Parents: 8840c93
Author: Kristoffer Flores <kf...@blackberry.com>
Authored: Fri Sep 20 13:44:16 2013 -0400
Committer: Bryan Higgins <br...@bryanhiggins.net>
Committed: Mon Sep 23 10:33:00 2013 -0400

----------------------------------------------------------------------
 plugin.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/7ddbd8f8/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0572a4f..9b9bfa4 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -99,10 +99,6 @@ xmlns:android="http://schemas.android.com/apk/res/android"
         <config-file target="www/config.xml" parent="/widget">
             <feature name="Geolocation" value="Geolocation"/>
         </config-file>
-        <config-file target="www/config.xml" parent="/widget">
-          <rim:permissions>
-          </rim:permissions>
-        </config-file>
         <config-file target="www/config.xml" parent="/widget/rim:permissions">
           <rim:permit>read_geolocation</rim:permit>
         </config-file>


[5/6] git commit: [CB-4915] Updated version and RELEASENOTES.md for release 0.3.2

Posted by st...@apache.org.
[CB-4915] Updated version and RELEASENOTES.md for release 0.3.2


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/fa3734de
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/fa3734de
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/fa3734de

Branch: refs/heads/master
Commit: fa3734de0abc9ac4c43b8567c52fe2e125adf26a
Parents: 5f2825b
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 17:45:00 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 17:45:00 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 6 +++++-
 plugin.xml      | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/fa3734de/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c491b0a..a239455 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Release Notes
 
-
 ### 0.3.0 (Sept 5, 2013)
 * Added support for windows 8 (Adds required permission)
+
+### 0.3.2 (Sept 25, 2013)
+* CB-4889 bumping&resetting version
+* [BlackBerry10] removed uneeded permission tags in plugin.xml
+* CB-4889 renaming org.apache.cordova.core.geolocation to org.apache.cordova.geolocation

http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/fa3734de/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9de9114..5d90ede 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
 xmlns:rim="http://www.blackberry.com/ns/widgets"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.geolocation"
-      version="0.3.2-dev">
+      version="0.3.2">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>


[6/6] git commit: Merge branch 'dev'

Posted by st...@apache.org.
Merge branch 'dev'


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/fee70656
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/fee70656
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/fee70656

Branch: refs/heads/master
Commit: fee70656ed8a94f7c6e6948f116d93637e5a0831
Parents: b8faed2 fa3734d
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 18:18:10 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 18:18:10 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 6 +++++-
 plugin.xml      | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------



[4/6] git commit: CB-4889 bumping&resetting version

Posted by st...@apache.org.
CB-4889 bumping&resetting version


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/5f2825bc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/5f2825bc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/5f2825bc

Branch: refs/heads/master
Commit: 5f2825bcde4dc3234f39658ec1584709d18f2a28
Parents: 7db3937
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 17:50:24 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 17:50:24 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/5f2825bc/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f69c340..9de9114 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
 xmlns:rim="http://www.blackberry.com/ns/widgets"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.geolocation"
-      version="0.3.1">
+      version="0.3.2-dev">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>