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 2014/02/11 00:23:15 UTC

[09/15] git commit: Adding drawables to the inAppBrowser. This doesn't look quite right, but it's a HUGE improvement over the previous settings

Adding drawables to the inAppBrowser.  This doesn't look quite right, but it's a HUGE improvement over the previous settings


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

Branch: refs/heads/master
Commit: 2136cad49a0ed98eece13008e9846a0d15b675c2
Parents: 9795b2e
Author: Joe Bowser <bo...@apache.org>
Authored: Tue Dec 3 10:52:48 2013 -0800
Committer: Joe Bowser <bo...@apache.org>
Committed: Thu Jan 16 11:33:44 2014 -0800

----------------------------------------------------------------------
 plugin.xml                                        |  17 +++++++++++++++++
 res/android/drawable-hdpi/ic_action_next_item.png | Bin 0 -> 593 bytes
 .../drawable-hdpi/ic_action_previous_item.png     | Bin 0 -> 599 bytes
 res/android/drawable-hdpi/ic_action_remove.png    | Bin 0 -> 438 bytes
 res/android/drawable-mdpi/ic_action_next_item.png | Bin 0 -> 427 bytes
 .../drawable-mdpi/ic_action_previous_item.png     | Bin 0 -> 438 bytes
 res/android/drawable-mdpi/ic_action_remove.png    | Bin 0 -> 328 bytes
 .../drawable-xhdpi/ic_action_next_item.png        | Bin 0 -> 727 bytes
 .../drawable-xhdpi/ic_action_previous_item.png    | Bin 0 -> 744 bytes
 res/android/drawable-xhdpi/ic_action_remove.png   | Bin 0 -> 536 bytes
 .../drawable-xxhdpi/ic_action_next_item.png       | Bin 0 -> 1021 bytes
 .../drawable-xxhdpi/ic_action_previous_item.png   | Bin 0 -> 1038 bytes
 res/android/drawable-xxhdpi/ic_action_remove.png  | Bin 0 -> 681 bytes
 13 files changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/2136cad4/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d16c756..9510e4d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -29,6 +29,23 @@
 
         <source-file src="src/android/InAppBrowser.java" target-dir="src/org/apache/cordova/inappbrowser" />
         <source-file src="src/android/InAppChromeClient.java" target-dir="src/org/apache/cordova/inappbrowser" />
