You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/12/06 23:23:47 UTC

[18/18] ios commit: Merge pull request #1 from shazron/view-extraction

Merge pull request #1 from shazron/view-extraction

Integrated Cleaver into core PhoneGap

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

Branch: refs/heads/master
Commit: 2b2c2e6c73cb36a39ab40a38b51575b6d468d2a4
Parents: 85f578a df67ab5
Author: Jesse MacFadyen <je...@nitobi.com>
Authored: Tue Jan 10 18:10:55 2012 -0800
Committer: Jesse MacFadyen <je...@nitobi.com>
Committed: Tue Jan 10 18:10:55 2012 -0800

----------------------------------------------------------------------
 PhoneGap-based Application/Classes/AppDelegate.h  |    8 +-
 PhoneGap-based Application/Classes/AppDelegate.m  |   72 +-
 PhoneGapLib/Classes/Camera.m                      |    5 +-
 PhoneGapLib/Classes/Capture.m                     |   38 +-
 PhoneGapLib/Classes/Contact.m                     |    2 +-
 PhoneGapLib/Classes/Contacts.m                    |   10 +-
 PhoneGapLib/Classes/Location.m                    |   10 +-
 PhoneGapLib/Classes/PGAppDelegate.h               |   27 +
 PhoneGapLib/Classes/PGAppDelegate.m               |  211 ++++
 PhoneGapLib/Classes/PGPlugin.h                    |   11 +-
 PhoneGapLib/Classes/PGPlugin.m                    |   12 +-
 PhoneGapLib/Classes/PGSplashScreen.m              |   11 +-
 PhoneGapLib/Classes/PGURLProtocol.m               |    7 +-
 PhoneGapLib/Classes/PGViewController.h            |   75 ++
 PhoneGapLib/Classes/PGViewController.m            |  829 ++++++++++++++++
 PhoneGapLib/Classes/PhoneGapDelegate.h            |    2 +-
 PhoneGapLib/Classes/PhoneGapDelegate.m            |    4 +-
 PhoneGapLib/Classes/PhoneGapViewController.h      |    2 +-
 PhoneGapLib/Classes/Sound.m                       |   32 +-
 PhoneGapLib/Classes/UIGapView.h                   |   18 +
 PhoneGapLib/Classes/UIGapView.m                   |   36 +
 PhoneGapLib/PhoneGapLib.xcodeproj/project.pbxproj |  102 ++-
 22 files changed, 1372 insertions(+), 152 deletions(-)
----------------------------------------------------------------------