ios commit: Fixes CB-1619 Shutter stays shut

2012-10-15 Thread becka11y
Updated Branches: refs/heads/master 380c4d91f -> 0a978a661 Fixes CB-1619 Shutter stays shut Set pickerController to nil once the UIImageController has been closed. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incub

ios commit: Refs CB-1617 remove iOS5 only api

2012-10-11 Thread becka11y
Updated Branches: refs/heads/master 237f42e25 -> 380c4d91f Refs CB-1617 remove iOS5 only api Removed use of iOS 5 only function, CFBridgingRetain 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/c

ios commit: Fixes CB-1617 update CDVGlobalization for ARC

2012-10-11 Thread becka11y
Updated Branches: refs/heads/master ffdc81be5 -> 237f42e25 Fixes CB-1617 update CDVGlobalization for ARC Also updated to use CDVPluginResult updated apis Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordo

docs commit: Fixes CB-1515 add Project Settings

2012-10-09 Thread becka11y
Updated Branches: refs/heads/master 99fabcce9 -> c8818ec67 Fixes CB-1515 add Project Settings Added Project Settings category in Guides and adding iOS info Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-co

ios commit: Fixes CB-1515 doc new iOS plist settings

2012-10-08 Thread becka11y
Updated Branches: refs/heads/master 99b424fb1 -> f1ec68fe9 Fixes CB-1515 doc new iOS plist settings Added doc for KeyboardDisplayRequiresUserAction and SuppressesIncrementalRendering. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apach

ios commit: Fixes CB-1578 remove notification observers

2012-10-08 Thread becka11y
Updated Branches: refs/heads/master 4a3b22064 -> 99b424fb1 Fixes CB-1578 remove notification observers Updated CDVPlugin.m to remove all handlers via [NSNotificationCenter removeObserver:self] rather than removing all notifications individually. Updated CDVConnection.m and CDVLocalStorage.m w

ios commit: Fixed CB-902 Contacts Permissions in iOS6

2012-10-08 Thread becka11y
Updated Branches: refs/heads/master db3846983 -> 4a3b22064 Fixed CB-902 Contacts Permissions in iOS6 Made necessary updates to support changes for contacts privacy settings in iOS 6. Fixed bug in peoplePickerNavigationControllerDidCancel where setting allowsEditing to true and canceling w/o

ios commit: Fixes CB-1511 force portrait in captureAudio

2012-09-24 Thread becka11y
Updated Branches: refs/heads/master c573953b7 -> d0488e3be Fixes CB-1511 force portrait in captureAudio Due to changes in how orientation is handled in iOS 6, needed to add CDVAudioNavigationController in order to implement supportedInterfaces api. Also had to support this api in CDVAudioRec

ios commit: Fixes #CB-828 Use blocks in contact.save

2012-08-23 Thread becka11y
Updated Branches: refs/heads/master 242837e48 -> 1a0dcb7ae Fixes #CB-828 Use blocks in contact.save Used simple blocks to wrap the search and save functionality. Somewhat limited in use of blocks since must guarantee that ABAddressBookRef access always occurs in same thread (per Apple docs)

docs commit: Fixes CB-1144 issue with find example

2012-08-17 Thread becka11y
Updated Branches: refs/heads/master 45924d15b -> 615b643f5 Fixes CB-1144 issue with find example added options.multiple=true to make example consistent with comment of finding all contacts with "Bob" in name field. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo C

ios commit: Updated project template with interim js

2012-08-16 Thread becka11y
Updated Branches: refs/heads/master 4d88bcc12 -> 07ee5c792 Updated project template with interim js 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/07ee5c79 Tree: http://git-wip-us.apache.o

js commit: Updated iOS chooseContact to return full contact and id

2012-08-16 Thread becka11y
Updated Branches: refs/heads/master ecd6d17ff -> 33d1ef23e Updated iOS chooseContact to return full contact and id Previously was just returning the id, now returns id and full contact object in order to maintain backwards compatibility with previous versions. Project: http://git-wip-us.apac

[1/4] ios commit: Refactor chooseContact() to retreive contact information instead of just a contactId.