+
+        <!-- android drawable resources -->
+        <source-file src="res/android/drawable-hdpi/ic_action_next_item.png" target-dir="res/drawable-hdpi" />
+        <source-file src="res/android/drawable-mdpi/ic_action_next_item.png" target-dir="res/drawable-mdpi" />
+        <source-file src="res/android/drawable-xhdpi/ic_action_next_item.png" target-dir="res/drawable-xhdpi" />
+        <source-file src="res/android/drawable-xxhdpi/ic_action_next_item.png" target-dir="res/drawable-xxhdpi" />
+
+        <source-file src="res/android/drawable-hdpi/ic_action_previous_item.png" target-dir="res/drawable-hdpi" />
+        <source-file src="res/android/drawable-mdpi/ic_action_previous_item.png" target-dir="res/drawable-mdpi" />
+        <source-file src="res/android/drawable-xhdpi/ic_action_previous_item.png" target-dir="res/drawable-xhdpi" />
+        <source-file src="res/android/drawable-xxhdpi/ic_action_previous_item.png" target-dir="res/drawable-xxhdpi" />
+
+        <source-file src="res/android/drawable-hdpi/ic_action_remove.png" target-dir="res/drawable-hdpi" />
+        <source-file src="res/android/drawable-mdpi/ic_action_remove.png" target-dir="res/drawable-mdpi" />
+        <source-file src="res/android/drawable-xhdpi/ic_action_remove.png" target-dir="res/drawable-xhdpi" />
+        <source-file src="res/android/drawable-xxhdpi/ic_action_remove.png" target-dir="res/drawable-xxhdpi" />
+
     </platform>
     
     <!-- amazon-fireos -->

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/2136cad4/res/android/drawable-hdpi/ic_action_next_item.png
----------------------------------------------------------------------
diff --git a/res/android/drawable-hdpi/ic_action_next_item.png b/res/android/drawable-hdpi/ic_action_next_item.png
new file mode 100644
index 0000000..fa469d8
Binary files /dev/null and b/res/android/drawable-hdpi/ic_action_next_item.png differ

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/2136cad4/res/android/drawable-hdpi/ic_action_previous_item.png
----------------------------------------------------------------------
diff --git a/res/android/drawable-hdpi/ic_action_previous_item.png b/res/android/drawable-hdpi/ic_action_previous_item.png
new file mode 100644
index 0000000..e861ecc
Binary files /dev/null and b/res/android/drawable-hdpi/ic_action_previous_item.png differ

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/2136cad4/res/android/drawable-hdpi/ic_action_remove.png
----------------------------------------------------------------------
diff --git a/res/android/drawable-hdpi/ic_action_remove.png b/res/android/drawable-hdpi/ic_action_remove.png
new file mode 100644
index 0000000..f889617
Binary files /dev/null and b/res/android/drawable-hdpi/ic_action_remove.png differ

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/2136cad4/res/android/drawable-mdpi/ic_action_next_item.png
----------------------------------------------------------------------
diff --git a/res/android/drawable-mdpi/ic_action_next_item.png b/res/android/drawable-mdpi/ic_action_next_item.png
new file mode 100644
index 0000000..47365a3
Binary files /dev/null and b/res/android/drawable-mdpi/ic_action_next_item.png differ

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/2136cad4/res/android/drawable-mdpi/ic_action_previous_item.png
----------------------------------------------------------------------
diff --git a/res/android/drawable-mdpi/ic_action_previous_item.png b/res/android/drawable-mdpi/ic_action_previous_item.png
new file mode 100644
index 0000000..4ad2df4
Binary files /dev/null and b/res/android/drawable-mdpi/ic_action_previous_item.png differ

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/2136cad4/res/android/drawable-mdpi/ic_action_remove.png
----------------------------------------------------------------------
diff --git a/res/android/drawable-mdpi/ic_action_remove.png b/res/android/drawable-mdpi/ic_action_remove.png
new file mode 100644
index 0000000..e84853e
Binary files /dev/null and b/res/android/drawable-mdpi/ic_action_remove.png differ

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/2136cad4/res/android/drawable-xhdpi/ic_action_next_item.png
----------------------------------------------------------------------
diff --git a/res/android/drawable-xhdpi/ic_action_next_item.png b/res/android/drawable-xhdpi/ic_action_next_item.png
new file mode 100644
index 0000000..5f30474
Binary files /dev/null and b/res/android/drawable-xhdpi/ic_action_next_item.png differ

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/2136cad4/res/android/drawable-xhdpi/ic_action_previous_item.png
----------------------------------------------------------------------
diff --git a/res/android/drawable-xhdpi/ic_action_previous_item.png b/res/android/drawable-xhdpi/ic_action_previous_item.png
new file mode 100644
index 0000000..ed8ac91
Binary files /dev/null and b/res/android/drawable-xhdpi/ic_action_previous_item.png differ

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/2136cad4/res/android/drawable-xhdpi/ic_action_remove.png
----------------------------------------------------------------------
diff --git a/res/android/drawable-xhdpi/ic_action_remove.png b/res/android/drawable-xhdpi/ic_action_remove.png
new file mode 100644
index 0000000..4cd0458
Binary files /dev/null and b/res/android/drawable-xhdpi/ic_action_remove.png differ

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/2136cad4/res/android/drawable-xxhdpi/ic_action_next_item.png
----------------------------------------------------------------------
diff --git a/res/android/drawable-xxhdpi/ic_action_next_item.png b/res/android/drawable-xxhdpi/ic_action_next_item.png
new file mode 100644
index 0000000..51479d8
Binary files /dev/null and b/res/android/drawable-xxhdpi/ic_action_next_item.png differ

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/2136cad4/res/android/drawable-xxhdpi/ic_action_previous_item.png
----------------------------------------------------------------------
diff --git a/res/android/drawable-xxhdpi/ic_action_previous_item.png b/res/android/drawable-xxhdpi/ic_action_previous_item.png
new file mode 100644
index 0000000..bc8ff12
Binary files /dev/null and b/res/android/drawable-xxhdpi/ic_action_previous_item.png differ

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/2136cad4/res/android/drawable-xxhdpi/ic_action_remove.png
----------------------------------------------------------------------
diff --git a/res/android/drawable-xxhdpi/ic_action_remove.png b/res/android/drawable-xxhdpi/ic_action_remove.png
new file mode 100644
index 0000000..331c545
Binary files /dev/null and b/res/android/drawable-xxhdpi/ic_action_remove.png differ