You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/05/10 01:22:49 UTC

ios commit: Fixes CB-610 - Capture.bundle missing microphone image resources for retina iPad results in mis-drawn recording interface

Updated Branches:
  refs/heads/master 85f8ef73f -> 965335659


Fixes CB-610 - Capture.bundle missing microphone image resources for retina iPad results in mis-drawn recording interface


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/96533565
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/96533565
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/96533565

Branch: refs/heads/master
Commit: 965335659ad3f643b1d095649c0f4f922b8b5c65
Parents: 85f8ef7
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed May 9 16:22:38 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed May 9 16:22:38 2012 -0700

----------------------------------------------------------------------
 .../Capture.bundle/controls_bg@2x~ipad.png         |  Bin 0 -> 2858 bytes
 .../Capture.bundle/microphone@2x~ipad.png          |  Bin 0 -> 911582 bytes
 .../Capture.bundle/record_button@2x~ipad.png       |  Bin 0 -> 15822 bytes
 .../Capture.bundle/recording_bg@2x~ipad.png        |  Bin 0 -> 1026 bytes
 .../Capture.bundle/stop_button@2x~ipad.png         |  Bin 0 -> 14474 bytes
 5 files changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/96533565/Cordova-based Application/Resources/Capture.bundle/controls_bg@2x~ipad.png
----------------------------------------------------------------------
diff --git a/Cordova-based Application/Resources/Capture.bundle/controls_bg@2x~ipad.png b/Cordova-based Application/Resources/Capture.bundle/controls_bg@2x~ipad.png
new file mode 100644
index 0000000..d4e3483
Binary files /dev/null and b/Cordova-based Application/Resources/Capture.bundle/controls_bg@2x~ipad.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/96533565/Cordova-based Application/Resources/Capture.bundle/microphone@2x~ipad.png
----------------------------------------------------------------------
diff --git a/Cordova-based Application/Resources/Capture.bundle/microphone@2x~ipad.png b/Cordova-based Application/Resources/Capture.bundle/microphone@2x~ipad.png
new file mode 100644
index 0000000..af1bbb2
Binary files /dev/null and b/Cordova-based Application/Resources/Capture.bundle/microphone@2x~ipad.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/96533565/Cordova-based Application/Resources/Capture.bundle/record_button@2x~ipad.png
----------------------------------------------------------------------
diff --git a/Cordova-based Application/Resources/Capture.bundle/record_button@2x~ipad.png b/Cordova-based Application/Resources/Capture.bundle/record_button@2x~ipad.png
new file mode 100644
index 0000000..0ac2e67
Binary files /dev/null and b/Cordova-based Application/Resources/Capture.bundle/record_button@2x~ipad.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/96533565/Cordova-based Application/Resources/Capture.bundle/recording_bg@2x~ipad.png
----------------------------------------------------------------------
diff --git a/Cordova-based Application/Resources/Capture.bundle/recording_bg@2x~ipad.png b/Cordova-based Application/Resources/Capture.bundle/recording_bg@2x~ipad.png
new file mode 100644
index 0000000..a1b7208
Binary files /dev/null and b/Cordova-based Application/Resources/Capture.bundle/recording_bg@2x~ipad.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/96533565/Cordova-based Application/Resources/Capture.bundle/stop_button@2x~ipad.png
----------------------------------------------------------------------
diff --git a/Cordova-based Application/Resources/Capture.bundle/stop_button@2x~ipad.png b/Cordova-based Application/Resources/Capture.bundle/stop_button@2x~ipad.png
new file mode 100644
index 0000000..88b606c
Binary files /dev/null and b/Cordova-based Application/Resources/Capture.bundle/stop_button@2x~ipad.png differ