2012-08-16 Thread becka11y
Updated Branches: refs/heads/master 5c4b670f9 -> 4d88bcc12 Refactor chooseContact() to retreive contact information instead of just a contactId. 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/co

[3/4] ios commit: Refactor peoplePickerNavigationControllerDidCancel, always return dictionnary with id kABRecordInvalidID.

2012-08-16 Thread becka11y
Refactor peoplePickerNavigationControllerDidCancel, always return dictionnary with id kABRecordInvalidID. 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/92e159bc Tree: http://git-wip-us.apach

[4/4] ios commit: Updated chooseContact implementation for allowEditing

2012-08-16 Thread becka11y
Updated chooseContact implementation for allowEditing Need to get the contact information after any edits to make sure latest information is being returned. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordov

[2/4] ios commit: Udpated CDVContacts chooseContact() to support allowsEditing behavior.

2012-08-16 Thread becka11y
Udpated CDVContacts chooseContact() to support allowsEditing behavior. 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/f4ee4eef Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-io

[1/3] ios commit: Merge branch 'ARC'

2012-08-02 Thread becka11y
Updated Branches: refs/heads/master c71f5ede6 -> 1eb3c2cb3 Merge branch 'ARC' 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/1eb3c2cb Tree: http://git-wip-us.apache.org/repos/asf/incubator

[3/3] Changes for ARC

2012-08-02 Thread becka11y
http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/a6b67bea/CordovaLib/Classes/CDVPlugin.m -- diff --git a/CordovaLib/Classes/CDVPlugin.m b/CordovaLib/Classes/CDVPlugin.m index 34747da..c14f72c 100644 --- a/CordovaLi

ios commit: Fixes CB-997, CB-976 remove Organization

2012-07-05 Thread becka11y
Updated Branches: refs/heads/master 21a9cec0f -> 7b9b434de Fixes CB-997, CB-976 remove Organization Will now properly remove an organization if the Contact.organizations array is set to an empty array. Also tested removing individual ContactOrganization elements by setting to empty string.

ios commit: Fixes CB-977 - MediaFile.getFormatData failing

2012-06-28 Thread becka11y
Updated Branches: refs/heads/master b6f02dea2 -> 9daddd1ee Fixes CB-977 - MediaFile.getFormatData failing Unified cordova JS now passes in NSNull for null parameters where previously they were ignored. This was causing getFormatData to fail when MediaFile.type was null. Project: http://git-

ios commit: Fixes CB-961

2012-06-28 Thread becka11y
Updated Branches: refs/heads/master 116049e54 -> b6f02dea2 Fixes CB-961 Remove checking for non-empty array when calling setMultiValueStrings and setMultiValueDict when updating phone numbers, ims, emails, urls, addresses and photos. This bug was introduced in the UnifiedJS conversion. Pro

js commit: Fixes CB-866 - Position.timestamp as Date

2012-06-05 Thread becka11y
Updated Branches: refs/heads/master 29e353bf8 -> 109b8649b Fixes CB-866 - Position.timestamp as Date Update code to set Posistion.timestamp as a Date object. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-co

js commit: Update to CB-56 CameraPopoverOptions

2012-06-04 Thread becka11y
Updated Branches: refs/heads/master b9dcff467 -> ea6b03d7b Update to CB-56 CameraPopoverOptions Moved CameraPopoverOptions from iOS only to common. This allows Cordova users to write common JavaScript code for Camera usage across platforms with out checking for existence of platform specific o

docs commit: Fixes CB-856 - new iOS camera options

2012-06-04 Thread becka11y
Updated Branches: refs/heads/master 77102c832 -> c85ddfd6b Fixes CB-856 - new iOS camera options Added documentation for new camera option for iOS, popoverOption and its associated CameraPopoverOptions object. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit

js commit: Fixes CB-56 iOS Popover placement

2012-05-25 Thread becka11y
Updated Branches: refs/heads/master 184b040fb -> eab1ae45c Fixes CB-56 iOS Popover placement Added another option to Camera.getPicture() to pass a CameraPopoverOptions object to iOS inorder to specify the location of the image picker popover on iPad. Needed because apps were getting rejected f

