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/10/28 23:13:37 UTC

[1/7] git commit: [CB-4806] Update splashscreen image bounds for iOS 7

Updated Branches:
  refs/heads/dev 1cfd009c9 -> 02492654e


[CB-4806] Update splashscreen image bounds for iOS 7


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/96d5875d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/96d5875d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/96d5875d

Branch: refs/heads/dev
Commit: 96d5875dc38515c75c969284d252ed1cfbb34310
Parents: 079bd6f
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Sep 13 15:58:36 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Sep 13 15:58:36 2013 -0700

----------------------------------------------------------------------
 src/ios/CDVSplashScreen.m | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/96d5875d/src/ios/CDVSplashScreen.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVSplashScreen.m b/src/ios/CDVSplashScreen.m
index ba8d108..8159ce1 100644
--- a/src/ios/CDVSplashScreen.m
+++ b/src/ios/CDVSplashScreen.m
@@ -171,6 +171,9 @@
     if (CGSizeEqualToSize(screenSize, imgBounds.size)) {
         CGRect statusFrame = [self.viewController.view convertRect:[UIApplication sharedApplication].statusBarFrame fromView:nil];
         imgBounds.origin.y -= statusFrame.size.height;
+        if (!(IsAtLeastiOSVersion(@"7.0"))) {
+            imgBounds.origin.y -= statusFrame.size.height;
+        }        
     } else {
         CGRect viewBounds = self.viewController.view.bounds;
         CGFloat imgAspect = imgBounds.size.width / imgBounds.size.height;


[4/7] git commit: Merge branch 'dev'

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


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

Branch: refs/heads/dev
Commit: b0543eee776a9e561602eea8c95973a4b3ae464d
Parents: 10e7e9a 0b733d1
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 9 15:44:00 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Oct 9 15:44:00 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md                   |   6 ++
 plugin.xml                        |   2 +-
 src/ios/CDVSplashScreen.m         |   1 -
 www/windows8/SplashScreenProxy.js | 106 +++++++++++++++++----------------
 4 files changed, 61 insertions(+), 54 deletions(-)
----------------------------------------------------------------------



[2/7] git commit: Revert "[CB-4806] Update splashscreen image bounds for iOS 7"

Posted by st...@apache.org.
Revert "[CB-4806] Update splashscreen image bounds for iOS 7"

This reverts commit 96d5875dc38515c75c969284d252ed1cfbb34310.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/4275e57a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/4275e57a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/4275e57a

Branch: refs/heads/dev
Commit: 4275e57a738b804edca3fd14e68f5d1b0979f467
Parents: 96d5875
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Sep 16 17:27:09 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Sep 16 17:27:09 2013 -0700

----------------------------------------------------------------------
 src/ios/CDVSplashScreen.m | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/4275e57a/src/ios/CDVSplashScreen.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVSplashScreen.m b/src/ios/CDVSplashScreen.m
index 8159ce1..ba8d108 100644
--- a/src/ios/CDVSplashScreen.m
+++ b/src/ios/CDVSplashScreen.m
@@ -171,9 +171,6 @@
     if (CGSizeEqualToSize(screenSize, imgBounds.size)) {
         CGRect statusFrame = [self.viewController.view convertRect:[UIApplication sharedApplication].statusBarFrame fromView:nil];
         imgBounds.origin.y -= statusFrame.size.height;
-        if (!(IsAtLeastiOSVersion(@"7.0"))) {
-            imgBounds.origin.y -= statusFrame.size.height;
-        }        
     } else {
         CGRect viewBounds = self.viewController.view.bounds;
         CGFloat imgAspect = imgBounds.size.width / imgBounds.size.height;


[5/7] git commit: [CB-5188] Updated version and RELEASENOTES.md for release 0.2.4

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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/71ea9467
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/71ea9467
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/71ea9467

Branch: refs/heads/dev
Commit: 71ea946746cc52d5a5bfaa6cb39f69722e7090a2
Parents: 1cfd009
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 12:08:11 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 12:08:11 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-splashscreen/blob/71ea9467/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 85e9b6e..e870512 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -31,4 +31,8 @@
 * [CB-4806] (Re-fix) Update splashscreen image bounds for iOS 7
 * [CB-4934] plugin-splashscreen should not show by default on Windows8
 * [CB-4929] plugin-splashscreen not loading proxy windows8
-* [CB-4915] Incremented plugin version on dev branch.
\ No newline at end of file
+* [CB-4915] Incremented plugin version on dev branch.
+
+### 0.2.4 (Oct 28, 2013)
+* CB-5128: add repo + issue tag to plugin.xml for splashscreen plugin
+* [CB-5010] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/71ea9467/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 94cb3cb..5500ad3 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.splashscreen"
-      version="0.2.4-dev">
+      version="0.2.4">
     <name>Splashscreen</name>
     <description>Cordova Splashscreen Plugin</description>
     <license>Apache 2.0</license>


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

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


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

Branch: refs/heads/dev
Commit: 4b757c8e731342cfef50a6c94d70f4e0c40a32e1
Parents: b0543ee 71ea946
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 12:13:55 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 12:13:55 2013 -0700

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



[3/7] git commit: Merge branch 'dev'

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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/10e7e9a1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/10e7e9a1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/10e7e9a1

Branch: refs/heads/dev
Commit: 10e7e9a1d54af897b8d29e00b514db806fcc104d
Parents: 4275e57 f1aed7d
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 18:19:29 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 18:19:29 2013 -0700

----------------------------------------------------------------------
 CHANGELOG.md              | 23 -----------------------
 RELEASENOTES.md           | 28 ++++++++++++++++++++++++++++
 plugin.xml                |  4 ++--
 src/ios/CDVSplashScreen.m |  3 +++
 4 files changed, 33 insertions(+), 25 deletions(-)
----------------------------------------------------------------------



[7/7] git commit: CB-5188:

Posted by st...@apache.org.
CB-5188:


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

Branch: refs/heads/dev
Commit: 02492654efc4dea9454ddbb8ca1635b1e2fe059a
Parents: 4b757c8
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 12:27:16 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 12:27:16 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/02492654/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5500ad3..0629f79 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.splashscreen"
-      version="0.2.4">
+      version="0.2.5-dev">
     <name>Splashscreen</name>
     <description>Cordova Splashscreen Plugin</description>
     <license>Apache 2.0</license>