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
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
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
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
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
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
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
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
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)
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
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
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
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
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
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
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
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
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
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.
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-
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
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
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
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
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
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:
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
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
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
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
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
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
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/
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
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
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
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://
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
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
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
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/
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.
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
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
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
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
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
Updated Tags: refs/tags/1.5.0 [created] 6527115a7
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
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:/
Updated Tags: refs/tags/1.5.0rc1 8eb78f4a4 -> 7d0e33c26
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
Updated Tags: refs/tags/1.5.0rc1 [created] 8eb78f4a4
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
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
Updated Tags: refs/tags/1.4.1 [created] 344799e66
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
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).
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
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/
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
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
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
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
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
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
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.
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-
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/
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
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
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
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
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
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-
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
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
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
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
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/
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/
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
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
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
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
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
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/
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/
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
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
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/
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
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
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
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
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
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
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
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
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 - 100 of 110 matches
Mail list logo