ios commit: fixes CB-56 popover placement

2012-05-25 Thread becka11y
Updated Branches: refs/heads/master 50d2be0bb -> bebfd7aae fixes CB-56 popover placement Modified takePicture() to accept an options dictionary with parameters defining the placement of the popover image picker on the iPad. Created a static to test for valid arrow placement values. Project:

docs commit: refs CB-767 iOS Permissions

2012-05-24 Thread becka11y
Updated Branches: refs/heads/master 591ec4d2a -> 04a9ae5be refs CB-767 iOS Permissions updated the permissions sections for iOS Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/04a9ae5b T

ios commit: Fixes CB-819 fail callback not invoked

2012-05-22 Thread becka11y
Updated Branches: refs/heads/master 29b894298 -> 8be82b9a3 Fixes CB-819 fail callback not invoked Problem was that on iPad when popover controller is used, the fail callback was not getting called when the popover was dismissed w/o picking an image. Added a delay to the callback to JavaScript

docs commit: References CB-819 - alert in callback

2012-05-22 Thread becka11y
Updated Branches: refs/heads/master 77538df18 -> 1bd5b7e0b References CB-819 - alert in callback added quirk for iOS about using alert in callback. Updated options iOS quirks to remove statement that files in temporary directory are deleted when app closes. Project: http://git-wip-us.apache

docs commit: Fixes CB-450 - iOS Changes to Compass

2012-04-06 Thread becka11y
Updated Branches: refs/heads/master 0634d0013 -> 6faf51d56 Fixes CB-450 - iOS Changes to Compass Update the doc to reflect that watchHeadingFilter and clearWatchFilter iOS only apis have been removed and are now supported as part of watchHeading and clearWatch. Project: http://git-wip-us.a

spec commit: Fix CB-448 update non-ascii append file test

2012-04-05 Thread becka11y
Updated Branches: refs/heads/master 9e22aa268 -> db377f9f2 Fix CB-448 update non-ascii append file test Update the non-ascii file write and append test to read back written/appended data and compare that result and length to initial JavaScript length rather than comparing written length. Pro

spec commit: Fixes CB-439 Compass timestamp specified in milliseconds

2012-04-05 Thread becka11y
Updated Branches: refs/heads/master 423f76d45 -> 9e22aa268 Fixes CB-439 Compass timestamp specified in milliseconds Updated compass auto tests to verify that timestamp is a number (rather than a Date) Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/repo Commit

git commit: Fixes CB-439 - Compass timestamp should be milliseconds

2012-04-05 Thread becka11y
Updated Branches: refs/heads/master 4049fa200 -> 86e93225c Fixes CB-439 - Compass timestamp should be milliseconds modified CompassHeading so that timestamp is set in milliseconds Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/

docs commit: Refs CB-427. Updating docs with additional camera options

2012-04-05 Thread becka11y
Updated Branches: refs/heads/master 2d687cbab -> b5a6075b9 Refs CB-427. Updating docs with additional camera options Added correctOrientation and saveToPhotoAlbum and updated quirks sections with support/non-support info Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs

git commit: Fixes CB-447 - need iOS device specific version of Entry.toURI()

2012-04-05 Thread becka11y
Updated Branches: refs/heads/master 51419a695 -> 4049fa200 Fixes CB-447 - need iOS device specific version of Entry.toURI() Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/4049fa20 Tree: http

ios commit: Fix CB-427 add back iOS only getPicture options

2012-04-05 Thread becka11y
Updated Branches: refs/heads/master 23b3a2270 -> 0089d98c6 Fix CB-427 add back iOS only getPicture options added back support for allowEdit, correctOrientation, saveToPhotoAlbum Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/r

git commit: fixes CB-427 - add back iOS specific getPicture options

2012-04-05 Thread becka11y
Updated Branches: refs/heads/master 0ff216501 -> 51419a695 fixes CB-427 - add back iOS specific getPicture options add allowEdit, correctOrientation, saveToPhotoAlbum into argument list for getPicture Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://

ios commit: Fixes cb-361 & use timeout to turn off compass sensor

