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/08/19 23:25:24 UTC

[1/5] git commit: updated name tag and readme

Updated Branches:
  refs/heads/master a228b40b3 -> 6194de42d


updated name tag and readme


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/2d9deaa9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/2d9deaa9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/2d9deaa9

Branch: refs/heads/master
Commit: 2d9deaa97b814fffca09493fdb6c9521174297cd
Parents: a228b40
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 10:49:39 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 14:41:51 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/2d9deaa9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ebc0172..ece3efc 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@ cordova-plugin-battery-status
 =============================
 To install this plugin, follow the [Command-line Interface Guide](http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-line%20Interface).
 
-If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/guide_plugin_ref_plugman.md.html).
+If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html).

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/2d9deaa9/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c64811a..1032a6d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
-           id="org.apache.cordova.core.battery-status"
+      id="org.apache.cordova.core.battery-status"
       version="0.1.0">
-    <name>Battery</name>
+    <name>battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,battery</keywords>


[2/5] git commit: updated namespace

Posted by st...@apache.org.
updated namespace


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/39d4d14e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/39d4d14e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/39d4d14e

Branch: refs/heads/master
Commit: 39d4d14efb62fe4c171fe3da2e5d4a92cd687a05
Parents: 2d9deaa
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 12:06:52 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 14:42:31 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/39d4d14e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1032a6d..c57c110 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
+
+<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
       id="org.apache.cordova.core.battery-status"
       version="0.1.0">
     <name>battery</name>


[5/5] git commit: CB-4595: updated version

Posted by st...@apache.org.
CB-4595: updated version


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/6194de42
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/6194de42
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/6194de42

Branch: refs/heads/master
Commit: 6194de42ddb9f5f750661b3e880454fcbbf616c5
Parents: 5594ebd
Author: Steven Gill <st...@gmail.com>
Authored: Mon Aug 19 14:24:56 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Aug 19 14:24:56 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/6194de42/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 2ebf73b..2f81aea 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
       id="org.apache.cordova.core.battery-status"
-      version="0.1.0">
+      version="0.2.0">
     <name>Battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>


[4/5] git commit: reverted name element to be human readable

Posted by st...@apache.org.
reverted name element to be human readable


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/5594ebdb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/5594ebdb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/5594ebdb

Branch: refs/heads/master
Commit: 5594ebdbe8d55f39e66162a56f16c66f6b392b1a
Parents: 4b841d6
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 14 15:22:23 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 15:22:23 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/5594ebdb/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d8fc88c..2ebf73b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
       id="org.apache.cordova.core.battery-status"
       version="0.1.0">
-    <name>battery</name>
+    <name>Battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,battery</keywords>


[3/5] git commit: [CB-4417] Move cordova-plugin-battery-status to its own Java package.

Posted by st...@apache.org.
[CB-4417] Move cordova-plugin-battery-status to its own Java package.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/4b841d6b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/4b841d6b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/4b841d6b

Branch: refs/heads/master
Commit: 4b841d6b7b1966c38c4b3bd51715db138ec2553b
Parents: 39d4d14
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Jul 31 19:57:24 2013 -0400
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 14:42:32 2013 -0700

----------------------------------------------------------------------
 plugin.xml                       | 4 ++--
 src/android/BatteryListener.java | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/4b841d6b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c57c110..d8fc88c 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -17,11 +17,11 @@
     <platform name="android">
         <config-file target="res/xml/config.xml" parent="/*">
             <feature name="Battery" >
-                <param name="android-package" value="org.apache.cordova.core.BatteryListener"/>
+                <param name="android-package" value="org.apache.cordova.batterystatus.BatteryListener"/>
             </feature>
         </config-file>
 
-        <source-file src="src/android/BatteryListener.java" target-dir="src/org/apache/cordova/core" />
+        <source-file src="src/android/BatteryListener.java" target-dir="src/org/apache/cordova/batterystatus" />
     </platform>
     
     <!-- ios -->

http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/4b841d6b/src/android/BatteryListener.java
----------------------------------------------------------------------
diff --git a/src/android/BatteryListener.java b/src/android/BatteryListener.java
index 706d3fd..ca47faa 100755
--- a/src/android/BatteryListener.java
+++ b/src/android/BatteryListener.java
@@ -16,7 +16,7 @@
        specific language governing permissions and limitations
        under the License.
 */
-package org.apache.cordova.core;
+package org.apache.cordova.batterystatus;
 
 import org.apache.cordova.CallbackContext;
 import org.apache.cordova.CordovaPlugin;