2012-04-04 Thread becka11y
Updated Branches: refs/heads/master 23f12c0e2 -> 7daaf0401 Fixes cb-361 & use timeout to turn off compass sensor Update for unified JS to remove headingRepeats parameter and refactored to use timeout to turn off heading sensor (matches current implementation of Android). Updated to pass optio

[2/2] git commit: Fix CB-361 - support iOS watchHeadingFilter

2012-04-04 Thread becka11y
Fix CB-361 - support iOS watchHeadingFilter modified compass.getCurrentHeading to accept optional options parameter modified watchHeading to take different behavior when options.filter >0 is provided modified clearHeading to call stopHeading for iOS filter watches Project: http://git-wip-us.apa

[1/2] git commit: adding expectation that options object passed into exec for compass is undefined if we do not pass anything into JS api

2012-04-04 Thread becka11y
Updated Branches: refs/heads/master 9c962f3b0 -> 0ff216501 adding expectation that options object passed into exec for compass is undefined if we do not pass anything into JS api Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/r

git commit: Merge iOS only contact apis

2012-03-28 Thread becka11y
Updated Branches: refs/heads/master b39229a00 -> ddf3adf1f Merge iOS only contact apis *Contact.display to display contact in iOS UI *contacts.chooseContact to select contact via UI and return id *contacts.newContactUI to create contact via iOS UI Project: http://git-wip-us.apache.org/repos/

[1/2] spec commit: Merge branch 'mediaErr'

2012-03-27 Thread becka11y
Updated Branches: refs/heads/master 6bf737ecb -> 7ca69f343 Merge branch 'mediaErr' Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/commit/7ca69f34 Tree: http://git-wip-us.apache.

[2/2] spec commit: Update auto media tests to try and play invalid file

2012-03-27 Thread becka11y
Update auto media tests to try and play invalid file This will test that an appropriate error object and code is returned Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/commit/1d43c

ios commit: More Unified JS bug fixes and code cleanup

2012-03-21 Thread becka11y
Updated Branches: refs/heads/master 701f3cca0 -> 5f2c0b787 More Unified JS bug fixes and code cleanup *fix warnings in CDVCamera - bad use of || changed to a tertiary statement *capture - remove references to cast functions and updated to properly find "File" class *Location - updated returnL

[1/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-js into compass

2012-03-21 Thread becka11y
Updated Branches: refs/heads/master 2a56f4e31 -> 226c4260d Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-js into compass Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-co

[2/2] git commit: Updated Media.js

2012-03-21 Thread becka11y
Updated Media.js updated to pass in options parameter to play in order to continue to support looping on iOS updated onStatus to expect a MediaError object as value parameter when msg is MEDIA_ERROR Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-w

ios commit: Fix contacts.save ret val and Notification.confirm

2012-03-16 Thread becka11y
Updated Branches: refs/heads/master d5afabfee -> 1a9027e64 Fix contacts.save ret val and Notification.confirm *contacts.save needs to return error as int *added notification.confirm method (just calls existing alert) Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo

Git Push Summary

2012-03-01 Thread becka11y
Updated Tags: refs/tags/1.5.0 [created] 6527115a7

ios commit: Update to version 1.5

2012-03-01 Thread becka11y
Updated Branches: refs/heads/master 9722970a6 -> 7e3752e25 Update to version 1.5 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/7e3752e2 Tree: http://git-wip-us.apache.org/repos/asf/incuba

ios commit: Fix NSLog crash in CDVWhitelist.m - parameter order reversed

2012-02-29 Thread becka11y
Updated Branches: refs/heads/master 4f9b6e7ea -> 9722970a6 Fix NSLog crash in CDVWhitelist.m - parameter order reversed 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/9722970a Tree: http:/

Git Push Summary

2012-02-27 Thread becka11y
Updated Tags: refs/tags/1.5.0rc1 8eb78f4a4 -> 7d0e33c26

ios commit: Update FileEntry and DirectoryEntry to deprecate toURI() and add toURL

2012-02-27 Thread becka11y
Updated Branches: refs/heads/master de4e554c2 -> 4f9b6e7ea Update FileEntry and DirectoryEntry to deprecate toURI() and add toURL 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/4f9b6e7e Tr

Git Push Summary

2012-02-27 Thread becka11y
Updated Tags: refs/tags/1.5.0rc1 [created] 8eb78f4a4

ios commit: Updates for 1.5.0rc1

2012-02-27 Thread becka11y
Updated Branches: refs/heads/master faa58f73a -> de4e554c2 Updates for 1.5.0rc1 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/de4e554c Tree: http://git-wip-us.apache.org/repos/asf/incubat

git commit: Fixed memory allocation warnings from analyzer

2012-02-08 Thread becka11y
Updated Branches: refs/heads/master b6a08f2cb -> abd3fed32 Fixed memory allocation warnings from analyzer 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/abd3fed3 Tree: http://git-wip-us.ap

Git Push Summary

2012-02-01 Thread becka11y
Updated Tags: refs/tags/1.4.1 [created] 344799e66

git commit: Updated VERSION and release notes for 1.4.1

2012-02-01 Thread becka11y
Updated Branches: refs/heads/master fa3271e59 -> aa7c7e6c9 Updated VERSION and release notes for 1.4.1 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/aa7c7e6c Tree: http://git-wip-us.apach

git commit: Update contacts so displayContact closes properly

2012-01-25 Thread becka11y
Updated Branches: refs/heads/master 135b0f5c2 -> 2c2897ea2 Update contacts so displayContact closes properly Needed to rework the changes made for new iOS 5 apis to present dismiss viewControllers. Modified DisplayContactViewController to override viewWillDismiss (rather than viewDidDismiss).

[1/2] git commit: Merge branch 'cb42MediaPlayback'

2012-01-20 Thread becka11y
Updated Branches: refs/heads/master 52062bf9e -> 7d03c8f0e Merge branch 'cb42MediaPlayback' 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/7d03c8f0 Tree: http://git-wip-us.apache.org/repos

[2/2] git commit: fixes CB-42 MediaPlaybackRequiresUserAction can now be set to NO

2012-01-20 Thread becka11y
fixes CB-42 MediaPlaybackRequiresUserAction can now be set to NO Previous code assumed default value of NO which was incorrect and there was not way to set the value to NO. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/

[2/2] Refs #cb-7 Update source headers to apache license

2012-01-18 Thread becka11y
http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/0b9e3500/PhoneGapLib/Classes/PGViewController.m -- diff --git a/PhoneGapLib/Classes/PGViewController.m b/PhoneGapLib/Classes/PGViewController.m index 96a4e28..c0b51

[50/50] git commit: Fixed broken build.

2012-01-13 Thread becka11y
Fixed broken build. This is due to errant closing curly brace (from pull-request callback/callback-ios#14) 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/a17eee6a Tree: http://git-wip-us.apa

[46/50] git commit: Updated README.md for new FAQ item

2012-01-13 Thread becka11y
Updated README.md for new FAQ item 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/afb7f5b6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/afb7f5b6 Diff: http://git-wip

[45/50] git commit: Added 'resign' and 'active' events.

2012-01-13 Thread becka11y
Added 'resign' and 'active' events. I added two new events because applicationWillResignActive and applicationDidBecomeActive were not firing events the way applicationDidEnterBackground (pause) and applicationWillEnterForeground (resume) were. This was fine in the case of applicationWillEnterFore

[48/50] git commit: Merge pull request #8 from buddydvd/load-sound-with-NSURLConnection

2012-01-13 Thread becka11y
Merge pull request #8 from buddydvd/load-sound-with-NSURLConnection Load sound from remote URL with NSURLConnection 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/119f5ab8 Tree: http://git-wip

[49/50] git commit: Fixed callback/callback-ios#21 Phonegap 1.2 app crashes on resume from push notification

2012-01-13 Thread becka11y
Fixed callback/callback-ios#21 Phonegap 1.2 app crashes on resume from push notification 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/20fab58f Tree: http://git-wip-us.apache.org/repos/asf/i

[44/50] git commit: Fixed callback/callback-ios#15 - Xcode 3.2.6 Linker error when Build for Active Architecture Only = YES

2012-01-13 Thread becka11y
Fixed callback/callback-ios#15 - Xcode 3.2.6 Linker error when Build for Active Architecture Only = YES 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/3c874270 Tree: http://git-wip-us.apache.

[42/50] git commit: Fixed warning - implicit conversion of UIInterfaceOrientation to UIDeviceOrientation (which are equivalent, for the two Portraits and two Landscape orientations)

2012-01-13 Thread becka11y
Fixed warning - implicit conversion of UIInterfaceOrientation to UIDeviceOrientation (which are equivalent, for the two Portraits and two Landscape orientations) Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-

[47/50] git commit: Merge pull request #19 from forcedotcom/orientationChange_review

2012-01-13 Thread becka11y
Merge pull request #19 from forcedotcom/orientationChange_review don't force an orientation change unless the current orientation is unsupported 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/

[43/50] git commit: Fixed callback/callback-ios#23 - on app resume, it always throws either an offline/online event even though the online state never changed

2012-01-13 Thread becka11y
Fixed callback/callback-ios#23 - on app resume, it always throws either an offline/online event even though the online state never changed 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/334fe

[39/50] git commit: added download method to filetransfer, interface is the same like on android pull request 42

2012-01-13 Thread becka11y
added download method to filetransfer, interface is the same like on android pull request 42 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/2ff82683 Tree: http://git-wip-us.apache.org/repos/a

[37/50] git commit: Merge pull request #27 from aflx/download

2012-01-13 Thread becka11y
Merge pull request #27 from aflx/download added download method to filetransfer, interface is the same like on and... 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/00ac39fd Tree: http://git-w

[36/50] git commit: Updated README.md to fix broken link in FAQ item #7

2012-01-13 Thread becka11y
Updated README.md to fix broken link in FAQ item #7 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/457d34d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/457d34d2 Diff

[40/50] git commit: Merge pull request #25 from devgeeks/active_and_resign_events

2012-01-13 Thread becka11y
Merge pull request #25 from devgeeks/active_and_resign_events Added 'resign' and 'active' events. 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/7fb91882 Tree: http://git-wip-us.apache.org/rep

[41/50] git commit: Fixed callback/callback-ios#22 - Removed unused DetectPhoneNumber and EnableAcceleration values in PhoneGap.plist

2012-01-13 Thread becka11y
Fixed callback/callback-ios#22 - Removed unused DetectPhoneNumber and EnableAcceleration values in PhoneGap.plist 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/e04adb85 Tree: http://git-wip-

[38/50] git commit: download returns FileEntry instead of string

2012-01-13 Thread becka11y
download returns FileEntry instead of string 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/78aa7f14 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/78aa7f14 Diff: http

[31/50] git commit: Fixed CB-96 PGWhitelist does not handle IPv4 host addresses with wild-cards

2012-01-13 Thread becka11y
Fixed CB-96 PGWhitelist does not handle IPv4 host addresses with wild-cards fixed https://issues.apache.org/jira/browse/CB-96 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/68c2a010 Tree: htt

[34/50] git commit: updated comment

2012-01-13 Thread becka11y
updated comment 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/70ed326d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/70ed326d Diff: http://git-wip-us.apache.org/repo

[30/50] git commit: updated VERSION to 1.3.0rc1

2012-01-13 Thread becka11y
updated VERSION to 1.3.0rc1 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/e88b7fb5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/e88b7fb5 Diff: http://git-wip-us.apa

[35/50] git commit: added source and target to error object for upload and download

2012-01-13 Thread becka11y
added source and target to error object for upload and download 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/0ecbea15 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/

[32/50] git commit: Merge pull request #37 from aflx/download

2012-01-13 Thread becka11y
Merge pull request #37 from aflx/download Updated FileTransfer.download for improved error reporting 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/088de5b5 Tree: http://git-wip-us.apache.org/

[33/50] git commit: Minor spelling fix to comments

2012-01-13 Thread becka11y
Minor spelling fix to comments 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/c5703298 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/c5703298 Diff: http://git-wip-us.a

[24/50] git commit: Updated version and release notes for 1.3.0.rc2

2012-01-13 Thread becka11y
Updated version and release notes for 1.3.0.rc2 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/04ea76f5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/04ea76f5 Diff: h

[28/50] git commit: comment out NSLog debugging statement

2012-01-13 Thread becka11y
comment out NSLog debugging statement 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/b832dfe8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/b832dfe8 Diff: http://git-w

[26/50] git commit: Fixes CB-101 can't access media in documents://subDir

2012-01-13 Thread becka11y
Fixes CB-101 can't access media in documents://subDir Needed to rework urlForResource in sound.m to test for http and documents prefixes before looking in web folder for media resource. Also needed to modify how file path is created in case of documents:// resource. Added check for existence of

[29/50] git commit: Updated release notes for 1.3.0rc1

2012-01-13 Thread becka11y
Updated release notes for 1.3.0rc1 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/c7a0f631 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/c7a0f631 Diff: http://git-wip

[25/50] git commit: Made web view background color black to better match native apps when changing orientation

2012-01-13 Thread becka11y
Made web view background color black to better match native apps when changing orientation 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/f63c6d81 Tree: http://git-wip-us.apache.org/repos/asf/

[20/50] git commit: Fixes callback/callback-ios#39 - Updated README.md issue tracker link

2012-01-13 Thread becka11y
Fixes callback/callback-ios#39 - Updated README.md issue tracker link 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/3773dcd9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/

[22/50] git commit: Merge pull request #35 from lukemelia/patch-1

2012-01-13 Thread becka11y
Merge pull request #35 from lukemelia/patch-1 Minor spelling fix to comments 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/fcc5c5a7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cord

[27/50] git commit: project files imported using local syntax, and not framework syntax

2012-01-13 Thread becka11y
project files imported using local syntax, and not framework syntax 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/9fa27831 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/t

[16/50] git commit: Merge pull request #46 from purplecabbage/master

2012-01-13 Thread becka11y
Merge pull request #46 from purplecabbage/master Use project include from within framework 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/d0a594f6 Tree: http://git-wip-us.apache.org/repos/asf/

[17/50] git commit: Updated version to 1.3.0 and updated readme.md

2012-01-13 Thread becka11y
Updated version to 1.3.0 and updated readme.md 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/d00d9547 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/d00d9547 Diff: ht

[21/50] git commit: Merge pull request #44 from tw12lve/patch-1

2012-01-13 Thread becka11y
Merge pull request #44 from tw12lve/patch-1 Made web view background color black to better match native apps 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/a95b2a8f Tree: http://git-wip-us.apa

[23/50] git commit: Merge pull request #41 from joenoon/patch-1

2012-01-13 Thread becka11y
Merge pull request #41 from joenoon/patch-1 comment out NSLog debugging statement 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/b176276a Tree: http://git-wip-us.apache.org/repos/asf/incubator

[19/50] git commit: Fixes callback/callback-ios#43 - comment edits

2012-01-13 Thread becka11y
Fixes callback/callback-ios#43 - comment edits 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/55ba2f03 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/55ba2f03 Diff: htt

[18/50] git commit: Add battery.* into PhoneGap framework compile

2012-01-13 Thread becka11y
Add battery.* into PhoneGap framework compile 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/8b305a73 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/8b305a73 Diff: htt

[13/50] git commit: added stand-alone PGViewController

2012-01-13 Thread becka11y
added stand-alone PGViewController 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/e4e75dcb Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/e4e75dcb Diff: http://git-wip

[14/50] git commit: fixes CB-153 - Camera default destination should be FILE_URI

2012-01-13 Thread becka11y
fixes CB-153 - Camera default destination should be FILE_URI 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/49a18648 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/49a

[15/50] git commit: fixes CB-143 removing address from iOS contact causes crash

2012-01-13 Thread becka11y
fixes CB-143 removing address from iOS contact causes crash Problem was in setMultiValueDictionary: The address multi value was being removed from within the for loop that updates the individual fields rather than after the for loop completed. Also fixed a problem with address type - this was

[10/50] git commit: Fixed startPage crash on a .framework based project.

2012-01-13 Thread becka11y
Fixed startPage crash on a .framework based project. 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/d36c60ed Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/d36c60ed Di

  1   2   >